<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
53363351-8a5f-414a-8dd4-ced37815f73e|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="53363351-8a5f-414a-8dd4-ced37815f73e">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="74076" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-07-10T00:00:00" End="2026-07-13T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info.yasholiday@gmail.com" Password="Admin@123" 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
53363351-8a5f-414a-8dd4-ced37815f73e|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
53363351-8a5f-414a-8dd4-ced37815f73e|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
53363351-8a5f-414a-8dd4-ced37815f73e|HotelbedsSearch|successfull supplier interation||HotelBeds|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
53363351-8a5f-414a-8dd4-ced37815f73e|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
53363351-8a5f-414a-8dd4-ced37815f73e|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
53363351-8a5f-414a-8dd4-ced37815f73e|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
53363351-8a5f-414a-8dd4-ced37815f73e|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:f4c4f361-253e-46ac-a963-c87267902921
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
53363351-8a5f-414a-8dd4-ced37815f73e|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-06-12T10:24:45.3190247+01:00" Version="0" EchoToken="Search" TransactionIdentifier="53363351-8a5f-414a-8dd4-ced37815f73e" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="39.17" OriginalAmount="38.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04944" Longitude="29.02482" StarRating="0" HotelCode="|548639" HotelName="Bufes Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/8/6/3/9/548639_3db6d6f0057.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.63" OriginalAmount="50.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036762" Longitude="28.976931" StarRating="0" HotelCode="|475110" HotelName="Red Tent Suite 24" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kalyoncu Kullugu Cd no.23</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/1/1/0/475110_875e7301247.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.14" OriginalAmount="51.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98123" Longitude="28.73057" StarRating="3" HotelCode="|192507" HotelName="Istanbul Dedem  1" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gumuspala Mah. Nadide Sk. No 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/5/0/7/192507_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.32" OriginalAmount="53.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035259" Longitude="28.978642" StarRating="0" HotelCode="|537973" HotelName="Taksim Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/9/7/3/537973_248b7350920.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57.68" OriginalAmount="56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.021617614265" Longitude="28.944824233135" StarRating="3" HotelCode="311564|54900" HotelName="Hotel New Fatih Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akemsettin Mahallesi, Bedrettin Simavi Sokak 4, 34080 Istanbul, Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/23/94231b074f0c28e7c319e2e1bb2f9d7df168b4f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="60.31" OriginalAmount="58.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00715" Longitude="28.970654" StarRating="3" HotelCode="60060|591325" HotelName="Santa Sophia Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Emin Sinan Mahallesi, Emin Sinan Hamami Sokak 2, Fatih, 34470 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ed/47/ed477f9572d92912567d82e4a59f88106363d028.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The family-friendly city hotel is located in the Sultanahmet district in the heart of the old city. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.04" OriginalAmount="59.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005048" Longitude="28.946627" StarRating="0" HotelCode="|534037" HotelName="Butique House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Atmaca Sk. No:36</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/0/3/7/534037_d2b37991146.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.98" OriginalAmount="60.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0383331" Longitude="28.9833348" StarRating="0" HotelCode="|108307" HotelName="Budak Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Taksim Feridiye Cad No :19/1 Beyo?lu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/3/0/7/108307_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in the city centre, is situated 90 metres away from Taksim the square Istiklal Avenue.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.98" OriginalAmount="61.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0217" Longitude="28.94466" StarRating="0" HotelCode="|184669" HotelName="New Fatih Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Aksamsettin Mah. Bedrettdin</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/6/6/9/184669_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.32" OriginalAmount="61.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0431674" Longitude="29.0078952" StarRating="0" HotelCode="|107989" HotelName="Barba Rossa Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Barbaros Bulvar? Eski Y?ld?z Cad. No:34 Besiktas</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/9/8/9/107989_d39ec9a1139.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Barbaros boulevard 150 metres away from the establishment, you can find the sea, is situated 25 kilometres away from Taksim the square. ROOM: The rooms have an air-conditioning system and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.63" OriginalAmount="62.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.997055" Longitude="28.711346" StarRating="0" HotelCode="|471933" HotelName="Avrupa Palace " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Uran Cd. 40</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/9/3/3/471933_aca0edb1232.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65.92" OriginalAmount="64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0057175" Longitude="28.97150117" StarRating="0" HotelCode="962310|414869" HotelName="The Lola Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Katip Sinan Cami Sokok 18, 34122 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/bc/c5bca9ac5e825c9fb0f0069140bcafb469e164c9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65.92" OriginalAmount="64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="962593|491238" HotelName="The Xanadu Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mahallesi, Sehit Mehmet Pasa Sokak 26/1, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/e8/f1e804ecb906aff6c745ea99a9def62b4d7d73ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="66.75" OriginalAmount="64.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03842" Longitude="28.98125" StarRating="0" HotelCode="|184763" HotelName="Oriella Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/7/6/3/184763_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.75" OriginalAmount="65.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0053752" Longitude="28.9654935" StarRating="0" HotelCode="|108216" HotelName="Yasmin Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Hayretin Mahallesi Balipasa Yokusu Arayici Sokak No:2 Kumkapi Beyazit</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/1/6/108216_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a terrace with sea views. SITUATION: The hotel Beyazit it is in it is situated 10 minutes walk away from Sultanahmet the tourist points of interest in. ROOM: The establishment has rooms with an air-conditioning system and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.90" OriginalAmount="65.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008118" Longitude="28.960116" StarRating="0" HotelCode="|536866" HotelName="Istanbul Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ikbal Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/6/8/6/6/536866_f442ccb2000.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.98" OriginalAmount="66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00047988" Longitude="28.80049648" StarRating="3" HotelCode="499006|217183" HotelName="Express Inci Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Pamuk sokak, Kartal tepe mahallesi 13, Kucukcekmece, 34100 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/df/35/df35317959dc2f2d7e894f72e0d83a7c6ea5b71b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="69.34" OriginalAmount="67.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00508" Longitude="28.96192" StarRating="0" HotelCode="|533855" HotelName="Stylish Hotel Old City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Molatasi Caddesi No 28</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/8/5/5/533855_4f1e6911135.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="70.84" OriginalAmount="68.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006000016863" Longitude="28.971067965031" StarRating="3" HotelCode="37688|359325" HotelName="Diva's Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Katip Sinan Camii Sokak 31, Sultanahmet, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/d8/58d81cf60a1871df6d659ddc8a13686a7bee5bf2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located close to a park (about 100 m away). The city centre and tourist area with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72.10" OriginalAmount="70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02003649" Longitude="28.96249599" StarRating="0" HotelCode="776279|343328" HotelName="Marpalace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Arap Cesmesi? Sokak 21, 34134 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/92/38927e346cf5b241d592e1f71c7c1a905e9a8851.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="73.02" OriginalAmount="70.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0357648" Longitude="28.9792424" StarRating="0" HotelCode="|353421" HotelName="Palmiye Hotel Taksim" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Huseyinaga Mah. Halas Sokak No:19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/4/2/1/353421_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="73.25" OriginalAmount="71.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00052" Longitude="28.80059" StarRating="3" HotelCode="|242941" HotelName="Express Inci Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/2/9/4/1/242941_a4a0f510140.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.16" OriginalAmount="72.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007079" Longitude="28.95495" StarRating="3" HotelCode="169651|maral" HotelName="Maral Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Katip Kasim Mahallesi, Pasazade Sokak No: 17, Laleli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/39/5939bb65ae7d844aa764165852d31ac72f3b7177.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Laleli area of Istanbul, within comfortable walking distance of the majo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.87" OriginalAmount="72.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.001165" Longitude="28.798215" StarRating="0" HotelCode="|459250" HotelName="Royal Inci Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kartaltepe Mah Sadik Sok No: 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/9/2/5/0/459250_f5d5c131201.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.07" OriginalAmount="72.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005096" Longitude="28.963955" StarRating="0" HotelCode="|86849" HotelName="Hotel Antik Ipek" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ciftegelinler Caddesi No:23 Kumkapi Sultanahmet Old City</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/4/9/86849_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 5 minutes away from the bazaar, this establishment, Kumkapi it is in. ROOM: The rooms have a satellite television. FACILITIES: Guests are offered a car park (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.10" OriginalAmount="72.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.981073" Longitude="28.730859" StarRating="0" HotelCode="|485048" HotelName="Green Palmiye Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gumuspala Mahallesi Londra Asfalti</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/5/0/4/8/485048_9d9defa2045.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.19" OriginalAmount="73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.050362575393" Longitude="28.985811036246" StarRating="3" HotelCode="933236|237538" HotelName="New City Hotel Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bozkurt Mahallesi, Esref Efendi Sokak 52, 34480 Pangalti, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d9/6a/d96ac11485cabbce7ca0f2b0fa23dd13375e3c1a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.19" OriginalAmount="73.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005547225" Longitude="28.9634007" StarRating="2" HotelCode="118843|antik_ipek_hotel" HotelName="Antik Ipek Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Cifte Gelinler Caddesi 39-41, Kumkapi Sultanahmet Old City, 34098 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/15/f115fda2c5bdd4e5f5e2b12e9d4ad49dfdd28f0d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hippodrome (5 min.)
	 300 meters from Metro
	 St. Sophia (8 min.)
	 Topkapi Palace (10 min.)
	 Blue ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.24" OriginalAmount="73.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03406" Longitude="28.68127" StarRating="0" HotelCode="|241150" HotelName="Grand Dedem Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Merkez Mah. Balik yolu cad. No:2 Eskule Alis veris Merkezi Esenyurt</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/1/1/5/0/241150_56876c70306.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.41" OriginalAmount="73.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0029711" Longitude="28.9760845" StarRating="3" HotelCode="|82998" HotelName="Berce" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kucukayasofya Cad. Mustafapasa Sok. No: 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/9/8/82998_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has a terrace. SITUATION: The hotel is next to the coast, is situated in Istanbul the Peninsula of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.65" OriginalAmount="73.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0204217" Longitude="28.9283415" StarRating="0" HotelCode="|108189" HotelName="Torun Istanbul Old City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kaleici Topkapi Mahallesi Hamam Odalari Aral?gi No:9 Topkapi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/8/9/108189_5.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is in Topkapi the district of 300 metres away, guests can find Pazartekke the tram stop of It has excellent transport links to Sultanahmet the historic area of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="76.22" OriginalAmount="74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00648379" Longitude="28.97130818" StarRating="3" HotelCode="635290|252295" HotelName="Seven Days Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Goktas Sokak 10, Sultanahmet, Fatih, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/da/73dac73a79d60322f9967f5fed3d5fe7edfdab13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.63" OriginalAmount="74.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0061853" Longitude="28.9713528" StarRating="3" HotelCode="|86703" HotelName="Blue Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mah. Dizdariye Ceme Sok. No:49</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/0/3/86703_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: Sultan Ahmed Mosque It is situated 450 metres away from. ROOM: All the rooms have with WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="77.01" OriginalAmount="74.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005559" Longitude="28.968538" StarRating="3" HotelCode="141762|120322" HotelName="Fors" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Eminsinan Mahallesi, Piyerloti Caddesi, Kadirga Hamam Sokak 10, 34490 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/86/df86626f8395adadd0e22b02801d49a8dfe7f1fc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the old peninsula of Istanbul, within walking distance of highlights such as...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.25" OriginalAmount="75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00592425" Longitude="28.9719317" StarRating="3" HotelCode="965761|400176" HotelName="The Laila Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Dizdariye Yokusu 16, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/a7/29a7b102ab1c2273c2f3a26f6dae0087d57e86ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="77.31" OriginalAmount="75.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005893" Longitude="28.971074" StarRating="0" HotelCode="|534585" HotelName="Carvan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Katip Sinan Cami Sk. No:14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/5/8/5/534585_e11c38a1117.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="77.98" OriginalAmount="75.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.037587" Longitude="28.981394" StarRating="3" HotelCode="191174|1660008" HotelName="Element Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cevza Sokak 2, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/d3/43d3241ab3717982de6a9ef4c2dbf2244b7bee14.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.28" OriginalAmount="76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99431917" Longitude="28.83933039" StarRating="3" HotelCode="430714|217224" HotelName="Grand Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Hurriyet Mahallesi, Hürriyet Caddesi, Altin Sokak 29, Bahcelievler, 34191 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/7d/467ded0c79ccaa422c2ed7dbc860cdc19e1a5e18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.28" OriginalAmount="76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.020262" Longitude="28.96253" StarRating="3" HotelCode="297943|199519" HotelName="Reydel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Küçük Dolap Sk. No. 22, Yavuz Sinan Mh., Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/33/b5339b22fd624c0360d38b4af2dcdf3f61fcf962.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.28" OriginalAmount="76.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003294" Longitude="28.980249" StarRating="4" HotelCode="144070|aruna_hotel" HotelName="Aruna Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Ahirkapi Sokak 74, Cankurtaran Mahallesi, 34122 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d6/66/d66643dea35e21e3c0774b8e80e250f2cffbe7e0.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located in the heart of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="78.31" OriginalAmount="76.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99427" Longitude="28.83967" StarRating="0" HotelCode="|237790" HotelName="Grand Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hurriyet Mah Hurriyet Cad Altin Sok No 29 Bahcelievler</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/7/7/9/0/237790_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="78.35" OriginalAmount="76.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01553" Longitude="28.95956" StarRating="0" HotelCode="|239112" HotelName="Seyri Istanbul Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mollahusrev Mah, Uzumcu Sokak No: 4 Vefa, Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/1/1/2/239112_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="78.89" OriginalAmount="76.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00568" Longitude="28.97225" StarRating="0" HotelCode="|523279" HotelName="Divas Silver Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Binbir Direk Mah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/2/7/9/523279_98b524a1140.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.31" OriginalAmount="77.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007555" Longitude="28.951731" StarRating="2" HotelCode="188673|hotel_akkus" HotelName="Akkus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Mahallesi, Valide Cami Sokak 12, 34096 Istanbul, Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/1a/9a1afb13baa7655079d180fac00a5df0483e99e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.31" OriginalAmount="77.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.988815" Longitude="28.797338" StarRating="3" HotelCode="188737|hotel_osaka_airport" HotelName="Hotel Osaka Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Hürriyet Mah. E-5 Yanyol 26-28, Bahçelievler, 34800 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/46/8b466825eec7e6d89af0d96225e4757c0702333c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="80.48" OriginalAmount="78.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008111" Longitude="28.797988" StarRating="0" HotelCode="|466043" HotelName="Seyithan Palace Spa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tevfikbey Mahallesi. 2321 sokak. No2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/6/0/4/3/466043_383246c1052.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="80.95" OriginalAmount="78.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007647" Longitude="28.953293" StarRating="0" HotelCode="|558264" HotelName="Hotel Ozbek" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mustafa Kemalpasa Caddesi Tiryakihasan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/8/2/6/4/558264_12045921654.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="81.14" OriginalAmount="78.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0038466" Longitude="28.9717832" StarRating="3" HotelCode="|82967" HotelName="Magnificent" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/6/7/82967_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has WiFi, (free of charge), panoramic views. SITUATION: It is inSultanahmet the city centre of this hotel Istanbul It is in.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="81.22" OriginalAmount="78.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99326" Longitude="28.83739" StarRating="0" HotelCode="|192137" HotelName="Airport Best Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/1/3/7/192137_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.37" OriginalAmount="79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00581761" Longitude="28.97206321" StarRating="5" HotelCode="623419|271787" HotelName="Diva's Silver" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Katip Sinan Camii Sokak 31, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/625434/625434a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.37" OriginalAmount="79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005706841122" Longitude="28.965504668648" StarRating="1" HotelCode="296190|47821" HotelName="Yasmin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Hayretin Mahallesi, Balipasa Yokusu, Arayici Sokak 2, Beyazit, Fatih 34100, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/45/bd459bd459a691b1d6aa8852f248fd536d364871.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 1 km from the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="81.86" OriginalAmount="79.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.057277" Longitude="28.981384" StarRating="0" HotelCode="|475018" HotelName="Solo Suites Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/0/1/8/475018_53de6361255.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="81.86" OriginalAmount="79.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.971321" Longitude="29.139977" StarRating="0" HotelCode="|304764" HotelName="Arkem Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>F?nd?kl? Mahallesi Ataturk Caddesi no 189 Maltepe</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/4/7/6/4/304764_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="82.34" OriginalAmount="79.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.993128" Longitude="28.8499867" StarRating="0" HotelCode="|353511" HotelName="Paradise Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/5/1/1/353511_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.40" OriginalAmount="80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.045063968923" Longitude="28.983136146979" StarRating="3" HotelCode="375021|206155" HotelName="All Inn Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Inonu Mahallesi Dolapdere Cadesi  No 78, Sisli, 34347 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/4b/a54b4c2c95814e0aa1a2bca7c7a99cdaf9c7046e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.40" OriginalAmount="80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="851674|375219" HotelName="Miklagord Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Katip Sinan Cami Sokak 25, Istanbul 34122, Sultanahmet</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/84/d68473a7f9d72756897fa2ed8ae39059be52dfc1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.40" OriginalAmount="80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007637246588" Longitude="28.976381424316" StarRating="0" HotelCode="188738|497670" HotelName="Ozbek" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tiryaki hasan Pasa Sokak No: 1, Mustafa Kemalpasa Caddesi, Aksaray/Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/91/2f910b05277f3362e5f02c5c4178276cba50db16.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="82.90" OriginalAmount="80.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.037671" Longitude="28.974489" StarRating="0" HotelCode="|485426" HotelName="St. Moscow Taksim By Emmy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Samanci Ali Sk. 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/5/4/2/6/485426_4b6f5872011.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="83.42" OriginalAmount="80.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005411938665" Longitude="28.96277717791" StarRating="3" HotelCode="65950|334305" HotelName="Tayhan Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Turkeli Caddesi 5, Kumkapi, 34480 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/89/a989148c16c68b382b057f6f7df5698a7a9a9de2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in Kumkapi, one of the ancient quarters of Istanbul, 5 minutes from the import...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.43" OriginalAmount="81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99488121" Longitude="28.83797862" StarRating="5" HotelCode="517388|217689" HotelName="Orange Airport Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Zafer Mahallesi, Beydagi Sokak 28, Bahçelievler, 34197 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/28/05/28054628ccb0be013865c80186d90e3b7a6be288.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.46" OriginalAmount="81.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036762" Longitude="28.976931" StarRating="0" HotelCode="|529292" HotelName="The Rent Tent Suite 23" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kalyoncu Kullugu Cd. 23</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/2/9/2/529292_e6b345d1026.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.61" OriginalAmount="81.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02028" Longitude="28.96316" StarRating="0" HotelCode="|242530" HotelName="Roof Istanbul Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yavuz Sinan Mahallesi Yogurtcu Nuri Sokak No:15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/2/5/3/0/242530_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.93" OriginalAmount="81.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99278" Longitude="28.84561" StarRating="0" HotelCode="|185053" HotelName="White Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mehmet Akif Mh. Ikinci Sk. No:20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/0/5/3/185053_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="84.01" OriginalAmount="81.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006163" Longitude="28.800936" StarRating="0" HotelCode="|468928" HotelName="Arena Luxury Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dr. Ali Demir Cd 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/9/2/8/468928_50947b51256.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="84.34" OriginalAmount="81.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006482" Longitude="28.9713361" StarRating="0" HotelCode="|86828" HotelName="Istanbul Comfort Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/2/8/86828_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 5 minutes away from the mosque. ROOM: The rooms have an air-conditioning system and a television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="84.44" OriginalAmount="81.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008270833652" Longitude="28.978212470947" StarRating="3" HotelCode="191084|1580628" HotelName="Magnificent Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Kadirga Liman Cd. No: 207-209, Küçükayasofya, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/69/f369b5e9a5ae7596f0445990dd8eae83a0cc8226.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.46" OriginalAmount="82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.97138433" Longitude="29.1401462" StarRating="0" HotelCode="592238|237184" HotelName="Arkem Hotel &amp; Suite 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Findikli Mahallesi, Ataturk Caddesi 189, Maltepe, 34000 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/b6/3bb65b94a8bfbc666df067a986e6a385e0304f38.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.46" OriginalAmount="82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00408838" Longitude="28.96214277" StarRating="3" HotelCode="372274|217730" HotelName="Sun Comfort Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Muhsine Hatun Mahalessi, Tavasi Cesme Sokak 50, Kumkapi, Fatih 34130, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/14/4e144c6607cd86850e9d2f5168365ac61c34acca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.46" OriginalAmount="82.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005295624713" Longitude="28.971945047379" StarRating="3" HotelCode="171008|sultan_palace_hotel" HotelName="Sultan Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Katip Sinan Sokak 38, Kucuk Ayasofya Mahallesi, 34122 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/8e/298ed3ff08eb097371c2acab92856fd82e7d7e0e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Sultanahmet district of the city, the hotel is ideally situated for visiting the majo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.46" OriginalAmount="82.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004176" Longitude="28.966075" StarRating="3" HotelCode="187211|ottoman_tulip_hotel" HotelName="Ottoman Tulip" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Duzgun Sokak No: 13, Sehsuvar Bey Mah., Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/76/70/767063820fcff4d92a8661cdb87d074e44e49c91.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated within walking distance of all of the major historical tourist attractions in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.46" OriginalAmount="82.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006013679567" Longitude="28.954207599163" StarRating="3" HotelCode="186919|grand_oral_hotel" HotelName="Grand Oral" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Fabrika Sk. No:7, Mustafa Kemal Pasa Cad., Yenikapi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/64/9e6463d1aedd88da3a5da4c5caca4dfc95f3d280.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Yenikapi area of Istanbul, which is just 2 km from the major attractions...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.49" OriginalAmount="83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03722683" Longitude="28.98170202" StarRating="3" HotelCode="372594|58565" HotelName="A Plus Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mahallesi, Pelesenk Sokak 12, Beyoglu, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/e8/80e896984238267b9e672e1d225e0075018235b7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.49" OriginalAmount="83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00506944" Longitude="28.96393036" StarRating="5" HotelCode="407177|217772" HotelName="Santefe Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Muhsine Hatun Mah. Ciftegelinler Cad. No:21 Kumkapi, Fatih, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/09/52/0952bf72e354a13856a82b3cb7ca03f7db1b8160.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.49" OriginalAmount="83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00402681" Longitude="28.96651473" StarRating="2" HotelCode="323058|57578" HotelName="Tom Square Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Sehsuvarbey Mahallesi, Berham Cavus Sokak 4, Kumkapi, Fatih, 34100 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/91/dc91fa022a3044097ff3945b244d4a1abd697e54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located in the heart of Istanbul. Its setting is especially ideal for guests ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.49" OriginalAmount="83.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.014053" Longitude="28.976622" StarRating="3" HotelCode="188711|esen_hotel" HotelName="Grand Esen Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hoca Pasa Orhaniye Caddesi 40-42, Fatih, 34112 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/c4/e5c4fe7d466ad9fb2ed757975abb20176bcc0c09.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.77" OriginalAmount="83.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0380543" Longitude="28.9832343" StarRating="3" HotelCode="|86868" HotelName="Royal Pera Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Feridiye Cad. Taksim Firini Sok. No. 7 Taksim</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/6/8/86868_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inTaksim the Square of this hotel is in Istanbul the centre of Close to places of interest, shops, restaurants and bars.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.97" OriginalAmount="83.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00323" Longitude="28.97381" StarRating="0" HotelCode="|184562" HotelName="Rose Bouquets" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Cad No 67</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/5/6/2/184562_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="86.04" OriginalAmount="83.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038117" Longitude="28.983352" StarRating="3" HotelCode="191182|1660728" HotelName="Hot Suites Taksim" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Taksim Firini Sokak No. 7, 34437 Taksim, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/0c/a1/0ca1a9c8ef41ad6656740184936cae15aec91302.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="86.50" OriginalAmount="83.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.977537" Longitude="28.739289" StarRating="3" HotelCode="255922|1065708" HotelName="Expocity" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gümüspala Mahallesi D-100, Kuzey Yan Yol, No: 90, Avcilar, 34320 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ec/7f/ec7ff06a7c648c56ab56f805eb274b836c9db1c5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.52" OriginalAmount="84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98606" Longitude="28.718157" StarRating="3" HotelCode="297935|58006" HotelName="Avcilar Inci" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Engin Sk. No. 6, Avcilar Merkez Mah., Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/e0/7ce0c92bf07949e7982e498946a45c319230b935.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.52" OriginalAmount="84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006478" Longitude="28.971215" StarRating="3" HotelCode="267829|217620" HotelName="Istanbul Comfort" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Piyer Lotti Caddesi, Göktas Sokak No: 7/7A, Sultanahmet, Istanbul 34435</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/72/34/7234ba72a76ebc0bc4d3d35818c4d20d6d549e58.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.52" OriginalAmount="84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0362249" Longitude="28.9813167" StarRating="4" HotelCode="299547|237575" HotelName="Raven Istanbul Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Istiklal Caddesi, Süslü Saksi Sokak 3, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/0d/c80db7b608a2eb0b35241f00645af15a7d4d7794.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.52" OriginalAmount="84.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003839" Longitude="28.972813" StarRating="2" HotelCode="186042|hotel_new_era" HotelName="Ancient Town Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kasap Osman Sokak 10, Kucuk Ayasofya Mahallesi, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/60/1460f8b276a4251182a7e6601482c6a0a04465d4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="86.96" OriginalAmount="84.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0038126" Longitude="28.9725923" StarRating="2" HotelCode="|82903" HotelName="Ancient Town" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mah. Kasap Osman Sok No:10 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/0/3/82903_1362caf1159.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Sultanahmet the district of Istanbul it is in. FACILITIES: The establishment has a breakfast room.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.20" OriginalAmount="84.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03643" Longitude="28.97798" StarRating="0" HotelCode="|245082" HotelName="Taksim Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cukur Mahallesi Peskirci Sokak No 10 Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/0/8/2/245082_45ea4da1349.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="87.64" OriginalAmount="85.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013566" Longitude="28.977218" StarRating="3" HotelCode="73539|591265" HotelName="Kafkas Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hudavendigar Caddesi 35, Sirkeci, Fatih, 34104 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/08/51085c894e62f0c74deb09b48c8e3e1b5f0ba703.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the historical part of town. Sirkeci, with its links to the pu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.65" OriginalAmount="85.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00582" Longitude="28.97128" StarRating="0" HotelCode="|192435" HotelName="Divas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mah. Katip Sinan Camii Sok. No. 31 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/4/3/5/192435_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.67" OriginalAmount="85.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02555" Longitude="28.97044" StarRating="0" HotelCode="|245227" HotelName="Flats Company - Karakoy Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Emekyemez Mah. Bugulu Sok. No 11 Karakoy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/2/2/7/245227_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.81" OriginalAmount="85.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0199891" Longitude="28.9632091" StarRating="0" HotelCode="|304514" HotelName="Reydel Hotel" 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/0/4/5/1/4/304514_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.26" OriginalAmount="85.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01361" Longitude="28.97888" StarRating="0" HotelCode="|184509" HotelName="Erenler and Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa maha.Tayahatun</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/5/0/9/184509_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.31" OriginalAmount="85.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0054163" Longitude="28.9718089" StarRating="0" HotelCode="|82996" HotelName="Theodian" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/9/6/82996_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment offers sea views and attentive service. SITUATION: It is situated close to the mosque. ROOM: Each room has WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.47" OriginalAmount="85.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0177" Longitude="28.92616" StarRating="0" HotelCode="|461430" HotelName="Ulubat Castle Hotel" 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/6/1/4/3/0/461430_4d1840f0641.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.58" OriginalAmount="86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0079617" Longitude="28.9678448" StarRating="4" HotelCode="300222|199202" HotelName="Divan-i Ali Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Hayrettin Mahallesi, Divani Ali Sokak 7, Beyazit, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8a/d2/8ad220fca022e9c69c6233648ee2c5c76adedaa5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.58" OriginalAmount="86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005167631091" Longitude="28.970436035582" StarRating="4" HotelCode="902962|56398" HotelName="Sultanahmet Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mah., Ozbekler Sok. No:4/1, Sultanahmet, Kadirga, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/f2/81f212ad913d92c1aef90ef6c94d2a2512904327.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.58" OriginalAmount="86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03635491" Longitude="28.97795831" StarRating="0" HotelCode="588803|237664" HotelName="Taksim Palace Otel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Cukur Mahallesi, Peskirci Sokak 10, Kalyoncu Kullugu Caddesi, 34200 Istanbul, Marmara Region</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/761774/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="88.72" OriginalAmount="86.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009706" Longitude="28.972862" StarRating="3" HotelCode="177347|211670" HotelName="Sipahi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Divanyolu Türbedar Sokak No:20, 34120 Çemberlitas, Eminönü, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/44/6e443723726ad7dc4a0e4b020532d24df1307f15.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A lobby and a reception are available to guests. Most of the storeys are easily accessible by lift. ...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.76" OriginalAmount="86.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00283" Longitude="28.97371" StarRating="0" HotelCode="|184598" HotelName="La Petite Maison" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mh Aksakal Sk No 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/5/9/8/184598_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.97" OriginalAmount="86.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0037" Longitude="28.9729" StarRating="0" HotelCode="|454609" HotelName="Royal Suites Sultanahmet" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/6/0/9/454609_cb72e371107.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.02" OriginalAmount="86.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.033801" Longitude="28.981449" StarRating="0" HotelCode="|475520" HotelName="ELEGANCE APART" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sadri Alisik Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/5/2/0/475520_73638af1243.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.07" OriginalAmount="86.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.037379" Longitude="28.976812" StarRating="0" HotelCode="|529349" HotelName="The Red Tent Suite 88" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kalyoncu Kullugu Cd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/3/4/9/529349_fb85c121047.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.25" OriginalAmount="86.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0368176" Longitude="28.9818482" StarRating="0" HotelCode="|108180" HotelName="Taxim Elegance Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mah. Pelesenk Sok. No: 5 /a</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/8/0/108180_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in a central area, is located 100 metres away from Istiklal Avenue it is 200 metres away from Taksim the Square of. ROOM: Customers can find modern rooms with kitchen and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="89.37" OriginalAmount="86.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.015575" Longitude="28.804462" StarRating="3" HotelCode="260217|1079228" HotelName="Air Boss Hotel Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tevfik Bey Mahallesi, Muammer Aksoy Caddesi, Akkus sokak 1, Sefaköy (1.730,29 km), 34290 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/c4/4ec4b2d39f57ec7f628f697400215d5aed71b4be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.61" OriginalAmount="87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03056901" Longitude="28.81510814" StarRating="3" HotelCode="445795|199084" HotelName="Grand Istanbul Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Gülbahar Caddesi 2, Gunesli, 34212 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/73/2f732cc33502f9928afc4b6860318d5cfacd6636.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.61" OriginalAmount="87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0426618" Longitude="28.9823554" StarRating="3" HotelCode="300217|40230" HotelName="Hera Montagna" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Inönü Mahallesi, Elmadag Caddesi 64, Sisli, Istanbul 34381</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/b2/93b21e71271514534f073f271acd2b7498c59535.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="89.62" OriginalAmount="87.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.930028194594" Longitude="29.150075670919" StarRating="4" HotelCode="143934|2263665" HotelName="Sanli Suite Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Zümrütevler Mahallesi, Elifçe Sokak 3, Maltepe</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/a2/76a246a57458b54aefd6fd401d9fc400ba8f1a9b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.84" OriginalAmount="87.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.022684" Longitude="28.626541" StarRating="0" HotelCode="|527839" HotelName="King Apart Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/7/8/3/9/527839_92577bb1030.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.38" OriginalAmount="87.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0041165" Longitude="28.9662337" StarRating="0" HotelCode="|108136" HotelName="Ottomanzade" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sehsuvar Bey mah. Duzgun Sokak No :13 Kumkapi Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/3/6/108136_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is 15 minutes away fromSanta Sofia the Basilica of Topkapi the palace It is situated 850 metres away from the mosque.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.49" OriginalAmount="87.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9305" Longitude="29.30699" StarRating="0" HotelCode="|526621" HotelName="Elits Suits" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>3 Osmanli Bulvari</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/6/6/2/1/526621_906bda21056.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.53" OriginalAmount="87.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.994862" Longitude="28.837952" StarRating="0" HotelCode="|536723" HotelName="Orange Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Zafer Mahallesi Beydagi Sokak No:28</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/6/7/2/3/536723_6c70ef02044.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.64" OriginalAmount="88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="850584|375158" HotelName="Basak Apart Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kurban Sokagi, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/09/19099ee42176e19eb118137bc2517766f8ba75c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.64" OriginalAmount="88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="743502|324312" HotelName="Idyllic Hotel Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sehitmuhtar Mahallesi, kurabiye Sokak 10-/888, 34435 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/53/dc5319613f80db68a1936ebc95d2027fc04a465c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.64" OriginalAmount="88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005299672966" Longitude="28.97199600935" StarRating="3" HotelCode="901215|271825" HotelName="Theodian Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Küçükayasofya Caddesi, Katip Sinan Camii Sokak 32, Eminönü, 34400 Istanbul, Sultanahmet</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/da/06da6cf993bc7760c53db6e2d441d86d9eb32d07.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.64" OriginalAmount="88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="775985|343509" HotelName="Ulubat Bayan Apart Hotel Adults Only" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kalburcu Mehmet Cesmesi Sokak, 34104 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.64" OriginalAmount="88.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01908455349" Longitude="28.928337693214" StarRating="3" HotelCode="185750|topkapi_sabena_hotel_2" HotelName="Sabena" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Topkapi Caddesi No 6, Arpaemini Mah., Topkapi, 34270 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/03/d1/03d1dd208fe51f5a105edb83f8abedb0e5dc4baf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Fatih district of Istanbul with immediate public transport links to the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.69" OriginalAmount="88.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0151645" Longitude="28.8052691" StarRating="4" HotelCode="|82932" HotelName="Air Boss Istanbul Airport and Fair" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Muammer Aksoy Caddesi Akkus Sok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/3/2/82932_14.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 2 kilometres away fromIstanbul AtatÃ¼rk Airport. ROOM: All the rooms have a balcony and views of the city. FACILITIES: Clients can find a lounge.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.69" OriginalAmount="88.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0036965" Longitude="28.9753208" StarRating="3" HotelCode="|82994" HotelName="Mehmet Bey" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Cad. No:37 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/9/4/82994_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment offers breakfast service, The establishment has WiFi (free of charge). SITUATION: The establishment, is in a quiet area, is situated near the mosque. ROOM: Customers can find large rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="90.91" OriginalAmount="88.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.002911935891" Longitude="28.977862610451" StarRating="3" HotelCode="200056|1451088" HotelName="Lalinn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Oyuncu Cikmazi, Oyuncu Sokak 4, Ahirkapi, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/cf/30cfc6585327b3ba16ee723fbbc53d131292b9bc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.96" OriginalAmount="88.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005428" Longitude="28.967347" StarRating="0" HotelCode="|532708" HotelName="Peker Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sarayici Sokak No 15A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/7/0/8/532708_83051221039.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="91.06" OriginalAmount="88.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006117" Longitude="28.965891" StarRating="3" HotelCode="160862|130514" HotelName="May Hotel Istanbul" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Hayrettin Mahallesi, Bali Pasa Yokusu 86, Kumkapi, 34126 Istanbul, Beyazit</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/af/80/af80af7c1086e9938b4904496f1eb4f90c069c23.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in one of the oldest and most colourful quarters of Istanbul on the old histor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="91.22" OriginalAmount="88.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00558" Longitude="28.96397" StarRating="0" HotelCode="|475026" HotelName="Altun Life" 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/7/5/0/2/6/475026_58ca5e31200.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="91.42" OriginalAmount="88.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.059878" Longitude="28.988701" StarRating="2" HotelCode="|304717" HotelName="Molton Sisli Mls" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 May?s Mahallesi Op. Raif Bey Sokak No:37</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/4/7/1/7/304717_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="91.72" OriginalAmount="89.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0166272" Longitude="28.9395174" StarRating="0" HotelCode="|305576" HotelName="1453" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Molla Gurani Mah. Zaviye Sokak No: 27 Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/5/5/7/6/305576_0d586b91709.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="91.73" OriginalAmount="89.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00742" Longitude="28.97074" StarRating="0" HotelCode="|185049" HotelName="Vizyon City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Emin Sinan Mh Gedik Pasa Cami Sk No 52</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/0/4/9/185049_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="91.78" OriginalAmount="89.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039867296579" Longitude="28.982109812268" StarRating="3" HotelCode="191184|2007115" HotelName="Retropera Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Feridiye Caddesi 92, Beyoglu, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/5c/315c7a3f3b1ae7c067011a9fc347612841b2e05a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="91.79" OriginalAmount="89.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.015930288801" Longitude="28.95799835995" StarRating="3" HotelCode="315870|375729" HotelName="Birlik Apart Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Designated Smoking Area,Internet,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Molla Hüsrev Mahallesi, Akif Pasa Sokak 11, Vefa, 34134 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/60/d9604d6fd09aadc0a36b56c3b622251a2d1bc464.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Fatih district of Istanbul, this recently refurbished hotel is situated close to the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="91.83" OriginalAmount="89.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03885" Longitude="28.98286" StarRating="0" HotelCode="|184795" HotelName="Q Pera Hotel Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mah. Feridiye Cad. No.38</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/7/9/5/184795_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="91.88" OriginalAmount="89.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004536638169" Longitude="28.972750175033" StarRating="3" HotelCode="146574|861645" HotelName="Dara Istanbul" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Küçük Ayasofya Mahallesi, Su Terazisi Sokak No:25, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/34/2c/342cef01a5f4b33c7a00e82c05fc11e4b805ad82.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located within roughly 200 m of the Blue Mosque and within easy walking distance o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.08" OriginalAmount="89.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03617" Longitude="28.9804" StarRating="0" HotelCode="|184603" HotelName="Lavanta" 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/4/6/0/3/184603_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.26" OriginalAmount="89.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9933" Longitude="28.84423" StarRating="0" HotelCode="|549313" HotelName="Green Garden Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Incesu Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/9/3/1/3/549313_ca9e59b0718.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="92.28" OriginalAmount="89.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010873880375" Longitude="28.954022526741" StarRating="3" HotelCode="168587|608995" HotelName="Aspalace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Gumruk Emini Sok. No:8, Laleli, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/02/2b02cc8cbfa7d43a648da73ab875114f76839bef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated a 5-minute walk from the Aksaray district, with its many restaurants, bars, s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.63" OriginalAmount="89.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036334" Longitude="28.982169" StarRating="0" HotelCode="|475045" HotelName="Boss To Hotel Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bekar Sk. no:26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/0/4/5/475045_6336b431211.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="92.65" OriginalAmount="89.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00501898" Longitude="28.9646275" StarRating="3" HotelCode="148394|609625" HotelName="Grand Mark" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Çifte Gelinler Cad. No 16, Kumkapi, Sultanahmet, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/64/ec/64ec66f46257932650fc5d05c2fb8b237c501464.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.69" OriginalAmount="89.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01594" Longitude="28.957922" StarRating="0" HotelCode="|191236" HotelName="Birlik Apart " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>MOLLA HUSREV MAH.AKIF PASA SOK. VEFA-FATIH 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/2/3/6/191236_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.70" OriginalAmount="90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="766715|343395" HotelName="Rays Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sakizagaci Mahallesi, Iskele Caddesi 7, Bakirkoy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/2c/c62c695073e53e1d888858f5eba99c1a02448fd8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.70" OriginalAmount="90.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="3" HotelCode="118842|abella_hotel_special_class_" HotelName="Abella" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Airport Transfer (on Demand),ATM/Cash Machine,Banquet Hall,Beauty Salon,Bicycle Rental,Designated Smoking Area,Dining,Fax,Laundry,Massage Centre,Pets allowed,Printer,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Küçükayasofya Street No 35, Sultanahmet/Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/21/d3219136ea5f80e38d2d890c1aff5f7c53914760.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel, which can be found in Old City, is a great option for families. Nestled just a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.01" OriginalAmount="90.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9935" Longitude="28.7943" StarRating="0" HotelCode="|192196" HotelName="İstanbul Fair" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/1/9/6/192196_1_4603.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.02" OriginalAmount="90.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.017735" Longitude="28.955697" StarRating="0" HotelCode="|485495" HotelName="AZAD HOMES UNKAPANI" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kendir Sk. 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/5/4/9/5/485495_b85b3bb2000.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.03" OriginalAmount="90.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0300537" Longitude="28.973261" StarRating="0" HotelCode="|82989" HotelName="Hotel Monopol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Cad. No:93 Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/8/9/82989_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a car park (free of charge), a restaurant and WiFi (free of charge). SITUATION: It is situated 300 metres away fromTÃºnel the metro station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.13" OriginalAmount="90.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0094" Longitude="28.6663" StarRating="0" HotelCode="|565809" HotelName="Plus Park Suite and Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/5/8/0/9/565809_10b2a222012.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="93.14" OriginalAmount="90.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00581562" Longitude="28.96447606" StarRating="3" HotelCode="118875|605245" HotelName="Grand Liza Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sarac Ishak Mahallesi, Tiyatro Caddesi 92, Kumkapi, Istanbul, Sultanahmet</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f3/34/f3348f45ccdd56fd00bba0f0efc5b2cc0c4c285d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.40" OriginalAmount="90.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00002" Longitude="28.695505" StarRating="0" HotelCode="|459016" HotelName="Grand Temel Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Saadetdere Mah. E5/Yanyol 68</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/9/0/1/6/459016_dd01b411101.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.46" OriginalAmount="90.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03573" Longitude="28.9789" StarRating="0" HotelCode="|192400" HotelName="Bayer Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Huseyinaga mahallesi, Halas sokak No:26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/4/0/0/192400_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.70" OriginalAmount="90.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04044" Longitude="28.98168" StarRating="0" HotelCode="|185059" HotelName="Zendy Suite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mah Feridiye Cad. No. 115</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/0/5/9/185059_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.70" OriginalAmount="90.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.995975" Longitude="29.025637" StarRating="0" HotelCode="|528267" HotelName="Kadikoy Port Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rasimpasa Mah. Rihtim Cad.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/8/2/6/7/528267_2dada1c1241.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.73" OriginalAmount="91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00779084" Longitude="28.94932958" StarRating="4" HotelCode="372627|237595" HotelName="Sinem Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Mahallesi, Abdullah Çavus Sokak 15, 34200 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/83/2b/832b15879028f13cf7c8d2b0d735b48fd0a28bc3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service, a café, a transfer service and room service are available to guests of th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.73" OriginalAmount="91.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035255079132" Longitude="28.978513072422" StarRating="3" HotelCode="191107|istanbul_irish_hotel_2" HotelName="Istanbul Irish Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Huseyinaga Mahallesi, Buyuk Bayram Sokak 17, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/57/c05753b66e7854405a60decaaec92a9c585ffc5d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="94.54" OriginalAmount="91.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007737" Longitude="28.962484" StarRating="3" HotelCode="213817|2007465" HotelName="Grand Emir" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Saraç Ishak Mah. Soganaga Cami Cad. Nur Sokak No: 9, Beyazit-Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/01/53/01535fe5b3129cd4336f765eb6a6103e88938696.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="94.56" OriginalAmount="91.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.97859" Longitude="28.87606" StarRating="0" HotelCode="|550244" HotelName="Piccolo Hotel Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cevizlik Mah. Istanbul Cad. No 25</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/0/2/4/4/550244_3b599b91115.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="94.62" OriginalAmount="91.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0370775" Longitude="28.9813171" StarRating="3" HotelCode="|108101" HotelName="Lemon Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mah. Altinbakkal Sok. No:42 Taksim/Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/0/1/108101_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is 300 metres away from Istiklal Avenue 4 minutes away, guests can find Taksim the Square of Taksim the underground station of. ROOM: The establishment has studios with an air-conditioning system and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="94.68" OriginalAmount="91.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.030269982433" Longitude="28.973444035103" StarRating="3" HotelCode="9358|1485728" HotelName="Elan Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Asmalimescit Mahallesi, Mesrutiyet Caddesi 91, Tepebasi, Beyoglu, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4b/8c/4b8cf54c3264c7b2b196aef70bbc0ef1eaf2bd44.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.76" OriginalAmount="92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99325657" Longitude="28.84429167" StarRating="1" HotelCode="775664|343263" HotelName="Green Garden Istanbul Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sirinevler Mahallesi, Incesu Sokak 13, Bahcelievler, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/09/5b/095bd9fa7c31bd408ce03e637d13d0b639ba2ce6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.76" OriginalAmount="92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03046771529" Longitude="28.973413759182" StarRating="3" HotelCode="901059|252247" HotelName="Monopol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Caddesi 93, 34430 Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c6/96/c696db9cef54d791318626ebef14e0cffa18b01f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.76" OriginalAmount="92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003158915565" Longitude="28.973773198165" StarRating="3" HotelCode="900674|63782" HotelName="Hotel Rose Bouquets" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Airport Transfer (on Demand),Banquet Hall,Bar,Designated Smoking Area,Housekeeping,Internet,Laundry,Printer,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Caddesi  67, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/2f/ea2fdc7a5ed37509977f358c3b04a0f3b938306c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Rose Hotel The Rose Hotel (rated 3x000D star) is a mid size hotel in Sultanahmet / Istanbul. Both on...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.76" OriginalAmount="92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036226624468" Longitude="28.980537380357" StarRating="3" HotelCode="933256|63821" HotelName="Lavanta Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Süslü Saksi Sokak 17, 34435 Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/b7/32b7b3d0add24f8d03ab8f8801d6b90507427690.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.29" OriginalAmount="92.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00603" Longitude="28.96991" StarRating="0" HotelCode="|534468" HotelName="Nisa Apart Sultanahmet" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Eminsinan Mah Daghan Sok No 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/4/6/8/534468_791cb191445.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.32" OriginalAmount="92.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006631" Longitude="28.965134" StarRating="3" HotelCode="|534133" HotelName="Harran" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Sinan Mahallesi Tiyatro caddesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/1/3/3/534133_0b4e85a1143.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="95.33" OriginalAmount="92.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01288" Longitude="28.977183" StarRating="3" HotelCode="147514|467145" HotelName="Hotel Evsen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Ibnikemal Caddesi 19, 34110 Istanbul, Sirkeci</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/89/4e/894e78f5b1998bf52d79cc7163bd4a68a2a92dd2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in the old city in the Eminönü district within 15 minutes' walk fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.50" OriginalAmount="92.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00335" Longitude="28.96818" StarRating="0" HotelCode="|525158" HotelName="Galley Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/1/5/8/525158_1bf3a8f1127.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="95.78" OriginalAmount="92.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006155872729" Longitude="28.954969346523" StarRating="3" HotelCode="185587|1581228" HotelName="Grand Anatolia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Guvenlik Caddesi 44, Katip Kasim Mahallesi, Yenikapi, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/54/db54a910b96c662a346be092d1f2b354ebdbfb24.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the city’s historic peninsula. It is close to Kumkapi, which is famous for i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.79" OriginalAmount="93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05997205" Longitude="28.98874821" StarRating="2" HotelCode="373323|343342" HotelName="Molton Sisli Mls Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Designated Smoking Area,Internet">
        <Address>
          <AddressLines>
            <AddressLine>19 Mayis Mahallesi, Operator Raifbey Sokak 37, 34360 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/40/f34080d1e56a7ee91dd37fda98eb4e53374ac3e5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Location
This hotel is located in Istanbul (Sisli), close to Istanbul Cevahir Shopping and Entertain...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.98" OriginalAmount="93.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98918" Longitude="28.71528" StarRating="0" HotelCode="|193008" HotelName="Demir Suite Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Cihangir Mah. Defne Sok. No:2/2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/0/0/8/193008_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="96.12" OriginalAmount="93.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00499" Longitude="28.955444" StarRating="3" HotelCode="219925|1079208" HotelName="Abel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Katip Kasim Mh. Langa Hisar Cad. No: 41, Yenikapi, Aksaray, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/cf/f3cf56788d8b3bd7efeb8a28986db4b7cef981b9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.28" OriginalAmount="93.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.981915" Longitude="28.723486" StarRating="0" HotelCode="|523832" HotelName="Hotel Avcilar City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Merkez Mahallesi, Fatih Sokagi no:40</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/8/3/2/523832_40e5ad51144.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.43" OriginalAmount="93.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0081238" Longitude="28.9557854" StarRating="0" HotelCode="|353839" HotelName="Malkoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mesihpasa Cad.No:41 Laleli Fatih/Istanbul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/8/3/9/353839_1_2140.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="96.45" OriginalAmount="93.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007382836138" Longitude="28.664417601189" StarRating="3" HotelCode="260600|916895" HotelName="ibis Istanbul Esenyurt" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Güzelyurt Mahallesi Haramidere, E-5 Karayolu 5-7, Kuzey Yanyol, 34515 Esenyurt, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/7e/4d7eab6cf2e0b4de97c0ff3eecd76de2cd61abec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="96.51" OriginalAmount="93.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003034694615" Longitude="28.976116315737" StarRating="3" HotelCode="144828|606245" HotelName="Berce Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Küçük Ayasofya Caddesi, Ogul Sokak 6, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/db194afc14047a51/92/9259e285cd3feacf/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.56" OriginalAmount="93.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007237" Longitude="28.948708" StarRating="0" HotelCode="|537433" HotelName="Hotel Mardia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Mah. Asimbey sk.No.4 Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/4/3/3/537433_41421122133.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.82" OriginalAmount="94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03961405435" Longitude="28.979710227189" StarRating="5" HotelCode="379046|217695" HotelName="Terra Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Bülbül Mahallesi, Turan Caddesi 113, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/6a/df6a5430be6fe16acf8d343e6e306d5473448b54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.82" OriginalAmount="94.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05298700793" Longitude="28.987126350403" StarRating="3" HotelCode="185591|arsima_hotel_istanbul" HotelName="Arsima" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tavukçu Fetih Sok. 22, Osmanbey Cumhuriyet Mah., Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/a1/06a1b8beda3566f135ce8a473a9153a0a9425bba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in a great location for the Lutfi Kirdar Congress Centre and the Cemal Resit Rey concer...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.84" OriginalAmount="94.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05036" Longitude="28.98585" StarRating="0" HotelCode="|192894" HotelName="New City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bozkurt Mah Esref Efendi Sok No 52</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/8/9/4/192894_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.85" OriginalAmount="94.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0093614" Longitude="28.9578011" StarRating="0" HotelCode="|86815" HotelName="Hotel Bazaar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ordu Cad. No: 59 Laleli Beyaz?t</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/1/5/86815_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has WiFi, (free of charge), a restaurant. SITUATION: It is inSultanahmet the district of 1 metres away, guests can find Topkapi Ulubatli the metro station of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.95" OriginalAmount="94.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005588" Longitude="28.959325" StarRating="3" HotelCode="|534575" HotelName="Mahya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Molatasi Cad No.78</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/5/7/5/534575_dba79741111.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="97.06" OriginalAmount="94.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0039482" Longitude="28.9689407" StarRating="3" HotelCode="|95933" HotelName="Fuat Bey Palace " 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/9/5/9/3/3/95933_1_1767.jpeg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is in Sultanahmet (Estambul) the district of Sultanahmet (Estambul) 200 metres away from the sea, and, the Grand Bazaar 15 minutes walk away, guests can find. ROOM: All the rooms have WiFi (free of charge), a flat-screen television, an air-conditioning system, parquet flooring, a mini-bar, a bathroom, a kettle and a coffee maker. FACILITIES: The hotel offers a gym, a sauna, a reception and tourist information. You also have at your disposal a hammam. RESTAURANT: Customers can enjoy a buffet breakfast and a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="97.50" OriginalAmount="94.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003714763198" Longitude="28.97501885891" StarRating="3" HotelCode="154060|959565" HotelName="The Sunrise" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Caddesi No:36, Sultanahmet, Fatih, Istanbul 34400</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/0c/f90cba15cd70387f2500fa313586b679dcf418a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97.85" OriginalAmount="95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0348469" Longitude="28.97666463" StarRating="3" HotelCode="615072|252273" HotelName="Molton Beyoglu MLS Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Beyoglu, Kamerhatun Caddesi 1, 26453 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/61/f06197fcca72b97d06996a29023ec5743d8d226d.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97.85" OriginalAmount="95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04036798" Longitude="28.98170082" StarRating="0" HotelCode="308226|252297" HotelName="Suite Dreams" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Feridiye Caddesi 135, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/5a/9a5afe6418b4c06dd69a2b5db5254e15022b2bf0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="97.86" OriginalAmount="95.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0054321" Longitude="28.9654846" StarRating="0" HotelCode="|95703" HotelName="MAY ISTANBUL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Hayrettin Mh., Bali Pa?a Yk?. No:86, 34126 Fatih/?stanbul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/7/0/3/95703_1_6369.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Sultanahmet the district of This hotel is in Istanbul the centre of 10 minutes away, you can find places of interest, Such as Topkapi the Palace of the bazaar. it is 14 kilometres away from Istanbul AtatÃ¼rk Airport. HOTEL: This hotel offers WiFi, (free of charge), rooms with satellite TV, air-conditioning, a terrace, a restaurant and a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="97.99" OriginalAmount="95.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0035183" Longitude="28.9712225" StarRating="0" HotelCode="|108351" HotelName="Emirhan Inn Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mahallesi Odev Sokak No 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/3/5/1/108351_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts WiFi (free of charge) and panoramic views. SITUATION: This establishment, Sultanahmet it is in it is in Istanbul the old district of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="98.09" OriginalAmount="95.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03654" Longitude="28.97755" StarRating="0" HotelCode="|242142" HotelName="Balance Hotel Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kalyoncukullugu Mah Narcil Sok No 3 Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/2/1/4/2/242142_e4515710344.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="98.12" OriginalAmount="95.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0036641" Longitude="28.9749375" StarRating="3" HotelCode="|72549" HotelName="Sunrise" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Caddesi 36</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/5/4/9/72549_10c07291852.jpg</HotelPictures>
        <HotelDescription>HOTEL: This contemporary style hotel and it offers excellent service. SITUATION: Is situated in an excellent location, near the establishment, you will find places of interest, tourist points of interest. ROOM: The large, comfortable rooms and fully-equipped.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="98.34" OriginalAmount="95.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0121498" Longitude="28.9561467" StarRating="0" HotelCode="|82929" HotelName="Lyon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/2/9/82929_1.jpg</HotelPictures>
        <HotelDescription>ROOM: Each room has an air-conditioning system and WiFi (free of charge). SITUATION: Is situated inIstanbul (in the Sehzadebasi district) the city centre of Istanbul (in the Sehzadebasi district) it is 2 kilometres away from the university.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="98.46" OriginalAmount="95.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038232" Longitude="28.982926" StarRating="0" HotelCode="|151953" HotelName="Comfort Hotel Taksim" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SEHIT MUHTAR MAH.FERIDIYE CAD.CAMDALI SK 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/1/9/5/3/151953_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2013, has 21 rooms, 5 single rooms, 8 double rooms, 4 suites and 4 triple rooms. SITUATION: This hotel is in the city centre, is well-connected, close to the establishment, clients can find the bus station and the railway station, is situated close to public transport services and entertainment areas.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="98.54" OriginalAmount="95.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034056" Longitude="28.980833" StarRating="0" HotelCode="|475678" HotelName="BALİ STAR CİTY HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Koca Aga Sk. 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/6/7/8/475678_cb7a3401211.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="98.59" OriginalAmount="95.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0057" Longitude="28.97984" StarRating="2" HotelCode="191092|1657888" HotelName="Antique Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Kutlugün Sokak 51, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/78/e078141fafd329d3667d2884844579618ea46e09.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="98.74" OriginalAmount="95.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006527" Longitude="28.9703421" StarRating="0" HotelCode="|86888" HotelName="My Home Sultanahmet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Emin Sinan Mah.Piyerloti Cad.No: 35</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/8/8/86888_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a terrace on the rooftop and sea views. SITUATION: This establishment, is 600 metres away from the mosque and. ROOM: The establishment has rooms with air-conditioned and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.88" OriginalAmount="96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="968409|415185" HotelName="Hotel Cigno Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Pertev Pasa Sokak 38, 34126 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e5/0a/e50af1f468b000138017d148a05a2aa6fd416b0e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.88" OriginalAmount="96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00375455" Longitude="28.97866926" StarRating="0" HotelCode="779816|343280" HotelName="Hotel Estambul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sultanahmet Mahallesi, Konut Sokak 12, Fatih, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/49/e349ecbf34ab3139097bbad5feb57272c761d954.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.88" OriginalAmount="96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02032919" Longitude="28.96322485" StarRating="0" HotelCode="374116|199029" HotelName="Ottoman Class" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yavuz Sinan Mahallesi, Yogurtcu Nuri Sokak 15, Eminonu Fatih, 34134 Istanbul, Marmara Bölgesi, Turkey</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/11/691110e8c6b6051677611e26f0773f9df4f6a6c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.88" OriginalAmount="96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010432690575" Longitude="28.951378928012" StarRating="3" HotelCode="320757|237443" HotelName="Hotel Star Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Iskenderpasa Mahallesi, Sekerci Sokak 16, Aksaray, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/37/370939/370939a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="98.89" OriginalAmount="96.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03123" Longitude="28.97921" StarRating="0" HotelCode="|527172" HotelName="Chez Bore Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cezayir Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/7/1/7/2/527172_803fc761244.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="98.92" OriginalAmount="96.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.993186" Longitude="29.025519" StarRating="3" HotelCode="213612|305416" HotelName="Ayyildizlar Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Misaki Milli Sokak No:27, Kadiköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/302328/a_302328_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.13" OriginalAmount="96.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02556" Longitude="28.97324" StarRating="0" HotelCode="|184212" HotelName="By Murat Hotels Galata - Boutique Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bereketzade Mah Lalelicesme Sok No 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/2/1/2/184212_1_4538.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.29" OriginalAmount="96.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03975" Longitude="28.9816" StarRating="0" HotelCode="|522893" HotelName="Pera Sultan Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/8/9/3/522893_31723a51009.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.36" OriginalAmount="96.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010355" Longitude="28.95177" StarRating="0" HotelCode="|567410" HotelName="Oren Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Nalinci Fevzi Sk. no:17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/7/4/1/0/567410_158b30e1321.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.41" OriginalAmount="96.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0070226" Longitude="28.9644962" StarRating="0" HotelCode="|86779" HotelName="Pearl Hotel Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mithatpasa Cad.Mollabey Sokak 10 Beyazit</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/7/9/86779_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inBeyazit the district of Istanbul it is in. ROOM: All the rooms have a television and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.58" OriginalAmount="96.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.994282" Longitude="28.84405" StarRating="0" HotelCode="|545096" HotelName="White Corner Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Fetih Cd. No:11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/5/0/9/6/545096_2566a3f1033.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="99.63" OriginalAmount="96.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003702618148" Longitude="28.969123363495" StarRating="3" HotelCode="58254|95106" HotelName="Kupeli Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kadirga Meydani Donus Sokak 14, Kucukayasofya, Istanbul, Sultanahmet</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/13/138bc0a2435ae9f7/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located only about 50 m from the centre of Kucuk Ayasofya in Istanbul, 300 m from the S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.89" OriginalAmount="96.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0055296" Longitude="28.9797589" StarRating="0" HotelCode="|86803" HotelName="Antique and Guesthouse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kutlugun Sk. No:51 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/0/3/86803_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a restaurant on the rooftop, sea views, rooms with air-conditioning and WiFi (free of charge). SITUATION: This establishment, Sultanahmet it is in Sultan Ahmed Mosque it is close to and Topkapi the palace.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.91" OriginalAmount="97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0357447" Longitude="28.97884612" StarRating="3" HotelCode="367828|206402" HotelName="Babu Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Hüseyinaga Mahallesi, Halas Sokak 26, 34435 Istanbul, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/640096/640096a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.91" OriginalAmount="97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003379136766" Longitude="28.973308836805" StarRating="3" HotelCode="186043|237423" HotelName="Emir Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kücük Ayasofya Mahallesi, Akburcak Sokak 8, Sultanahmet, 34200 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/26/41267687ed69cbaf0e7bc682d4537181bde8223b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.91" OriginalAmount="97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00896201" Longitude="28.95745535" StarRating="0" HotelCode="517474|237587" HotelName="Sahinler Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Koska Caddesi 8, Laleli, 34480 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/81/e8/81e8aa7d28f0e31f4ada703d7a63f0e426b5bcc1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.91" OriginalAmount="97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02135098" Longitude="28.92810205" StarRating="3" HotelCode="309349|198922" HotelName="Otel Öz Yavuz" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Topkapi Mahallesi, Izmirli Niyazi Sokak 21, Topkapi, Kaleiçi, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/8c/408cecb0e64ebcdf27d47d88a485214083103afc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.91" OriginalAmount="97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03821367287" Longitude="28.981811571164" StarRating="3" HotelCode="933252|217714" HotelName="Taksim Nacre Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Bülbül Mahallesi, Turan Caddesi 43, Taksim, 34435 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/e4/6ce485a7e997d9ae77b9cd65aef1778f6418a603.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a range of services and facilities for holidaymakers and business guests alike. Wir...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.91" OriginalAmount="97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006013284749" Longitude="28.970594524468" StarRating="3" HotelCode="300223|47772" HotelName="Zem Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Katip Sinan Sokak 10, Çemberlitas, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/2c/782c30c7162279bb0afe05db59906e1278ad6ed8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="100.61" OriginalAmount="97.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0324616" Longitude="28.967227" StarRating="0" HotelCode="|305366" HotelName="Beyoglu Huzur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bulent Demir Cad. ?air Mihri Sokak No:4, Beyo?lu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/5/3/6/6/305366_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="100.64" OriginalAmount="97.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.026846" Longitude="28.970129" StarRating="0" HotelCode="|530661" HotelName="Galapera Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Emekyemez Mah., Nazli Hanim Sokak No:5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/0/6/6/1/530661_994fe371057.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.94" OriginalAmount="98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0084511" Longitude="28.9464758" StarRating="3" HotelCode="296192|36387" HotelName="Alfa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray, 22 Cerrahpasa Caddesi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/1f/381f815932f94fac14083d07d0a82ec3c6301e7b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Aksaray. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.94" OriginalAmount="98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00597231" Longitude="28.96963423" StarRating="3" HotelCode="963825|217155" HotelName="Best Home Suites Sultanahmet Aparts" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Eminsinan Mahallesi, Daghan Sokak 11, Sultanahmet Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/4a/a14a0218a95e06c80348701638eab84cadb8784a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.94" OriginalAmount="98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007114" Longitude="28.970048" StarRating="0" HotelCode="957624|414867" HotelName="HHK Hotel Downtow" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Emin Sinan Mahallesi, Emin Sinan Hamami Sokak 16, 34126 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ee/c3/eec346af92ff96a809c325ed08202c06a478d799.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.94" OriginalAmount="98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="779829|343283" HotelName="Hotel Kibele" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sarac Ishak Mahallesi, Mabeyinci Yks 1/5, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a8/cc/a8cc8793169b3c83894886b3c9f20af6ca5a1c5d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.94" OriginalAmount="98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.077796" Longitude="28.981922" StarRating="4" HotelCode="292259|38216" HotelName="Ottoman City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vatan Cad. Esen Sok. No:2, Caglayan, Kagithane, Istanbul 34403</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/hotels/11000000/10370000/10360500/10360491/10360491_40_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located right in the heart of Istanbul. Its setting is especially ideal for g...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="100.94" OriginalAmount="98.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.053523010811" Longitude="28.99274289608" StarRating="3" HotelCode="169157|bc_hotel" HotelName="BC" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Valikonagi Caddesi, Madalyon Sokak No: 5, Nisantasi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5d/6a/5d6a3a8f2546eef9f2ea029339aeee75e1d19c1b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Istanbul's Nisantasi district, known as a shopping centre for designer label...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.31" OriginalAmount="98.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007073" Longitude="28.964384" StarRating="0" HotelCode="|443380" HotelName="Almina Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/3/3/8/0/443380_1fd048a1043.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.42" OriginalAmount="98.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0040158" Longitude="28.978917" StarRating="0" HotelCode="|86792" HotelName="Mevlana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sultanahmet Mah. Akbiyik Caddesi No:75 Eminonu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/9/2/86792_1.jpg</HotelPictures>
        <HotelDescription>RESTAURANT: Customers can enjoy a restaurant on the terrace. SITUATION: Sultan Ahmed Mosque 200 metres away, guests will find. ROOM: All the rooms have an air-conditioning system and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.54" OriginalAmount="98.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.990052" Longitude="28.720257" StarRating="0" HotelCode="|529437" HotelName="Beta Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Aral Sk. 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/4/3/7/529437_78797e61200.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.55" OriginalAmount="98.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0050305" Longitude="28.9705194" StarRating="0" HotelCode="|108239" HotelName="Ercan Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kadirga Liman? Cad. No:97/A Kumkapi/Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/3/9/108239_9768e8a1159.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a terrace. SITUATION: Sultan Ahmed Mosque 400 metres away, guests can find it is located 500 metres away from the tram stop. ROOM: All the rooms have an air-conditioning system and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.84" OriginalAmount="98.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04929" Longitude="29.02292" StarRating="0" HotelCode="|192346" HotelName="Ortakoy Aysem Sultan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mecidiye Mh. Cevirmeci Sk. No 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/3/4/6/192346_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.97" OriginalAmount="99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03259744" Longitude="28.9754442" StarRating="0" HotelCode="598244|237350" HotelName="Double DD Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Asmali Mescit Mahallesi, Kallavi Sokak 16/1, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/7d/cd/7dcde03649a264143b8fa4ea02bb9cc7756db3cf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.97" OriginalAmount="99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00487" Longitude="28.95598" StarRating="0" HotelCode="607367|486313" HotelName="Grand Milan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Katip Kasim Mahhesi</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/778052/185b90bd-5a20-45cc-8779-d94cd6ea9184.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.97" OriginalAmount="99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.974315326012" Longitude="28.875134682209" StarRating="3" HotelCode="374940|211470" HotelName="Le Marde" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Zeytinlik Mahallesi, Kennedy Caddesi, Ömer Naci Sokak 49, Bakirkoy, 34000 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/dd/17dd607653d355106320ad0b961ddcff7707735a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.97" OriginalAmount="99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003293" Longitude="28.977154" StarRating="3" HotelCode="902726|47802" HotelName="Sphendon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sultan Ahmet Mahdii, Akbiyik Degirmeni Sokak 50, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/2e/5e2e4839712932ec04a9751be6d99d9085a9cee1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally placed for sightseeing as it is located in the Sultanahmet district of Istanbul...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.97" OriginalAmount="99.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.979313" Longitude="28.874841" StarRating="0" HotelCode="|538902" HotelName="Blueway" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cevizlik Mahallesi Dantelaci Sokak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/8/9/0/2/538902_55b118f1025.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.97" OriginalAmount="99.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.978451063911" Longitude="28.882742638576" StarRating="3" HotelCode="77616|best_western_tashan_business__airport_hotel" HotelName="Bakirkoy Tashan Business &amp; Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tashan Caddesi No:57, 34142 Bakirkoy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/85/82/8582c5b72e09c0a592b7ce9009ef90b7d6fea706.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.00" OriginalAmount="100" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03245248" Longitude="28.96721631" StarRating="0" HotelCode="619566|252192" HotelName="Beyoglu Huzur Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Bülent Demir Caddesi, Sair Mihri Sokak 4, Beyoglu, 34440 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/38/fa38b6ce1bc2cbb61b75b607ec7ddc71d3f62ba0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.00" OriginalAmount="100" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00569" Longitude="28.968841" StarRating="3" HotelCode="904571|47776" HotelName="Old City Sultanahmet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pierlotti Cad. No:59, Çemberlitas, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/14/f414031d1fba0c1342bf01e3011ee01a6b224d64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just a couple of minutes' walk from Sultanahmet and the major attractions are r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.00" OriginalAmount="100.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003083" Longitude="28.972475" StarRating="3" HotelCode="191128|antik_sofia_hotel" HotelName="Antik Sofia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Küçük Ayasofya Cad. No: 84, Sultanahmet, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/73/0673b7436fd76e0dab6251fdba097ba85f11f2fd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.44" OriginalAmount="100.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03362" Longitude="28.98379" StarRating="0" HotelCode="|550544" HotelName="Taksim Avenue Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Katip Mustafa Celebi Mah. Hocazade Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/0/5/4/4/550544_53648441207.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="103.47" OriginalAmount="100.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.020491047319" Longitude="28.928404635582" StarRating="2" HotelCode="155289|1082468" HotelName="Yavuz" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Topkapi Cad. No:30, Kaleiçi, Topkapi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/07/5407b120cd99d6b094fefeea736aaa95f6f10da2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set in pleasant surroundings in the Topkapi/Fatih area of the city, roughly 5 km from t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.48" OriginalAmount="100.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006588" Longitude="28.9530849" StarRating="3" HotelCode="|37161" HotelName="Grand Ant" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KUCUK LANGA CADDESI - AKSARAY 9-11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/1/6/1/37161_5493b931448.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment with air-conditioning, was renovated in 2006, has 55 comfortable rooms, The establishment also offers a restaurant, a lobby with a reception, a currency exchange service, a lift, WiFi, room service and a laundry service. SITUATION: This urban, family hotel, Aksaray it is in a few minutes walk away, you can find Hagia Sophia, Topkapi Palace and the Grand Bazaar museums, is situated 15 kilometres away from Istanbul AtatÃ¼rk Airport. ROOM: The comfortable rooms, have a direct line telephone, a satellite TV, a hairdryer, individual air-conditioning, central heating and a balcony or terrace. PAYMENT METHODS: Customers can pay using Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast and Ã  la carte lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.78" OriginalAmount="100.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.943911" Longitude="29.133573" StarRating="0" HotelCode="|527143" HotelName="Guest Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Girne Mahallesi, Girne Caddesi 123</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/7/1/4/3/527143_7e28cc21054.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.89" OriginalAmount="100.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0333" Longitude="28.97674" StarRating="0" HotelCode="|485268" HotelName="Golden Street Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Istiklal Cd. Numara 110</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/5/2/6/8/485268_3d4a8eb2041.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.98" OriginalAmount="100.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0399266" Longitude="28.9821162" StarRating="0" HotelCode="|108027" HotelName="Ottopera Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mh. Feridiye Cd. No:95 / 97 Beyoglu Taksim</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/0/2/7/108027_8.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is 300 metres away fromTaksim the Square of the metro station.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.03" OriginalAmount="101" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.946082" Longitude="29.124857" StarRating="3" HotelCode="933200|199341" HotelName="Anka Business Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akgüvercin Sokak 9, Idealtepe Mahallesi, Maltepe, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/33/b533656e2358c840f97111b2a2d68e2409160229.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.03" OriginalAmount="101" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003207" Longitude="28.975928" StarRating="0" HotelCode="760339|478358" HotelName="Hotel Antique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Elevator">
        <Address>
          <AddressLines>
            <AddressLine>Küçükayasofya Caddesi, Ogul Sokagi  17, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/bf/0cbfd54d22f912ba9bd5d03b3000f1a379cf8ea4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Antique House Istanbul||Only 750 metres from the Blue Mosque and Hagia Sophia, Antique House Istanbu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.03" OriginalAmount="101" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04910233" Longitude="29.02336864" StarRating="2" HotelCode="323401|58647" HotelName="Ayse'M' Sultan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Çevirmeci Sokak No: 4, Ortaköy/Besiktas, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/d5/d2d5079762adf19d4236fb9d156c078ab010b5f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="104.33" OriginalAmount="101.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02548" Longitude="28.97301" StarRating="0" HotelCode="|184217" HotelName="By Murat Royal Hotels" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bereketzade Mah Lalelicesme Sok No 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/2/1/7/184217_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="104.35" OriginalAmount="101.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.93363" Longitude="29.139675" StarRating="0" HotelCode="|535188" HotelName="Bossuite Hotel Maltepe" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Baglarbasi Mah Sakarya Sok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/1/8/8/535188_562786f1458.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="104.48" OriginalAmount="101.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.029557" Longitude="28.973692" StarRating="0" HotelCode="|560375" HotelName="Jurnal Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Asmali Mescit Mahallesi Jurnal Sokak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/0/3/7/5/560375_a3850871731.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="104.57" OriginalAmount="101.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.85569" Longitude="29.28208" StarRating="0" HotelCode="|227297" HotelName="Blue Marine Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/7/2/9/7/227297_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="104.63" OriginalAmount="101.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.025463" Longitude="28.972905" StarRating="0" HotelCode="|191249" HotelName="Galatower" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BEREKETZADE MH.LALELI CESME SK. BEYOGLU 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/2/4/9/191249_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="104.83" OriginalAmount="101.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007016392463" Longitude="28.952841367604" StarRating="3" HotelCode="37691|25553" HotelName="Grand Ant Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucuklanga Cadessi 9, Aksaray, Istanbul 34096</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a7/26/a72660627e846d9d97b85ac84e95d936faa501f0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly, city hotel is located in the heart of the historical district of Aksaray. Muse...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="104.83" OriginalAmount="101.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00757938" Longitude="28.94891255" StarRating="3" HotelCode="776203|2010306" HotelName="Hermanos Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Mahallesi, Manastirli Rifat Sokak 25, 34096 Istanbul, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/bc/25bc1bf8a6acd0ef358f750c04ef3a1f3fcb9bb1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.06" OriginalAmount="102" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008188179525" Longitude="28.957004822125" StarRating="3" HotelCode="529008|406438" HotelName="Malkoc Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mesih Pasa Caddesi 41, Laleli Aksaray, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/58/587884/587884a_hb_a_007.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Malkoc Hotel located in Laleli which is one of the centers in istanbul, is in walking distance to hi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.06" OriginalAmount="102" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9303282" Longitude="29.30614054" StarRating="0" HotelCode="960903|491216" HotelName="My Palace Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yenisehir Mahallesi, Osmanli Bulvari 13/213, Pendik, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/2b/312bc35b2b2dea1ececb05ed016154ec8b1f338c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.06" OriginalAmount="102" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01395224377" Longitude="28.977824449539" StarRating="3" HotelCode="907369|22811" HotelName="Q Inn Hotel Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Dervisler Sokak 7, Sirkeci, Fatih, 34120 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/68/a6/68a6bb1620137dc444ff20d4552c3bd397368e57.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.06" OriginalAmount="102" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003344183795" Longitude="28.971666276652" StarRating="3" HotelCode="297054|199482" HotelName="Sultan Ahmet King Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kücük Ayasofya Mahallesi, Kadirga Liman Caddesi, Bardakci Sokak 18, Sultan Ahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/cb/16cbe0dd032475743723c32bb741c2a81baff115.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.06" OriginalAmount="102" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005899666667" Longitude="28.980670222222" StarRating="2" HotelCode="397896|217745" HotelName="Sultan Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mh., Akbiyik Cd No:17, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/618822/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.06" OriginalAmount="102" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039832027544" Longitude="28.982500476092" StarRating="3" HotelCode="315910|217697" HotelName="Ten Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Taksim Caddesi, Cambazoglu Sokak 6, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a9/56/a9561380b19e7d77132a633b7a28bd858818db11.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="105.14" OriginalAmount="102.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007589" Longitude="28.949098" StarRating="3" HotelCode="160519|752935" HotelName="Alahan" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Laundry,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Çakiraga Mah., Manastirli Rifat Sok. No:25, Aksaray, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/30/305353/305353a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.16" OriginalAmount="102.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011831" Longitude="28.953999" StarRating="0" HotelCode="|17638" HotelName="Birbey" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ATATURK BULVARI KEMALPASA MAH.MEKTEP SOK AKSARAY 1/3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/6/3/8/17638_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 1990, has 31 double rooms, a lobby, a reception with safety deposit boxes, a cloakroom, a lift and a kiosk. The establishment boasts a games room, a television room, a restaurant with air-conditioning, with highchairs, internet. There are many services available at the establishment, including room service, a laundry service, a medical care service, a car park and an indoor car park. SITUATION: This attractive urban hotel is situated in Istanbul a central area of it is close to the city centre, in the surrounding area, clients can find the commercial area, Where you can find shops, boutiques, bars, restaurants, shops, leisure areas and entertainment. ROOM: It has inviting rooms with a bathroom, a hairdryer, a direct line telephone, a satellite or cable television, a radio, a stereo, internet, a mini-bar, a double bed, fitted carpets, central heating and a safe. PAYMENT METHODS: Customers can pay using Visa and Mastercard. OTHERS: All meals in a buffet form, Regarding the food and beverage offering, clients have Ã  la carte lunch and dinner and a set-menu dinner. The establishment offers special dishes and food for those with special dietary requirements..</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.62" OriginalAmount="102.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.015824" Longitude="28.958831" StarRating="0" HotelCode="|521426" HotelName="Güler Palas Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vefa Cd. No:54</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/4/2/6/521426_a5bfda31133.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.62" OriginalAmount="102.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.002359" Longitude="28.941786" StarRating="0" HotelCode="|535870" HotelName="Valens Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mihri Hatun Sk. 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/8/7/0/535870_6821b342052.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="105.67" OriginalAmount="102.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00482" Longitude="28.96544" StarRating="3" HotelCode="169308|1668308" HotelName="Loor Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Hayrettin Mahallesi, Kadirga Liman Caddesi 9/11, Kumkapi-Fatih, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/236207/a_236207_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to the Sultanahmet district of Istanbul and within 200 m of Kumkapi where...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.81" OriginalAmount="102.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036114" Longitude="28.979844" StarRating="0" HotelCode="|534110" HotelName="Mayza Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Atif Yilmaz Sok. 27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/1/1/0/534110_00a27c21132.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.86" OriginalAmount="102.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006065" Longitude="28.797065" StarRating="0" HotelCode="|535581" HotelName="White Life Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Tevfik Bey Mah. Vahit Efendi Sokak no:4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/5/8/1/535581_a43a77e1148.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.95" OriginalAmount="102.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0034068" Longitude="28.9787656" StarRating="0" HotelCode="|86945" HotelName="Naz Wooden House Inn - Byzantine House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Degirmeni Sok. No:7 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/4/5/86945_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is small. SITUATION: It is situated near the mosque, Topkapi the palace the bazaar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.05" OriginalAmount="102.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99636" Longitude="29.14854" StarRating="0" HotelCode="|549239" HotelName="Nar Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Miras Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/9/2/3/9/549239_4c233ce1148.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.06" OriginalAmount="102.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003178" Longitude="28.975895" StarRating="0" HotelCode="|86935" HotelName="Antique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/3/5/86935_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has WiFi (free of charge) and a terrace on the rooftop. SITUATION: This welcoming hotel is in SultÃ¡n Ahmet the area Istanbul it is in 500 metres away, guests will find the mosque.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.07" OriginalAmount="102.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0062" Longitude="28.79749" StarRating="0" HotelCode="|184884" HotelName="Sapko Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tevfik Bey Mah. Vahit Efendi Sok No:10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/8/8/4/184884_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.08" OriginalAmount="102.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0052562" Longitude="28.9642764" StarRating="3" HotelCode="|72541" HotelName="Grand Liza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tiyatro Cad no 92, Beyazit</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/5/4/1/72541_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Grand Liza Hotel is rated three stars, is situated in a central area, has a restaurant and comfortable standard rooms. SITUATION: This hotel is in Beyazit where you can find restaurants. Is situated in a central area where you can find tourist points of interest. ROOM: The rooms have an air-conditioning system, WiFi, a hairdryer, a safety deposit box and a mini-bar. OTHERS: Clients have at their disposal room service and a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="106.09" OriginalAmount="103" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03442486262" Longitude="28.98045025582" StarRating="3" HotelCode="292241|47999" HotelName="Alyon Hotel Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuloglu Mahallesi, Alyon geçidi Sokak 2, Beyoglu, 34420 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/d5/23d54f2f018511c5ebd9a95273b0a891e34bd685.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="106.09" OriginalAmount="103" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01666521" Longitude="28.93948039" StarRating="3" HotelCode="498263|217246" HotelName="Hotel 1453" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Molla Gurani Mh, Zaviye Sokak 27, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/3e/8d3e7dd17e55db6028f75e12f3166e1517717ab9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="106.09" OriginalAmount="103" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05605568" Longitude="28.98301864" StarRating="4" HotelCode="688444|284860" HotelName="Wisteria Boutique Hotel Bomonti" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,ATM/Cash Machine,Central Heating,Designated Smoking Area,Housekeeping,Internet,Laundry,Massage Centre,Sauna,Spa,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Mahallesi, Izzetpasa Sokak 56, Bomonti-Sisli, 34380 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/ef/03ef3e7ced24169bcf484eae590f00f7a5fd4c39.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel features free WiFi and views of city in Istanbul. Attractively set in the Sisli district, this...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="106.12" OriginalAmount="103.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03593146" Longitude="28.98063357" StarRating="0" HotelCode="323404|896022" HotelName="Mint Residence Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mahallesi Nane Sokak No: 14, Beyoglu, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/fb/8e/fb8e84d59105ef2d2fb11398c7596dfdef551707.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a transfer service and room service, f...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.28" OriginalAmount="103.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0059" Longitude="28.98067" StarRating="0" HotelCode="|192615" HotelName="Sultan and Guesthouse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mh., Akbiyik Cd No:17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/6/1/5/192615_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="106.36" OriginalAmount="103.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013072030479" Longitude="28.821010842922" StarRating="2" HotelCode="904565|151947" HotelName="Han Hostel Airport North" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse,Airport Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Degirmenbahce Caddesi Turgut Reis Sokak 3, Yenibosna, 34197 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/238302/a_238302_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel is situated in the Yenibosna area of the city. The port at Bakirköy is 8 km away and from...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.57" OriginalAmount="103.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.90991" Longitude="29.20326" StarRating="0" HotelCode="|245045" HotelName="Golden Dream Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Orta Mahallesi Kanuni Sokak No 8 Kartal</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/0/4/5/245045_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.62" OriginalAmount="103.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0356327" Longitude="28.9812252" StarRating="2" HotelCode="|86743" HotelName="Grand  Palmiye" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Istiklal cad. Imam Adnan sok No 16 Taksim /Istanbul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/4/3/86743_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a terrace and WiFi (free of charge). SITUATION: It is in a quiet area, Close to Istiklal the street 350 metres away, clients have Taksim the Square of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="106.74" OriginalAmount="103.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008298681067" Longitude="28.955312026326" StarRating="3" HotelCode="213816|2373435" HotelName="Emin Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Mesihpasa Caddesi 21, Laleli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/84/2a84a960b08f157bb2e7bf6e4108d1c073ed4198.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.76" OriginalAmount="103.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.97174" Longitude="29.14445" StarRating="0" HotelCode="|551833" HotelName="Arkem Hotel 1" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Findikli Mah. Sarmasik Sokak No: 183</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/1/8/3/3/551833_58404491556.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.12" OriginalAmount="104" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04733" Longitude="28.98489" StarRating="0" HotelCode="847897|375211" HotelName="Taksim Time Hotel Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ergenekon Mahallesi, Dolapdere Caddesi 108, Harbiye, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/7d/327dacd3fd65243e2df88ccde17babaa23c81eae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.12" OriginalAmount="104" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.93388513" Longitude="29.13944308" StarRating="0" HotelCode="373014|205875" HotelName="Bossuite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Baglarbasi Mahallesi, Sakarya Sokak 31, Maltepe, 34844 Istanbul, Marmara Region</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/a3/3ea3bff8c4b79abb0942fd3f8177e4cf4542f063.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.12" OriginalAmount="104" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02034571" Longitude="28.92844442" StarRating="1" HotelCode="323369|60606" HotelName="Hotel Torun" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Topkapi Mahallesi, Hamam Odalari Araligi No. 9, 34093 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3b/3a/3b3ac887e11efe123a4bdaf536a797a5d09736f8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.12" OriginalAmount="104" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01248855" Longitude="28.97469776" StarRating="0" HotelCode="735501|284940" HotelName="Queensland Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Printer,Room Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Hobyar Mahallesi, Cemal Nadir Sokak 7, Old City Istanbul, 34112 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/84/70/84707b3d25cad339363fc4ee5a2a4aafb8add261.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel can be found in Old City. A total of 32 bedrooms are available for guests' co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.12" OriginalAmount="104" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02618091" Longitude="28.97771641" StarRating="0" HotelCode="621249|252303" HotelName="Unver Galata Apart" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Hacimimi Mahallesi, Galata Mandirasi Sokak 18, Beyoglu, 34425 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/72/e772f5f85a791b7ed75fe2cdd4fc328105f52353.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="107.81" OriginalAmount="104.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.994964" Longitude="28.912493" StarRating="4" HotelCode="207964|2250635" HotelName="Diamond City Istanbul" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Telsiz Mh., Muammer Aksoy Cd. No. 16, Zeytinburnu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/ef/ffefebb4bc1e60a44e81be149834268c2efcc1f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Zeytinburnu, just 200 metres from the Olivium Shopping Centre, the hotel is situated clos...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="107.83" OriginalAmount="104.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010969006184" Longitude="28.954789638519" StarRating="3" HotelCode="43841|590275" HotelName="Birbey Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Diet Meals,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kemalpasa Mahallesi, Mektep Sokak 1-3, Aksaray, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/78/68783c560f7e4cc5986f22f8584effcd5b21ba6d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located at the heart of Istanbul just a short walk from the lively cit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="107.89" OriginalAmount="104.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02754" Longitude="28.97988" StarRating="0" HotelCode="|192310" HotelName="Waw Hotel Galataport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Haci Mimi Mh. Karabas St. No:8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/3/1/0/192310_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="107.99" OriginalAmount="104.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00509" Longitude="28.96404" StarRating="0" HotelCode="|184133" HotelName="Alphonse " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Muhsine Hatun Mah Cifte Gelinler</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/1/3/3/184133_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="108.00" OriginalAmount="104.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.986236" Longitude="28.718347" StarRating="0" HotelCode="|537921" HotelName="Greenwich Istanbul Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Engin Sk. 25</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/9/2/1/537921_ff8360c0943.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="108.08" OriginalAmount="104.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00477" Longitude="28.96549" StarRating="3" HotelCode="|184618" HotelName="Grand Ninova" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Hayrettin Mah. Kadirgaliman Cad. No/9 Fatih Beyazit</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/6/1/8/184618_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.15" OriginalAmount="105" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0703303" Longitude="28.98854393" StarRating="0" HotelCode="372590|216964" HotelName="AG Sisli Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Izzetpasa Mahallesi, Ayazma Yolu 57, Sisli, Mecidiyeköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/06/1b067b98656c03abbec9d352d80e2ea8acce46e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a transfer service, room service and a business centre. Wireless internet access in...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.15" OriginalAmount="105" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.97174549" Longitude="29.14447211" StarRating="0" HotelCode="599100|237183" HotelName="Arkem Hotel &amp; Suite 1" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Findikli Mahallesi, Sarmasik Sokak 183, 34854 Istanbul, Maltepe</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/fa/adfa85b9f8f7da40dc7f27b58dfb7b16b5ee3e77.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.15" OriginalAmount="105" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="956842|489464" HotelName="Delbab Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Katip Kasim Mahallesi, Langa Hisari Sokak 20, Yenikapi, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/85/3385588af85d35adca65244e7cb2e9fbaade3722.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.15" OriginalAmount="105" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00465616" Longitude="28.9628357" StarRating="3" HotelCode="516837|217605" HotelName="Hotel Milano Istanbul" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Muhsine Hatun Mahallesi, Çiftegelinler Caddesi, Telliodalar Sokak 48, Kumkapi, Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/bd/d5bd1b3515943cddd875844c04baea7dd0b77945.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.15" OriginalAmount="105" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01613" Longitude="28.948701" StarRating="3" HotelCode="9370|407738" HotelName="Pianoforte" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Feyzullah Efendi Cd No: 17, 34620 Kiztasi, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/05/7205bb5a73decf6b79455b39791db4965b04cf5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="108.23" OriginalAmount="105.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.916196" Longitude="29.136157" StarRating="0" HotelCode="|461909" HotelName="Dragos Resort Hotel Spa Restaurant" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Piri Reir Cd. 22/1 Yali Mahallesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/1/9/0/9/461909_abc59091015.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="108.42" OriginalAmount="105.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02097" Longitude="28.92676" StarRating="0" HotelCode="|184511" HotelName="Hotel Goldengate" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Topkap mah.topkap cd. No 47</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/5/1/1/184511_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="108.47" OriginalAmount="105.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007508" Longitude="28.97077" StarRating="0" HotelCode="|153035" HotelName="Leyenda Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>BINBIRDIREK MH.GEDIKPASA CAMI SOK.CEMBERLITA 58</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/0/3/5/153035_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2014 and renovated in 2014. It has 20 standard rooms, 10 single rooms, 10 double rooms, 1 suite and 5 superior rooms. The establishment also offers a car park. SITUATION: This hotel is in Istanbul is situated in the city centre, close to the train stations, the bus station, public transport services and places of interest.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="108.47" OriginalAmount="105.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.053426" Longitude="28.807499" StarRating="0" HotelCode="|485919" HotelName="In House Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/5/9/1/9/485919_7b15f422147.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="108.55" OriginalAmount="105.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02102" Longitude="28.92818" StarRating="0" HotelCode="|242409" HotelName="Topkapı Otel Özyavuz" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/2/4/0/9/242409_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="108.73" OriginalAmount="105.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0042992" Longitude="28.9665045" StarRating="0" HotelCode="|108060" HotelName="Tom Square  Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sehsuvarbey Mah., Berham Cavus Sok., No:33, Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/0/6/0/108060_4.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Istanbul the Peninsula of 150 metres away, guests can find the sea. ROOM: Each room has WiFi (free of charge), an air-conditioning system and a satellite television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="108.98" OriginalAmount="105.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0060483" Longitude="28.9689041" StarRating="0" HotelCode="|82952" HotelName="Asitane Life" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Piyerloti Caddesi Tulcu Sokak No:35 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/5/2/82952_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts views of the sea. SITUATION: Is situated inIstanbul the historic centre of. ROOM: The rooms have an air-conditioning system, a television and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.18" OriginalAmount="106" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00998988009" Longitude="28.954447338623" StarRating="4" HotelCode="936560|27765" HotelName="Glorious Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yesil Tulumba Sokak 17, Ordu Caddesi, Laleli, 34080 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/a54768438e5b40a284636a7e18d4d8f1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul. The train station, along with other public transpor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.18" OriginalAmount="106" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006272518938" Longitude="28.797627156222" StarRating="3" HotelCode="399217|198886" HotelName="Sapko Airport Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Tevfik Bey Mahallesi, Vahit Efendi Sokak 10, Sefaköy, 34295 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/80/5d8073d6bb4c03bf7f5a0a3b4be063aca77cbc89.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.18" OriginalAmount="106.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006184" Longitude="28.964823" StarRating="3" HotelCode="191100|angels_garden_hotel" HotelName="Angels Garden Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tiyatro Caddesi 90, Beyazit, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/47/00/47008b7dd8e067c11b88cdba32f6678c3c4e0520.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="109.38" OriginalAmount="106.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0518899" Longitude="28.9860799" StarRating="3" HotelCode="|40604" HotelName="Nil" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TAVUKCU FETHI SOK NO 21 OSMANBEY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/6/0/4/40604_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has rooms with WiFi, (free of charge), breakfast service. SITUATION: This establishment, is near Taksim the Square of the exhibition centre, Nisantasi is situated in Close to boutiques, restaurants and cafÃ©s. It has excellent transport links to the metro station, is situated 3 minutes away from shopping centres, Close to Osmanbey the underground station of it is situated 17 kilometres away from Istanbul AtatÃ¼rk Airport. ROOM: The rooms have an air-conditioning system and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="109.43" OriginalAmount="106.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9787933" Longitude="28.8776123" StarRating="0" HotelCode="|304812" HotelName="Naila Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cevizlik Mahallesi Huban Sokak No:1 Bak?rkoy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/4/8/1/2/304812_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="109.44" OriginalAmount="106.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.029986" Longitude="28.683273" StarRating="0" HotelCode="|565743" HotelName="Quars Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sultaniye Mahallesi 350.sk No.10/A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/5/7/4/3/565743_179553a1031.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="109.81" OriginalAmount="106.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005644" Longitude="28.665497" StarRating="0" HotelCode="|545791" HotelName="ELİTE PARK HOTEL and SUİTES" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Yakuplu Mahallesi 65.Sokak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/5/7/9/1/545791_5cf2a441044.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="107" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004853879958" Longitude="28.965363876726" StarRating="3" HotelCode="315878|199829" HotelName="Raimond Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Hayrettin Mahallesi, Kadirga Limani Caddesi 7, Kumkapi, 34121 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/1f/1d/1f1dc4d10e6e7aeeed49020d0a9fc1e37136f0be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="107" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00546237" Longitude="28.96954531" StarRating="2" HotelCode="517404|217752" HotelName="Reyyan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Emin Sinan Mahallesi Pertevpasa Sokak 46/1, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/45/452213/452213a_hb_a_004.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.22" OriginalAmount="107.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0137663" Longitude="28.9771894" StarRating="2" HotelCode="|39799" HotelName="Kafkas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/9/9/39799_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 36 rooms and a bar with a terrace, with fantastic views, Some of the establishment facilities on offer are a lobby with a reception, a safety deposit box service, a currency exchange service, a cloakroom, a lift, a bar, a restaurant and WiFi. At an additional cost, you can enjoy room service and a laundry service. SITUATION: The hotel is in the historic centre, Sirkeci it is 5 minutes away from Sultanahmet 8 minutes away, you can find Where you can find restaurants and shops. Hagia Sophia, Topkapi Palace and Sultan Ahmed Mosque it is 10 minutes away from it is situated 21 kilometres away from Istanbul AtatÃ¼rk Airport. ROOM: The spacious, comfortable rooms, have a bathroom with a shower, a hairdryer, a direct line telephone, a satellite or cable television, a mini-bar, a double bed, an individual air-conditioning system, central heating and a safety deposit box. PAYMENT METHODS: Customers can pay by Mastercard and Visa. OTHERS: Clients have at their disposal a restaurant with international dishes a bar with terrace.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.29" OriginalAmount="107.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01034" Longitude="28.95404" StarRating="0" HotelCode="|193118" HotelName="Laleli Blue Marmaray " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ordu cad Selimpasa Sok No 18 Laleli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/1/1/8/193118_3e1abd21602.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.33" OriginalAmount="107.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98542" Longitude="29.11129" StarRating="0" HotelCode="|530041" HotelName="Artura Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kizilirmak Sokak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/0/0/4/1/530041_f493e5c1236.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.35" OriginalAmount="107.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.049749" Longitude="28.391796" StarRating="0" HotelCode="|556539" HotelName="Legend Otel Tem" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/6/5/3/9/556539_6356cab1627.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.61" OriginalAmount="107.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.033881" Longitude="28.983181" StarRating="0" HotelCode="|484987" HotelName="Nupera Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Katip Mustafa Celebi Mah. Mac Sok.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/4/9/8/7/484987_0927c812017.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.63" OriginalAmount="107.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01335" Longitude="28.97721" StarRating="0" HotelCode="|184585" HotelName="Just Inn Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/5/8/5/184585_29970ff1501.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.76" OriginalAmount="107.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0054419" Longitude="28.9573559" StarRating="0" HotelCode="|305705" HotelName="Red White Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Asya Sokak 41</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/5/7/0/5/305705_18851921720.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="111.00" OriginalAmount="107.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005242" Longitude="28.96509" StarRating="0" HotelCode="|534604" HotelName="Ria Suites Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Arayici Sokagi 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/6/0/4/534604_ef2d75c1131.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="111.13" OriginalAmount="107.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005701" Longitude="28.9715488" StarRating="3" HotelCode="|185058" HotelName="Zem" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mah. Katip Sinan Sok. No:10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/0/5/8/185058_ad03be90853.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="111.20" OriginalAmount="107.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.025312" Longitude="28.973074" StarRating="0" HotelCode="|454496" HotelName="Corner Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/4/9/6/454496_65a437b1301.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.24" OriginalAmount="108" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03911704" Longitude="28.97617337" StarRating="2" HotelCode="516185|343169" HotelName="Pera Livinn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bostan Mahallesi, Yaya Köprüsü Sokak 18, Dolapdere Beyoglu, 34435 Istanbul, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/27/be276eba67ba0532bfc217bfee29cc6c32da70c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.24" OriginalAmount="108" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04530483" Longitude="28.98325372" StarRating="3" HotelCode="323405|206560" HotelName="Cumbali Plaza Istanbul" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Bozkurt Mahallesi Dolapdere Caddesi No. 135, 34375 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/66/7d66bec9c355d981c498879b1c90e16c22006a4e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.24" OriginalAmount="108" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03810151" Longitude="28.9817764" StarRating="0" HotelCode="598479|237399" HotelName="Green Bird Suit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/06/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mahallesi, Turan Caddesi 47, Beyoglu, Istanbul 34435</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/73/fa73b7de6f198a82f55383c1a6a46cdb6945ea14.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.24" OriginalAmount="108" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03373557" Longitude="28.98372675" StarRating="3" HotelCode="411840|217630" HotelName="La Pazza Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/06/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Katip Mustafa Celebi Mahallesi, Hocazade Sokak Number 10, Cihangir, Beyoglu, Taksim, 34433 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/b1/48b13ff33d92cb13dcf3ca8bf29506734146c01e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.24" OriginalAmount="108" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02511653" Longitude="28.97117711" StarRating="4" HotelCode="431030|199420" HotelName="Vavien Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Arap Cami Mahallesi, Aylak Sokak 5, Karaköy, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/f0/76f08efd9154e9ab03cd25372b7ad4ad0295c6af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="111.70" OriginalAmount="108.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011305" Longitude="28.952799" StarRating="3" HotelCode="|84896" HotelName="Kaya Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>ISKENDER PASA MH.CINGIRAKLI BOSTAN SOKAK, AKSARAY 40</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/8/9/6/84896_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Bayezid II Mosque It is situated 1 kilometre away from the establishment, is in the historic centre, near the establishment, you will find historic points of interest, cultural places. ROOM: The establishment has 30 rooms with a bathroom, an air-conditioning system, heating, heating, a direct line telephone, a mini-bar, a television and a hairdryer.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="111.91" OriginalAmount="108.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.97432" Longitude="28.87506" StarRating="0" HotelCode="|235914" HotelName="Le Marde Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/9/1/4/235914_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.14" OriginalAmount="108.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.986001" Longitude="29.131019" StarRating="0" HotelCode="|484742" HotelName="216 Turkuaz Suit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ilbey Sk. 51</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/4/7/4/2/484742_777a1e72019.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.19" OriginalAmount="108.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00396" Longitude="28.959622" StarRating="0" HotelCode="|534718" HotelName="okdahotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>alisan sokak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/7/1/8/534718_2daecb51445.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.23" OriginalAmount="108.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034727" Longitude="28.977231" StarRating="0" HotelCode="|530824" HotelName="Hotel Martin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sahne Sk. 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/0/8/2/4/530824_f87456e1032.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.27" OriginalAmount="109" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.047365439361" Longitude="28.986318753373" StarRating="4" HotelCode="933241|199885" HotelName="Arach Hotel Harbiye" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Business Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Caddesi, Prof. Dr. Celal Öker Sokak 5, Harbiye, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/2f/e72f2dc662a4ac3805ef24660bc8679d1e2cfce2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in the city district Sisli-Nisantasi, opposite the Istanbul Military Museum. Links to t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.27" OriginalAmount="109" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008819152017" Longitude="28.949781241507" StarRating="3" HotelCode="398388|217157" HotelName="Birinci Apart Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Mahallesi, Çakiraga Camii Sokak 10, 34093 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/90/cb905da0dabe7b75f23e5cfb3d88af8eef394582.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.27" OriginalAmount="109" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00796963" Longitude="28.964744" StarRating="0" HotelCode="976949|479488" HotelName="Elyka Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Kemalettin Mahallesi, Dibekli Cami Sokak 17, Beyazit, Fatih, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/23/b6235005f8d2eba16eeb8745d745e89d1901c2e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.27" OriginalAmount="109" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00700091" Longitude="28.97102624" StarRating="4" HotelCode="471477|217223" HotelName="Grand Naki Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Piyer Loti Caddesi 12/14, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/a5/c8a5d7d3896bbfdb33457f6dfba1f80bc5037a08.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.27" OriginalAmount="109" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01046154" Longitude="28.94831693" StarRating="3" HotelCode="373418|199636" HotelName="Hotel Ekol" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Molla Gürani Mahallesi, Tanburi Cemil Bey Sokak Number 7, Aksaray, 34093 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/49/984914f4eb80c151ee1b1e10393216a4b0dda267.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.27" OriginalAmount="109" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010261604736" Longitude="28.954066132952" StarRating="3" HotelCode="323793|210045" HotelName="Laleli Blue Marmaray Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Ordu Caddesi Selimpasa Sokak 18, Laleli, 34070 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/43/430300/430300a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.27" OriginalAmount="109" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.978832258228" Longitude="28.877548297115" StarRating="3" HotelCode="315891|47569" HotelName="Naila" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Cevizlik Mahallesi, Huban Sokak 1, 34142 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/0d/610dd2431e15b3ec15f48e7733ebea5f2a1d6b18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.51" OriginalAmount="109.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0391209" Longitude="28.9820021" StarRating="0" HotelCode="|304621" HotelName="Taksim Cetinkaya Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/4/6/2/1/304621_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.66" OriginalAmount="109.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.976654" Longitude="28.876324" StarRating="0" HotelCode="|537515" HotelName="Vitabella Suites" 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/5/3/7/5/1/5/537515_257826e0905.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.76" OriginalAmount="109.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.058419" Longitude="28.987074" StarRating="0" HotelCode="|551388" HotelName="Royal Garden Suite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>174 Halaskargazi Cd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/1/3/8/8/551388_07eaf021423.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.89" OriginalAmount="109.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009091" Longitude="28.96214" StarRating="0" HotelCode="|555173" HotelName="Istanbul Town Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ordu Cad. Kalayci Sevki Sok. No: 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/5/1/7/3/555173_ae3cd251846.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="113.00" OriginalAmount="109.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003593312601" Longitude="28.974090814591" StarRating="4" HotelCode="26524|590895" HotelName="Erguvan Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Garden,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Küçük Ayasofya Mahallesi, Aksakal Caddesi 1, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/dc/c5dcf9e92b80a82909505c2b08b63a9f050feca1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the old town, and all the major monuments can be reached in a few minutes by...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="113.09" OriginalAmount="109.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9779715" Longitude="29.1427776" StarRating="0" HotelCode="|305303" HotelName="Vois" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Inonu Mah. Kayisdagi Cad. No:254 - 256</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/5/3/0/3/305303_57999a30531.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="113.21" OriginalAmount="109.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03719" Longitude="28.98181" StarRating="0" HotelCode="|529015" HotelName="Butterfly Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mah Altinbakkal Sok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/0/1/5/529015_bedb0511238.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="113.24" OriginalAmount="109.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0059084" Longitude="28.9796434" StarRating="0" HotelCode="|86939" HotelName="Cosmopolitan Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kutlugun Sk.26 Cankurtaran</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/3/9/86939_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a rooftop with fantastic views. SITUATION: This establishment, is in Sultanahmet the area it is in Istanbul the historic centre of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.30" OriginalAmount="110" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0062517" Longitude="28.96480314" StarRating="0" HotelCode="569801|381265" HotelName="Ista Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Designated Smoking Area,Laundry,Lounge,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Sarac Isahpasa Mahallessi, Tiyatro Caddesi 68/A, Gedikpasa, Sultanahmet, Istanbul 34080</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/93/2d9307a13a17d3d7ee43222b0ebf596287ef1eda.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt; Ista Palace Hotel is located in Sultanahmet which is the one of oldest parts of Istanbul. Belonging...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.30" OriginalAmount="110" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008572603533" Longitude="28.954666256905" StarRating="4" HotelCode="16956|2776" HotelName="Istanbul Royal Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Cad. No: 16, 34480 Laleli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d3/14/d31453c3e4d44cbc6b0337841473f2b3750b9a8b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally located in the Aksaray district of the city. Countless shopping a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.30" OriginalAmount="110.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005965607077" Longitude="28.954330980778" StarRating="4" HotelCode="130462|grand_unal" HotelName="Grand Ünal Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mustafa Kemalpasa Caddesi Fabrika Sokak 16, Yenikapi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b8/b9/b8b9d73024f8bb4d7c55f27d18143529b500fd53.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="113.52" OriginalAmount="110.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007057" Longitude="28.954652" StarRating="3" HotelCode="188697|1082578" HotelName="Erbazlar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hayriye Tüccari Cad. No: 10, Aksaray, Istanbul 34470</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/88/9488a207663c2af1c4a7344e8ea0b169b4609748.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Laleli district of the old city in Istanbul, just 2 km from the historic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="113.62" OriginalAmount="110.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0089575" Longitude="28.9549983" StarRating="4" HotelCode="|55932" HotelName="Istanbul Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Caddesi 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/9/3/2/55932_6f2b7830503.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a TV room, a bar, shops, a car park, a safety deposit box service, a meeting room, a laundry service, a restaurant and air-conditioning in communal areas. SITUATION: This establishment, is situated in Istanbul the historic centre of near the establishment, you will find Hagia Sophia, the Grand Bazaar, Sultan Ahmed Mosque and Topkapi Palace the racecourse, is situated 15 kilometres away from Istanbul AtatÃ¼rk Airport. ROOM: The rooms have an air-conditioning system, a satellite television, a mini-bar, a direct line telephone, a hairdryer and a radio.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.08" OriginalAmount="110.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05545" Longitude="28.9928" StarRating="0" HotelCode="|184229" HotelName="Canka Residence by Overland" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Albay Sadri Alantar Sokak 7-33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/2/2/9/184229_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.33" OriginalAmount="111" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03368069" Longitude="28.98363111" StarRating="5" HotelCode="541883|217724" HotelName="Apart of Many Things" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Katip Mustafa Celebi Mahallesi, Taksim, Hocazade Sokak 11, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/01/ca/01cab4ab1ad4f4db9814361d47737ceb148c64b6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.37" OriginalAmount="111.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035159" Longitude="28.9767033" StarRating="0" HotelCode="|108246" HotelName="#bunk" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Inonu Mahallesi Papa Roncalli Sokak No: 34 Sisli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/4/6/108246_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inBeyoglu the district of Close to Istiklal Avenue.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.42" OriginalAmount="111.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009055" Longitude="28.975439" StarRating="0" HotelCode="|524739" HotelName="oldmile palace hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>catal cesme sok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/7/3/9/524739_8b56c640903.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="114.73" OriginalAmount="111.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003957689773" Longitude="28.968713350742" StarRating="3" HotelCode="382716|814443" HotelName="Ottoman's Pearl Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sehsuvarbey Mahallesi, Comertler Sokak 3/101, Sultanahmet, 34126 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/cd/ec/cdecbd46156b4c717f1672ac0a36fe46976cd171.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.93" OriginalAmount="111.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.992837" Longitude="28.794888" StarRating="0" HotelCode="|464484" HotelName="World Point Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Besyol Mahallesi,Birlik Caddesi.No2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/4/4/8/4/464484_c673a220710.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.23" OriginalAmount="111.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0168061" Longitude="28.9492709" StarRating="3" HotelCode="|82876" HotelName="Tugra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Fevzi Pasa Caddesi Feyzullah Efendi Sokak No:6 Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/8/7/6/82876_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Sultanahmet it is situated 2,8 kilometres away from Where customers can find the historic monuments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.36" OriginalAmount="112" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05361928" Longitude="28.99266026" StarRating="0" HotelCode="593193|237201" HotelName="BC Burhan Cacan Hotel &amp; Spa &amp; Cafe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Mahallesi, Madalyon Sokak 13, Valikonagi Caddesi, Nisantasi Osmanbey Sisli, 34363 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=5385403</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.36" OriginalAmount="112" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038889598562" Longitude="28.982223381615" StarRating="3" HotelCode="470466|477013" HotelName="Cetinkaya Suite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Concierge,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe mah. Feridiye cad. Caylak sok. No:18, Beyoglu, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/32/8732a04f7af5f8e0e769bd4466a3dc35f01a6442.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Taksim, Cetinkaya Suites promises a relaxing and wond...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.36" OriginalAmount="112" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01242599" Longitude="28.9560116" StarRating="2" HotelCode="374767|217229" HotelName="Hamit Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kemalpasa Mahallesi, Gencturk Caddesi 47, Fatih, 34134 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/78/fb/78fbb3f2a587fbbe95563fd9710ce9f87e8f0574.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.36" OriginalAmount="112" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02327773" Longitude="28.9604496" StarRating="0" HotelCode="372756|493315" HotelName="Baykal Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 22/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Uskuplu Caddesi, Fukarababasi Sokak 12, Kadir Has Üniversitesi Yani, Unkapani, Fatih, 34083 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/e4/3ee4e011e9f71eebceb890b66be136aa3803bdb1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the shores of Golden Horn in Unkapani, Hotel Baykal is 3 km from the historic Sultahahmet...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.36" OriginalAmount="112" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00724425" Longitude="28.95249066" StarRating="0" HotelCode="517105|375227" HotelName="Prens Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Mahallesi, Tiryaki Hasan Pasa Caddesi, Kocibey Sokak 28, 34200 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/ostrovok/16/c5/16c5ba3947c3c5b8b873baa7c184c08929e1d233.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.36" OriginalAmount="112" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00500854" Longitude="28.97307954" StarRating="0" HotelCode="779803|343537" HotelName="White Pearl Apart" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mahallesi, Su Terazisi Sokak 23, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/5b/bf5bde4d63ae3c18fe462b4f7b93044336c8845a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.36" OriginalAmount="112" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013997" Longitude="28.977937" StarRating="1" HotelCode="933218|237695" HotelName="Yeni Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="24 Hour Power Supply,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Nöbethane Caddesi. Dervisler Sokak No.12, Sirkeci, Old City Sultanahmet, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/c1/56c1eda8492a4149d557704298b49f6ffc7fb562.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The yeni hotel will certainly be a great budget option. Located in the city centre, this hotel is cl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.36" OriginalAmount="112.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0154646" Longitude="28.9798756" StarRating="3" HotelCode="|82979" HotelName="Grand Esen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hoca Pasa Mah. Orhaniye Cad. No:40 Sirkeci</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/7/9/82979_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a car park, (free of charge), a reception. SITUATION: 2 minutes away from the establishment you haveSirkeci the Railway Station of. ROOM: Each room has an air-conditioning system and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.67" OriginalAmount="112.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008133" Longitude="28.954318" StarRating="0" HotelCode="|554280" HotelName="Saray Hotel Laleli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mesihpasa Cd. 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/2/8/0/554280_91c806a1301.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.67" OriginalAmount="112.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005942" Longitude="28.962519" StarRating="0" HotelCode="|484608" HotelName="Senyor Garden Hotel" 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/8/4/6/0/8/484608_22c1dfd2038.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.73" OriginalAmount="112.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006414" Longitude="28.959266" StarRating="0" HotelCode="|534252" HotelName="Bona Sera Hotel" 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/5/3/4/2/5/2/534252_4c1ad1f1148.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.89" OriginalAmount="112.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.977604" Longitude="28.73928" StarRating="4" HotelCode="|126067" HotelName="Expocity Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gumuspala Mahallesi No 90 Avcilar,D-100 Kuzey Yan Yol</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/6/0/6/7/126067_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a car park, (free of charge), a buffet breakfast. SITUATION: Is situated inAvcilar the district of 10 kilometres away, you can find Istanbul AtatÃ¼rk Airport it is 12 kilometres away from Tuyap the exhibition centre It is situated 25 kilometres away from a commercial centre and restaurants, nearby, there is a station. ROOM: All the rooms have WiFi, a satellite TV, an air-conditioning system, a mini-bar, computer safe, a bathroom and complimentary bathroom items.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="115.98" OriginalAmount="112.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012483" Longitude="28.954966" StarRating="2" HotelCode="186026|605255" HotelName="History" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Genctürk Caddesi. Sirvanizade Sk. No:14, 34470 Sehzadebasi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/3d/ad3d3ad43dd10c6961435ad2d95efc75d2a78db8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="116.12" OriginalAmount="112.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003769" Longitude="28.975558" StarRating="3" HotelCode="150065|606025" HotelName="Istanbul Holiday Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Küçük Ayasofya Caddesi 28, Sultanahmet, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/53/9c/539cec25e0aa12709bf61db7fc2275b3c74232ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a superb location in the Sultanahmet district of Istanbul. The Blue Mosque is a st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.15" OriginalAmount="112.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006394" Longitude="28.968628" StarRating="0" HotelCode="|534355" HotelName="Armar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cephaneci Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/3/5/5/534355_855bf561145.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.33" OriginalAmount="112.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006408" Longitude="28.665183" StarRating="0" HotelCode="|543717" HotelName="Heraldic Room Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Haramidere Cd. 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/3/7/1/7/543717_68061752216.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.37" OriginalAmount="112.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0063756" Longitude="28.9817896" StarRating="0" HotelCode="|108024" HotelName="Premist Hotels Sultanahmet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi Ishakpaa Caddesi No.12 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/0/2/4/108024_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 300 metres away fromTopkapi the Palace of, Is situated inSultanahmet the city centre of. ROOM: All the rooms have WiFi (free of charge), an air-conditioning system and a television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.47" OriginalAmount="113.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003183" Longitude="28.9746901" StarRating="0" HotelCode="|86947" HotelName="Sur Hotel Sultanahmet" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>K. Ayasofya Cd. Mustafapasa Sok. No:25</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/4/7/86947_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is family-run, has a terrace. SITUATION: It is 5 minutes away from the mosque.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.48" OriginalAmount="113.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005091" Longitude="28.955455" StarRating="0" HotelCode="|84894" HotelName="Abel Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>KATIP KASIM MAH.LANGA HISARI CAD.YENIKAPI 41</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/8/9/4/84894_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: Yenikapi Is situated in the establishment, is near the historic centre, is well-connected with places of interest. ROOM: The rooms have an air-conditioning system, a television, a direct line telephone, internet, a safety deposit box, a bathroom with a shower, a hairdryer and a hairdryer. FACILITIES: The establishment boasts a reception, a restaurant, a bar, a lift and a safe. The establishment also offers an air-conditioning system, room service, a launderette, a dry cleaner's (available for a fee) and internet.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="116.50" OriginalAmount="113.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003431551633" Longitude="28.9787669" StarRating="3" HotelCode="32163|1635418" HotelName="Naz Wooden House Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Degirmeni Sokak 7, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/39/86/3986a8cf2ad22b5687a567a42a33dd6c2d9e5a7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.59" OriginalAmount="113.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.060428" Longitude="28.988193" StarRating="0" HotelCode="|533418" HotelName="Orange Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Teyyareci Cemal Sokagi 23-1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/4/1/8/533418_437122d1107.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.83" OriginalAmount="113.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0110803" Longitude="28.9578753" StarRating="0" HotelCode="|25185" HotelName="Laleli Gonen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Fethi bey cad zeynep kamil sK no:24</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/8/5/25185_6.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated nearLaleli the shopping centre in the surrounding area, clients have tourist areas. ROOM: The spacious and modern rooms, fully-equipped, have a sofa, a flat-screen television and a living room. FACILITIES: The establishment boasts a swimming pool.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.86" OriginalAmount="113.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.002873" Longitude="28.9737607" StarRating="0" HotelCode="|82963" HotelName="Nova Roma Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mah. Aksakal Sok. No: 23 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/6/3/82963_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 5 minutes away from the mosque, 300 metres away, guests will find the sea. ROOM: All the rooms have WiFi (free of charge). FACILITIES: The establishment boasts a terrace.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.87" OriginalAmount="113.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.998362" Longitude="29.1423858" StarRating="3" HotelCode="|108127" HotelName="Asia Artemis Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Serifali Mahallesi Turcan Caddesi No: 59 - Atasehir</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/2/7/108127_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a reception. SITUATION: AtaÅŸehir It is in. ROOM: The establishment has modern rooms, with air-conditioned, a television and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.88" OriginalAmount="113.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.044438" Longitude="28.982587" StarRating="0" HotelCode="|485635" HotelName="Trip Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dolapdere Cd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/5/6/3/5/485635_91047a72137.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="117.09" OriginalAmount="113.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0399442" Longitude="28.9820561" StarRating="4" HotelCode="|107947" HotelName="Villa Pera Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi Feridiye Caddesi No:113 - 116 Taksim (No:113 - 80)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/9/4/7/107947_c28fba51122.jpg</HotelPictures>
        <HotelDescription>HOTEL: It is situated in a renovated large building windows. SITUATION: This hotel is 500 metres away from Taksim the Square of Istiklal Avenue.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="117.10" OriginalAmount="113.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0071014" Longitude="28.9500585" StarRating="0" HotelCode="|82976" HotelName="Fuar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Namik Kemal Cad. Kucuk Langa Araligi Sok. No:1 Aksaray</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/7/6/82976_3f878a81543.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a restaurant and with views, rooms with air-conditioning. SITUATION: The hotel is in Istanbul the city centre of Sultanahmet it is 2 kilometres away from.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="117.26" OriginalAmount="113.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.930294" Longitude="29.306763" StarRating="0" HotelCode="|531727" HotelName="Sabiha Gokcen Hotel Istanbul Houses" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yenisehir mah. Osmanli Blv.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/1/7/2/7/531727_0962d0d1101.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="117.27" OriginalAmount="113.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03884" Longitude="28.9835" StarRating="0" HotelCode="|192237" HotelName="Rooms Inn Taxim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dolapdere taksim street 29 beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/2/3/7/192237_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="117.27" OriginalAmount="113.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.002737" Longitude="28.798691" StarRating="0" HotelCode="|475539" HotelName="The Business Class Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kartaltepe Mah. 2.Namik Kemal Cad.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/5/3/9/475539_7e6a8011254.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="117.30" OriginalAmount="113.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.989315" Longitude="29.08395" StarRating="0" HotelCode="|526953" HotelName="Near Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/6/9/5/3/526953_45e3f2d1057.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="117.33" OriginalAmount="113.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.019565" Longitude="28.827009" StarRating="0" HotelCode="|486101" HotelName="Comfort Point Hotel" 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/8/6/1/0/1/486101_a77f5132147.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="117.38" OriginalAmount="113.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0338829" Longitude="28.9810224" StarRating="0" HotelCode="|82941" HotelName="Next2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kuloglu Mah.Kocaaga Sok. No.10 Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/4/1/82941_5.jpg</HotelPictures>
        <HotelDescription>ROOM: The establishment has suites with WiFi, (free of charge), a television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.42" OriginalAmount="114" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9425692" Longitude="29.1201005" StarRating="3" HotelCode="300219|45804" HotelName="Grand Hotel Avcilar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Designated Smoking Area,Fax,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>E 5 Yanyol 66, Avcilar, 34740 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/cc/f6cc04a8bb2ffc7668d406c9aebc90cd8861dd79.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near Istanbul Atatürk Airport, and 10 minutes from Tuyap and Cnr Expo Exhibitio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.42" OriginalAmount="114" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02672069" Longitude="28.97028262" StarRating="0" HotelCode="596411|217712" HotelName="Peradise Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nazlihanim Sokak 10, Istanbul 34000</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/c8/97c86b0b82c7708b71490e288ff0fba3d23f1b2e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.42" OriginalAmount="114" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.978438566163" Longitude="28.87094030233" StarRating="4" HotelCode="315781|217741" HotelName="Rawda  Bakirkoy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Fisekhane Caddesi, Cumhuriyetçi Sokak 3, Bakirköy, 34140 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/60/ed607c4723d705c7a98aa325002109026d0ad3a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.42" OriginalAmount="114" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.001759384708" Longitude="28.805659196959" StarRating="3" HotelCode="300221|47572" HotelName="Sahra Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kartaltepe Mahallesi, Hisar Sokak 1, Kücükcekmece, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/90/b8/90b8e50940fac8b37866ad3e26fd6ba51177ff82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.42" OriginalAmount="114" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04028646" Longitude="28.98124247" StarRating="0" HotelCode="782611|375260" HotelName="Sweet Home Taksim Otel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Caylak Sokak 86, 34437 Istanbul, Beyoglu</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/1e/c11ef02efce6c72613f8e68654eeccee4b9c8248.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.42" OriginalAmount="114" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03539148" Longitude="28.97878148" StarRating="3" HotelCode="737250|324344" HotelName="Taksim Maxwell Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Huseyinaga Mahallesi, Buyuk Bayram Sokak 18, Beyoglu, 34435 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c2/dd/c2ddaf6396621b0263dca3b5374e68c27f6a092c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="117.77" OriginalAmount="114.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00755" Longitude="28.961169" StarRating="0" HotelCode="|522200" HotelName="Calenberg Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Daltaban Yks.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/2/0/0/522200_c083a670932.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.45" OriginalAmount="115" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.002863845855" Longitude="28.974142826485" StarRating="3" HotelCode="496440|206392" HotelName="Arven Boutique Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucukayasofya Mahallesi, Cayiroglu Sokak 6, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/46/08/46080b4a30b3336674549fb5f0f31954ab9c5b60.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Istanbul, this boutique hotel has the perfect ambience for guests who appreciate a stylis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.45" OriginalAmount="115" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03612530189" Longitude="28.980412550998" StarRating="2" HotelCode="496867|199462" HotelName="Taksim Park Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mahallesi, Suslu Saksi Sokak 23, 34420 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/00/e4002c47bc458558b322b85f6925c5c55b082dcf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.45" OriginalAmount="115.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.017095223798" Longitude="28.949693441391" StarRating="3" HotelCode="185586|tugra_hotel" HotelName="Tugra Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Feyzullah Efendi Sokak 6, Fevzipasa Cad., Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/82/40820c160190dbac09a994e16b3db725409d6467.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the Fatih district of Istanbul, the hotel is centrally located for the major tourist att...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.45" OriginalAmount="115.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.001373" Longitude="29.144507" StarRating="3" HotelCode="189365|asia_artemis_suite" HotelName="Asia Artemis Suite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Serifali Mahallesi, Turcan Caddesi No. 59, Atasehir, 34775 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/93/b393f788a1439a66e715068e41be2a9caca8dc73.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to the financial district near Atasehir on the Asian side of the city. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="118.50" OriginalAmount="115.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0098916" Longitude="28.9546456" StarRating="0" HotelCode="|86830" HotelName="Davos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ordu Cad. Yesil Tulumba Sokak No. 23 Laleli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/3/0/86830_04d76881256.jpeg</HotelPictures>
        <HotelDescription>HOTEL: The establishment is well-connected with the public transport service. SITUATION: the Grand Bazaar It is near Topkapi the Palace of. ROOM: Each room has WiFi (free of charge) and a television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="118.61" OriginalAmount="115.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.068323" Longitude="28.9996461" StarRating="4" HotelCode="|447168" HotelName="The Bold" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Selahattin Pinar Cd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/1/6/8/447168_859abf21141.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="118.72" OriginalAmount="115.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01046" Longitude="28.97867" StarRating="0" HotelCode="|185024" HotelName="The Print House " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Caddesi Guzel Sanatlar Sok no:5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/0/2/4/185024_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="118.73" OriginalAmount="115.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.027222" Longitude="28.977479" StarRating="0" HotelCode="|528599" HotelName="Galata King Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/8/5/9/9/528599_8f5c1d61043.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="118.77" OriginalAmount="115.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.032724" Longitude="28.977285" StarRating="0" HotelCode="|532566" HotelName="Destinia Pera Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Akansu Sk No 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/5/6/6/532566_314ad571017.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.00" OriginalAmount="115.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0137387" Longitude="28.9776296" StarRating="0" HotelCode="|86784" HotelName="Yeni Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/8/4/86784_ff144741111.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has, rooms, with WiFi. SITUATION: 5 metres away, guests will findGÃ¼lhane the Park of it is located 500 metres away from the ferry.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.03" OriginalAmount="115.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036222" Longitude="28.984322" StarRating="0" HotelCode="|534464" HotelName="Taksim Mood" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Istiklal Cad. Bekar Sok. No: 24</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/4/6/4/534464_717deac1437.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="119.05" OriginalAmount="115.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011045503574" Longitude="28.959112084061" StarRating="3" HotelCode="37690|940885" HotelName="Laleli Gönen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Fethibey Caddesi, Zeynepkamil Sokak 24, Laleli, 34134 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/7f/c77f9170444e8b7a4bb603172f28ee2a679dce94.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is situated in Istanbul, about 1 km from the sea. The tourist attractions can be re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="119.07" OriginalAmount="115.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0378868" Longitude="28.98301505" StarRating="3" HotelCode="174004|1080438" HotelName="Three Apples Suites and Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Çorbaci Sokak 7, Sehit Muhtar Mahallesi, 34435 Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/c1/3cc132a2538d78498c308dfc54c3ce11248bb677.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.09" OriginalAmount="115.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004165" Longitude="28.9688878" StarRating="3" HotelCode="|108305" HotelName="Sultans" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/3/0/5/108305_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a terrace and WiFi (free of charge). SITUATION: This hotel Sultanahmet it is in Sultan Ahmed Mosque it is located 800 metres away from.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.16" OriginalAmount="115.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0370365" Longitude="28.9818394" StarRating="3" HotelCode="|108008" HotelName="Taxim Trend Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mahallesi Turan Cad. Alt?nbakkal Sokak No:26 Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/0/0/8/108008_5d3dfea1053.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is 3 minutes away fromTaksim the Square of. ROOM: The establishment has suites with kitchen, an air-conditioning system and WiFi (free of charge). FACILITIES: Guests are offered a reception.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.21" OriginalAmount="115.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0106872" Longitude="28.9544171" StarRating="4" HotelCode="|17605" HotelName="Glorious" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>YESIL TULUMBA SOK.ORDU CAD. LALELI-AKSARAY 17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/6/0/5/17605_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: The renovated hotel in 2005, has 2 buildings, 6 floors and 96 rooms. In the entrance, guests are offered a lobby with a reception, a safety deposit box service and a currency exchange service. SITUATION: It is located nearIstanbul the centre of 5 minutes away from the establishment, guests will find public transport services, the tourist attractions, shops and restaurants. it is 15 minutes away from bars, nightclubs. ROOM: The cosy rooms, have a bathroom with a hairdryer, a bath, a direct line telephone, satellite or cable TV, a mini-bar, a double bed, an air-conditioning system and heating. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and Ã  la carte or set-menu lunch and dinner. PAYMENT METHODS: Customers can pay by Visa and Mastercard.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.24" OriginalAmount="115.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01274" Longitude="28.93811" StarRating="0" HotelCode="|193167" HotelName="Ilicak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Millet Caddesi No.81</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/1/6/7/193167_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.26" OriginalAmount="115.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0042829" Longitude="28.9639869" StarRating="0" HotelCode="|353459" HotelName="Istanbul Family Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Muhsine Hatun Mah. Mustesar Sok N:2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/4/5/9/353459_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.38" OriginalAmount="115.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0098597" Longitude="28.9766782" StarRating="0" HotelCode="|85094" HotelName="Merial" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ALAYKOSKU CAD. SULTANAHMET 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/0/9/4/85094_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers WiFi (free of charge), a reception, room service, a wake-up service, a baggage room and a lift. SITUATION: This hotel is 150 metres away from Topkapi the Palace of the Grand Bazaar it is 400 metres away from it is situated 200 metres away from the tram, 20 kilometres away from the establishment, guests will find Istanbul AtatÃ¼rk Airport. ROOM: Each room has an air-conditioning system, a satellite television, wooden floors, a mini-bar, a television and a bathroom with a hairdryer.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="119.41" OriginalAmount="115.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.902039" Longitude="29.196099" StarRating="3" HotelCode="260168|1481908" HotelName="Villa Vanilla" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Boutique,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Esentepe Mahalessi, Yildiz Cadessi 9, Kartal, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/c7/54c7c5a81bb0929c3961af1fb0d06c5953b3763e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Kartal district on the Asian side of Istanbul, this hotel has easy access to Sabiha G...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="119.47" OriginalAmount="115.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005262383137" Longitude="28.973261182286" StarRating="3" HotelCode="89551|279975" HotelName="Ferman Sultan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Suterazisi Sokak 8, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/2b/f22b66857c2a1c73ea4f9f09aaf574526fb4da8b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.48" OriginalAmount="116" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0582735" Longitude="28.987841215344" StarRating="3" HotelCode="293680|35907" HotelName="Comfort Beige" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Mayis Mah., Samanyolu Sk. 118, 34360 Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/219569/219569a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.48" OriginalAmount="116" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012613752715" Longitude="28.974752391209" StarRating="2" HotelCode="315885|47758" HotelName="Istanbul Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hobyar Mahallesi, Cemal Nadir Sokak 10, Fatih, 34112 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/76/22/7622653a7a15755edec79cdd8ead8091c86ae78a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.48" OriginalAmount="116" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9944268" Longitude="28.83640656" StarRating="4" HotelCode="517176|217671" HotelName="Niconya Port Suite&amp;hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Yenibosna Zafer Mahallesi, Calislar Sokak No 11, 34194 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/04/af04552b67727dd2aff9a238cde60b8b29a75933.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.53" OriginalAmount="116.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.054436" Longitude="28.992462" StarRating="0" HotelCode="|533425" HotelName="Nişantaşı Diamond Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Ismet Armagan Sokak, No: 29-31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/4/2/5/533425_48b6b111112.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.56" OriginalAmount="116.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040286" Longitude="28.981891" StarRating="0" HotelCode="|530261" HotelName="Sel Suite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Feridiye Cd. No 114</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/0/2/6/1/530261_c0b53451020.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.58" OriginalAmount="116.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0106407" Longitude="28.9581551" StarRating="0" HotelCode="|82935" HotelName="Hotel Sureyya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Fethibey Caddesi,Ahmet Suayip Sokak No:14 Laleli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/3/5/82935_31d14f61529.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a restaurant, a bar and WiFi (free of charge). SITUATION: Is situated inLaleli the district of close to the establishment, clients can find Ordu the shopping street.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.72" OriginalAmount="116.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.037" Longitude="28.98179" StarRating="0" HotelCode="|184572" HotelName="Iq Houses" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Istiklal Cad. Kurabiye Sk. No: 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/5/7/2/184572_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.84" OriginalAmount="116.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0125821" Longitude="28.9779307" StarRating="0" HotelCode="|46496" HotelName="Adora" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HUDAVENDIGAR CAD ERDOGAN SOK NO 14-16 SIRKECI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/4/9/6/46496_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This small hotel, urban and has 15 rooms, The air-conditioned establishment has 6 floors, a lobby with a reception, a currency exchange service, a cloakroom, a lift, a bar, a restaurant and WiFi. For an additional charge you can use room service and the launderette. SITUATION: Is situated inIstanbul the city centre of it is in an excellent location, You can find restaurants, pubs, nightclubs, the tourist centre, park, shops, public transport services and the railway station. Hagia Sophia, Topkapi Palace, the Grand Bazaar and Sultan Ahmed Mosque It is located close to it is situated 17 kilometres away from Istanbul AtatÃ¼rk Airport It is situated 60 kilometres away fromSabiha Gokcen Airport. ROOM: The comfortable rooms, a bathroom with a shower, a hairdryer, a direct line telephone, satellite or cable TV, internet, a mini-bar, an individual air-conditioning system, individual heating and a safe. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and Ã  la carte lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="119.94" OriginalAmount="116.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011317" Longitude="28.952914" StarRating="3" HotelCode="260170|932735" HotelName="Kaya Madrid Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Iskenderpasa Mahallesi, Cingiraklibostan Sokak 40, Fatih, Aksaray, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/7f/8a7fb1f3990a4f6e157d7cff76739cf8ed2ba018.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="120.09" OriginalAmount="116.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008238" Longitude="28.9562989" StarRating="0" HotelCode="|86713" HotelName="Laleli Emin Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mesih Pasa Cad, No 21 Laleli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/1/3/86713_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is in Istanbul the historic area of 700 metres away, guests can find the bazaar, Santa Sofia in just 10 minutes, clients can get to. MEALS: Guests are offered a breakfast service. ROOM: All the rooms have WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="120.14" OriginalAmount="116.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98418" Longitude="29.108414" StarRating="0" HotelCode="|565304" HotelName="A11 Hotel Atasehir" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kucukbakkalkoy Mah. Senlik Sok.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/5/3/0/4/565304_0b38b372047.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="120.35" OriginalAmount="116.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.019919" Longitude="28.928317" StarRating="0" HotelCode="|474888" HotelName="HİSAR HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TOPKAPI MAHALLESI TOPKAPI CADDESI NO 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/4/8/8/8/474888_146f78a1252.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.51" OriginalAmount="117" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03439813" Longitude="28.98253803" StarRating="0" HotelCode="787604|375175" HotelName="Ferman Pera Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Katip Mustafa Celebi Mahallesi, Tel Sokak 4, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/69/4a69b49d1ae669a3f50bb9250153be3cf447b300.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.51" OriginalAmount="117" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.033830089992" Longitude="28.981026067153" StarRating="3" HotelCode="404620|61905" HotelName="Hotel Next2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuloglu Mahallesi, Kocaaga Sokak 10, Turnacibasi Caddesi, Beyoglu, 34433 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/82/5782d599bacdd199047ab4f49abd50afa169a825.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.51" OriginalAmount="117" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="866022|381268" HotelName="Levo Suites Macka" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Servirevan Sokak, 34357 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/9b/a39b86cc7d8dadf3d35aa2f42a3f332687dec987.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.51" OriginalAmount="117" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02548706" Longitude="28.97304319" StarRating="0" HotelCode="775548|343484" HotelName="The Galataport Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bereketzade Mahallesi, Lalelicesme Sokak 10, Galata, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/61/2361d440be88997602a10d328a2554dbeca03410.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.51" OriginalAmount="117" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0104817" Longitude="28.97848001" StarRating="5" HotelCode="374780|217641" HotelName="The Print House Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Caddesi Güzel Sanatlar Sokak no:5 Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/3b/4d/3b4dee2615bc800b20da4225587047907e162691.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.51" OriginalAmount="117" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0670498" Longitude="28.9984902" StarRating="4" HotelCode="310559|60422" HotelName="White Monarch Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mecidiyeköy Mahallesi, Selahattin Pinar Arkasi, Naci Kasim Sokak 2, Sisli, 34200 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/d7/b2d7f304a33dccf62797f38c2c4993e3a635adda.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.51" OriginalAmount="117.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01651" Longitude="28.952566" StarRating="2" HotelCode="188721|yesilpark_hotel" HotelName="Yesil Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Buyuk Karaman Cad, No: 15, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/f2/58f23fc3f89a7bb47602dfb69b2f593af4f23b6f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="120.58" OriginalAmount="117.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040286" Longitude="28.981236" StarRating="0" HotelCode="|524099" HotelName="Taksim Soushian Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/0/9/9/524099_86277ff1110.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.19" OriginalAmount="117.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04256" Longitude="28.98408" StarRating="4" HotelCode="|220775" HotelName="The White Orient" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Elmadag Caddesi no 38 sisli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/7/7/5/220775_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.34" OriginalAmount="117.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0433834" Longitude="28.9853247" StarRating="0" HotelCode="|382297" HotelName="The Central House Istanbul Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Inonu Mah. Papa Roncalli Sokak No:34, Elmadag</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/2/2/9/7/382297_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.53" OriginalAmount="117.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0120671" Longitude="28.9550329" StarRating="2" HotelCode="|83011" HotelName="History Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gencturk Cad. Sirvanizade Sok. No:14 Sehzadebasi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/1/1/83011_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a terrace and a restaurant. SITUATION: This smart hotel is next to the town hall, is located 300 metres away from SaraÃ§hane park.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.54" OriginalAmount="118" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036628204479" Longitude="28.983008149412" StarRating="1" HotelCode="404107|58612" HotelName="Bunkahaus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mahallesi, Ana Cesme Sokak 3, 34453 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/f8/1cf8512f2b8a90b6d86bad1bde92c980b44154ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.54" OriginalAmount="118" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01046631" Longitude="28.95448502" StarRating="2" HotelCode="363792|63395" HotelName="Hotel Davos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Ordu Caddesi, Yesil Tulumba Sokak No. 23, Laleli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/d3/4bd33dc9bf19f84c9f93e7122039b08dbc030394.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.54" OriginalAmount="118" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.021053" Longitude="28.927442" StarRating="3" HotelCode="297941|58632" HotelName="Golden Gate" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Topkapi Cad. No. 47, Topkapi Mah., Topkapi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d4/b6/d4b6ee3b256efab6a7ae34d08f16a640aa89cad0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.54" OriginalAmount="118" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036118" Longitude="28.9795" StarRating="2" HotelCode="933203|237447" HotelName="Hotel Yonca" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Beauty Salon,Business Centre,Concierge,Elevator,Internet,Laundry,Parking,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>Tarlabasi Bulvari, Toprak Lüle Sokak 5, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/da/9edae3b9819f84b70a44df7206cfc87772def699.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Beyoglu-Taksim, Hotel Yonca promises a relaxing and w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.54" OriginalAmount="118" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00504086" Longitude="28.97133615" StarRating="0" HotelCode="776903|343402" HotelName="Riverland Suites &amp; Apart Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mahallesi, Ozbekler Sokak 22, Sultanahmet, 34122 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=9622948</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.54" OriginalAmount="118" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04256015" Longitude="28.98407694" StarRating="4" HotelCode="632481|271824" HotelName="The White Orient Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Inonu Mahallesi, Elmadag Caddesi 38, Sisli, 34373 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/b0/50b0e2bdd47c8d3c95dbbad017dae438f5d7cc9f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.54" OriginalAmount="118.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011014" Longitude="28.958461" StarRating="0" HotelCode="|533542" HotelName="Polanin Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Balabanaga Mahallesi Zeynep Kamil Sokak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/5/4/2/533542_dfafee51455.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.54" OriginalAmount="118.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0061949" Longitude="28.9808301" StarRating="0" HotelCode="|82889" HotelName="Istanbul Hotel and Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi Akbiyik Caddesi No 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/8/8/9/82889_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has WiFi (free of charge). SITUATION: Sultanahmet Is situated in this establishment, is in the historic centre, Sultan Ahmed Mosque It is 5 minutes away from. ROOM: The rooms have an air-conditioning system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.54" OriginalAmount="118.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008061" Longitude="28.962361" StarRating="3" HotelCode="188666|hotel_selenay" HotelName="Selenay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>SOGANAGA TAVSANTASI SOKAK 12, BEYAZIT, ISTANBUL, 34490</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/ae/06ae647df8d1ccbf907d24e22694762e3fb4c372.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.76" OriginalAmount="118.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.981238" Longitude="29.15504" StarRating="0" HotelCode="|529617" HotelName="Nice Royal Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>KAYISDAGI MAH. USLU CAD. NO 123</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/6/1/7/529617_6f557161043.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="121.86" OriginalAmount="118.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01364866403" Longitude="28.97624194622" StarRating="4" HotelCode="37689|134884" HotelName="Ipek Palas" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic 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,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Orhaniye Cad. 9, Sirkeci, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e2/28/e228a1b867ca3df5e95cd1f42373192c01c99004.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of the Old Town. It is within walking distance of all the city’s ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.87" OriginalAmount="118.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00465" Longitude="28.97269" StarRating="3" HotelCode="|79065" HotelName="Dara Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Su Terazisi Sokak 25 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/0/6/5/79065_1_6493.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is family-run, is rated 3 stars. SITUATION: This establishment, is situated in Sultanahmet the heart of near the establishment, you will find the racecourse, is situated close to the bazaar. ROOM: Each room has a bathroom, WiFi, a satellite TV, a mini-bar and a safety deposit box. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.92" OriginalAmount="118.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9298041" Longitude="29.3057494" StarRating="0" HotelCode="|86866" HotelName="Airport Residence Kurtkoy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yeni Sehir Mah.Mustafa Akyol Sokak No:3 Kurtkoy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/6/6/86866_13.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 3 kilometres away fromSabiha Gokcen Airport the establishment is 8 kilometres away from Istanbul the Park of it is 25 kilometres away from a shopping centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="122.20" OriginalAmount="118.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004864484425" Longitude="28.883563578129" StarRating="5" HotelCode="75504|334365" HotelName="Green Park Merter" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Nazim Erten Sokak No 13, 34173 Merter, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/1a/801aafec4b20464fdda518f3372c36214358849e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is 5 minutes from the CNR Exhibition centre and very close to the main districts of Istanb...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.28" OriginalAmount="118.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9944" Longitude="28.83641" StarRating="0" HotelCode="|241647" HotelName="Niconya Port Suiteandhotel" 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/2/4/1/6/4/7/241647_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.41" OriginalAmount="118.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03568" Longitude="28.98121" StarRating="3" HotelCode="|184931" HotelName="Taksim Istiklal Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mh. Imam Adnan Sk. no:15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/9/3/1/184931_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.42" OriginalAmount="118.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0474368" Longitude="28.9863431" StarRating="0" HotelCode="|305944" HotelName="Park By Clover" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Papa Roncalli Sokak No 122</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/5/9/4/4/305944_c959ac22033.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="122.48" OriginalAmount="118.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004232949896" Longitude="28.972342014313" StarRating="3" HotelCode="169627|930595" HotelName="Aleph Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mahallesi, Sehit Mehmet Pasa Sokak 15, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/66/8b66ba23398acc71b7194747f89733a1f99afd5f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located close to Sultanahmet in the historical district of Istanbul. Kumkapi, b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.49" OriginalAmount="118.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0053344" Longitude="28.9733921" StarRating="0" HotelCode="|86936" HotelName="Ferman Sultan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mah. Su Terazisi Sok. No:8 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/3/6/86936_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has large rooms and luxurios. It has WiFi (free of charge) and a terrace with ocean views. SITUATION: It is in the historic centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="122.57" OriginalAmount="119" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03903155" Longitude="28.98171999" StarRating="5" HotelCode="962059|217622" HotelName="Istanbul HUB Flats" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Taksim Çesmesi Sokak 11, Taksim, 34437 Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/29/1d29cab2d6261da1f1faf8df5060a26f58b3cec6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="122.57" OriginalAmount="119" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03533492" Longitude="28.97804173" StarRating="3" HotelCode="312309|217604" HotelName="LifeRoom Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hüseyinaga Mahallesi, Topcekenler Caddesi 15, Beyoglu, 33425 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/59/591317/591317a_hb_a_002.JPG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can feel at home in one of the 14 rooms. Services and facilities at the hotel include a s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="122.57" OriginalAmount="119" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035114" Longitude="28.976043" StarRating="4" HotelCode="263717|375310" HotelName="Walton Hotels Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Kamerhatun Mahallesi, Hamalbasi Caddesi 28, Beyoglu, Taksim, 34420 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/09/094ca96876b00531/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="122.57" OriginalAmount="119" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010726745587" Longitude="28.957930037278" StarRating="2" HotelCode="933202|37207" HotelName="Süreyya Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ahmet Suayip Sokak 14, Fethibey Caddesi, Laleli, Fatih, 34134 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/bf/6b/bf6ba346d77ba2be544f84348dab506851263d92.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just a few minutes' walk from the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.63" OriginalAmount="119.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0537313" Longitude="28.9925484" StarRating="3" HotelCode="|353212" HotelName="Bc Burhan Cacan and Spa and Cafe" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Valikonagi Cad. Madalyon Sk.no:13 Nisantasi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/2/1/2/353212_2d8081d2333.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.92" OriginalAmount="119.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0071435" Longitude="28.9556082" StarRating="0" HotelCode="|353840" HotelName="Hotel Marina City" 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/5/3/8/4/0/353840_9688b002318.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.92" OriginalAmount="119.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03267" Longitude="28.83043" StarRating="0" HotelCode="|192431" HotelName="De Maison Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Gunesli Mah Kirazli Cad Sanayi Sok No 25</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/4/3/1/192431_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.99" OriginalAmount="119.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9460406" Longitude="29.124735" StarRating="0" HotelCode="|86914" HotelName="Anka Business Park Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Delta Hospital Arkasi Akguvercin Sok No:9 Kucukyali</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/1/4/86914_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a cafÃ©, internet, WiFi (free of charge), a restaurant, a laundry service, a sauna and a games room. SITUATION: It is close to the main road.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="123.30" OriginalAmount="119.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007099" Longitude="28.949959" StarRating="3" HotelCode="43550|1580778" HotelName="Otel Fuar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Mahallesi, Kucuk Langa Araligi Caddesi 1, 34300 Aksaray, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/67/2f67cc0082c057c072ef7157b2a397ad14670297.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.36" OriginalAmount="119.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0352274" Longitude="29.1664838" StarRating="0" HotelCode="|305479" HotelName="Zin D Home Cekmekoy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Merkez Mahallesi, Uskudar Caddesi No: 31, Cekmekoy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/5/4/7/9/305479_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.39" OriginalAmount="119.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03533" Longitude="28.97805" StarRating="0" HotelCode="|184554" HotelName="Life Room" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Huseyinaga Street Topcekenler Road No15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/5/5/4/184554_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.60" OriginalAmount="120" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01228981" Longitude="28.95490634" StarRating="3" HotelCode="936556|47659" HotelName="Bisetun Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gencturk Mah. Sirvanizade Sok. No:7, Fatih 34080, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/71/04712c948fb8e313c8422e2d49d8cfff73883ccc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.60" OriginalAmount="120" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007564571179" Longitude="28.951919550535" StarRating="4" HotelCode="300839|47720" HotelName="Comfort Life" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bar,Currency Exchange,Designated Smoking Area,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Inebey Mahallesi, Tiryaki Hasan Pasa Caddesi 33, Aksaray, Fatih, 34096 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/5d/d75d518f0822d170eb2fbd80b2b45c94af0189c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Aksaray district of the city, this modernly furnished hotel is well positioned for th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.60" OriginalAmount="120" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01110531" Longitude="28.95548286" StarRating="2" HotelCode="374890|237396" HotelName="Grand Laleli Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Genctürk Caddesi 30, Laleli, 34200 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/d2/61/d2611cb0e30df975379e1f464e888419b39bd740.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.60" OriginalAmount="120" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0485563" Longitude="29.02480424" StarRating="0" HotelCode="597695|237417" HotelName="Hot Budget" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Mecidiye Mahallesi, Buyuksekerci Sokak 5, Ortakoy, Besiktas, Istanbul 34347</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/80/ff802efc6e57b02c0a61b331d82eb1ab18ab32c2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.60" OriginalAmount="120.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003235" Longitude="28.97703" StarRating="3" HotelCode="191075|blue_tuana_hotel" HotelName="Blue Tuana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Degirmen Sokak No:3, 34122 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8c/4a/8c4a26cebb617b062682736d13006b7b1307fd45.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.60" OriginalAmount="120.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.002733" Longitude="28.974748" StarRating="3" HotelCode="191129|ottomania_hotel" HotelName="Sea House Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mahallesi, Cayiroglu Sokak 34, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/23/34/2334c2988c5009ba5606bbe93db8eb3510bc3a86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located in the centre o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.78" OriginalAmount="120.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03894" Longitude="28.982417" StarRating="0" HotelCode="|529704" HotelName="The Row Taksim Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Asiklar Sk. 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/7/0/4/529704_a7a41c41039.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.94" OriginalAmount="120.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00349" Longitude="28.968988" StarRating="0" HotelCode="|533046" HotelName="Villa Paradiso Hotel" 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/5/3/3/0/4/6/533046_5ec6ebb1118.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.95" OriginalAmount="120.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0398029" Longitude="28.9824147" StarRating="0" HotelCode="|108268" HotelName="Regency World Suite Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mah. Taksim Cad. Cambazoglu Sok. No 3 Taksim</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/6/8/108268_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts WiFi (free of charge). SITUATION: Is situated in the city centre, 150 metres away, guests will find Taksim the Square of. ROOM: The establishment has suites with a sitting room and a satellite television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.95" OriginalAmount="120.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.869996" Longitude="29.2684793" StarRating="0" HotelCode="|353398" HotelName="Kervan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/3/9/8/353398_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.95" OriginalAmount="120.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01176" Longitude="28.95424" StarRating="0" HotelCode="|193211" HotelName="Grand Pamir" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kemalpasa Mah. Gencturk Cad. Mektep Sok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/2/1/1/193211_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.99" OriginalAmount="120.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.90606" Longitude="29.28334" StarRating="0" HotelCode="|550707" HotelName="216 Hill" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Seyhli Mah. Aksemsettin Cd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/0/7/0/7/550707_414189d1109.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="124.21" OriginalAmount="120.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0320476" Longitude="28.9772086" StarRating="0" HotelCode="|305028" HotelName="Cirrus Tomtom" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tomtom Mah. Eski Cicekci Sk. No:18 Taksim/Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/5/0/2/8/305028_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="124.26" OriginalAmount="120.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038985" Longitude="28.983232" StarRating="0" HotelCode="|534377" HotelName="ROCO Beyoğlu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dolapdere Taksim Cd 39</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/3/7/7/534377_8dcd9a21153.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="124.33" OriginalAmount="120.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039046" Longitude="28.982055" StarRating="0" HotelCode="|533657" HotelName="Gokotta Suite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/6/5/7/533657_d8ccfcc1136.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="124.36" OriginalAmount="120.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0365" Longitude="28.97515" StarRating="0" HotelCode="|184154" HotelName="Istanberry - Berry Life Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Omer Hayyam Cad No 26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/1/5/4/184154_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="124.40" OriginalAmount="120.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9418789" Longitude="29.1438189" StarRating="0" HotelCode="|82925" HotelName="Macity Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/2/5/82925_1.jpg</HotelPictures>
        <HotelDescription>ROOM: This hotel has rooms, with an air-conditioning system and WiFi (free of charge). OTHERS: Regarding the food and beverage offering, clients have a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="124.61" OriginalAmount="120.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0105127" Longitude="28.9541127" StarRating="0" HotelCode="|86763" HotelName="Grand Dilara Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ordu Cad. Selimpasa Sok No: 24 Laleli?</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/6/3/86763_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception and tourist information. SITUATION: Is situated inLalei the district of. ROOM: Each room has WiFi (free of charge) and a television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.63" OriginalAmount="121" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00305" Longitude="28.97486" StarRating="3" HotelCode="634579|30996" HotelName="Asmali Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kücük Ayasofya Caddesi, Mustafa Pasa Sokak 25, Sultanahmet, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/84/84cd54f5579536d2/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located approximately 300 metres south of the Blue Mosque in the Sultanahmet area of th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.63" OriginalAmount="121" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9094673" Longitude="29.13881325" StarRating="0" HotelCode="382332|237455" HotelName="Island Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Yali Mahallesi, Sahilyolu Sokak 24, 34000 Maltepe, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/a2/43a249d2096eb1ee1d6fdaa2c6268881b19def8f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Maltepe.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.63" OriginalAmount="121" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03696298" Longitude="28.98332357" StarRating="5" HotelCode="974617|217651" HotelName="Utarit Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mahallesi, Utarit Sokak 6, Beyoglu, 34435 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/5d/0f5dba55b9ceaa4a104902cb6934c16b47f3c4bb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.63" OriginalAmount="121.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.069214545841" Longitude="29.002892358698" StarRating="3" HotelCode="188735|nif_hotel" HotelName="Payidar Suite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Guelbahar Mahallesi, Oya Sokak 14, Bueyuekdere Cadessi, Sisli Mecidiyekoey, 34394 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/ca/21ca6f34fc0db5c2ef236c79132b6cb19244bc3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="124.73" OriginalAmount="121.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.94132448599" Longitude="29.143716394901" StarRating="4" HotelCode="915600|188461" HotelName="Rhiss Hotel Maltepe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Bar,Conference Hall,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Zümrütevler Mahallesi, Atatürk Caddesi 32, 34852 Maltepe, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/43/37431b7639aff4ef804a45b4b163697f652c51d4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="124.89" OriginalAmount="121.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003542" Longitude="28.964249" StarRating="0" HotelCode="|534275" HotelName="Newalla Hotel Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sehsuvar Bey Mah., Kurkcu Kuyusu Sok. 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/2/7/5/534275_587acb41100.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="124.95" OriginalAmount="121.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0038295" Longitude="28.9755719" StarRating="0" HotelCode="|86978" HotelName="Sarnic and Sarnic Premier - Ottoman Mansion" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Cad. No:26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/7/8/86978_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is situated in a historic building a terrace on the rooftop. SITUATION: It is situated 10 minutes away fromSanta Sofia the Church of Topkapi the Palace of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="125.12" OriginalAmount="121.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005018" Longitude="28.8835356" StarRating="5" HotelCode="|45254" HotelName="The Green Park Merter" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NAZIM ERTEN SOK NO 13 - MERTER</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/2/5/4/45254_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a living room, a gym, the massage service, a Turkish bath, a swimming pool and WiFi. SITUATION: Is situated in the shopping area, in front of the hotel there is a public transport stop.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="125.14" OriginalAmount="121.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.019159" Longitude="28.927437" StarRating="0" HotelCode="|566848" HotelName="Liman Hotel" 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/5/6/6/8/4/8/566848_300028a1131.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="125.25" OriginalAmount="121.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01364" Longitude="29.11809" StarRating="0" HotelCode="|191246" HotelName="Princess Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>ARMAG MAHALL MITHATPASA CADDESI BASAK SOKAK No:4 UMRANI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/2/4/6/191246_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="125.30" OriginalAmount="121.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003758" Longitude="28.975458" StarRating="4" HotelCode="36324|4517635" HotelName="Sarnic Hotel" 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,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Caddesi No. 26, Sultanahmet, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/67/675cb58b148d340a/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally located within walking distance of shopping and entertainment ven...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="125.39" OriginalAmount="121.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010548988018" Longitude="28.977647" StarRating="3" HotelCode="191060|2009885" HotelName="Le Safran Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mahallesi, Zeynep Sultan Cami Sokak 5, Eminonu, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/96/4a96e1a7dec6352aefda0796cf78c392274de6ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.66" OriginalAmount="122" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03393455" Longitude="28.97892112" StarRating="3" HotelCode="323383|61029" HotelName="Hotel Mara Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Turnacibasi Caddesi No: 4, Kuloglu Mahallesi, Beyoglu, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/52/a3/52a3a078c1a3af2d1cc64ac1d241175440395f49.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.66" OriginalAmount="122" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03798958" Longitude="28.98229005" StarRating="3" HotelCode="738878|324328" HotelName="Long Stay Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Central Heating,Currency Exchange,Designated Smoking Area,Fax,Garden,Housekeeping,Kitchen,Laundry,Massage Centre,Pets allowed,Printer,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mahallesi, Turan Caddesi 26, Taksim, Beyoglu, 34420 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/631576/631576a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Long Stay is Located in the heart of historic center of Istanbul in an extremely characteristic ,qui...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.66" OriginalAmount="122" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006284531331" Longitude="28.981936982821" StarRating="4" HotelCode="263738|57628" HotelName="Premist Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Ishakpasa Sokak 12, 14, 16, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/19/197620/197620a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located in the heart of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="125.67" OriginalAmount="122.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.977932" Longitude="28.87677" StarRating="0" HotelCode="|470104" HotelName="Merlin Hotel Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Beyaz Zambak Sk. 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/1/0/4/470104_2bd25791251.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="125.70" OriginalAmount="122.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.994616" Longitude="28.840808" StarRating="0" HotelCode="|524745" HotelName="Comfort Suites Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sedef Sk. 17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/7/4/5/524745_86444631142.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.00" OriginalAmount="122.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0056896" Longitude="28.9716504" StarRating="0" HotelCode="|108163" HotelName="Ersari Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mah. Dizdariye Yokusu Sok No 5 Fatih Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/6/3/108163_8.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is located 400 metres away from the mosque, 10 minutes away, guests can find Topkapi the Palace of. ROOM: Each room has WiFi (free of charge), an air-conditioning system, a television and a mini-bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.50" OriginalAmount="122.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0046474" Longitude="28.9736167" StarRating="0" HotelCode="|83028" HotelName="Aleph Hotel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mah. ehit Mehmet Paa Sok. No:15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/2/8/83028_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is in, a building, was built in the 19th Century, The establishment boasts a cafÃ© with a terrace and sea views. SITUATION: It is 3 minutes away fromSultanahmet the Square of. ROOM: The rooms have an air-conditioning system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.61" OriginalAmount="122.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99394" Longitude="29.02615" StarRating="0" HotelCode="|246419" HotelName="Kadikoy Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rasimpasa Mahallesi Rihtim Cad. No 12 Recaizade Sok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/6/4/1/9/246419_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.62" OriginalAmount="122.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.033138" Longitude="28.679502" StarRating="0" HotelCode="|526461" HotelName="Grand Moon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/6/4/6/1/526461_335f1691023.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="126.68" OriginalAmount="122.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012786366776" Longitude="28.956854084656" StarRating="4" HotelCode="161935|592535" HotelName="Tilia Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kemalpasa Mahallesi, Mahmudiye Çesme Sokak 3, Laleli-Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/14/c114be15efd748ec4d90750637acf656c45712f5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel is located less than 5 minutes' walk from Istanbul's Grand Bazaar, and 1 km fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.69" OriginalAmount="123" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039839733612" Longitude="28.984655449074" StarRating="4" HotelCode="318571|32810" HotelName="Nova Plaza Taksim Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Lamartin Caddesi 21, Beyoglu, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/06/061d2638263c72dc/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a great location in the heart of Istanbul in busy Taksim. It has easy access to the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.69" OriginalAmount="123" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03197673198" Longitude="28.977045772982" StarRating="3" HotelCode="470476|199250" HotelName="Cirrus Suites Tomtom" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Tomtom Mahallesi, Eski Cicekci Sokak 18, Beyoglu, 34435 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/634706/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.69" OriginalAmount="123" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039166" Longitude="28.983147" StarRating="4" HotelCode="315774|199621" HotelName="Inntel Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Taksim Dolapdere Caddesi 49, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/77/da77b5f732d82fee4940d388fcd32c3f2c52be37.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.69" OriginalAmount="123" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.053715117156" Longitude="28.945672898148" StarRating="4" HotelCode="442580|150642" HotelName="Ramada Hotel &amp; Suites Istanbul Golden Horn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Sutluce Mahallesi, Imrahor Caddesi 12, Beyoglu, 34450 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/ce/79cee75e98a05bde422b75082ea928751bca473d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.69" OriginalAmount="123" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.912295800366" Longitude="29.217391614165" StarRating="4" HotelCode="310547|198907" HotelName="Ramada Encore Istanbul Kartal" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Mahallesi, Kartal Caddesi 53, 34876 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/74/05/7405252f40858a068ddab8a64fe749b8af036ba9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul - Sabiha Gökcen (SAW).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.69" OriginalAmount="123" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00295" Longitude="28.97617" StarRating="3" HotelCode="903014|199470" HotelName="Sur Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sultanahmet Mahallesi, Mustafa Pasa Sokak 3, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/61/df/61df9f9540b1a3b2c060fe9e050cfae62f615182.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.81" OriginalAmount="123.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.029481" Longitude="28.805726" StarRating="3" HotelCode="|205313" HotelName="Ibis Istanbul West" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Halkali Merkez Mahallesi,Fatih Caddesi Tokel SokakNo:1 Kucukcekmece.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/5/3/1/3/205313_1_7671.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="126.84" OriginalAmount="123.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003468" Longitude="28.979892" StarRating="4" HotelCode="191095|1673658" HotelName="Sultan Tughra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sultanahmet Mah. Keresteci Hakki Sok. No: 21 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/db/57/db571d66bab6ddac943c3b159c21317eff47bfb7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.98" OriginalAmount="123.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0160984" Longitude="28.9532051" StarRating="2" HotelCode="|82939" HotelName="Yesilpark" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/3/9/82939_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a restaurant, a terrace and WiFi (free of charge). SITUATION: It is located in front ofSantos ApÃ³stoles the Church of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.05" OriginalAmount="123.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0062218" Longitude="28.9390932" StarRating="0" HotelCode="|82948" HotelName="Cagri Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Cerrahpasa Mah. Kocamustafapaa Cad. No:114 Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/4/8/82948_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a reception. SITUATION: It is inFatih the district of this establishment, is 2,5 metres away from the Grand Bazaar the square. ROOM: They have WiFi (free of charge) and a flat-screen television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.35" OriginalAmount="123.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007498" Longitude="28.96217" StarRating="0" HotelCode="|523328" HotelName="Mayer Hotel Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nur Sk. 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/3/2/8/523328_2c78ce20956.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.39" OriginalAmount="123.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010944" Longitude="28.953964" StarRating="0" HotelCode="|523870" HotelName="Sultan City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Selim Pasa Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/8/7/0/523870_7384ef31135.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.67" OriginalAmount="123.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.032886" Longitude="28.976642" StarRating="3" HotelCode="|453045" HotelName="West Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Acara Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/0/4/5/453045_09540c91013.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.72" OriginalAmount="124" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00580269" Longitude="28.96413139" StarRating="0" HotelCode="731127|489219" HotelName="B'Guest House&amp;Apartment" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Bed and breakfasts" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sarac Ishak Mahallesi, Kumkapi Degirmeni Sokak 5, Beyazit, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/c8/01c8cca83da10c8952095e2b8da2aeca5a7dfe62.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.72" OriginalAmount="124" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.026653" Longitude="28.955787" StarRating="3" HotelCode="933221|198974" HotelName="Lotus Hotel Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Vakif Mektebi Sokak No.1, Yavuzsultanselim Mahallesi, Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/85/8e859bb7ad65926b36c9e998a3aba8c03c2b8a2f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.72" OriginalAmount="124" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="981901|491825" HotelName="Vander Valk Istanbul Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Balabanaga Mahallesi, Harikzedeler Sokak 25/A, Laleli, Fatih, Istanbul 34000</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/dc/81dc7f0e62860ff8bf1ec27983937d44578e22a9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.72" OriginalAmount="124" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00810297" Longitude="28.95771543" StarRating="2" HotelCode="735921|343542" HotelName="Version Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Koska Caddesi 40, Laleli, 34480 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/df/04dfe17299c308bdb8a73e9d88d96859f46d6768.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Laleli, Version Hotel is 250 m from Laleli Tram Station offering easy access to the histo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.72" OriginalAmount="124.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006468" Longitude="28.952088" StarRating="3" HotelCode="186211|akyildiz_hotel" HotelName="Akyildiz Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Langa Bostanlari Sokak 6, Mustafa Kemal Pasa, Aksaray, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/04/01/0401f17895246b615016f9dca7df2c101bfdd905.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.90" OriginalAmount="124.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06844" Longitude="29.002" StarRating="0" HotelCode="|192880" HotelName="Nif Sisli" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/8/8/0/192880_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.17" OriginalAmount="124.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.026213" Longitude="28.971892" StarRating="0" HotelCode="|527292" HotelName="HAUS Suites Galata" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/7/2/9/2/527292_f68d75e1242.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.18" OriginalAmount="124.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.928971" Longitude="29.149107" StarRating="0" HotelCode="|532030" HotelName="The Hera Maltepe Otel andSpa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Acarlar Sk 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/0/3/0/532030_4f134061031.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.21" OriginalAmount="124.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0067155" Longitude="28.9731172" StarRating="0" HotelCode="|86851" HotelName="Sultanahmet Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mah. Klodfarer Cad. No:19 Sultanahmet Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/5/1/86851_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: Istanbul It is in 5 minutes away from the establishment, clients can find Topkapi the Palace of and the mosque. ROOM: The rooms have internet, (free of charge), a television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="128.25" OriginalAmount="124.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.025018" Longitude="29.042363" StarRating="3" HotelCode="176348|809605" HotelName="Holiday Inn Express Istanbul - Altunizade" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oymaci Sk., 18, Altunizade Mahellesi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/8e/0d8e4793506053b72a88088fe707508323a48715.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.25" OriginalAmount="124.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038799" Longitude="28.983076" StarRating="0" HotelCode="|529631" HotelName="Santa Rio hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Feridiye Cd. 36</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/6/3/1/529631_7aa5cb91054.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.30" OriginalAmount="124.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005931" Longitude="28.970513" StarRating="0" HotelCode="|154508" HotelName="Kadirga Antik Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>EMIN SINAN MH.KATIP SINAN CD. SULTANAHMET 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/4/5/0/8/154508_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 15 rooms, 9 double rooms, 5 triple rooms and quadruple rooms. SITUATION: This hotel Istanbul it is in is situated in the city centre excellent transport links to the city, Close to the train stations, the bus station, the metro station, bus stops, entertainment areas and the harbour.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.37" OriginalAmount="124.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.016349" Longitude="28.959418" StarRating="0" HotelCode="|533527" HotelName="Vefa Hotel and Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vefa Cd. 45</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/5/2/7/533527_8a8cc8b1118.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.40" OriginalAmount="124.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98008" Longitude="28.79326" StarRating="0" HotelCode="|548946" HotelName="Florya House Hotel" 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/5/4/8/9/4/6/548946_bc8c7dc0024.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.63" OriginalAmount="124.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0038712" Longitude="28.9803622" StarRating="4" HotelCode="|86709" HotelName="Sultan Tughra - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sultanahmet Mah.Keresteci Hakk? Sokak No:17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/0/9/86709_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is a historic building. ROOM: It has stylish rooms and with WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.66" OriginalAmount="124.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.064612" Longitude="28.96883" StarRating="0" HotelCode="|560325" HotelName="Elm Suite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Talatpasa Mahallesi, Emirgazi caddesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/0/3/2/5/560325_455b92d1757.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.67" OriginalAmount="124.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00575" Longitude="28.96674" StarRating="4" HotelCode="|37012" HotelName="My Assos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>UYSAL SOK. NO. 6 SARAC ISHAK MAH, BEYAZIT PK 34492</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/0/1/2/37012_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has a car park and internet (free of charge). SITUATION: It is inIstanbul the historic area of near the establishment, guests will find shops, tourist points of interest ,Beyazit It is close to. ROOM: The spacious rooms, have a mini-bar, cable television and a direct line telephone. They also have an air-conditioning system, a bath and a hairdryer. FACILITIES: The establishment has a sauna, a Turkish bath and a massage service. Customers can also find a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.68" OriginalAmount="124.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0042403" Longitude="28.9724832" StarRating="3" HotelCode="|86827" HotelName="Sultanahmet Cesme" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kucukayasofya Mh. Sehit Mehmet Pasa Sok. No:22 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/2/7/86827_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: Guests can find a terrace with ocean views. SITUATION: It is situated 200 metres away from the mosque, Santa Sofia 5 minutes away, guests can find.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.75" OriginalAmount="125" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008678" Longitude="28.689367" StarRating="4" HotelCode="933233|206554" HotelName="Comfort Hotel Haramidere" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Namik Kemal Mahallesi, Tonguc Baba Caddesi 84, Haramidere, 34513 Esenyurt, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/87/2787bd67447bc59d616e8e7083584959a14ac1d1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.75" OriginalAmount="125" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00705" Longitude="28.95575" StarRating="5" HotelCode="373604|199222" HotelName="Darkmen Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hayriye Tüccari Cad. 28, Katip Kasim Mah, Laleli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/f6/58f675a22d52f47a6e3510417f0dc0bcb5bbc45d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Istanbul. For guests who appreciate a stylish ambience...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.75" OriginalAmount="125" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.018157291523" Longitude="28.631819058861" StarRating="4" HotelCode="933211|199300" HotelName="Expoist Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Mahallesi, E-5 Yanyolu, Beylikdüzü, 34520 Büyükçekmece, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/51/715180d6a90329d11b85445bd612a1b141923a89.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.75" OriginalAmount="125" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04527076" Longitude="28.98309912" StarRating="0" HotelCode="966213|414865" HotelName="Ferman Apart Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Eskisehir Mahallesi, Dolapdere Caddesi 77/1, Sisli, 34360 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/ac/b0ace8300de9b67a6a3468d65fda4ea3133d750c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.75" OriginalAmount="125" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006152" Longitude="28.954518" StarRating="3" HotelCode="13001|19793" HotelName="Grand Emin Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mustafakemalpasa Caddesi, Fabrika Sokak 13, Yenikapi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/d7/9ed713b04e9262afdab731dae4b2b4042de269ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.75" OriginalAmount="125" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00716166" Longitude="28.94980233" StarRating="0" HotelCode="623362|252246" HotelName="Hotel Mekke" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bed and breakfasts" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Mahallesi, Küçüklanga Araligi Caddesi 7, Aksaray, 34096 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/18/8d18d8c668e1abdc2fddbaec34b5de2615356d13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.75" OriginalAmount="125" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00794198" Longitude="28.94935726" StarRating="2" HotelCode="517169|217762" HotelName="Sim Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Namik Kemal Caddesi, Abdullah Cavus Sokak No 14, Aksaray, 34096 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/07/7d/077d9411798f308e5261c2dd71a46cd8a45ba78d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.79" OriginalAmount="125.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0081265" Longitude="28.9760486" StarRating="3" HotelCode="|86937" HotelName="Sultanahmet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Divanyolu Str.20, Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/3/7/86937_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a terrace with sea views and WiFi (free of charge). SITUATION: The hotel is in Istanbul the centre of Santa Sofia it is 200 metres away from the mosque.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="128.85" OriginalAmount="125.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005243" Longitude="28.98181" StarRating="3" HotelCode="191098|2516495" HotelName="Ipekyolu" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Meydani No:8, Sultanahmet, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/55/a05534ed66c1f985afa7ad5e381ba07fd421dafa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="128.89" OriginalAmount="125.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.061054524198" Longitude="28.984666273016" StarRating="4" HotelCode="298200|364317" HotelName="Style Hotel Sisli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Merkez Mahallesi, Abide-i Hürriyet Caddesi, Iskenderoglu Sokak 28/A, Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/60/70605b75709c4b93546f8d8630a54dd87925d98d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.96" OriginalAmount="125.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0038376" Longitude="28.9755383" StarRating="3" HotelCode="|95896" HotelName="Istanbul Holiday" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Caddesi No.28 Sultanahmet,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/8/9/6/95896_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Istanbul the historic centre of it is in Sultanahmet the district of Close to the mosque and tourist points of interest. Santa Sofia it is situated 10 minutes away from. ROOM: The rooms have WiFi (free of charge), a television, luxurious beds and a bathroom. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast and a bar. FACILITIES: Guests are offered a reception, a transfer service to the airport, tourist information and car hire.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="129.04" OriginalAmount="125.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011677385547" Longitude="28.956841528415" StarRating="3" HotelCode="10673|275525" HotelName="Barin" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sehzadebasi Fevziye Caddesi 7, 34470 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/56d7770a5b7148b3923553c140de4928.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern city hotel is located in Istanbul. Several shopping areas with shops, boutiques, bars as...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="129.06" OriginalAmount="125.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039904671773" Longitude="28.983925126949" StarRating="3" HotelCode="74093|1067888" HotelName="Hotel Eterno" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Topcu Caddesi 19, Talimhane, Taksim, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/31/b2/31b257fc15e10ec14dc875790944612c67f06063.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="129.17" OriginalAmount="125.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007037" Longitude="28.970463" StarRating="3" HotelCode="89552|138244" HotelName="Kupeli" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Eminsinan Mah. Gedikpasa, Hamam Cad. 4</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/23/0a/230a734ab0bab6e7a8edb3a4554292ce1391e1cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel enjoys a superb location within walking distance of a number of historical ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="129.50" OriginalAmount="125.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005674541835" Longitude="28.954132373016" StarRating="3" HotelCode="9368|30084" HotelName="Orient Mintur Otel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mermerciler Caddesi 1, Yenikapi, 34380 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/2c/dc2cd720aeeb6da6827db791a541155d5e425126.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the old city centre, close to the Yenikapi tram stop. It enjoys the advanta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="129.53" OriginalAmount="125.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039535" Longitude="28.981047" StarRating="0" HotelCode="|534204" HotelName="Ahg Atlas Hotel Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Duvarci Adem Sk. 37</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/2/0/4/534204_30783471120.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="129.69" OriginalAmount="125.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00677" Longitude="28.97133" StarRating="0" HotelCode="|454598" HotelName="Artika" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/5/9/8/454598_d4632a51040.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129.78" OriginalAmount="126" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.030013664327" Longitude="28.973192274571" StarRating="3" HotelCode="145176|410610" HotelName="Bristol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Caddesi 101, 34430 Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c5/e3/c5e3ad093f82d46dc320166bebbab6d932dadc5e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is in New City. The property consists of 91 rooms. Those who dislike animals may e...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129.78" OriginalAmount="126" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00850398" Longitude="28.95163236" StarRating="0" HotelCode="369877|237436" HotelName="Hotel Real Life" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Valide Camii Sokak No:15 Aksaray Fatih, 34093 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/c2/33c277391ef5f1d90be46e29934c3250224c0efe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129.78" OriginalAmount="126" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="968496|410736" HotelName="Kunlun Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Topkapi Mahallesi, Turgut Ozal Millet Caddesi 148, Sehremini, Fatih, 34093 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/26/5e26cdca7bb13fad9d5ed7b7f6b9fc2a29350a1b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129.78" OriginalAmount="126" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.014529" Longitude="28.978999" StarRating="2" HotelCode="267821|56320" HotelName="Hotel Emek" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nöbethane Caddesi, Demirkapi, Kummeydani Sokak No 13, Sirkeci, Istanbul 34110</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/2f/5a2f0747686436a29a06383b7dd77e624c0b54db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.78" OriginalAmount="126.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039642850041" Longitude="28.982851836805" StarRating="4" HotelCode="177594|faros_hotel_taksim" HotelName="Faros Hotel Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Taksim Caddesi 55, 34437 Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/0f/07/0f076c736c5fe7b3203e7f787d1f5fc71f3919d2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Istanbul by Taksim Square with restaurants, shops, entertainmen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="129.86" OriginalAmount="126.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039516" Longitude="28.981766" StarRating="0" HotelCode="|533390" HotelName="Taksim La Marino Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/3/9/0/533390_325de491150.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="130.24" OriginalAmount="126.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005115477236" Longitude="28.973908424377" StarRating="3" HotelCode="17072|326245" HotelName="Saba" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Jacuzzi,Laundry,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek mah., Sehit Mehmet Pasa Yokusu No.8, Sultanahmet, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/bc/b6/bcb65701aa7c2712f156c087366dd7151a245710.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.24" OriginalAmount="126.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039186" Longitude="28.976141" StarRating="0" HotelCode="|533734" HotelName="Meridiani Taksim Hotel" 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/5/3/3/7/3/4/533734_0489c111120.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.52" OriginalAmount="126.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0033341" Longitude="28.9699299" StarRating="0" HotelCode="|82995" HotelName="Saruhan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mah.Cinci Meydani Sok.No:30 Kadirga</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/9/5/82995_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 600 metres away from the mosque. ROOM: Customers have large rooms with a balcony.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.54" OriginalAmount="126.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007585" Longitude="28.949344" StarRating="0" HotelCode="|453035" HotelName="New Emin " 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/5/3/0/3/5/453035_d6c4a321642.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.71" OriginalAmount="126.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040445" Longitude="28.983337" StarRating="0" HotelCode="|525171" HotelName="EA Exclusive" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sht. Muhtar Bey Cd. 59</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/1/7/1/525171_29d63011141.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.79" OriginalAmount="126.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036576" Longitude="28.976701" StarRating="0" HotelCode="|526803" HotelName="Istanberry - Luna Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/6/8/0/3/526803_eb18c821027.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.81" OriginalAmount="127" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02476868" Longitude="28.684824" StarRating="0" HotelCode="613691|252171" HotelName="Agora Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Zafer Mahallesi Dogan, Arasli Bulvari 93, 34513 Esenyurt, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/72/af7258b08a5881fcb937d3538b2a98f85978a32e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.81" OriginalAmount="127" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007329566175" Longitude="28.954062728836" StarRating="0" HotelCode="303971|47724" HotelName="Delta Hotel Istanbul" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Caddesi 26/1, Aksaray, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9a/02/9a022204a5cec44a216420da39123cf56facfe50.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.81" OriginalAmount="127" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00447217" Longitude="28.96495367" StarRating="0" HotelCode="985277|478052" HotelName="Golden Sand Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Üstad Sokak 15A, Fatih, 34126 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/52/02/5202646c21e0aee25370d1362bc6614c3e1ff2eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.81" OriginalAmount="127" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04902217" Longitude="29.02495625" StarRating="0" HotelCode="597671|237492" HotelName="Loren Hotel Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Mecidiye Mahallesi, Disbudak Sokak 11, Ortakoy Besiktas, 34347 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fe/44/fe448e9c078de916208aec3132db5a26298f30c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.81" OriginalAmount="127" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01392" Longitude="28.976545" StarRating="3" HotelCode="267823|47795" HotelName="Septimum" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Orhaniye Caddesi No: 29, Sirkeci, Fatih, 34112 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/7b/567b2650b5dd81cb55ef0fd40a3aea1ef588191f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.81" OriginalAmount="127" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0230649" Longitude="28.63614308" StarRating="4" HotelCode="310550|198899" HotelName="Reis Inn Hotel Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Massage Centre,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Ataturk Mahallesi, Adnan Kahveci Bulvari 7, 34840 Büyükçekmece, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/zz/e6ad9c46ef20555a2814cefc889a6969b715126b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.81" OriginalAmount="127" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00694491" Longitude="28.94722434" StarRating="4" HotelCode="563351|219562" HotelName="Yuksel Istanbul Yenikapi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Mahallesi, Kucuk Langa Caddesi 70, Yenikapi-Fatih, 34096 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/fa/f3faee03fd6806c84e8ec0f99a262d2c974dcda9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.81" OriginalAmount="127" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.90689774" Longitude="29.1854726" StarRating="0" HotelCode="593300|237699" HotelName="Zengin Suit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Esentepe, Kucuk Menderes Sokak 1, Kartal, 34870 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/13/621311dfd7ae365239819c46479518bf6745c038.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.81" OriginalAmount="127.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.044093" Longitude="28.985233" StarRating="0" HotelCode="|534215" HotelName="Elegance Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Inonu Mahallesi, Babil Sk. No:19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/2/1/5/534215_356605b1125.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.81" OriginalAmount="127.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.002863" Longitude="28.9742" StarRating="4" HotelCode="95949|albatros_premier_hotel" HotelName="Albatros Premier" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mah., Cayiroglu Sokak No: 1, Istanbul 34122</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/f5/c5f5bef7ed79952d2e3b74e3f0b64ad63324cbd1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the old city quarter of Sultanahmet and is within easy walking distance of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="130.84" OriginalAmount="127.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007538" Longitude="28.955594" StarRating="3" HotelCode="43553|47714" HotelName="Grand Ons" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesihpasa Caddesi Azimkar Sokak 32, Laleli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a5/46/a5460e0db0feb3c923f7b169b2c8f76a7669c56d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This centrally located hotel is located about 500 m from the sea within 100 m of links to the public...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.97" OriginalAmount="127.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.978455" Longitude="29.142702" StarRating="4" HotelCode="|211283" HotelName="Cityloft 81" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kay??da?? Caddesi No:185/1 Atasehir</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/1/2/8/3/211283_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.10" OriginalAmount="127.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.931394" Longitude="29.143089" StarRating="0" HotelCode="|533183" HotelName="Monezza Hotel - Maltepe" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kumru sokak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/1/8/3/533183_b9618aa1149.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="131.12" OriginalAmount="127.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011379035909" Longitude="28.954452976687" StarRating="3" HotelCode="200041|1485718" HotelName="Budo Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kemalpasa Mahallesi, Yesil Tulumba Sokak No:39, 34134 Istanbul, Laleli</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/47/8647387d5ebfc20aeed0eb798e03583d4532ff16.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.13" OriginalAmount="127.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034315" Longitude="28.982701" StarRating="0" HotelCode="|524842" HotelName="Ferman Pera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Katip Mustafa Celebi Mh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/8/4/2/524842_b559d380945.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.17" OriginalAmount="127.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038937" Longitude="28.982877" StarRating="0" HotelCode="|525296" HotelName="Mila Suites Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Feridiye Cd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/2/9/6/525296_4ed63dc1018.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.17" OriginalAmount="127.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9970153" Longitude="29.0264253" StarRating="0" HotelCode="|108298" HotelName="Bade Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rasimpasa Mah. Org. Sahap Gurler Caddesi, No:24/A Kad?koy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/9/8/108298_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Istanbul Is situated in 400 metres away, guests will find the sea and HaydarpaÅŸa the Railway Station of. ROOM: All the rooms have an air-conditioning system and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.17" OriginalAmount="127.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005971" Longitude="28.666666" StarRating="0" HotelCode="|537625" HotelName="ASGARD HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Haramidere Cd. 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/6/2/5/537625_503fa970948.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.17" OriginalAmount="127.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0125" Longitude="28.9748" StarRating="0" HotelCode="|184575" HotelName="Istanbul Central Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hobyar Mh., Cemal Nadir Str., N:10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/5/7/5/184575_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.23" OriginalAmount="127.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006963" Longitude="28.966323" StarRating="0" HotelCode="|152411" HotelName="Grand Bazaar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BALIPASA YOKUSU SK. GEDIKPASA/FATIH 30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/4/1/1/152411_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1994, was renovated in 2014, has 25 standard rooms, 5 single rooms, 16 double rooms and 4 triple rooms. Guests are also offered facilities for people with reduced mobility. SITUATION: This establishment is in Istanbul is situated in the city centre. Close to the establishment, clients can find the bus stop, the metro stop and places of interest.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.29" OriginalAmount="127.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.87735" Longitude="29.23012" StarRating="4" HotelCode="|192505" HotelName="Inera Pendik" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Bat Mah. Sabri Takn No 29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/5/0/5/192505_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.29" OriginalAmount="127.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0043201" Longitude="28.9821277" StarRating="0" HotelCode="|82893" HotelName="Ipekyolu Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Meydani No:8 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/8/9/3/82893_15.jpg</HotelPictures>
        <HotelDescription>SITUATION: This boutique hotel is in Sultanahmet the area it is 5 minutes away from Hagia Sophia the Basilica of Topkapi the Palace of. ROOM: The establishment has rooms, with WiFi, (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.29" OriginalAmount="127.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03536" Longitude="28.97801" StarRating="0" HotelCode="|485104" HotelName="Lazz City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/5/1/0/4/485104_1229cde2042.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.46" OriginalAmount="127.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0034763" Longitude="28.9733054" StarRating="3" HotelCode="|108102" HotelName="Family Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mah. Akburcak Sok. No:6 Sultanahmet/Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/0/2/108102_98c50821116.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Sultanahmet it is in Sultan Ahmed Mosque 300 metres away, guests can find Santa Sofia it is 10 minutes away from Topkapi the Palace of. ROOM: The rooms have an air-conditioning system and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="131.47" OriginalAmount="127.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05536" Longitude="28.987464" StarRating="3" HotelCode="188680|1082488" HotelName="Atik Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ebekizi Sok. No: 5, Mesrutiyet Mah., Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/c7/cdc75b72df30c3af3274f30294892cef07ea3c8d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.48" OriginalAmount="127.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010514" Longitude="28.957406" StarRating="3" HotelCode="|174754" HotelName="Kecik" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Balabana?a Mh., Fethibey Cd., No:6 Laleli, Fatih,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/4/7/5/4/174754_e22180b1526.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.56" OriginalAmount="127.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00741" Longitude="28.97111" StarRating="0" HotelCode="|184652" HotelName="Miran Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mh Gedikpasa Cami Sk No 66</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/6/5/2/184652_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.58" OriginalAmount="127.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0083792" Longitude="28.9581892" StarRating="3" HotelCode="|82985" HotelName="Yuksel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mesihpa%u015Fa Cad. No: 75 Laleli - %u0130stanbul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/8/5/82985_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has WiFi (free of charge). SITUATION: It is inIstanbul the city centre of Close to and the mosque.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.79" OriginalAmount="127.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.940315" Longitude="29.120164" StarRating="0" HotelCode="|523591" HotelName="Anka Premium Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Idealtepe Mh.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/5/9/1/523591_7f9a60c1131.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.84" OriginalAmount="128" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00247966" Longitude="28.97768772" StarRating="4" HotelCode="151786|35285" HotelName="Mangana Konak" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oyuncu Cikmazi Sokak 14, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/9c/619c249abaaf6976b4c2e2ba6923a4b6d22d951a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an ideal location as a base for exploring the major attractions of the Sultanahmet...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.88" OriginalAmount="128.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.026609" Longitude="28.9556077" StarRating="0" HotelCode="|107985" HotelName="Lotus " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Yavuzsultanselim Mah. Vak?f Mektebi Sok.No:1 Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/9/8/5/107985_85d271c1157.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a terrace with sea views, WiFi (free of charge), rooms with air-conditioning and flatscreen satellite television. SITUATION: The hotel the Golden Horn it is 200 metres away from it is in the old city.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="132.02" OriginalAmount="128.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003407087918" Longitude="28.976059556007" StarRating="4" HotelCode="191082|4511075" HotelName="Emine Sultan" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Kapi Agasi Sokak 6, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/06/43/06433621acbcb1520ad693c3f51371687cc5aca8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.12" OriginalAmount="128.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036199" Longitude="28.980757" StarRating="0" HotelCode="|474499" HotelName="LINNGA HOTEL and SUITE" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>sehit muhtar mah.suslu saksi sokak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/4/4/9/9/474499_3a7b2a31214.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.21" OriginalAmount="128.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0033468" Longitude="28.9760222" StarRating="0" HotelCode="|86835" HotelName="Emine Sultan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kapi Agasi Sok. No:6 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/3/5/86835_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a terrace. SITUATION: Near the establishment, guests will find the mosque, Sultanahmet it is in.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="132.34" OriginalAmount="128.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9803" Longitude="28.9025" StarRating="3" HotelCode="66536|66964" HotelName="ibis Istanbul Zeytinburnu" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kazlicesme Mahallesi, Kennedy Caddesi 56, Zeytinburnu, 34025 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/59/96/5996c16c630cc19757e4d2f9a3efa20067b67f8d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.37" OriginalAmount="128.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98951" Longitude="29.083508" StarRating="0" HotelCode="|534886" HotelName="COMFORT INN SUITE" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Derecik Sokak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/8/8/6/534886_af0e5db1455.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.61" OriginalAmount="128.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0121425" Longitude="28.9783022" StarRating="0" HotelCode="|83005" HotelName="The Constantine" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Cad. No:19 Sirkeci</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/0/5/83005_6.jpg</HotelPictures>
        <HotelDescription>SITUATION: Santa Sofia It is located 300 metres away from. FACILITIES: Regarding the food and beverage offering, there is a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="132.62" OriginalAmount="128.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004427" Longitude="28.971857" StarRating="3" HotelCode="177349|753825" HotelName="Sultanahmet Çesme Hotel Istanbul" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Küçükayasofya Mahallesi, Sehit Mehmet Pasa Sokak 22, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/ff/fdff9529028b2bc16253098b947795e715305e10.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.86" OriginalAmount="128.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038347" Longitude="28.983542" StarRating="0" HotelCode="|526524" HotelName="Joy Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dolapdere Taksim Cd 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/6/5/2/4/526524_5993cc71001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.86" OriginalAmount="128.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.032884" Longitude="28.976877" StarRating="0" HotelCode="|306132" HotelName="Maroon Tomtom" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Tomtom Mahallesi Acara Sokak No:3 Beyo?lu Acara Sokak No:3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/6/1/3/2/306132_6ed23920930.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.87" OriginalAmount="129" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003553088054" Longitude="28.969982993846" StarRating="4" HotelCode="315881|47729" HotelName="Dualis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucukayasofya Mahallesi, Sehsuvarbey Sokak 37, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/d6/07d6be36ff28865a9f4d10daa2ae8efaf727f4aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.87" OriginalAmount="129" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.992795" Longitude="29.027483" StarRating="3" HotelCode="311577|58732" HotelName="Zirve Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Osmanaga Mahallesi, Resit Efendi Sokak 38, Kadiköy, 34714 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/b0/69b0c99f697358287ec59fdbe9adcb9e4c670456.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.87" OriginalAmount="129" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.037335234745" Longitude="28.982236555156" StarRating="3" HotelCode="263728|237452" HotelName="Invictum Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mahallesi, Altin Bakkal Sokak No:6, Taksim, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/a0/85a0c5e72d740fc41765a1e30f4c1bf90b05a199.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.87" OriginalAmount="129" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005117432418" Longitude="28.965209514984" StarRating="2" HotelCode="315771|381536" HotelName="Ottoman Time Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Hayrettin Mahallesi, Bali Pasa Yokusu 94, Fatih, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/aa/8f/aa8f8ec0d31731e51adb6800fed9d4c1ea8566ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.87" OriginalAmount="129" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004577" Longitude="28.968206" StarRating="3" HotelCode="191090|375258" HotelName="Sultans Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Küçük Ayasofya 17A, Mahallesi Kadirga Meydani Sk, 34122 Sultanahmet</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/42/064267b732989cb27538f84c829f54d7215f3e30.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.87" OriginalAmount="129" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034069058638" Longitude="28.981093630373" StarRating="4" HotelCode="907370|477292" HotelName="Taksim Prelude Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuloglu Mahallesi, Sadri Alisik Sokak 26, Beyoglu, 34435 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/44/e34476385f7d36e4a98633f0ba83d62c8e56b3d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming aparthotel is located in the Taksim/Beyoglu area, just a few metres from Istiklal Stre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.87" OriginalAmount="129" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004997075865" Longitude="28.973610509193" StarRating="3" HotelCode="298194|47813" HotelName="Timeks Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mah., Dizdariye Cesmesi Sokak 3, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/406369/a_406369_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.87" OriginalAmount="129.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034042" Longitude="28.983481" StarRating="4" HotelCode="160537|city_center_hotel" HotelName="City Center Hotel Taksim" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Katip Mustafa Celebi Mahallesi, Siraselviler Caddesi, Billurcu Çikmazi 1, Beyoglu, 34433 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/56/83/568313a7023b54e94f2289a8f4fed8d70c80456d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in a comfortable and peaceful environment, only a minute's walk from Istanbul's busi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.99" OriginalAmount="129.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0027806" Longitude="28.9741423" StarRating="0" HotelCode="|83029" HotelName="Deniz Houses" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cay?roglu Sok. No:16 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/2/9/83029_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel offers, WiFi, (free of charge). SITUATION: This family-owned hotel, Sultanahmet it is in it is located 300 metres away from the mosque. ROOM: Customers can find traditional-style rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="133.08" OriginalAmount="129.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0394622" Longitude="28.9811815" StarRating="0" HotelCode="|108162" HotelName="Pera Orient" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bulbul Mah. Duvarci Adem Sok. No:35 Taksim Beyoglu Istanbul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/6/2/108162_1_4069.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is located 400 metres away fromTaksim the Square of 6 minutes away from the establishment you have the metro station. ROOM: The establishment has suites with an air-conditioning system and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="133.13" OriginalAmount="129.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.028836883722" Longitude="28.973169687572" StarRating="3" HotelCode="118849|592525" HotelName="The Pera Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Caddesi 113, Taksim, Beyoglu, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/72/a772aa2653a38db1b5cde2f470ef91765253a115.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel enjoys an amazing location in the centre of Istanbul. The underground station, P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="133.28" OriginalAmount="129.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004943425815" Longitude="28.973675072193" StarRating="4" HotelCode="163831|137124" HotelName="Sultan House" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dizdariye Çesme sk. No.1,, Binbir Direk Mahallesi, Sultanahmet, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/fe/fe20dd170578136b/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in one of Istanbul's most colourful and historic quarters, close to the Hippod...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="133.30" OriginalAmount="129.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006982072224" Longitude="28.963632101852" StarRating="4" HotelCode="57930|1063888" HotelName="Assos Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sarac Ishak Mahallesi, Uysal Sokak 6, Beyazit, 34130 Istanbul, Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/ae/d3aef16763e020aefeece2ccf9432d6922621526.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is situated within easy walking distance of Istanbul's major places ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="133.64" OriginalAmount="129.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006928" Longitude="28.948873" StarRating="0" HotelCode="|534038" HotelName="Mays Royal Hotel" 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/5/3/4/0/3/8/534038_d36d2171147.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="133.64" OriginalAmount="129.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.074221" Longitude="28.981174" StarRating="0" HotelCode="|525392" HotelName="Park Çağlayan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ekim Sokagi 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/3/9/2/525392_73106ca1055.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="133.78" OriginalAmount="129.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03401" Longitude="28.981131" StarRating="0" HotelCode="|530222" HotelName="Şiva Pera Hotel and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sadri Alisik Sk. 28</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/0/2/2/2/530222_a78f8e31055.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="133.80" OriginalAmount="129.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0077166" Longitude="28.964733" StarRating="3" HotelCode="|83040" HotelName="Sembol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/4/0/83040_27d4b7f1635.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a buffet breakfast, a laundry service and tourist information. SITUATION: It is situated 2 kilometres away fromTopkapi the Palace of. ROOM: All the rooms have an air-conditioning system and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="133.85" OriginalAmount="129.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005577" Longitude="28.964604" StarRating="0" HotelCode="|533549" HotelName="Novus Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tiyatro Cd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/5/4/9/533549_9a140911134.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.90" OriginalAmount="130" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012661008262" Longitude="28.940286934376" StarRating="4" HotelCode="174448|23231" HotelName="All Seasons Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Molla Gurani Cad. Emin Ali Yasin Sk No:5, Findikzade, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/a1/a8a1361b1c4c285433024e29630757e2a7938306.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel lies in the district of Findikzade. Sultanahmet Square, the heart of the old town,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.90" OriginalAmount="130" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03376222" Longitude="28.98369147" StarRating="3" HotelCode="374881|206393" HotelName="Astan Hotel Taksim" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Katip Mustafa Celebi Mahallesi, Hocazade Sokak No: 16, 34433 Istanbul, Beyoglu</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/32/e03210c888a30159cadcd31b72e3bf2299a24c39.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.90" OriginalAmount="130" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.978558" Longitude="28.882109" StarRating="3" HotelCode="188696|477810" HotelName="Epos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Havlucular Sk. No: 3, Istanbul Cad., Bakirköy, Istanbul 34720</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/76/7d7684e380831165160c21783199d2d7e4602c12.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.90" OriginalAmount="130" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.8700645" Longitude="29.2686056" StarRating="1" HotelCode="933268|271800" HotelName="Kervan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Dry Cleaning,Internet,Laundry,Luggage Storage,Parking,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>E5 Yanyol 176, Kaynarca, Pendik, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/51/a551c38aa67c309e5e3f36cbdc76d7a7561b80df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Istanbul, Kervan Hotel Pendik puts everything the city has to offer just ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.90" OriginalAmount="130" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034192" Longitude="28.984517" StarRating="4" HotelCode="904128|47582" HotelName="InnPera Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Siraselviler Cad. No:15, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/e4be4105b1b148be8e60a4fe1da41383.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.90" OriginalAmount="130" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039794" Longitude="28.982397" StarRating="3" HotelCode="267853|199516" HotelName="Regency World Suite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Taksim Caddesi, Cambazoglu Sokak No: 3, Beyoglu, Istanbul 34200</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/ee/bdee8deada3197fa83bdb2b7a47bb12d7f8df806.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="133.95" OriginalAmount="130.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0701442" Longitude="28.9885173" StarRating="0" HotelCode="|353413" HotelName="Ag Sisli Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Izzet Pasa Mh. Ayazma Yolu Sk. No:57 Mecidiyekoy/Sisli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/4/1/3/353413_bab4af91250.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="134.08" OriginalAmount="130.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04527" Longitude="28.98327" StarRating="0" HotelCode="|184263" HotelName="Cumbalı Plaza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bozkurt Mah. Dolapdere Cad. No.135</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/2/6/3/184263_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="134.09" OriginalAmount="130.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0556" Longitude="28.99161" StarRating="3" HotelCode="|184238" HotelName="Carina Park Suites Nisantasi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Mahallesi Kevser Sokak No:20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/2/3/8/184238_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="134.10" OriginalAmount="130.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9926771" Longitude="28.8470355" StarRating="3" HotelCode="|447996" HotelName="Holiday Inn Express Istanbul - Atakoy Metro, an IHG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sirinevler Mahallesi Maresel Fevzi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/9/9/6/447996_270c5e51343.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="134.23" OriginalAmount="130.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011336" Longitude="28.947624" StarRating="3" HotelCode="|475533" HotelName="GRAND VATAN HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Adnan Menderes Vatan Bulvari no 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/5/3/3/475533_7ae76531250.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="134.36" OriginalAmount="130.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99258322" Longitude="28.84683201" StarRating="3" HotelCode="568592|703356" HotelName="Holiday Inn Express Istanbul Atakoy Metro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Sirinevler Mahallesi, Maresal Fevzi Cakmak 1 Sokok 7-13, Bahcelievler, 34188  Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/33/bd3399d3f81e3f4eeee42851a13272e86d3071f8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="134.61" OriginalAmount="130.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.90704" Longitude="29.18556" StarRating="0" HotelCode="|551949" HotelName="Zengin City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/1/9/4/9/551949_b6d43501518.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="134.79" OriginalAmount="130.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013457" Longitude="28.681998" StarRating="0" HotelCode="|447749" HotelName="Days Hotel By Wyndham Istanbul Esenyurt" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ZAFER MAH ADILE NASIT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/7/4/9/447749_18ecbf30828.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="134.91" OriginalAmount="130.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006858" Longitude="28.973186" StarRating="3" HotelCode="191102|2191045" HotelName="Sultanahmet Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Klodfarer Caddesi 19, Sultanahmet, 34122 Istanbul, Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/b6/65b6136d18eff02c643913e97ecbb8930b22fe4a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.93" OriginalAmount="131" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01165781" Longitude="28.95418855" StarRating="3" HotelCode="323408|217225" HotelName="Grand Pamir Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Gencturk Caddesi, Yesil Tulumba Sokak No: 43, Kemalpasa Mahallesi, Laleli / Fatih, 34080 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/59/593545/593545a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.93" OriginalAmount="131" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013681" Longitude="28.978814" StarRating="2" HotelCode="933223|58545" HotelName="Hostel Erenler" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tayahatun Sokak No. 11, Hocapasa Mahallesi, Sirkeci, Eminönü, Istanbul 34110</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3d/69/3d695fba60f3748162a1a751f9445855f0543548.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can feel at home in one of the 33 rooms. Services and facilities at the hotel include a bagga...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.93" OriginalAmount="131" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03528504" Longitude="28.98574015" StarRating="2" HotelCode="567604|217614" HotelName="Hotel V Plus Taksim" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Cihangir Mahallesi, Pürtelas Sokak 6/A, Kazanci Yokusu, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/21/f0211ddc42c324f0e48aa4d97bd473eb865d7c22.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a safe, a restaurant, a café and room service. Wireless internet access is availabl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.93" OriginalAmount="131" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010325839047" Longitude="28.975194511744" StarRating="2" HotelCode="900678|56324" HotelName="Meddusa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nuruosmaniye Caddesi 5, Cagaloglu, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/5d/085d5d3d6e93c026b67990e6f3b2912ee3afcf90.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers are welcomed at the hotel, which has a total of 21 rooms. A lobby and a reception are ava...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.93" OriginalAmount="131" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="964629|486736" HotelName="Reggae Apart Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sehsuvar Bey Mahallesi, Neviye Sokak 65, Kadirga Limani Caddesi, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/28/d02864a98ed36ab8f643b5d9924dfd400ec2e413.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="135.04" OriginalAmount="131.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035935" Longitude="28.980073" StarRating="0" HotelCode="|533363" HotelName="Taxim34 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Atif Yilmaz Cd. 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/3/6/3/533363_238b0d31135.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="135.11" OriginalAmount="131.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008635" Longitude="28.954095" StarRating="0" HotelCode="|559486" HotelName="The Bosfor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ihtisap Agasi Sk. 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/9/4/8/6/559486_bd1cf3f1721.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="135.11" OriginalAmount="131.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0060621" Longitude="28.9539802" StarRating="0" HotelCode="|86860" HotelName="Grand Emin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mustafa Kemal Paa .Cad Fabrika Sok No 13 Yenikapi Eminonu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/6/0/86860_7.jpg</HotelPictures>
        <HotelDescription>SITUATION: Istanbul It is in Close to the sea, Yali park Yeni Kapi the railway station. FACILITIES: Guests are offered a swimming pool.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="135.20" OriginalAmount="131.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.030107163549" Longitude="28.973333699406" StarRating="4" HotelCode="149986|2301605" HotelName="Tulip City Taksim Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly 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,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Caddesi 95, Pera, Beyoglu, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/e4/e4843e93e07a40368a254e78b27f4148/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the historical Pera, Istanbul's shopping and entertainment centre. It is 5 m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="135.29" OriginalAmount="131.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03933" Longitude="28.98317" StarRating="0" HotelCode="|184568" HotelName="Inntel Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mah Taksim Dolapdere Cad No:49</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/5/6/8/184568_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="135.33" OriginalAmount="131.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.030487469457" Longitude="28.97351719183" StarRating="4" HotelCode="61757|2301595" HotelName="Pera Rose Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City 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,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Caddesi 87, Tepebasi, Beyoglu, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/28/a4/28a4f8a40a94f40e209a59aa0cf9230369fcaf5c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Istanbul's business, shopping and entertainment centre, around a 5-minu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="135.56" OriginalAmount="131.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035341" Longitude="28.978326" StarRating="3" HotelCode="172514|153002" HotelName="Odda Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Balo Sokak 30, Beyoglu, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/153002/153002a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Approximately 80 metres from the buzzing Istiklal Street and 700 metres from Taksim Square, the hote...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="135.56" OriginalAmount="131.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012851494796" Longitude="28.976587210399" StarRating="3" HotelCode="119206|125237" HotelName="Agan" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ebussuud Caddesi, Saffetipasa Sokak 4, Sirkeci, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/93/f6/93f66a311daa4daf8e0622120453e16abef16865.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="135.56" OriginalAmount="131.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.044285" Longitude="28.819459" StarRating="0" HotelCode="|472262" HotelName="King City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Halkali Cd. 102</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/2/2/6/2/472262_1b44d741223.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="135.70" OriginalAmount="131.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04018" Longitude="28.914941" StarRating="4" HotelCode="|153611" HotelName="Ramada Encore By Wyndham Istanbul Bayrampasa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>YENIDOGAN MAH. S. NACI CAKAR SOK 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/6/1/1/153611_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2013, has 128 rooms, 124 double rooms, 2 suites and 2 rooms adapted for people with reduced mobility. The establishment has facilities for people with reduced mobility and a car park. SITUATION: This establishment, Istanbul it is in is situated in the city centre, nearby, you will find the bus station and the railway station, close to the establishment, guests have the bus stop, the metro stop and the airport. it is situated near the city.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="135.77" OriginalAmount="131.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008923" Longitude="28.960701" StarRating="3" HotelCode="162159|1067328" HotelName="Akgün Hotel Beyazit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Ordu Caddesi, Hazinedar Sokak 6, Beyazit, 34490 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/24/1524f615579afb782052ec0b2fe5c3e306e3d335.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="135.83" OriginalAmount="131.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039327157602" Longitude="28.981397845404" StarRating="3" HotelCode="263339|2279305" HotelName="Endless Suites Taksim" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Taksim Caddesi, Kocatepe Mah, Cambazoglu Sk 25, 34437 Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/2c/bc2cd41db9a7bcf9a37bf5530df090028b79356c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="135.86" OriginalAmount="131.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0361452" Longitude="28.979498" StarRating="0" HotelCode="|108234" HotelName="Yonca" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/3/4/108234_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is 200 metres away from Istiklal Avenue 500 metres away, guests can find Taksim the square. ROOM: The rooms have an air-conditioning system, a flat-screen television and a mini-bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="135.89" OriginalAmount="131.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.028717" Longitude="28.979765" StarRating="3" HotelCode="207972|4712935" HotelName="Trio Suites Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bogazkesen Cad No:27, Tophane, Beyoglu, 34425 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/9e/ad9e5c03c8b6d59068f077d6da1b0be5fa0fc53b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Tophane, the hotel is close to the Galata and Pera districts and there are many shops, ca...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.96" OriginalAmount="132" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04334713" Longitude="29.00356245" StarRating="5" HotelCode="375417|217795" HotelName="Hotel Golden Pen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sinanpasa Mahallesi, Yenimahalle sokak No: 9, Besiktas, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/d1/62d1cbe995ec1b2fcab0dc4ecfba773453aeb92d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.96" OriginalAmount="132" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006614126729" Longitude="28.971909717558" StarRating="5" HotelCode="364302|217623" HotelName="Istanbul Paris Hotel &amp; Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Piyerloti Caddesi Dizdariye Medresesi Sokak 9/11, Cemberlitas, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/c2/53c254ee49e2e4dce10f29f23b15005e66969626.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.96" OriginalAmount="132" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00831847" Longitude="28.95176851" StarRating="0" HotelCode="850497|381249" HotelName="Hamitbey Hotel Prestige" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Mahallesi, Inkilap Caddesi 26, Fatih, 34096 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/fe/34fed2d505927b40b8534b57fff3874c9571c8a1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.96" OriginalAmount="132.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00520858723" Longitude="28.980270624161" StarRating="2" HotelCode="191078|big_apple_hostel__hotel" HotelName="Big Apple Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Caddesi Bayramfirin Sokak No:12, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/ac/71ac458ee4a4417b908088bec365a9f0c09e09c2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="136.10" OriginalAmount="132.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.97834" Longitude="29.12428" StarRating="0" HotelCode="|192646" HotelName="Continent Hotel Ataşehir" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucukbakkalkoy Mah.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/6/4/6/192646_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="136.20" OriginalAmount="132.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01566" Longitude="28.95889" StarRating="0" HotelCode="|184665" HotelName="Nagehan Hotel Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Molla Husrev Mh. Uzumcu Sk. No: 1-3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/6/6/5/184665_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="136.22" OriginalAmount="132.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0061882" Longitude="28.9799033" StarRating="0" HotelCode="|83043" HotelName="Turk Art Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mah. Tevkifhane Sok. No:12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/4/3/83043_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has rooms with WiFi and (free of charge). breakfast service. SITUATION: This hotel Istanbul it is in it is close to the mosque.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="136.32" OriginalAmount="132.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0036935" Longitude="28.9725279" StarRating="3" HotelCode="|82934" HotelName="Basileus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mahallesi, Sehit Mehmet Pasa Sok. No:1 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/3/4/82934_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is 300 metres away fromMarmara the coast of Close to Santa Sofia the Mosque of. ROOM: The rooms have a balcony and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="136.38" OriginalAmount="132.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.037587" Longitude="28.813821" StarRating="0" HotelCode="|464445" HotelName="Dem İstanbul Airport Hotel" 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/6/4/4/4/5/464445_a8e7ce50752.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="136.46" OriginalAmount="132.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003893" Longitude="28.974102" StarRating="3" HotelCode="|40755" HotelName="Erguvan  - Special Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/7/5/5/40755_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel, with air-conditioning, renovated in 2007 and has 22 rooms, The establishment has a lobby with a reception, a safety deposit box service, a currency exchange service, a cloakroom, a lift, a bar, a restaurant and WiFi. For an extra cost you can have access to room service and a car park. SITUATION: Is situated in the historic centre, near the establishment, you will find monuments, is 15 kilometres away from the 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 internet, a mini-bar, a double bed, a safe, an air-conditioning system and heating. MEALS: Customers have at their disposal a restaurant, coffee shop and terrace. PAYMENT METHODS: Customers can pay using Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="136.59" OriginalAmount="132.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03948" Longitude="28.98116" StarRating="3" HotelCode="260216|874765" HotelName="Pera Orient Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe, Duvarci Adem Sokak 35, Taksim, Beyoglu, 34435 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/4c/834c4fd67129f1f5a3358660d5b7c7c2f7e6729b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="136.59" OriginalAmount="132.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035298" Longitude="28.978288" StarRating="0" HotelCode="|74831" HotelName="Petros" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Balo Sok. 30, Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/8/3/1/74831_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment offers a transfer service to the airport and rooms with internet. SITUATION: Near the establishment, you will findStikal the street it is 1 kilometre away from Taksim the Square of it is 5 minutes away from restaurants. ROOM: The rooms a bathroom, a hairdryer, flat-screen satellite television and a courtesy tea and coffee service. They also have a direct line telephone, a safety deposit box, a mini-bar and WiFi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.99" OriginalAmount="133" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03001838" Longitude="28.96972904" StarRating="0" HotelCode="964788|487503" HotelName="New Taksim Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bedrettin Mahallesi, Havuz Sokak 23A, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/d7/e1d741fa6f9654cb7f62b4d345cdeb987bc994e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.99" OriginalAmount="133.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.002769466812" Longitude="28.974206149578" StarRating="3" HotelCode="176167|mari_time_hotel" HotelName="Mari Time" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cayiroglu Sokak No. 9, Kucuk Ayasofya Mahallesi, Sultanahmet, Istanbul 34122</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/39/3e/393e1b072bd3e11fbb58a0e41cce88177bf84013.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located on the Sultanahmet peninsula, roughly a 10 to 15-minute walk to the maj...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.99" OriginalAmount="133.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00631" Longitude="28.96687" StarRating="3" HotelCode="172037|gedik_pasa_konagi" HotelName="Gedik Pasa Konagi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Gedikpasa Cadesi, 70, Beyazit Dsitrict 34126, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9b/7b/9b7b2cceaf438e0a11ea0d78bd77f390991c43cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the district of Beyazit, roughly 400 m from the attractions of the Sultanah...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.99" OriginalAmount="133.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.975565" Longitude="28.874714" StarRating="3" HotelCode="188682|bakirkoy_hotel" HotelName="Bakirkoy Pansiyonu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Zeytinlik Mahallesi, Omer Naci Sokak 25, Bakirkoy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/6f/2b6f9ad042ede9ab9642af6c654142c976408ef9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.25" OriginalAmount="133.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.022695" Longitude="28.960317" StarRating="0" HotelCode="|475645" HotelName="Vento Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Yesil Tulumba Sokagi No:15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/6/4/5/475645_ba853b91254.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.30" OriginalAmount="133.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0345018" Longitude="28.9855027" StarRating="0" HotelCode="|86747" HotelName="Style Star Hotel Cihangir" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cihangir Mahallesi Baskurt Sokak No.8, Cihangir,Taksim 34433</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/4/7/86747_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a restaurant. SITUATION: 2 minutes away, guests can findTaksim the square Istiklal the street. ROOM: Guests are offered rooms with air-conditioned and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="137.38" OriginalAmount="133.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04032686819" Longitude="28.985067900226" StarRating="3" HotelCode="191056|2009035" HotelName="Ferman Hilal Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Topcu Caddesi 23, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/cf/ddcf4c03704acb793f43e819eaa6231c85863f38.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.46" OriginalAmount="133.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0489856" Longitude="29.0254246" StarRating="0" HotelCode="|534404" HotelName="Dilens Bosphorus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mecidiye Mh. Carsiagasi Sk. Besiktas</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/4/0/4/534404_a0932a31112.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="137.60" OriginalAmount="133.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007798569176" Longitude="28.958774457672" StarRating="4" HotelCode="174010|37014" HotelName="Nanda Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Kemalettin Mahallesi, Koska Caddesi Seyhnameci Sokak 14, 34130 Istanbul, Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/7c/6b7cd23d39f06d97724609aa73bc219b2faa8170.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Laleli, Fatih area of old Istanbul, within 1 km of the Grand Bazaar and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.67" OriginalAmount="133.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9932967" Longitude="29.0264334" StarRating="0" HotelCode="|353504" HotelName="beyazköşk otel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/5/0/4/353504_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.83" OriginalAmount="133.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003395" Longitude="28.9785741" StarRating="0" HotelCode="|184768" HotelName="Ottomarin Hotel Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Area Akbiyik Degirmeni Str. No9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/7/6/8/184768_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.87" OriginalAmount="133.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0081452" Longitude="28.9644049" StarRating="0" HotelCode="|86942" HotelName="Nezih Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mithatpasa Cad. Yenidevir Sok. No: 8 Beyazit</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/4/2/86942_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a lobby and a sitting room. SITUATION: It is 5 minutes away from the bazaar. ROOM: The rooms have an air-conditioning system and room service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.87" OriginalAmount="133.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0116321" Longitude="28.956492" StarRating="3" HotelCode="|83034" HotelName="Bergama" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Fevziye Cad. No:34 Sehzadebasi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/3/4/83034_40cfc9e1616.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated next to the palace, museums and monuments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.88" OriginalAmount="133.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0378038" Longitude="28.9830928" StarRating="3" HotelCode="|86808" HotelName="Three Apples Suites and" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/0/8/86808_12.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Istanbul it is in TarlabaÅŸi it is in 3 minutes away from the establishment, you can find Taksim the Square of. ROOM: All the rooms have WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.02" OriginalAmount="134" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012242" Longitude="28.95716" StarRating="3" HotelCode="933207|205335" HotelName="Bergama Hotel Istanbul" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Elevator,Internet,Parking,Pick &amp;amp; Drop,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesih Pasa Mahallesi, Fevziye Caddesi No. 34, Sehzadebasi, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/50/37/50372d0e34c501b45896e1c6001fdb44a60eb0e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Istanbul (Laleli), Bergama Hotel is minutes from Sehzad...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.02" OriginalAmount="134" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.015670400257" Longitude="28.959038745507" StarRating="3" HotelCode="318292|217667" HotelName="Nagehan Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mollah üsrev, Üzümcü Sokak, Fatih, 34134 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/39/ac3930dd89d2013df2cefdd01e00d78f47fcaee9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.02" OriginalAmount="134" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039861952714" Longitude="28.914422641525" StarRating="4" HotelCode="298196|45382" HotelName="Ramada Encore Bayrampasa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yenidogan Mahallesi, Sehit Naci Çakar Sokak 11, 34030 Bayrampasa, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/406371/a_406371_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.02" OriginalAmount="134" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="968058|488335" HotelName="Grand Bosfor Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mesih Pasa Mahallesi, Ihtisap Agasi Sokak 8, Fatih, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/ext/d5/21/d521ab879d95745573ce702d3f5a73f4ebe5bb53.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="138.14" OriginalAmount="134.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.978752" Longitude="28.878355" StarRating="4" HotelCode="188687|2561685" HotelName="Mercure Istanbul Bakirkoy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Istanbul Caddesi 71, Bakirköy, 34142 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/5a/845a79a110f28ff5d3829ebee2c28a940b2ede0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="138.45" OriginalAmount="134.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039666" Longitude="28.983389" StarRating="0" HotelCode="|305131" HotelName="Ferman Hilal" 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/0/5/1/3/1/305131_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="138.48" OriginalAmount="134.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.017105" Longitude="29.061151" StarRating="0" HotelCode="|534598" HotelName="ELİTE MARMARA BOSPHORUS and OTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Serhat Emre Sk No 27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/5/9/8/534598_eb0fca51127.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="138.62" OriginalAmount="134.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.052741479071" Longitude="28.98672369393" StarRating="3" HotelCode="191118|1006175" HotelName="Cumbali Luxury Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Mahallesi, Tavukçu Fethi Sokak 31, Osmanbey, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/85/1485fd3c98d51c2f1afebde935ba27a06cb742ae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="138.67" OriginalAmount="134.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.058709" Longitude="28.988595" StarRating="3" HotelCode="130275|608385" HotelName="Titanic Comfort Sisli" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Operator Raif Bey Sokak 40, 34360 Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/e4/64e427bb1aa199826c9e637bfe76bb7dcfd9b2e2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="138.74" OriginalAmount="134.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006934618615" Longitude="28.966193764418" StarRating="4" HotelCode="299677|255702" HotelName="Enderun Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tiyatro Caddesi, Esirci Kemalettin Sokak 4, Beyazit, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/8a/278a407d1be2603ea60164e7d70d8cebeab539a8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="138.83" OriginalAmount="134.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0068213" Longitude="28.970983" StarRating="3" HotelCode="|22631" HotelName="Golden Crown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PIYERLOTI CAD. CEMBERLITAS-SULTANAHMET 10 // Piyer Loti Cad. Test Sokak No:45</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/3/1/22631_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 2003, has 35 rooms, a lobby with a reception, a lift, a safety deposit box service and a currency exchange service. Guests are also offered a bar, a television room, an Ã  la carte and buffet restaurant with air-conditioning and internet. There are many services available at the establishment, including room service, a laundry service and a medical care service. SITUATION: This urban hotel is situated in Istanbul the historic centre of Bosphorus Bridge it is 500 metres away from a few minutes walk away from the establishment, clients can find the Grand Bazaar, Hagia Sophia and Topkapi Palace monuments, 300 metres away, there is a tram stop, is situated 20 kilometres away from Istanbul AtatÃ¼rk Airport. ROOM: The stylish rooms with air-conditioning, have a bathroom, a direct line telephone, a satellite or cable television, a mini-bar, a radio, a double or king-size bed and central heating. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and an Ã  la carte or set-menu dinner. Guests can book half-board.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.05" OriginalAmount="135" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03082202" Longitude="28.97498495" StarRating="3" HotelCode="455240|150649" HotelName="Sanat Hotel Pera Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Asmali Mescit Mahallesi, Balyoz Sokak 7, Beyoglu, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/fc/31fc87cf79f11791795e46c769c04b5c62cbf869.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located in the heart of Istanbul. Its setting is especially ideal for guests ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.05" OriginalAmount="135" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00895283" Longitude="28.95414414" StarRating="5" HotelCode="503858|217691" HotelName="The Center Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesihpasa Mahallesi, Sait Efendi Sokak no 11, Laleli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/20/17208d8d9298e11cea897917872599d314591cce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="139.21" OriginalAmount="135.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005233" Longitude="28.980963" StarRating="0" HotelCode="|523226" HotelName="Cape Palace Hotel" 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/5/2/3/2/2/6/523226_02bdadd0914.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="139.24" OriginalAmount="135.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0342869" Longitude="28.9844347" StarRating="4" HotelCode="|82946" HotelName="Innpera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>S?raselviler Cad No :15 Taksim</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/4/6/82946_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is 50 metres away fromTaksim the square. ROOM: Customers have rooms with views of the city and Bosphorus views of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="139.34" OriginalAmount="135.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0089961" Longitude="28.9543196" StarRating="0" HotelCode="|305585" HotelName="The Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mesihpa?a Mahallesi Sait Efendi Sokak No:11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/5/5/8/5/305585_0f2a10f1711.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="139.39" OriginalAmount="135.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01266" Longitude="28.94027" StarRating="0" HotelCode="|193205" HotelName="Golden Ak Marmara Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mollagurani Mah. Findikzade Sokak No 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/2/0/5/193205_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="139.72" OriginalAmount="135.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009803" Longitude="28.977588" StarRating="1" HotelCode="191072|2231485" HotelName="Anadolu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mahallesi Yerebatan Caddesi Salkim Sogut Sokak no:3, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/fb/fafb87be0eee224a706c56fdaa7d509dda7fef88.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="139.81" OriginalAmount="135.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.054681" Longitude="29.026497" StarRating="0" HotelCode="|548152" HotelName="Class Hotel Bosphorus" 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/5/4/8/1/5/2/548152_dc111fb1140.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="139.85" OriginalAmount="135.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00611" Longitude="28.66431" StarRating="4" HotelCode="|235965" HotelName="Empire İstanbul " 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/2/3/5/9/6/5/235965_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140.08" OriginalAmount="136" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="3" HotelCode="877117|324323" HotelName="Istanbul Grand Aparts" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Muhsine Hatun Mahallesi, Turkyeri Caddesi 5, Beyazit, Istanbul 34126</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/a6/20a6d7e53db6de451e0259a9df270cdb4be5333c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140.08" OriginalAmount="136" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00608746" Longitude="28.98087778" StarRating="3" HotelCode="445718|63572" HotelName="New Backpackers Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Caddesi No : 22, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/94/e19484482e868e9ba56f466ba079d25e156f456a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel offers a restaurant, a bar, a transfer service and room service. Wireless internet access...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140.08" OriginalAmount="136" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005817352488" Longitude="28.954915427709" StarRating="4" HotelCode="168614|23236" HotelName="Blue Marmaray" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Guvenlik Caddesi 43, Yenikapi, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/1e/571ec1f379e22b0b2376ff6c746ba95dcba9e19b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in Yenikapi, approximately a 20-minute walk to the highlights of S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140.08" OriginalAmount="136" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012754107593" Longitude="28.955256342888" StarRating="3" HotelCode="43561|8280" HotelName="Sogut" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bukalidede Sok. No: 11-13, 34470 Sehzadebasi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/second/58/60/5860fe178d6e1ba93cd24a57db9a3ba245586c54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies just a short distance from the city centre where guests will discover a diverse selec...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140.08" OriginalAmount="136" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036219" Longitude="28.980791" StarRating="3" HotelCode="933220|217699" HotelName="Taxim Marin Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Atif Yilmaz Caddesi, Süslüsaksi Sokak No. 21, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/b0/f7b01cb7b7f0e90c9ccb34c64cbeb588c93085e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.08" OriginalAmount="136.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004242" Longitude="28.890269" StarRating="4" HotelCode="155338|zoe_airport_boutique_hotel" HotelName="Zoe Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ahmet Kutsi Tecer Cad. No: 12, Merter, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/58/b9584226d6042dacec79fde2e14c4877e13d7d0c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated 10 km from the city centre, World Trade Center and the CNR trade fair grounds,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.08" OriginalAmount="136.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012904" Longitude="28.976445" StarRating="2" HotelCode="191062|second_home_hostel" HotelName="Second Home Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Ebusuud cad. No: 19, Sirkeci, Eminönü, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/fc/15fcb374d7868da938ee3cb89740242cb875a8cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="140.23" OriginalAmount="136.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040860040043" Longitude="28.9837038517" StarRating="4" HotelCode="12447|1079938" HotelName="Feronya Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Abdulhakhamit Caddesi 58, Taksim, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c6/82/c682f5034b8399cc62641fee53a7b14937549d10.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="140.23" OriginalAmount="136.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0132761" Longitude="28.9770861" StarRating="0" HotelCode="|41585" HotelName="Best Nobel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>EBUSSUUD CAD SAFFETIPASA SOK 14-16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/5/8/5/41585_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2007, has 35 rooms, air-conditioning, a lobby, a reception, a safety deposit box service, a currency exchange service, a cloakroom, a lift and a restaurant. For an additional charge you'll be able to enjoy room service and internet. It also has WiFi. SITUATION: This hotel is situated in Istanbul the historic centre of Hagia Sophia, Topkapi Palace and Sultan Ahmed Mosque close to the establishment, clients can find it is near bars, restaurants, shopping areas and public transport services. near the establishment, guests will find Sirkeci the train and bus station it is situated 18 kilometres away from Istanbul AtatÃ¼rk Airport the establishment is 65 kilometres away from Sabiha Gokcen Airport. ROOM: The comfortable rooms, have a bathroom, a hairdryer, a direct line telephone, satellite or cable TV, internet, a mini-bar, a double bed, a safe, heating and an air-conditioning system. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa. OTHERS: The establishment offers international cuisine.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="140.33" OriginalAmount="136.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.051135" Longitude="29.023682" StarRating="0" HotelCode="|540384" HotelName="Elite Marmara Bosphorus Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mecidiye Mahallesi Kumbaracibasi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/0/3/8/4/540384_c6dfd222110.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="140.67" OriginalAmount="136.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038932" Longitude="28.982795" StarRating="3" HotelCode="311560|660333" HotelName="Borancik Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Feridiye Caddesi 50, Taksim, Beyoglu, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/41/51/415103016cc28436e0dafe545bc5f832b2850c96.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="140.67" OriginalAmount="136.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0088385" Longitude="28.9544317" StarRating="0" HotelCode="|108184" HotelName="Rio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray caddesi sait Efendi Sokak No:21/1 - Laleli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/8/4/108184_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has, WiFi, (free of charge). SITUATION: The hotel is in Laleli the centre of it is situated 15 minutes away from the bazaar, 150 metres away, guests will find the tram station excellent transport links to, Sultan Ahmed Mosque it is 5 minutes away from.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="140.73" OriginalAmount="136.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008907" Longitude="28.95418" StarRating="0" HotelCode="|536151" HotelName="Grand Lara Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Saitefendi Sokagi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/6/1/5/1/536151_61dd95f2001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="140.86" OriginalAmount="136.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.049057" Longitude="29.025525" StarRating="0" HotelCode="|84909" HotelName="Ortakoy Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>MUVAKKIT SOKAK ORTAKOY BESIKTAS 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/9/0/9/84909_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has WiFi (free of charge), a reception, a car park (for a fee) and a transfer service to the airport, (for a fee). SITUATION: This establishment, the Bosphorus it is 100 metres away from Clients can find bars and restaurants. 3,5 kilometres away, there is a tram stop excellent transport links to and Taksim the square it is situated 28 kilometres away from Istanbul AtatÃ¼rk Airport. ROOM: All the rooms have an air-conditioning system, a satellite television, modern facilities, a living room, a dining room, a kitchen with fridge, hob, kitchenware, a bathroom with bathroom items and a kitchen.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="140.99" OriginalAmount="136.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.875902" Longitude="29.244272" StarRating="0" HotelCode="|524286" HotelName="Butik Pendik Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dogu Mahallesi ErolKaya Caddesi No:172</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/2/8/6/524286_512f1511133.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.11" OriginalAmount="137" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03530881437" Longitude="28.678642525131" StarRating="4" HotelCode="933255|45799" HotelName="DAB Hotel Esenyurt" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baglar Çesme Mahallesi, 1110. Sokak 4, Esenyurt, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/69/eb6937894e02fd450e3aadb1a00be18a30bb70c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.11" OriginalAmount="137" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02501502" Longitude="28.8159874" StarRating="5" HotelCode="936797|45801" HotelName="Divan Suites Istanbul G-Plus" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Baglar Mahallesi, Mimar Sinan Caddesi 35, Günesli 34209, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/f5/f5a2a056a824940d/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the centre of Istanbul’s new business district, just five minutes from Istan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.11" OriginalAmount="137" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008873" Longitude="28.95465" StarRating="2" HotelCode="311565|237441" HotelName="Hotel Rio" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sait Efendi Sokak 20/1, Aksaray Caddesi, Laleli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/84/3184a957b3f3b75e5673a2fecea1007793f08cce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guest accommodation comprises 22 rooms. Services and facilities at the hotel include a baggage stora...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.11" OriginalAmount="137" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03594884" Longitude="28.98232216" StarRating="0" HotelCode="548869|199600" HotelName="La Bella Suites Beyoglu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Housekeeping,Internet,LCD/Projector,Luggage Storage,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mahallesi, Bekar Sokak 16, Taksim, Beyoglu, 34435 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/03/6503216ce66ebfe7a90303b5b2fe67f5f8ffff44.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at La Bella Suites Beyoglu in Beyoglu (Istanbul City C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.11" OriginalAmount="137" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.031776733379" Longitude="28.977980957993" StarRating="3" HotelCode="380968|58104" HotelName="Nuru Ziya Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tomtom Mahallesi, Nur-u Ziya Sokak 33, Yeni Çarsi Caddesi, Beyoglu, 34433 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9b/08/9b08c446731243c86e4c23a004a0ce5ce4e2025d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.11" OriginalAmount="137" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00342692745" Longitude="28.978429031912" StarRating="3" HotelCode="933251|58235" HotelName="Ottomarin Hotel Sultanahmet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Degirmeni Sokak 9, Akbiyik Bulvari, 34122 Sultanahmet </AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=760695</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.11" OriginalAmount="137" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039552019427" Longitude="28.981839720867" StarRating="3" HotelCode="305999|237593" HotelName="Sheriff Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Cambazoglu Sokak 22, Feridiye Caddesi, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/44/2d442a79c7e935b579f23de06cb71b7d3e449a6b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.11" OriginalAmount="137" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005794" Longitude="28.98027" StarRating="3" HotelCode="900673|343296" HotelName="Zeugma" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Akbiyik Caddesi 31, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/16/65163b881cb93ef32508d74584fe2b8d9474a22d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.11" OriginalAmount="137.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.014122753778" Longitude="28.977458998561" StarRating="3" HotelCode="102497|grand_seigneur_old_city_hotel" HotelName="Grand Seigneur Hotel Old City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hoca Pasa Mahallesi, Nöbethane Caddesi 18, Fatih, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a0/43/a0437aad7ca419e5f3fb32580093d86d022f3021.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the historic peninsula of Eminönü, close to the city wall and Topkapi Palace...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.11" OriginalAmount="137.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00413" Longitude="28.975525" StarRating="4" HotelCode="171881|sarnic_premier_hotel" HotelName="Sarniç Premier Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Caddesi 26, Sultanahmet, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/57/7b576434cf12c1688c112b0bf392fdc7830a8e8f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the heart of the Sultanahmet district, within a few minutes' walk of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.11" OriginalAmount="137.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040308" Longitude="28.98347" StarRating="4" HotelCode="161005|taksim_park_city_hotel" HotelName="Nova Plaza Park Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Sehit Muhtar Caddesi 53, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/94/2494b6b65c04b550006de076a4612b6814a0334e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.44" OriginalAmount="137.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.033643" Longitude="29.049709" StarRating="0" HotelCode="|529186" HotelName="New Beylerbeyi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Burhaniye Mahallesi Beybostani Sk. no 49</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/1/8/6/529186_4f22eb91203.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.51" OriginalAmount="137.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9983" Longitude="29.14226" StarRating="0" HotelCode="|192748" HotelName="Discovery Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>erifali Mahallesi Kule Sok No:17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/7/4/8/192748_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.61" OriginalAmount="137.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.985481" Longitude="28.765159" StarRating="0" HotelCode="|567328" HotelName="La Pearl Konaklama" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Fatih Mahallesi 832 Yanyol Caddesi no10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/7/3/2/8/567328_d63360d1330.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="141.67" OriginalAmount="137.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.028774200029" Longitude="28.807258467394" StarRating="4" HotelCode="146399|99502" HotelName="Courtyard Marriott Istanbul International Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Basin Ekspress Yolu, Fatih Caddesi Dereboyu Sokak 2, Halkali, Istanbul 34303</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/zz/dcad0913201008027bc103737b64b2eb78a9eb3c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.68" OriginalAmount="137.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99379" Longitude="28.84109" StarRating="0" HotelCode="|184998" HotelName="Tempo Fair Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hurriyet Mh. Hurriyet Cd. No 17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/9/9/8/184998_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.71" OriginalAmount="137.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03348" Longitude="28.982614" StarRating="0" HotelCode="|546089" HotelName="Elegance House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/6/0/8/9/546089_ea84be41006.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.95" OriginalAmount="137.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01325" Longitude="28.977595" StarRating="3" HotelCode="|22976" HotelName="Ilkay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hudavendigar Street 28-30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/7/6/22976_569b90f0922.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1985, renovated in 2000. It has 6 floors, 60 rooms, 47 double rooms, 3 single rooms and 10 suites. In the entrance, guests are offered a lobby, a reception with safety deposit boxes, a currency exchange service and a lift. It also has a cafÃ© and internet. There are many services available at the establishment, including room service, a laundry service, a medical care service and a car park. SITUATION: This urban hotel is situated in the tourist centre. ROOM: The stylish rooms with air-conditioning, a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a double bed, fitted carpets and central heating. PAYMENT METHODS: Customers can pay by American Express, Visa and Mastercard. OTHERS: Regarding the food and beverage offering, clients can enjoy buffet breakfast and lunch and an Ã  la carte or set-menu lunch and dinner. The establishment offers special dishes and food for those with special dietary requirements.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.14" OriginalAmount="138" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012681649509" Longitude="28.940222418823" StarRating="4" HotelCode="321869|54448" HotelName="Golden Taha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Molla Gürani Mahallesi, Findikzade Sokak 5, 34093 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/5a/885a7a15efab9668eab07be4cb35a4c232e1a8ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.14" OriginalAmount="138" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035207971092" Longitude="28.9875838903" StarRating="3" HotelCode="395281|45361" HotelName="Star Hotel Taksim" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dünya Saglik Sokak 11, Inönü Caddesi, Taksim, Beyoglu, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/0d/0f0d93838a6c26799cd8b1a7b82b66cd70cb219d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within 5 minutes' walking distance of the heart of the city and Taksim Square, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.17" OriginalAmount="138.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.977904" Longitude="29.136276" StarRating="0" HotelCode="|565975" HotelName="The Hera Suit Hotels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kartal Cd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/5/9/7/5/565975_9337acb1023.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.25" OriginalAmount="138.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0058129" Longitude="28.8704028" StarRating="0" HotelCode="|382300" HotelName="Hotel Atabay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/2/3/0/0/382300_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.37" OriginalAmount="138.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0089777" Longitude="28.9543418" StarRating="0" HotelCode="|108228" HotelName="Bulvar Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mesih Pasa Mah. Sait Efendi Sok. No:13 Laleli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/2/8/108228_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Laleli it is in 200 metres away, there is a tram stop, is situated 2 kilometres away from Sultanahmet the historic area of. ROOM: Customers can find soundproofed rooms, with WiFi, (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.38" OriginalAmount="138.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0372249" Longitude="28.9828002" StarRating="0" HotelCode="|107952" HotelName="Long Stay İstanbul Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mah. Turan Cad. No:5 Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/9/5/2/107952_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a reception and WiFi (free of charge). SITUATION: This cosy hotel is 3 minutes away from Istiklal Avenue it is 250 metres away from Taksim the Square of Taksim the underground station of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.42" OriginalAmount="138.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.024942" Longitude="28.970387" StarRating="0" HotelCode="|533012" HotelName="Depiero Hotel Karaköy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sari Zeybek Sk. 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/0/1/2/533012_49d69301157.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.46" OriginalAmount="138.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.97878" Longitude="29.168728" StarRating="0" HotelCode="|535272" HotelName="Pasha Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ferhatpasa MH. Ferhatpasayolu Cad No 55A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/2/7/2/535272_c4b38ce1448.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.67" OriginalAmount="138.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.019972" Longitude="28.96358" StarRating="0" HotelCode="|532862" HotelName="Roof Halic Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tahsildar Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/8/6/2/532862_e89af961020.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.70" OriginalAmount="138.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.907083" Longitude="29.288335" StarRating="0" HotelCode="|552850" HotelName="ERS LİFE AİRPORT HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AKSEMSETTIN MAH.FATIH BLV.NO 518 SULTANB</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/8/5/0/552850_078ae881107.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.77" OriginalAmount="138.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9797931" Longitude="28.8867611" StarRating="2" HotelCode="|108316" HotelName="Bakirkoy Tashan Business and Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tashan Cad. No: 57 Bakirkoy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/3/1/6/108316_1_7002.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Bakirkoy the district of it is situated 7 kilometres away from Istanbul AtatÃ¼rk the airport CNR Expo the exhibition centre. ROOM: The rooms have an air-conditioning system, heating and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.84" OriginalAmount="138.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01338" Longitude="28.97742" StarRating="0" HotelCode="|193120" HotelName="Lalahan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hudavendigar Caddesi No: 26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/1/2/0/193120_4b8e00c1615.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.85" OriginalAmount="138.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0485899" Longitude="28.9874125" StarRating="0" HotelCode="|108097" HotelName="Golf Royal İstanbul Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Halaskargazi Cad. No:7 Taksim/Harbiye</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/0/9/7/108097_5.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inHarbiye the area 200 metres away, guests will find Istanbul the Convention Centre It is 10 minutes away fromTaksim the square. ROOM: The establishment has spacious suites.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.95" OriginalAmount="138.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0692647" Longitude="29.0024676" StarRating="0" HotelCode="|82900" HotelName="Payidar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/0/0/82900_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 15 minutes away fromTaksim the square the exhibition centre. ROOM: Customers can find modern rooms with LCD TV and a patio.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="143.09" OriginalAmount="138.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.986959" Longitude="29.11151" StarRating="0" HotelCode="|474376" HotelName="Rise Inn Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Nartanesi Sk. 11/A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/4/3/7/6/474376_f08e5f31200.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.17" OriginalAmount="139" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="967077|488590" HotelName="Element Garden Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cihangir Mahallesi, Dr Mehmet Oz Sokak 21, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/7b/8c7b14513caa756125bb70e21517e43c032050e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.17" OriginalAmount="139" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006655278404" Longitude="28.95316107016" StarRating="4" HotelCode="321383|198986" HotelName="Marmara Place Istanbul Old City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Inebey Mahallesi, Gazi Mustafa Kemal Pasa Caddesi 11-15, Yenikapi, Fatih, 34200 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/30/20307ce0222bba53c0b47f1dd451a6e57bdbba50.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.17" OriginalAmount="139" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034429" Longitude="28.984572300594" StarRating="3" HotelCode="260173|425622" HotelName="Economic Star" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Siraselviler Caddesi 45, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/af/4bafd46c24a4517b64cf87bba2f76329c7e30cd3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="143.17" OriginalAmount="139.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0296608" Longitude="28.9750738" StarRating="0" HotelCode="|84899" HotelName="Gumusyan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ASMALI MESCIT MAH. ASMALI MESCIT SK. BEYOGLU 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/8/9/9/84899_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel, has a reception and a bar. SITUATION: This establishment, is close to Istiklal the street it is situated 2,7 kilometres away from Lutfi Kirdar the convention centre 4,2 kilometres away, you can find Istanbul Cevahir the shopping centre Cicek it is 600 metres away from Where clients can find bars, restaurants and taverns. la Torre de GÃ¡lata it is situated 500 metres away from La Plaza de Taksim 1,5 kilometres away from it is situated 20 kilometres away from Istanbul AtatÃ¼rk the airport. ROOM: The rooms have WiFi (free of charge), a mini-bar (free of charge), wooden floors, modern furniture, a writing desk, a satellite television, an air-conditioning system, a hairdryer and complimentary bathroom items. OTHERS: Regarding the food and beverage offering, clients can enjoy a breakfast service, The establishment offers a transfer service to, the airport, for an extra charge.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.17" OriginalAmount="139.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007512" Longitude="28.94814" StarRating="4" HotelCode="161120|the_city_hotel" HotelName="The City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Mahallesi, Namikkemal Caddesi, Manastirli Rifat Sokak 33, Fatih, 34300 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/fe/54feb09bb53290072571920416c5c034d20b52ed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of the Old Town of Istanbul, very close to some cultural places o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.17" OriginalAmount="139.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008245" Longitude="28.954145" StarRating="3" HotelCode="175221|yuksel" HotelName="Yüksel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesihpasa Caddesi 75, Laleli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/7d/b07def67dee07e7271f3afe063b9f2f35fdf72d3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.17" OriginalAmount="139.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035270161355" Longitude="28.894292414188" StarRating="4" HotelCode="161539|grand_s" HotelName="Grand S" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yavuz Selim Mahallesi, Yavuz Selim Caddesi 20, Esenler, 34220 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/ba/e8bac681d74c3a8e81852038767f494a26f69d73.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is within easy walking distance (2 minutes) of Esenler Istanbul intercity bus terminal, th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="143.20" OriginalAmount="139.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0484725" Longitude="29.025068" StarRating="0" HotelCode="|107970" HotelName="Corner Hot" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Buyuksekerci Sokak Numara 1 Ortakoy Besiktas</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/9/7/0/107970_8.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in OrtakÃ¶y the district of 150 metres away, clients have the sea, 170 metres away, guests will find the harbour. ROOM: The rooms have an air-conditioning system and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="143.21" OriginalAmount="139.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05773" Longitude="29.00104" StarRating="0" HotelCode="|534869" HotelName="Best Fulya Apart" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dikilitas Mah Ayazmadere Cad</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/8/6/9/534869_682364f1132.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="143.30" OriginalAmount="139.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.979975" Longitude="29.104452" StarRating="0" HotelCode="|551408" HotelName="Asia Business Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kucukbakkalkoy Mahallesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/1/4/0/8/551408_b1a93421413.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="143.31" OriginalAmount="139.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01398" Longitude="28.97835" StarRating="4" HotelCode="|184564" HotelName="lino" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/5/6/4/184564_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="143.44" OriginalAmount="139.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.975135" Longitude="28.876869" StarRating="0" HotelCode="|522077" HotelName="Aura Marina Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Muhtar Halil Kral Sk. 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/0/7/7/522077_019a6c90949.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="143.85" OriginalAmount="139.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9707298" Longitude="29.1110191" StarRating="5" HotelCode="|96072" HotelName="The Green Park Bostancı" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Icerenkoy Mah. Manolya Sanayi Sok. ,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/6/0/7/2/96072_dd5ac8a1305.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 196 rooms, a lobby with a reception, express check-out, restaurants, bars, a cafÃ© and a pub. The establishment offers guests a hairdresser's, meeting rooms, internet, ping-pong, a safety deposit box service, a currency exchange service, a cloakroom and a lift. There are many services available at the establishment, including a car park, the indoor car park, room service and a laundry service (for a fee). SITUATION: This hotel Istanbul it is in 2 kilometres away from the establishment, guests will find Bostanci the city centre of Bagdat the shopping area of restaurants, bars and cafÃ©s. 20 metres away, guests can find public transport services, is situated 20 kilometres away from Sabiha Gokcen Airport. ROOM: The rooms have a double or king-size bed, a central air-conditioning system, a direct line telephone, a satellite TV, a safety deposit box (available for a fee) and internet. They also have a bathroom with a shower, a bath, a hairdryer, a mini-bar and heating. FACILITIES: Guests are offered a spa, a covered swimming pool, an outdoor pool, a gym (available for a fee), a jacuzzi and a sauna. At an extra cost, you can find the steam bath and a massage service. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and Ã  la carte lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="144.14" OriginalAmount="139.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01150876" Longitude="28.94060957" StarRating="4" HotelCode="365965|472001" HotelName="Real Star Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Haseki Sultan Mahallesi, Millet Caddesi 47, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/fc/f1fc541dbc89753a044f2b9ace3e71ab722043df.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="144.14" OriginalAmount="139.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.021941" Longitude="29.120131" StarRating="0" HotelCode="|525619" HotelName="Asem Suit Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sezer Sk. 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/6/1/9/525619_d1ccd321145.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.20" OriginalAmount="140" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.871072233854" Longitude="29.268374404746" StarRating="3" HotelCode="267864|237234" HotelName="Classes Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>E-5 Yan Yol Üzeri 195, Üst Kaynarca, Pendik, 34899 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/c3/b4c37fca349f79a2bb26b14b244c8b9160e762bc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.20" OriginalAmount="140" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99813047" Longitude="29.1426815" StarRating="3" HotelCode="374744|199264" HotelName="Bomontist Suit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Serifali Mahallesi Kule Sok No:17, Ümraniye Istanbul 34775 Türkiye</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/08/a0/08a05abb13b83371dab4800e29ddad7dd367faff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.20" OriginalAmount="140" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034653080868" Longitude="28.984594345093" StarRating="4" HotelCode="13054|23226" HotelName="Hotel Grand Star Bosphorus" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Siraselviler Caddesi No. 45/1, Taksim, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/7e/3a/7e3a8bbba534af272de146e8884a18df361c3078.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the new area of the city, directly on Taksim Square. Guests wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.20" OriginalAmount="140" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010672034107" Longitude="28.97486772209" StarRating="1" HotelCode="306014|60498" HotelName="Sunlife Hotel Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mahallesi, Molla Fenari Sokak 9, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/f0/cff0072b3e59c32139037d915e1fa90e9b3404a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.20" OriginalAmount="140" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.993674028346" Longitude="28.841188381615" StarRating="3" HotelCode="933232|47574" HotelName="Tempo Suites Airport Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hürriyet Caddesi 14, Güngören Sokak, Bahcelievler, 34192 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/13/46/1346bbd9b653c7576d7e46f73e3ea9fa1fc73080.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.20" OriginalAmount="140" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="983185|487835" HotelName="Yolo Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Izzettin Sokak 46, 34716 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/f0/1df049c573ca708fb8d39e3393935af3176c18d6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="144.39" OriginalAmount="140.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05906715" Longitude="28.98482163" StarRating="0" HotelCode="620974|653147" HotelName="Sparkle Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="boutique hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Harzemsah Sokak 30, 34381 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/13/bb/13bbdb6c465679e3af37edff57948f118dda3a44.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="144.44" OriginalAmount="140.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0034241" Longitude="28.9691603" StarRating="0" HotelCode="|108081" HotelName="Ottoman Elegance Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kadirga Meydani Sehsuvarbey Mah. Donus Sok. No: 26,Kucukayasofya,Sultanahmet,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/0/8/1/108081_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a terrace. SITUATION: It is 10 minutes away from the mosque. ROOM: The rooms have an air-conditioning system and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="144.56" OriginalAmount="140.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0117441" Longitude="28.9565963" StarRating="3" HotelCode="|82917" HotelName="Maya  Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Fevziye Caddesi No: 5 Sehzadebasi Laleli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/1/7/82917_75b134c0629.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inIstanbul the heart of 250 metres away, guests have the mosque. ROOM: The establishment has 50 rooms with an air-conditioning system, a satellite TV and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="144.69" OriginalAmount="140.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013247029952" Longitude="28.977596518437" StarRating="3" HotelCode="258262|49724" HotelName="Hotel Ilkay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hudavendigar Street 28-30, 34210 Istanbul, Eminonu</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/81/93/8193092b188628c6c478744044d755c9f220949d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This town hotel is located in the tourist centre of the town.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="144.72" OriginalAmount="140.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.936622338631" Longitude="29.122539566556" StarRating="4" HotelCode="147030|606435" HotelName="Dream Hill Business Deluxe" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bagdat Caddesi 273, Maltepe, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8b/7c/8b7c873a8d3e8ea11d7678db1d9ce7e2140f7c4a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="144.75" OriginalAmount="140.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.966253" Longitude="29.110263" StarRating="5" HotelCode="89550|334345" HotelName="The Green Park Hotel Bostanci" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Içerenköy Mahallesi, Manolya Sanayi Sokak 36, Atasehir, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/b6/ffb61f141931ed9f1802a5f1d6b626f864d428af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the Asian side of Istanbul approximately 2 km from the centre of Bostanci an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="144.77" OriginalAmount="140.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.907653" Longitude="29.290074" StarRating="0" HotelCode="|466357" HotelName="Vplus Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>KADER</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/6/3/5/7/466357_8f28f7a1603.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="144.80" OriginalAmount="140.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039789" Longitude="28.982412" StarRating="0" HotelCode="|530097" HotelName="Taksim Larissa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/0/0/9/7/530097_5f31e471043.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="144.91" OriginalAmount="140.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0134972" Longitude="28.9763985" StarRating="0" HotelCode="|107948" HotelName="Sehir Hotel Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mah Orhaniye Cad.No:6-8 Fatih Sirkeci</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/9/4/8/107948_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is 2 minutes away from Sirkeci the railway station it is situated 700 metres away from Santa Sofia the Basilica of Topkapi the Palace of 500 metres away, guests can find the bazaar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="144.96" OriginalAmount="140.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03474" Longitude="28.98461" StarRating="4" HotelCode="|26911" HotelName="Marble" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SIRASELVILER CADDESI TAKSIM 41</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/9/1/1/26911_bea36350322.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2004, with air-conditioning, has 11 floors and 89 rooms. The establishment has a lobby with a reception, a safety deposit box service, a currency exchange service, a cloakroom and 3 lifts. Guests can find conference facilities, business facilities, a bar and a restaurant. The establishment also offers room service, a laundry service and a car park. SITUATION: 50 metres away, guests will findTaksims the city centre of Where you can find shops, bars, pubs, cafÃ©s, restaurants and nightclubs. 100 metres away, there is a bus station, The establishment is 20 kilometres away fromIstanbul AtatÃ¼rk Airport. ROOM: Customers can find modern rooms, They have a bathroom with a bath or shower, a direct line telephone, a satellite or cable television, a mini-bar, an air-conditioning system, central heating and a safe. FACILITIES: Clients can find a covered swimming pool, a swimming pool, a snack bar, deck chairs, a Turkish bath, a sauna and a massage service. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and an Ã  la carte or set-menu lunch and dinner. Guests can book half-board or full-board.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="145.05" OriginalAmount="140.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0329892" Longitude="28.9736686" StarRating="2" HotelCode="|82959" HotelName="Birol" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Asmal? Mescit Sokak No:18 Beyo?lu,Taksim</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/5/9/82959_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts WiFi (free of charge) and ticket sales. SITUATION: The hotel Beyoglu it is on Istiklal Avenue is situated in. ROOM: The rooms has modern, standard rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="145.10" OriginalAmount="140.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06943" Longitude="28.99496" StarRating="3" HotelCode="|193001" HotelName="Molton Monapart Mecidiyekoy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mecidiyekuyu Sokak No: 33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/0/0/1/193001_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="145.21" OriginalAmount="140.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035865" Longitude="28.9784829" StarRating="0" HotelCode="|304735" HotelName="Venus Hotel Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Huseyin Aga Mah. Tarlabasi Bulv. No:75 Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/4/7/3/5/304735_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.23" OriginalAmount="141" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="978784|488558" HotelName="Basilissis Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Guzelsanatlar Sokak 4, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/69/7b692bc056134079d755b79fe9d6ca1008b5649a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.23" OriginalAmount="141" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012967" Longitude="28.947381" StarRating="3" HotelCode="296470|47657" HotelName="Best Nobel Hotel 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Iskenderpasa Mahallesi, Ahmediye Caddesi No: 12, Aksaray, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/16/162473/162473a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just a 5-minute walk from Aksaray underground station and there are many shops ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.23" OriginalAmount="141" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03554287" Longitude="28.98694011" StarRating="0" HotelCode="736517|284871" HotelName="Juno Hotel Taksim" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gumussuyu Mahallesi, Dunya Saglik Sokak 17, Beyoglu, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/cd/37cdf3d4b36716e0f41a503a9d9ae39960816b27.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.23" OriginalAmount="141" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.050801460392" Longitude="28.98685345595" StarRating="4" HotelCode="451210|147531" HotelName="Regard Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Dolapdere Cad. Dere Sok. 7, Sisli, 34375 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/7a/48/7a4817fb896bdab9b268f47b3869b415d3c8c207.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.23" OriginalAmount="141" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00372615" Longitude="28.98033493" StarRating="0" HotelCode="611081|237658" HotelName="Sultan Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mhallesi, Keresteci Hakki Sokak 1/3, Fatih Sultanahmet, Fatih, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/7d/7b/7d7b7df38d085dd13bbe11eee14632f9e140b0c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="145.34" OriginalAmount="141.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04357" Longitude="28.98054" StarRating="0" HotelCode="|244291" HotelName="Gen Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Eskisehir Mah. Akaglar Cad. No 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/4/2/9/1/244291_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="145.86" OriginalAmount="141.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0137252" Longitude="28.9765146" StarRating="0" HotelCode="|108273" HotelName="Septimum Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mah. Orhaniye Cad. No:29 Sirkeci</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/7/3/108273_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2012, The establishment boasts a terrace Bosphorus with views of. SITUATION: It is inSultanahmet the historic area of this establishment, is 350 metres away from Topkapi the Palace of. ROOM: The establishment has modern rooms and with WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="145.91" OriginalAmount="141.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013356" Longitude="28.978088" StarRating="2" HotelCode="|82957" HotelName="Şamil " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hudavendigar Cad. Serdar Sk. No:1 Sirkeci</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/5/7/82957_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a lift, tourist information and a business centre with WiFi. SITUATION: This hotel Sultanahmet it is in Bosphorus it is situated near.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="145.92" OriginalAmount="141.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.046402" Longitude="28.984076" StarRating="0" HotelCode="|525625" HotelName="The Hubi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Dolapdere Cd. 127</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/6/2/5/525625_d99cd401153.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="145.92" OriginalAmount="141.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0130552" Longitude="28.9404935" StarRating="4" HotelCode="|33973" HotelName="Green Anka" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MILLET CAD.FINDIKZADE SOK.NO:4-FINDIKZADE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/9/7/3/33973_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 1993, it offers modern facilities and dining facilities.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="145.96" OriginalAmount="141.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03527" Longitude="28.98575" StarRating="0" HotelCode="|242216" HotelName="V Plus Taksim" 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/2/4/2/2/1/6/242216_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="146.00" OriginalAmount="141.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007708518039" Longitude="28.893676387732" StarRating="4" HotelCode="68447|591145" HotelName="Günes" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Nadide Caddesi, Gunay Sok n. 1, Merter, Istanbul 34173</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c5/e0/c5e000836abb00a6c435fa125c8647936be8d701.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Merter, a lively area ideal for shopping, well connected by bus and subway. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.26" OriginalAmount="142" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06231351793" Longitude="28.987741242846" StarRating="4" HotelCode="315872|199281" HotelName="Blisstanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abide-i Hurriyet Caddesi 122, Sisli, 34381 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/1f/ec/1feca89dc7a1b17c4725a7ad34f340363a9938a6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.26" OriginalAmount="142" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.97530376" Longitude="28.87665428" StarRating="0" HotelCode="615745|252199" HotelName="Cevheri's Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Cevizlik Mahallesi, Muhtar Halit Kral Sokak 21, Keneddy Caddesi, Bakirkoy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/13/20135ce90ed67abeff33f4f93743cf655367ee61.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.26" OriginalAmount="142" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013943069486" Longitude="28.877875882209" StarRating="5" HotelCode="305944|198231" HotelName="Ramada Hotel &amp; Suites Istanbul Merter" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Guven Mahallesi, Eski Londra Asfalti Caddesi 83, 34160 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/02/25/0225a40df296a38da959e8c81f9a1674f4398209.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.26" OriginalAmount="142" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="3" HotelCode="899477|56589" HotelName="Santa Ottoman" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sehit muhtar mahallesi, Kurabiye Sokak 1, Zambak Sokak, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/ec/bbec33f21f172d17250baba8ef9397e59ceae357.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Standing in the heart of Istanbul, in Taksim square with magnificent views of Istiklal street, Taksi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.26" OriginalAmount="142" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03467746" Longitude="28.98144083" StarRating="3" HotelCode="323662|200633" HotelName="Taxim Lounge Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Katip Mustafa Çelebi Mahallesi, Hasnun Galip Sokak No: 9, Beyoglu, 34000 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ee/33/ee330a3d6db7d979de5775e7e0a3d261d85c9efa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="146.29" OriginalAmount="142.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0077875" Longitude="28.9543513" StarRating="3" HotelCode="67515|83175" HotelName="Aspen Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesih Pasa Mahallesi, Aksaray Caddesi No 25, Laleli, 34470 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/cb/2bcb39c9eaf408efd9de1b6d76933a00eae748c0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is located within walking distance of the Grand Bazaar (or 10 minute...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="146.29" OriginalAmount="142.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.90662" Longitude="29.19219" StarRating="0" HotelCode="|550708" HotelName="Eagle Palace Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Esentepe Mah., Kocatepe Cd., No.16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/0/7/0/8/550708_41d5d821109.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="146.35" OriginalAmount="142.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.932642251862" Longitude="29.327947100121" StarRating="5" HotelCode="260171|1082838" HotelName="Miracle Istanbul Asia" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Harmandere Mahallesi, Dedepasa Caddesi Site Sokak 8, Kurtköy-Pendik, 01960 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/d3/f5d3dc2fb88057ab32df8b815c2ee72cd80a00af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="146.40" OriginalAmount="142.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.021727" Longitude="28.878609" StarRating="4" HotelCode="260213|1079898" HotelName="Elite Marmara" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Ataturk caddesi no. 47, Merter, Gungoren, 34165 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b2/3a/b23a03a7b34f9b086d58f8107f6a08b9bbd77548.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="146.65" OriginalAmount="142.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003648977485" Longitude="28.972500264644" StarRating="3" HotelCode="175679|2256955" HotelName="Basileus Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mahallesi, Sehit Mehmet Pasa Sokak 1, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/bcf6f1cf62b54983ac2bb283853172a5.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="146.86" OriginalAmount="142.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004111500254" Longitude="28.979798555374" StarRating="4" HotelCode="43702|214816" HotelName="Avicenna Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Mehmet Aga Caddesi Amiral Tafdil Sokak 19-58, Sultanahmet, Fatih, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/2b/77/2b770d450dd045b0f22ece694fb224d7c5c5f7ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is very centrally located close to a park and just 30 m from the river bank. Restaurants,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.04" OriginalAmount="142.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02318" Longitude="28.81576" StarRating="0" HotelCode="|184468" HotelName="Hilton Garden Inn Istanbul Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Baglar Mahallesi, Yalcin Kores Cadd 14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/4/6/8/184468_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.29" OriginalAmount="143" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.979774491382" Longitude="29.108355811613" StarRating="2" HotelCode="936796|60317" HotelName="Cityloft 36 Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ali Ay Sokak 6, Atasehir, 34755 Istanbul, Marmara Region</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/631830/631830a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.29" OriginalAmount="143" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0451194" Longitude="29.00448342" StarRating="0" HotelCode="878224|381269" HotelName="Linden Houses" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Turkali Mahallesi, Sehit Asim Caddesi 60, 34357 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.29" OriginalAmount="143" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.015292" Longitude="28.877369" StarRating="3" HotelCode="905796|477796" HotelName="Hotel Nüans Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Posta Caddesi 97, Güngören Merter, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/104081/570f6a23ed2e4ee8eb14240fd7cdc2a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Güngören, on the European side of Istanbul. The centre with restaurants and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.29" OriginalAmount="143" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00839461" Longitude="28.96701132" StarRating="0" HotelCode="375064|343383" HotelName="Hotel Padova" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Hayrettin Mh, Asma Kandil Sokak No 11, Fatih, 34126 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/6f/ca6f3b02c4f1cab0c0fd1e035bfa3704f2e47d4c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.29" OriginalAmount="143" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012770298768" Longitude="28.97684276104" StarRating="3" HotelCode="902570|47799" HotelName="Sirkeci Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ebusuud Caddesi 24, Sirkeci, 34120 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/04/4d/044dced8384c0607293afacc065233b4fa6f1e77.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to Sultanhmet in the historical district of Istanbul, a few metres from G...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.29" OriginalAmount="143" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.91511574" Longitude="29.30302626" StarRating="0" HotelCode="591885|237657" HotelName="Skyport Istanbul Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Kurtköy Mahallesi, Ankara Caddesi 353, 34912 Istanbul, Pendik</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/41/ef410199780cc338ea2499f8bc0246ab2ea3af53.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access is available to travellers in the public areas. Those arriving in their own...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.34" OriginalAmount="143.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007388" Longitude="28.951641" StarRating="0" HotelCode="|536697" HotelName="Hotel Grand Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Mah Valide Camii Sk No 45</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/6/6/9/7/536697_49be3512009.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.36" OriginalAmount="143.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01313" Longitude="28.95558" StarRating="3" HotelCode="|25182" HotelName="Sogut Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BUKALIDEDE SOK. - SEHZADEBASI/LALELI 11-13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/8/2/25182_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: this renovated hotel in 2006, with air-conditioning, has 50 rooms and 5 floors. It has a reception, internet, a currency exchange service, a cloakroom, a safety deposit box service, lifts, a restaurant and a cafÃ©. There are many services available at the establishment, including room service, a laundry service, a hairdresser's and a car park. SITUATION: It is close to the city centre, Where you can find bars, restaurants and shops. nearby, there is a public transport stop, is situated 15 kilometres away from the airport. ROOM: The modern rooms, a bathroom with a hairdryer, a direct line telephone, satellite and cable television, a radio, internet, a mini-bar, a double bed, an individual air-conditioning system and individual heating. Guests are offered 6 non-smoking rooms. FACILITIES: Guests can enjoy a sauna, For a fee, you can enjoy a massage service and a jacuzzi. PAYMENT METHODS: Customers can pay by Visa and Mastercard. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast and dinner and Ã  la carte lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.51" OriginalAmount="143.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038806" Longitude="28.982402" StarRating="0" HotelCode="|545978" HotelName="Havana Hotel Suites Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/5/9/7/8/545978_af17d941007.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.51" OriginalAmount="143.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0079648" Longitude="28.9516353" StarRating="0" HotelCode="|82910" HotelName="Hotel Ay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Valide Camii Sok No:30 Yenikapi / Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/1/0/82910_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is in Yenikapi the district of it is situated 1,5 kilometres away from the bazaar. ROOM: The establishment has rooms with internet, (free of charge), cable television. FACILITIES: The establishment boasts a car park (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.56" OriginalAmount="143.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01279" Longitude="28.97723" StarRating="3" HotelCode="|72432" HotelName="Evsen - Adults Only" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HOCAPASA MAH. IBNIKEMAL, CAD. NO:9, SIRKECI - ISTANBUL, TURKEY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/4/3/2/72432_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This family-run hotel and it is in a good location. SITUATION: Sirkeci Eminonu It is in 10 minutes away from the establishment, guests will find the historic centre, cultural places in a pedestrian zone, Where you can find restaurants. ROOM: The rooms have an air-conditioning system, a mini-bar, a satellite television, internet (free of charge) and a hairdryer.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.71" OriginalAmount="143.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9365044" Longitude="29.1226044" StarRating="4" HotelCode="|83522" HotelName="Dream Hill Business Deluxe  Istanbul Asia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BAGDAT CAD.NO 273 - KUCUKYALI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/5/2/2/83522_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a wellness centre, a covered swimming pool, a restaurant with buffet breakfast and a bar. The establishment has a sauna, a hammam, a fitness centre and a massage service. The establishment also has a car park (free of charge). SITUATION: This trendy hotel is 20 minutes drive away from Sabiha Gokcen the airport 700 metres away, guests will find Idealtepe the Railway Station of Istanbul it is situated 26 kilometres away from. ROOM: Each room has WiFi (free of charge), a flat-screen television, an air-conditioning system, have a sitting area, a mini-bar, a kettle and a coffee maker.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.93" OriginalAmount="143.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0101566" Longitude="28.9779389" StarRating="0" HotelCode="|86961" HotelName="Modern Sultan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Cad. Zeynep Sultan Camii Sk.No:13 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/6/1/86961_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Sultanahmet the centre of it is near the mosque, and the basilica. ROOM: The rooms have an air-conditioning system and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="148.11" OriginalAmount="143.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006991" Longitude="28.949574" StarRating="0" HotelCode="|463420" HotelName="Graziella Gold" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Mah. Gazi Mustafa Pa?a Cad.No:15 / 17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/3/4/2/0/463420_cb49a2d1955.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="148.18" OriginalAmount="143.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01401" Longitude="28.97858" StarRating="2" HotelCode="|192234" HotelName="Sirkeci Emek" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/2/3/4/192234_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148.32" OriginalAmount="144" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004308618625" Longitude="28.963944058861" StarRating="3" HotelCode="315886|284867" HotelName="Istanbul Family Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Air Conditioning,Airport Transfer (on Demand),Babysitting,Bar,Bicycle Rental,Currency Exchange,Garden,Internet,Kitchen,Laundry,Restaurant,Spa,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Muhsine Hatun Mahallesi, Mustesar Sokak 2, Fatih, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/40/a6401b90ad26f3e3a522e180fdbd76bf82f4ca5e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Kumkapi district of Istanbul, these comfortable apartments offer a perfect base from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148.32" OriginalAmount="144" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003478" Longitude="28.969249" StarRating="3" HotelCode="933196|217693" HotelName="Ottoman Elegance" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Donus Sok. No. 26, Kadirga Meydani Sehsuvarbey Mahallesi, Hagia Sophia, Sultanahmet, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/28/1a/281a2902621dd28043ffb67f1f681718c866e03f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.32" OriginalAmount="144.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008301" Longitude="28.976981" StarRating="3" HotelCode="167655|ares_hotel_sultanahmet" HotelName="Ares Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mahallesi, Incili Çavus Sokak 17, Sultanahmet, Fatih, 34400 Istanbul, Marmararegion</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/50/92502f946ddf3afc3b0f191d8b72cf790ccc906d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is set on the old, historical peninsula, one of the most colourful and fascinating quarte...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.32" OriginalAmount="144.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005184297679" Longitude="28.980581760407" StarRating="3" HotelCode="185596|hotel_saba_sultan" HotelName="Saba Sultan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Cad Cetinkaya Sokak No 4, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/c0/6fc073c72f888e83ce3760a821cb9a43ac06bf0e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Sultanahmet, at the heart of the city and its history. Within...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.32" OriginalAmount="144.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.067625" Longitude="28.973964" StarRating="3" HotelCode="185749|tempo_hotel_caglayan_istanbul" HotelName="Tempo Caglayan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tümleç Sokak No 2, Gürsel Mahallesi, Kagithane, 34384 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ae/8a/ae8aacf33d51a2c6d69a2c21754b9c714a121fc5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kagithane, just 2 km away from Sisli, where guests will find the nearest un...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="148.52" OriginalAmount="144.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004438" Longitude="28.972701" StarRating="4" HotelCode="166837|590135" HotelName="Arena Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucukayasofya Mahallesi, Sehit Mehmet Pasa Yokusu, Ücler Hamam Sokak No. 13-15, Sultanahmet, Fatih, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/6c/186c71712fc2ca87d6a0d33bfc7ee9c82564381d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the old city and is within walking distance of the main sightse...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="148.74" OriginalAmount="144.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0524" Longitude="28.98664" StarRating="0" HotelCode="|184265" HotelName="Cumbali Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Mah. Tavukcu fethi Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/2/6/5/184265_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="148.79" OriginalAmount="144.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.053049" Longitude="28.983582" StarRating="0" HotelCode="|566206" HotelName="Istanroom By KEO" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Mahallesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/6/2/0/6/566206_69d90641045.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="148.85" OriginalAmount="144.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.024394" Longitude="28.972427" StarRating="0" HotelCode="|566767" HotelName="Galatahan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bankalar Cd. 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/6/7/6/7/566767_90e6cfb2100.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="148.93" OriginalAmount="144.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039047" Longitude="28.982786" StarRating="0" HotelCode="|484821" HotelName="Vama Otel Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Feridiye Cd. 52</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/4/8/2/1/484821_0d716252049.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="149.01" OriginalAmount="144.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00276" Longitude="28.97368" StarRating="0" HotelCode="|185051" HotelName="Walnut Shell Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mah.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/0/5/1/185051_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="149.11" OriginalAmount="144.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.054486" Longitude="28.988843" StarRating="0" HotelCode="|152212" HotelName="Fatih  Corner" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HACI MANSUR SOK. OSMANBEY-SISLI 71</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/2/1/2/152212_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was renovated in 2014 and has 22 modern rooms. SITUATION: 170 metres away, guests will findOsmanbey the metro station the establishment, is 250 metres away from the bus stop, Around the establishment, clients can find shops, bars, cafÃ©s and restaurants. la Plaza Taksim 2 kilometres away, you can find.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="149.14" OriginalAmount="144.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034303" Longitude="28.981161" StarRating="0" HotelCode="|452409" HotelName="Ayramin Deluxe" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/2/4/0/9/452409_0eb2cc01234.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="149.26" OriginalAmount="144.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.062675" Longitude="28.986967" StarRating="0" HotelCode="|474213" HotelName="Sisli House By Remar Holidng" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Koca Mansur Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/4/2/1/3/474213_a1da0af1241.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.35" OriginalAmount="145" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05376502" Longitude="28.99263116" StarRating="3" HotelCode="373450|206406" HotelName="Berlin Hotel Nisantasi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Mah. Madalyon Sok. No:10 Nisantasi, Sisli 34363 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/71/e671607c04e73385b15698a5797e141b02f0b6ef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.35" OriginalAmount="145" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="984466|476707" HotelName="Istanbul Hotel &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cevizlik Mahallesi, Allale Sokak 11/1, Bakirkoy, 34142 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.35" OriginalAmount="145" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98899661" Longitude="29.02421409" StarRating="3" HotelCode="548597|206122" HotelName="Kuzen Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Caferaga Mahallesi, Dumlupinar Sokak 13, 34710 Kadiköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/4f/a84f2178a28f0029fca2e04719d80c8e359df0f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.35" OriginalAmount="145" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00691074" Longitude="28.96973004" StarRating="3" HotelCode="736768|271817" HotelName="Primero Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bar,Currency Exchange,Designated Smoking Area,Fax,Housekeeping,Internet,Laundry,Lounge,Nightclub,Parking,Printer,Restaurant,Room Service,Spa,Telephone Service,Valet Parking,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Eminsinan Mahellesi, Petev Pasa Sokak 25, Cemberlitas, 34100 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/8f/878f9252ad9a355ed0014e7be555773c66f7f376.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel can be found in Old City. Located within 100 metres from the town centre, the acco...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.35" OriginalAmount="145" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.060238025726" Longitude="28.977716203705" StarRating="4" HotelCode="293571|57935" HotelName="Big Box Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akar cd. No: 28, Halide Edip Adivar mah., Bomonti/Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/68/fc6868db074664bb8b3122451f9cd379691432bc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="149.37" OriginalAmount="145.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01378" Longitude="28.97944" StarRating="3" HotelCode="|17624" HotelName="Orient Express and Spa By Orka Hotels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hudavendigar Street No: 24</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/6/2/4/17624_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2000. It has 52 double rooms and 2 suites. The establishment has a reception with safety deposit boxes, a cloakroom, a lift, a bar and an Ã  la carte restaurant with air-conditioning. The establishment offers room service and a laundry service. SITUATION: This hotel is in the historic centre of Istanbul. It is close to the city centre. 500 metres away, guests will find the tourist attractions, such as Sultan Ahmed Mosque, el palacio Topkaki and la Iglesia de la Divina SabidurÃ­a. ROOM: The comfortable rooms have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a mini-bar, fitted carpets, a central heating system and a safety deposit box. FACILITIES: The establishment has a covered pool. OTHERS: The establishment serves a buffet breakfast, an Ã  la carte lunch and an Ã  la carte or set-menu lunch and dinner. Special dishes and dietary restrictions can be accomodated for.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="149.39" OriginalAmount="145.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.053025" Longitude="28.987383" StarRating="4" HotelCode="191193|994425" HotelName="Derpa Suite Hotel Osmanbey" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Massage Centre,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Halaskargazi Cad. No: 80, Osmanbey, Sisli 34371, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/a6/e9a67598b767f46d960d828a57446fa4db026589.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="149.76" OriginalAmount="145.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01466233" Longitude="28.97632039" StarRating="4" HotelCode="437424|449165" HotelName="Glamour Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Vezir Cami Cikmazi, Sokak No:4, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/449165/449165a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="149.91" OriginalAmount="145.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035367905573" Longitude="28.981363946052" StarRating="3" HotelCode="398419|583941" HotelName="Ragip Pasha Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mahallesi, Imam Adnan Sokak 2, Istiklal Caddesi, 34435 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/58/583941/583941a_hb_a_010.JPG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="149.98" OriginalAmount="145.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008857484511" Longitude="28.967457711697" StarRating="4" HotelCode="33267|36914" HotelName="Beyaz Saray" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Yeniceriler Caddesi 77, Beyazit, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/52879/a_52879_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated in the historical old town in the Beyazit district of the city. The Gr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="149.99" OriginalAmount="145.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98891" Longitude="29.02438" StarRating="0" HotelCode="|243183" HotelName="Kuzen Otel - Adults Only" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Caferaga Mah. Dumlupinar Sk. No 13 Kadikoy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/3/1/8/3/243183_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.06" OriginalAmount="145.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00516" Longitude="28.95499" StarRating="0" HotelCode="|245096" HotelName="Grafen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Langa Hisari Cd. No:27 Katip Kasim Mahallesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/0/9/6/245096_d837f151416.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.06" OriginalAmount="145.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.037109" Longitude="28.981721" StarRating="0" HotelCode="|529071" HotelName="Peri Hotel Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Altin Bakkal Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/0/7/1/529071_8bb34a51055.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="150.13" OriginalAmount="145.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03342693746" Longitude="28.985400152779" StarRating="3" HotelCode="200042|1431218" HotelName="Cihangir Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Aslan Yatagi Sk. No:17, Cihangir, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/4e/c44e56b5cdc47218dc3a71426e5db0ef74986282.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a restaurant, a bar, a transfer service, room service and a conference room. Wirele...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="150.18" OriginalAmount="145.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003143768212" Longitude="28.97207017791" StarRating="4" HotelCode="118816|1436338" HotelName="Villa Sphendone" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Demirci Resit Sokak No:19, Kucukayasofya, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/58/45586ad99b96aa9edf23c3374fbed100cc312bf2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.38" OriginalAmount="146" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00842905" Longitude="28.96588018" StarRating="3" HotelCode="323790|62920" HotelName="Alpinn Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Tiyatro Caddesi 19, Beyazit, 34126 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a0/5e/a05eb28f8968db7427b25edb5bd9479b6df152de.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.38" OriginalAmount="146" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00514232" Longitude="28.9549167" StarRating="0" HotelCode="939243|217161" HotelName="Blue Istanbul Apart" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Katip Kasim Mahallesi, Langa Hisari Caddesi 27, Fatih, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/a0/aea09133d3c5faa162bde39bec583450bbb7ac09.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Blue Istanbul Apart, you'll be centrally located in Istanbul,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.38" OriginalAmount="146" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04378362" Longitude="28.98157018" StarRating="4" HotelCode="323637|199168" HotelName="Dencity Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Eskisehir Mahallesi, Dolapdere Caddesi Karabatak Sokak No. 11, Taksim, 34375 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/14/6f14503aebc560171a635f6fc35a0907dcb3b064.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.38" OriginalAmount="146" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.019350831827" Longitude="28.909832298117" StarRating="4" HotelCode="933878|324310" HotelName="Grand Makel Hotel Topkapi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Maltepe Mahallesi, Serçe Kale Sokak 1/1, Zeytinburnu, 34010 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/17/f5/17f54e4d31a1fdde563ad4a3af369c2449f94126.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.38" OriginalAmount="146" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0446116" Longitude="28.9827253" StarRating="4" HotelCode="313443|110660" HotelName="Icon Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Eskisehir Mahallesi, Dolapdere Caddesi 47-43, Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4e/6a/4e6a4496383930edccf22be61a3faf2808a35324.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.38" OriginalAmount="146" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039637617673" Longitude="28.981992223703" StarRating="3" HotelCode="315908|217707" HotelName="Taksim Unique Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Cambazoglu Sokak 16/A, Talimhane, Beyoglu, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d3/2a/d32a0b438aa8a182907975f520b2d2cda5365698.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.38" OriginalAmount="146" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05468392" Longitude="28.82386453" StarRating="5" HotelCode="578351|237684" HotelName="TRYP by Wyndham Istanbul Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>13 Ordu Caddesi, Building A, Mahmutbey, 34218 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/ae/33ae461b58c3aff89263e0fe9a7b69a99f963271.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.38" OriginalAmount="146.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="3" HotelCode="118852|apex_hotel" HotelName="Apex" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Boutique,Currency Exchange,Garden,Laundry,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Mehmet Aga Caddesi, Amiral Tafdid Sokak, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/0e/310eaabcb1ea3db93392b1fac0c393319004733b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Istanbul Apex Hotel is a recently opened in the SULTANAHMET district. The hotel's super location off...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.39" OriginalAmount="146.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007571" Longitude="28.957067" StarRating="0" HotelCode="|555165" HotelName="Dempa Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Koska Cad. Azimkar Sok. No:58</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/5/1/6/5/555165_692e9381737.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.44" OriginalAmount="146.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05042" Longitude="28.98642" StarRating="0" HotelCode="|192741" HotelName="Blueway Hotel Historical" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bozkurt Mah. Dolapdere Cad No:199</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/7/4/1/192741_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.45" OriginalAmount="146.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.173558" Longitude="29.607431" StarRating="0" HotelCode="|567282" HotelName="Miletus Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Cavus, Ayazma Caddesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/7/2/8/2/567282_4fad30d1359.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="150.56" OriginalAmount="146.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.014462254585" Longitude="28.97736042738" StarRating="2" HotelCode="188748|2257685" HotelName="Sirkeci Hurriyet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Serdar Sokak 19, Nobethane Caddesi, 34110 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/4c/5f4c2449b7efdd5b8d2a608d2aeeafa2fe03a9ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.62" OriginalAmount="146.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007977" Longitude="28.967266" StarRating="0" HotelCode="|533878" HotelName="Grand Gedikpasha Hotel" 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/5/3/3/8/7/8/533878_5eea48a1150.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.70" OriginalAmount="146.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.87634" Longitude="29.2273" StarRating="4" HotelCode="|192983" HotelName="Myy Homes - Boutique Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bati Mah. Hakimler Cikmazi Sk No1 Pendik</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/9/8/3/192983_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="150.75" OriginalAmount="146.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007797240497" Longitude="28.955063906746" StarRating="3" HotelCode="437816|558443" HotelName="Dalan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Azimkar Sokak No:23-25, Laleli Caddesi, Laleli-Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/82428/388b4840-5340-4dfd-afaa-f10ff495cac3.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="150.83" OriginalAmount="146.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035934650703" Longitude="28.981010805523" StarRating="1" HotelCode="263729|625765" HotelName="Taksim Trust Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Nane Sokak 22, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f1/96/f19633799f5a1afda6007b88510cea2e73775905.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.95" OriginalAmount="146.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.024584" Longitude="28.97772" StarRating="0" HotelCode="|534636" HotelName="Genoa Port Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Necatibey cad. no.57</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/6/3/6/534636_0238ff71150.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.96" OriginalAmount="146.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011026" Longitude="29.105889" StarRating="0" HotelCode="|485460" HotelName="My Garden Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Akdeniz Cd. 137</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/5/4/6/0/485460_cedc8200954.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.14" OriginalAmount="146.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0232657" Longitude="28.6363683" StarRating="4" HotelCode="|192519" HotelName="World Point Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/5/1/9/192519_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.29" OriginalAmount="146.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.043007" Longitude="29.003722" StarRating="0" HotelCode="|546879" HotelName="Barkod Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sinan Pasa Kopru Sk. No:5/A, Besiktas</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/6/8/7/9/546879_2269f9c2334.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.38" OriginalAmount="146.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0401935" Longitude="28.9835659" StarRating="0" HotelCode="|37005" HotelName="Kervansaray Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SEHIT MUHTAR CD. NO:49 TAKSIM OTELLER BOLGESI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/0/0/5/37005_33d5cb31415.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is perfect for business and holiday stays, it offers excellent service and business facilities. SITUATION: This hotel is in the city centre, Close to the shopping area and leisure activities.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.41" OriginalAmount="147" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01406" Longitude="28.97806" StarRating="3" HotelCode="514070|216974" HotelName="Amara Old City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Nightclub,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Nöbethane Caddesi 8, Fatih, 34113 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/60/d5/60d55927ee9dcf5e302fa61956149ec67c8fe6c3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.41" OriginalAmount="147" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.97712052" Longitude="28.87434761" StarRating="0" HotelCode="613070|252221" HotelName="DES Suites Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Zeytinlik Mahallesi, Sokak 1, Ebuziya Caddesi Omer Naci, Bakirkoy, 34140 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/fa/bc/fabc733aaeeb3bba3d7628ef60fa2159c7fc3e03.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.41" OriginalAmount="147" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008886" Longitude="28.962798" StarRating="0" HotelCode="395277|271779" HotelName="Bilinc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ordu Caddesi, Sekbanbasi Sokak 8, 34490 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f1/ed/f1ed39d4162d524864af1862dad174d005282a09.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.41" OriginalAmount="147" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.054372594662" Longitude="28.988638711045" StarRating="3" HotelCode="310823|58304" HotelName="Fatih Corner" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Mahallesi, Haci Mansur Sokak 71, Osmanbey, 34363 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/df/71df1db0dabab18c3e4c3af31cf94f569e478d50.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests of the hotel can reach various storeys easily and comfortably by lift. Services and facilitie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.41" OriginalAmount="147" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0038742" Longitude="28.97984983" StarRating="3" HotelCode="583245|217186" HotelName="Ferman Konak Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Cankurtaran Caddesi 70 - 72, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/8f/3d8f752981107fdcf15282fa21467b820bd9e7f9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.41" OriginalAmount="147" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012537564145" Longitude="28.978362434359" StarRating="3" HotelCode="933248|203414" HotelName="Ottoman Luxury Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bar,Currency Exchange,Designated Smoking Area,Housekeeping,Internet,Laundry,Parking,Room Service,Spa,Telephone Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Hudavendigar Caddesi 4, Sirkeci, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/57/578105/578105a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Only 50 m from Gulhane Park and Gulhane Tram Station, Hotel Ottoman Luxury is situated 600 m from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.41" OriginalAmount="147" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011940495943" Longitude="28.956967592239" StarRating="3" HotelCode="14650|37206" HotelName="Maya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Fevziye St. No: 5, Sehzadebasi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/c4/e8c41f7d382390fa00f828931a25ad3b58a673f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.41" OriginalAmount="147" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0692726" Longitude="28.99509012" StarRating="4" HotelCode="322716|89374" HotelName="Molton Monapart Mecidiyeköy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mecidiyeköy District, Mecidiyekuyu Street Number 33, Sisli, 34287 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/3d/1d3dc6d761257367de3b64f002f846f6b356fbe2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.41" OriginalAmount="147" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05631491" Longitude="28.66946107" StarRating="3" HotelCode="322718|217672" HotelName="Nidya Hotel Esenyurt" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>1655 Sokak 3, 34535 Esenyurt, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/33/6733b6aeafc8e34a09655ad471bd916b3d449dee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.41" OriginalAmount="147" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00279278" Longitude="28.97329344" StarRating="5" HotelCode="581208|217740" HotelName="Sultanahmet Inn Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Küçükayasofya Mahallesi, Akburçak Sokak 23, Sultanahmet, Fatih, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/1b/a7/1ba7f651ab03fc4f90695bf6e66cc128881bd31f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.41" OriginalAmount="147" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="983211|489436" HotelName="Tavra Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Muhsine Hatun Mahallesi, Cemre Sokak 7, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/8f/c38fa5e2bb00bcfbfdfd70adb928c126e6bc7018.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="151.41" OriginalAmount="147.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.028921" Longitude="28.979675" StarRating="2" HotelCode="191039|cheers_midtown_hostel_2" HotelName="Cheers Midtown Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Firuzaga Mah. Bogazkesen Cd. No: 68, Cheers Apt., Tophane, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/8b/d98b1a5351c2fef78d973668d810b51b0ccb4403.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="151.41" OriginalAmount="147.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007573" Longitude="28.948191" StarRating="3" HotelCode="188717|elit_palace_hotel" HotelName="Rouge Noire" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Manastir Rifat Sk. No: 29, Namik Kemal Cad., Aksaray, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/07/c2071083e969c7567e1a9559153af82c584b3299.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="151.44" OriginalAmount="147.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012505853617" Longitude="28.95610339678" StarRating="4" HotelCode="936557|80319426" HotelName="Büyük Hamit Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Gencturk Caddesi 72/74, Laleli, 34134 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/fe/3c/fe3cbe326e28d920db92f3fcd5eb7160268613c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="151.46" OriginalAmount="147.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.07481052" Longitude="28.98285447" StarRating="4" HotelCode="619521|841376" HotelName="Mari Suites Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Tasocagi Caddesi 27, 34403 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/18/0518d502deb95c3e55f7a8484f856dea084320d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.64" OriginalAmount="147.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004049" Longitude="28.9755586" StarRating="4" HotelCode="|74817" HotelName="Sarnic Premier  - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mahalesi,Sifa Hamami sk. No:7,Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/8/1/7/74817_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Sarnic Premier Hotel is rated four stars. It was opened in 2011, comfortable and modern, has a restaurant, a bar, a patio and a garden. SITUATION: It is located near Hagia Sophia, clients can also find tourist points of interest. In the surrounding area, clients have the tram stop. ROOM: The establishment has 23 rooms with mini-bar, a satellite TV, an air-conditioning system, a courtesy tea and coffee service, a hairdryer and complimentary bathroom items.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.65" OriginalAmount="147.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035733" Longitude="28.811328" StarRating="5" HotelCode="|445132" HotelName="La Quinta by Wyndham Istanbul Gunesli" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Temmuz Mah, Bahar Cad. 61</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/1/3/2/445132_d6b41821110.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="151.76" OriginalAmount="147.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.031444" Longitude="28.817157" StarRating="5" HotelCode="260175|924455" HotelName="Retaj Royale" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Evren Mahallesi, Cami Yolu Caddesi 1/A, Günesli-Istanbul 34212</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/7b/fa/7bfab898b552ab96468dfde3c617c438e5fa55ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.77" OriginalAmount="147.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0314" Longitude="28.9746" StarRating="0" HotelCode="|238780" HotelName="Maroon Hotel Pera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Caddesi no:17 Tepebasi Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/7/8/0/238780_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="151.83" OriginalAmount="147.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003833" Longitude="28.972504" StarRating="4" HotelCode="17781|591375" HotelName="Sokullu Pasa" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Diet Meals,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Küçük Ayasofya Mahallesi, Sehit Mehmet Pasa Sokak 3, Sultanahmet, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/af/45/af45c436bf6d34a40d5e67f064933e9eca7d8645.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies at the heart of the old town, within a few minutes walk of the city's most ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.85" OriginalAmount="147.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0349748" Longitude="28.8950294" StarRating="4" HotelCode="|444220" HotelName="Litros and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/2/2/0/444220_369940f0802.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="151.87" OriginalAmount="147.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.078616" Longitude="29.002215" StarRating="0" HotelCode="53372|4691305" HotelName="Hotel Gül" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Talatpasa Caddesi No:99, Ortabayir-Levent, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/4f/724f5d6e93507f368625c2584f2ae4e3c9b5529c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="151.89" OriginalAmount="147.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008164" Longitude="28.958044" StarRating="4" HotelCode="188690|1450498" HotelName="Büyük Sahinler" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesihpasa Cad. No: 73, Istanbul, Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/98/2b986ffb4a4862684e90eef31c60f2db05b3854a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.96" OriginalAmount="147.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0175743" Longitude="28.9511147" StarRating="3" HotelCode="|95908" HotelName="Fatih Resadiye" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Buyuk Karaman Caddesi 6, Fatih Istanbul,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/9/0/8/95908_e2516c91822.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a car hire desk and tourist information. Around the establishment, guests can find a car park (free of charge). SITUATION: This hotel is in Istanbul the centre of it is situated 1 kilometre away from Aksaray the metro station 1 kilometre away, there is a tram stop excellent transport links to Sultanahmet the tourist points of interest of the Grand Bazaar it is situated 2 kilometres away from Guests can request a transfer service to the airport. ROOM: The establishment has rooms with an air-conditioning system, WiFi (free of charge) and cable television. FACILITIES: This establishment has a bar with a patio.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="152.18" OriginalAmount="147.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.850049" Longitude="29.296776" StarRating="3" HotelCode="|211282" HotelName="Ibis Istanbul Tuzla" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AYDINTEPE PELIT SOKAK NO 7ICMELER TUZLA PENDIK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/1/2/8/2/211282_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="152.25" OriginalAmount="147.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.018943" Longitude="28.927955" StarRating="4" HotelCode="95952|1463188" HotelName="Topkapi Interistanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Topkapi Caddesi No:8, Topkapi Kaleiçi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/a7/08a75af64658018e2c6b864d2bf2fbf4ef9bf454.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="152.26" OriginalAmount="147.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.031537241878" Longitude="28.974734544754" StarRating="4" HotelCode="73722|2301615" HotelName="Pera Tulip Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Caddesi 103, Tepebasi/Beyoglu, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/05/c6/05c61f00540912183083645406dc4b87dd41a856.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just a few minutes from the Galata Tower, Taksim Square, Tunnel (the historical...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="152.44" OriginalAmount="148" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00844554" Longitude="28.96046167" StarRating="4" HotelCode="977623|400281" HotelName="Beyazit Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nisanca Mahallesi, Mucellit Cikmazi 4/1, Fatih, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9f/1c/9f1c167842d82d4fe25a472b2a50a2695234106a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="152.44" OriginalAmount="148" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003487501087" Longitude="28.973314683333" StarRating="3" HotelCode="358158|199654" HotelName="Family Istanbul Hotel &amp; Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mahallesi, Akburcak Sokak 6, Sultanahmet, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/91/fb91d550bc5db2a96aeff3b58b7976699182d246.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="152.44" OriginalAmount="148" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.021799035429" Longitude="28.819036341104" StarRating="3" HotelCode="294765|58766" HotelName="Hilton Garden Inn Istanbul Ataturk Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Lounge,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yenibosna Mahallesi, Yalcin Kores Caddesi 14, 34197 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/2d/c02d3b831e0fb4b5801120d55cb7ddbc5fdc1e96.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="152.44" OriginalAmount="148" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05948" Longitude="28.986756" StarRating="3" HotelCode="267838|31684" HotelName="Regno" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abide-i Hurriyet Caddesi 102, Sisli, 34360 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/88/c788b67a884cd22f3a37da996893579c7387f4d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="152.44" OriginalAmount="148" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013862928412" Longitude="28.976197667494" StarRating="3" HotelCode="387066|47816" HotelName="Turvan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Sokak No. 16, Sirkeci, 34112 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/f4/9ef49d92a0d56da4fc9672d4680d0452f935f772.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="152.44" OriginalAmount="148.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003562333333" Longitude="28.980061666667" StarRating="3" HotelCode="142932|ahmet_efendi_evi" HotelName="Ahmet Efendi Evi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/9d/719d41d619943d0b82069895960b0a9c5306c070.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="152.63" OriginalAmount="148.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005142" Longitude="28.980431" StarRating="3" HotelCode="191046|1652058" HotelName="Osmanhan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Caddesi Cetinkaya Sok. No:1, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/50/ab50084236ef560ea1e632d817776a67d5b42402.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="152.67" OriginalAmount="148.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009311" Longitude="28.976818" StarRating="3" HotelCode="186047|1580568" HotelName="The Kybele" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Yerebatan Caddesi 23, Sultanahmet, 34410 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/30/d8/30d8d160cc5752fe4f5ad250721d17185def9af1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="152.68" OriginalAmount="148.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03563" Longitude="28.98121" StarRating="0" HotelCode="|184798" HotelName="Ragıp Pasha Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mah. Imam Adnan Sk. No:2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/7/9/8/184798_d11092f1549.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="152.79" OriginalAmount="148.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0061372" Longitude="28.9818596" StarRating="3" HotelCode="|82955" HotelName="Esans - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ishakpasa Cad. Yenisarachane Sok. No:4 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/5/5/82955_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a terrace. SITUATION: It is inSultanahmet the district of. ROOM: The rooms have WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="152.83" OriginalAmount="148.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98386" Longitude="29.11041" StarRating="0" HotelCode="|523713" HotelName="Hera Suit Atasehir" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Setli Sokak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/7/1/3/523713_fa4a6de0922.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="152.89" OriginalAmount="148.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0043199" Longitude="28.9723199" StarRating="0" HotelCode="|21961" HotelName="Sokullu Pasa Hotel - Special Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/9/6/1/21961_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in the 16th Century and has 37 rooms, The establishment has a lobby with a reception, a safety deposit box service, a currency exchange service, internet, a cloakroom, a bar, a cafÃ©, a kiosk and an Ã  la carte restaurant. The establishment also offers room service, a laundry service and a medical care service. SITUATION: This inviting hotel is in the historic centre, close to the establishment, clients can find monuments, tourist points of interest, is 25 kilometres away from Istanbul Airport. ROOM: The comfortable rooms, have a bathroom with a shower, a hairdryer, a direct line telephone, a satellite or cable television and a radio. They also have a mini-bar, tiled floors and a central heating system. FACILITIES: Guests are offered a Turkish bath (free of charge). MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast, Ã  la carte or set-menu lunch and dinner, dietary restrictions can be accommodated and special dishes can be made. PAYMENT METHODS: The establishment accepts Visa and Mastercard.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="152.93" OriginalAmount="148.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006078956893" Longitude="28.954129815102" StarRating="4" HotelCode="33266|591095" HotelName="Grand Hilarium Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Fabrika Caddesi 5, Yenikapi, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b8/dd/b8dd8dcbc038be32738a0475acb83f8c19a03ac8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located around a 10-minute walk for links to public transport. Atatürk International Ai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="152.93" OriginalAmount="148.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.048788" Longitude="28.985093" StarRating="5" HotelCode="173845|796115" HotelName="Crowne Plaza Harbiye" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Dolapdere Cad. 161, Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/06/c306b64a296ed1cb8b9671790a006714b6ab8289.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a great location close to Nisantasi, famous for its fashionable upmarket shopping a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="153.03" OriginalAmount="148.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.030336" Longitude="28.974461" StarRating="3" HotelCode="|184514" HotelName="Gritti Pera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Asmali Mescit Cad. No:20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/5/1/4/184514_64ee3d70420.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="153.09" OriginalAmount="148.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0283338" Longitude="28.981528" StarRating="0" HotelCode="|86746" HotelName="Residence Le Reve" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Firuza?a mahallesi Defterdar sokak No:15 Beyo?lu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/4/6/86746_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Cihangir It is in. ROOM: They have a kitchen and a satellite TV.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="153.21" OriginalAmount="148.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008061" Longitude="28.977076" StarRating="3" HotelCode="65550|592465" HotelName="Star Holiday Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Divanyolu Caddesi 10, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/74/d8/74d84309c2eef01e2303c022f37d848dc0ead952.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="153.27" OriginalAmount="148.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008860843893" Longitude="28.962825742974" StarRating="4" HotelCode="9353|36904" HotelName="Antik Istanbul" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ordu Caddesi, Sekbanbasi (Darphane) Sokak 6, Beyazit, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/5f/5fecf0ffdfd6f350/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Built on a 1,500-year-old cistern, this hotel is located in the old town of Beyazit, a district of I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="153.28" OriginalAmount="148.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005134" Longitude="28.979691" StarRating="3" HotelCode="171900|1667938" HotelName="Hotel Broken Column" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mah. Akbiyik Cad. No:45, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/05/0c05a2fafd306475051eecfd9abcdd3beb79ba21.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="153.32" OriginalAmount="148.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9798408" Longitude="29.1081256" StarRating="0" HotelCode="|107983" HotelName="Cityloft 36" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ali Ay Sok. No:6 Atasehir</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/9/8/3/107983_8.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 4 kilometres away fromYeditepe the University of. ROOM: The establishment has modern suites, have an air-conditioning system, a kitchen and flat-screen satellite television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.47" OriginalAmount="149" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03331" Longitude="28.980895" StarRating="4" HotelCode="267140|36990" HotelName="Corinne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Turnacibasi Cad./Ayhan Isik Sok. No:41, Beyoglu, 34433 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a1/85/a185807ea6baa1d1c6398d19a08985adc3bf3cf8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.47" OriginalAmount="149" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="4" HotelCode="293684|206128" HotelName="Park Dedeman Bostanci" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Icerenkoy Mahallesi, Degirmen Yolu Caddesi 39C, 34752 Atasehir, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9e/03/9e03edeca44ffc70dc544c969a8f397a8d2acfe9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="153.47" OriginalAmount="149.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005646" Longitude="28.981048" StarRating="2" HotelCode="191048|marmara_guesthouse" HotelName="Marmara Guesthouse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik cad. Terbiyik sok. No:15, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/cf/fe/cffe27a81d09bc0812bb5f1e5e66437ee2c720f1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="153.57" OriginalAmount="149.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04943" Longitude="28.98572" StarRating="0" HotelCode="|238190" HotelName="Park Grazza Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ergenekon Mah Dolapdere Cad No:158 Sisli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/1/9/0/238190_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="153.61" OriginalAmount="149.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008117" Longitude="28.965703" StarRating="3" HotelCode="188705|609475" HotelName="Grand Rosa Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Kemalettin Mahallesi, Tiyatro Caddesi 10, Beyazit, 34126 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/47/5747f0ebae5e666b121fc1575ea90180255690c8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="153.61" OriginalAmount="149.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05393" Longitude="28.99237" StarRating="0" HotelCode="|184153" HotelName="Berlin Otel Nişantaşı" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Mah. Madalyon Sok. No:10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/1/5/3/184153_112ce4f1521.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="153.66" OriginalAmount="149.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003443523223" Longitude="28.970485925675" StarRating="4" HotelCode="9878|652445" HotelName="Best Western Antea Palace Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kücük Ayasofya Mahallesi, Yusuf Askin Sokak 28, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/06787a71fc90a6fc/2b/2b6fe57400dc4a28/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the historic district known as Sultanahmet, with the main attractions of the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="153.66" OriginalAmount="149.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005677" Longitude="28.9715954" StarRating="3" HotelCode="|86889" HotelName="Tulip House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Katip Sinan Cami Sok. No: 28</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/8/9/86889_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Istanbul the historic centre of Sultan Ahmed Mosque it is located 400 metres away from Santa Sofia 10 minutes away from the establishment, guests will find. ROOM: The establishment has spacious rooms and with WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="153.73" OriginalAmount="149.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.033846" Longitude="28.981211" StarRating="0" HotelCode="|531679" HotelName="Aleksandr Pera Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sadri Alisik Sk. 34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/1/6/7/9/531679_951a25f1325.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="153.77" OriginalAmount="149.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.061296" Longitude="28.801727" StarRating="0" HotelCode="|467891" HotelName="El Emin İstanbul Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1. Akarsu Sk. no 29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/8/9/1/467891_2193cc51757.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="153.80" OriginalAmount="149.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.037439001629" Longitude="28.983183503151" StarRating="4" HotelCode="65957|145196" HotelName="Cartoon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tarlabasi Boulevard 36-38, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/a9/dda97fe600e389288f2691e00b0e1c7ee905993d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;For those wishing to be in the heart of Istanbul, this hotel is ideally placed being 150 metres from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="153.90" OriginalAmount="149.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006045" Longitude="28.981633" StarRating="3" HotelCode="169654|1663558" HotelName="Esans" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ishakpasa Cd., Yenisarachane Sk. No: 4, 34122 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/236567/a_236567_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Beside the Topkapi Palace and a few hundred metres from St Sophia, the hotel is located in a charmin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="154.17" OriginalAmount="149.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0111941" Longitude="28.9561958" StarRating="4" HotelCode="|66868" HotelName="Zagreb" 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/6/6/8/6/8/66868_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable hotel, with air-conditioning, renovated in 2008 and has 58 rooms. The establishment boasts a lobby, a reception, a currency exchange service, a cloakroom and a lift. Our guests can find a cafÃ©, a bar, a restaurant and WiFi. For an extra cost you can have access to room service and a laundry service. SITUATION: This hotel is in the historic centre of Istanbul. Near the establishment, you will find tourist areas and cultural places. 5 minutes away from the establishment clients have restaurants, shops and a public transport stop. 15 minutes away, you can find Taksim where you can find bars, pubs and nightclubs. 10 minutes away, there is a train station. 15 kilometres away from the establishment, guests will find Istanbul AtatÃ¼rk Airport. It is just 65 kilometres away from Sabiha Gokcen Airport. ROOM: All the rooms have a desk, a direct line telephone, a satellite television, an air-conditioning system, heating, WiFi and a bathroom with a shower. There is also a hairdryer, towels, slippers, a double bed, a safe and a mini-bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="154.24" OriginalAmount="149.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023159106099" Longitude="28.976066728836" StarRating="3" HotelCode="221857|1065738" HotelName="Peninsula Galata Boutique" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Necatibey Caddesi, Aynali Lokanta Sokak No:6, Karaköy, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/01/d3/01d314cda66e5e2bca5c0c93e56209420534ced5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Istanbul. For guests who appreciate a stylish ambience...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="154.26" OriginalAmount="149.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0128953" Longitude="28.95663" StarRating="0" HotelCode="|108222" HotelName="Buyuk Hamit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gencturk Caddesi No: 72/74 Laleli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/2/2/108222_ce1b33f1426.jpg</HotelPictures>
        <HotelDescription>SITUATION: This smart hotel is in Laleli the centre of 150 metres away, guests will find Aksaray the Tram Station of la mezquita de Laleli it is located 50 metres away from. ROOM: The establishment has luxurious rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="154.40" OriginalAmount="149.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0433" Longitude="29.00356" StarRating="0" HotelCode="|243075" HotelName="Golden Pen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yeni Hamam Sokak No 9 Besiktas</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/3/0/7/5/243075_18.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="154.44" OriginalAmount="149.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005075163801" Longitude="28.979225557672" StarRating="3" HotelCode="191079|2265265" HotelName="Charm Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Mimar Mehmet Aga Caddesi 13, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/38/a038cb787c6c7dc423483ee6273cfb6b289f3bb2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.50" OriginalAmount="150" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05965" Longitude="28.81391" StarRating="5" HotelCode="703677|284823" HotelName="Centro WestSide Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mahmutbey Mahallesi, Tasocagi Yolu Caddesi 39/A, 34218 Bagcilar, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/52/e1/52e19aedfef426ced335ff36dca9487483f62da2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in Marmara. Those wishing to escape the hustle and bustle of daily ro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.50" OriginalAmount="150" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05502435" Longitude="28.98855714" StarRating="4" HotelCode="323416|51982" HotelName="Favori Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Matbaaci Osmanbey Sokak No: 11, Mesrutiyet Mahallesi, Osmanbey/Sisli, 34363 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/be/c1/bec13d0124b1beaba34924e317490126853fedd9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.50" OriginalAmount="150" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00203037" Longitude="28.82673315" StarRating="4" HotelCode="935074|198966" HotelName="MidMar Deluxe" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mithatpasa Caddesi 25, Cobancesme Mahallesi, Yenibosna, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/36/367761/367761a_hb_a_005.JPG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.50" OriginalAmount="150" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00781313227" Longitude="28.957863008598" StarRating="3" HotelCode="142150|343392" HotelName="Q-Inn Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Koska Caddesi 30, Laleli, 34180 Istanbul, Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/5f/585f56047f19aa57af0362332932ea922a4fb8dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the Old Town, in the shopping area of Laleli. The city’s main sights are re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="154.50" OriginalAmount="150.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00611" Longitude="28.96902" StarRating="4" HotelCode="|23120" HotelName="Grand Yavuz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Emin Sinan, Piyer Loti Cd. No:71</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/1/2/0/23120_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2006, has 111 rooms and 1 suite. The establishment has a lobby, a reception with safety deposit boxes, a currency exchange service and lifts. With regards to the food and beverage offering, the establishment has a bar, a terrace, an American bar and a restaurant. The establishment also offers a conference room, internet, a car park, a medical care service, room service and a laundry service. SITUATION: Nearby, you will find the historic centre where you can find tourist points of interest. It is 15 kilometres away from Istanbul Airport. ROOM: The cosy rooms have a bathroom, a hairdryer, a direct line telephone, satellite or cable TV and a radio. Are also furnished with a mini-bar, a double bed, fitted carpets, a central heating system and an air-conditioning system. FACILITIES: The establishment boasts a sauna, a gym, a hammam and a massage service. PAYMENT METHODS: Customers can pay using Visa and Mastercard. OTHERS: Regarding the food and beverage offering, clients have a breakfast service, a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="154.75" OriginalAmount="150.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.002857" Longitude="28.973154" StarRating="3" HotelCode="191088|214407" HotelName="Siesta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucukayasofya Mahallesi Akburcak Sok. No: 24 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/214407/214407a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="154.90" OriginalAmount="150.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005332" Longitude="28.953899" StarRating="3" HotelCode="188706|959465" HotelName="Grand Sagcanlar Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mermerciler Caddesi 11, Yenikapi, Fatih, 34080 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/2b/482b4cf73f918397e917c15db42edad6876b9ca5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="154.90" OriginalAmount="150.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.989045" Longitude="29.033249" StarRating="0" HotelCode="|534028" HotelName="Kadıköy Linda Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Miski Amber Sk</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/0/2/8/534028_cc1c1561140.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="154.98" OriginalAmount="150.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03393" Longitude="28.97649" StarRating="0" HotelCode="|241558" HotelName="Mien Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Asmali Mescit Mah. Mesrutiyet Cad. No:15/A Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/1/5/5/8/241558_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="155.31" OriginalAmount="150.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011652" Longitude="28.954532" StarRating="3" HotelCode="167652|591415" HotelName="Mirilayon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yesil tulumba sokak 36/44, Istanbul 34134</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/c7/8bc748d651295a8d31ecdf0b385875205289a091.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the busy Laleli area of Istanbul, the hotel is conveniently situated for links to the pub...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="155.50" OriginalAmount="150.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.042506768644" Longitude="28.986251950264" StarRating="4" HotelCode="33849|259655" HotelName="Konak" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Caddesi 75, Elmadag Taksim, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f7/72/f772238ec9541a3778703842ee3c03e841c722be.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.53" OriginalAmount="151" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.014006643153" Longitude="28.978196764418" StarRating="3" HotelCode="933239|47725" HotelName="Diamond Royal Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Nöbethane Caddesi 16, Sirkeci Fatih, 34112 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/ac/8aacf48ab566fa137645ba988d8a67854aad35e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.53" OriginalAmount="151" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.015399442049" Longitude="28.642945640198" StarRating="5" HotelCode="293635|95925" HotelName="Euro Park Otel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Mahallesi, 1992 Sokak 4, 34515 Esenyurt, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/cb/a5cb79d3158b2004f64449356e076aa7f813b7bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.53" OriginalAmount="151" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00537835" Longitude="28.9719111" StarRating="3" HotelCode="323654|217188" HotelName="Four Doors Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Katip Sinan Cami Sokak No. 34, Sultanahmet, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/1e/25/1e2590447fcf55dfeaf5e0d7a5ef0fa45086421b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.53" OriginalAmount="151" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="627611|252238" HotelName="Hera Suites &amp; Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucukbakkalkoy Mahallesi, Setli Sokak 3, Atasehir, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.53" OriginalAmount="151" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.059278144686" Longitude="28.822916074236" StarRating="5" HotelCode="320113|204664" HotelName="Qua Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Massage Centre,Room Service,Sauna,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Mahmutbey Mahallesi, Peyami Safa Caddesi 25, Bagcilar, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/0b/470b31d92657b50eae2fcca10c1ae78d1c511df0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul, about 10 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.53" OriginalAmount="151" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038064" Longitude="28.983229" StarRating="3" HotelCode="263742|199440" HotelName="Tamara Residence Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Beauty Salon,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Meeting Room,Parking,Restaurant,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mahallesi, Feridiye Caddesi, Firin Sokak No: 4, 34440 Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/7d/167d0401f723a6d004d399502652a313791fd1a2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Tamara Residence, Which Was Built In 2013, Is Situated At Taksim, The Heart Of Istanbul, A City ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.53" OriginalAmount="151.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010048101625" Longitude="28.953614830971" StarRating="4" HotelCode="185572|grand_durmaz_hotel" HotelName="Grand Durmaz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Atatürk Bulvari, Kemal Pasa Mahallesi 4, Aksaray, Fatih, 34080 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/27/61/2761faff7bb9e44d39bb17d6426e9dd8edb544ea.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the historical peninsula of Istanbul, the hotel is positioned opposite the Aksaray tram s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="155.66" OriginalAmount="151.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0398081" Longitude="28.9821926" StarRating="0" HotelCode="|108284" HotelName="Retropera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mah. Feridiye Cad. No:92 Taksim Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/8/4/108284_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated in the city centre, 250 metres away from the establishment, you can find Taksim the Square of Taksim the underground station of. ROOM: Each room has an air-conditioning system and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="155.83" OriginalAmount="151.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01767" Longitude="28.951343" StarRating="0" HotelCode="|82964" HotelName="Fatih Resadiye Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/6/4/82964_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has rooms with air-conditioning, WiFi (free of charge) and a bar with a courtyard. SITUATION: This establishment, is in Istanbul the centre of it is situated 1 kilometre away from Aksaray the metro station.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="155.91" OriginalAmount="151.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9883603" Longitude="28.9076094" StarRating="0" HotelCode="|86885" HotelName="İstanbul Panorama" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Yenidogan Mahallesi Zubeyde Hanim Cad. No :108 Zeytinburnu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/8/5/86885_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is situated between Istanbul AtatÃ¼rk Airport Istanbul the historic centre of it is 200 metres away from the dock. ROOM: Each room has WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="156.24" OriginalAmount="151.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004046" Longitude="28.979792" StarRating="0" HotelCode="|23092" HotelName="Avicenna - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Mehmet Aga Cad Amiral Tafdil Sok 31-33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/0/9/2/23092_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has a garden, 3 floors and 49 rooms. In the entrance, guests are offered a lobby with a reception, a safety deposit box service, a currency exchange service and a cloakroom. Guests are also offered a cafÃ©, a TV room, an Ã  la carte restaurant, internet and a car park. The establishment has room service, a laundry service and a medical care service. SITUATION: This hotel is in a central area, close to a park and 30 metres away from the river. In the surrounding area of the establishment, guests can find shops. 50 metres away, there is a public transport stop. You will be able to visit Sultan Ahmed Mosque, the Hagia Sophia Museum and Topkapi Palace. It is situated 18 kilometres away from Istanbul Airport. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, internet, an air-conditioning system, a central heating system, a mini-bar and a balcony. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="156.51" OriginalAmount="151.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00272924" Longitude="29.15920012" StarRating="4" HotelCode="322711|39405727" HotelName="Four Points by Sheraton Istanbul Dudullu" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Imes Industrial Site Dudullu, Block E - 501 Sokak 2, 34776 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/82/82d22770937c7b12/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul - Sabiha Gökcen (SAW).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="156.54" OriginalAmount="151.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005297" Longitude="28.953945" StarRating="3" HotelCode="|86915" HotelName="Grand Sagcanlar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mermerciler Cad. No:11 Yenikapi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/1/5/86915_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a terrace and sea views. SITUATION: 50 metres away, guests will findYenikapi the ferry station of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.56" OriginalAmount="152" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98047251" Longitude="29.10889194" StarRating="3" HotelCode="548546|206112" HotelName="Cityloft 24 Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Albay Sokak 26, Kucukbakkalkoy, Atasehir, 34755 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/47/05/4705fcced34e2937d929271a7087513b932abd9e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.56" OriginalAmount="152" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011995" Longitude="28.955421" StarRating="3" HotelCode="310538|199068" HotelName="Grand Bazaar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ballipasa Yokusu Sokak 30, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/35/57/3557870161a2ac8a6103976474cdb0c23b4eb6fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.56" OriginalAmount="152" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040368575476" Longitude="28.98167683536" StarRating="3" HotelCode="323797|199817" HotelName="Endless Hotel Taksim" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Feridiye Caddesi 117, 34437 Istanbul, Beyoglu</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/43/430298/430298a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.56" OriginalAmount="152" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05815046" Longitude="29.00291529" StarRating="4" HotelCode="936299|58774" HotelName="Mia Berre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ayazmadere Caddesi 6, Fulya, Besiktas, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/f2/24f2af66dae93c1fddf563c5306261be7148a4d0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.56" OriginalAmount="152.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009149" Longitude="28.977593" StarRating="3" HotelCode="96644|and_hotel__special_category" HotelName="The And Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Yerebatan Caddesi Cami Cikmazi 18, 34410 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/da/5dda764e5372e59a049e0638c5b6978c810d994e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Sultanahmet district of Istanbul, the hotel is approximately 100 m from the Egyptian ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="156.57" OriginalAmount="152.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004249" Longitude="28.960759" StarRating="3" HotelCode="191142|4535995" HotelName="Ramparts Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Muhsine Hatun Mahallesi, Sevgi Sokak 9, Kumkapi, Fatih, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/f0/90f08ff6329a1a282a3eed780996cebb1e0c83f3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="156.60" OriginalAmount="152.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0034818" Longitude="28.9748202" StarRating="0" HotelCode="|108012" HotelName="Sultan Mehmed Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Cad. No:43 Sultanahmet Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/0/1/2/108012_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception and WiFi (free of charge). SITUATION: It is 300 metres away from the mosque, Santa Sofia It is located 650 metres away from.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="156.89" OriginalAmount="152.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009512" Longitude="28.955333" StarRating="0" HotelCode="|522247" HotelName="Manors Hotel" 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/5/2/2/2/4/7/522247_e07ee9d0920.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="156.91" OriginalAmount="152.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.97579615" Longitude="29.1486161" StarRating="0" HotelCode="623791|367137" HotelName="Cityloft 161" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Zumrut Sokak, 34755 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/76/9f/769fe819b204b69207512be72ae67c8d8c7c130d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a restaurant, a café, a bar and a busi...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="157.05" OriginalAmount="152.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0050318" Longitude="28.9713518" StarRating="0" HotelCode="|108264" HotelName="Oba Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/6/4/108264_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel offers WiFi, (free of charge), rooms with air-conditioning, LCD television, a teapot and coffee pot. SITUATION: Sultan Ahmed Mosque It is located 300 metres away from.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="157.20" OriginalAmount="152.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9927952" Longitude="29.0268669" StarRating="0" HotelCode="|82911" HotelName="Emirtimes Hotel Kadikoy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Reitefendi Sokak No 38 Osmanaga Mah.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/1/1/82911_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a reception. SITUATION: The hotel Istanbul it is in it is situated 5 minutes away from HaydarpaÅŸa the Railway Station of. ROOM: All the rooms have an air-conditioning system and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="157.20" OriginalAmount="152.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00943" Longitude="28.97687" StarRating="0" HotelCode="|260383" HotelName="The Kybele Hotel - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yerebatan Cad No 23 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/0/3/8/3/260383_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="157.36" OriginalAmount="152.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.915393552253" Longitude="29.143724441528" StarRating="4" HotelCode="74092|605635" HotelName="Elite Hotel Dragos" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Piri Reis Caddesi 3, Dragos Maltepe, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/4d/374d44740554481f5f380c5f29195049005e3ef8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul, approximately 2 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.59" OriginalAmount="153" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00394455" Longitude="28.9641103" StarRating="0" HotelCode="615273|237176" HotelName="Ahmet Efendi Konagi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sahsuvarbey Mahallesi, Ördekli Bakkal Sokak 15/1, Kumkapi, 34130 Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/29/b5292c85b9ac228661da32cd72a07e0c302dce57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.59" OriginalAmount="153" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012130744343" Longitude="28.955969810486" StarRating="3" HotelCode="65947|23594" HotelName="Beyaz Kugu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Gencturk cad. No:60, Sehzadebasi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/f4/0ef41e5c03e6a71dd6b16e0ad78a6d4bbbb58c78.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.59" OriginalAmount="153" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006438423088" Longitude="28.967126196914" StarRating="2" HotelCode="315866|217156" HotelName="BeyazitHan Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Sehsuvarbey Mahallesi Gedikpasa Caddesi, Müsellim Sokak 24, Beyazit, 34126 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/39/393705/393705a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.59" OriginalAmount="153" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01191558" Longitude="28.97324837" StarRating="4" HotelCode="782619|343171" HotelName="Boss Hotel Sultanahmet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sururi Mahallesi, Turkocagi Caddesi 15, 34120 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/75/36/7536245b7ae67d56f9f819d2b76c44782a1bf7b3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.59" OriginalAmount="153" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="977948|489393" HotelName="Grand Efe Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Katip Kasim Mahallesi, Ala Cami Sokak 13, 34130 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/d1/e6d11712872cf24dcc01c318f9c6d884e77d31d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.59" OriginalAmount="153" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01314403" Longitude="28.97753221" StarRating="3" HotelCode="267816|476891" HotelName="Gulhane Corner" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hudavendigar Caddesi, Saffeti Pasa Sokak 12, Sirkeci, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/a9/9aa93844409f05a64ba5da07bb763903276d8126.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.59" OriginalAmount="153" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.876484" Longitude="29.227277" StarRating="4" HotelCode="299545|198939" HotelName="Myy Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bati Mahallesi, Ankara Caddesi, Hakimler Çikmazi Sokak 1, Pendik, 34890 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/d4/81d4cb016a2aa9daed942a838b58b124fd29483a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul - Sabiha Gökcen (SAW).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.59" OriginalAmount="153" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008173775166" Longitude="28.978475158813" StarRating="3" HotelCode="531571|198928" HotelName="Oban Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Gedikpasa Caddesi 42, Beyazit, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/14/0f/140fc88385d38aa7fdbd6e88c5023c3046008b4d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.59" OriginalAmount="153.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.988369956287" Longitude="28.907835938793" StarRating="3" HotelCode="118888|panorama_health_club_hotel" HotelName="Panorama Health Club Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Yenidogan Mahallesi, Zubeyde Hanim Caddesi 108, Zeytinburnu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/c1/b5c167d740de080f40dc7cbbf44bf8b892342a14.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.59" OriginalAmount="153.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003321944345" Longitude="28.976314042991" StarRating="3" HotelCode="191126|tashkonak_studio_suites" HotelName="Tashkonak Sultan Suites &amp; Apart" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Cad., Kapiagasi Sokak No: 7, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/e3/49e35d0d218c00ee7a6e0732597f23a394c90038.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="157.62" OriginalAmount="153.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05885" Longitude="28.98792" StarRating="3" HotelCode="|184999" HotelName="The 22" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 Mayis Mah Samanyolu Sk No 67 Sisli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/9/9/9/184999_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="157.67" OriginalAmount="153.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004242579823" Longitude="28.979967174274" StarRating="3" HotelCode="95951|606095" HotelName="Romantic Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Aga Caddesi Amiral Tafdil Sokak 17, Sultanahmet, 34440 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/36/1136039ad2ad77ea9248faf1f42b03b365738a36.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="157.71" OriginalAmount="153.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0053932" Longitude="28.9737996" StarRating="0" HotelCode="|82990" HotelName="Fehmi Bey" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ucler Sok. No:15 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/9/0/82990_566f2701106.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a terrace and WiFi (free of charge). SITUATION: The hotel Santa Sofia it is close to the mosque.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="157.74" OriginalAmount="153.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005935245485" Longitude="28.969024121761" StarRating="4" HotelCode="9359|56704" HotelName="Grand Yavuz Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piyerloti Caddesi 51, Sultanahmet, 34126 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/38/fa/38fa3cc7d5e7e7059d3c32152ceb976ed13280bc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just minutes from the old town with its many sightseeing attractions and close...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="157.94" OriginalAmount="153.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006939" Longitude="28.956401" StarRating="3" HotelCode="188726|1580998" HotelName="Kuran" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Güvenlik Cad. 1, Laleli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/a5/1ba5bc00743c257cb7598acceef547ca4dfcff94.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.03" OriginalAmount="153.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0087948" Longitude="28.8828858" StarRating="4" HotelCode="|214338" HotelName="Harmony Merter and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FATIH CAD.KASIM SOK.NO:5 MERTER</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/4/3/3/8/214338_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.08" OriginalAmount="153.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.871021" Longitude="29.268346" StarRating="0" HotelCode="|521537" HotelName="Classes Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Camcesme Mah. Tevfik Ileri Cad. No. 195</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/5/3/7/521537_09878300933.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.21" OriginalAmount="153.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.043628" Longitude="28.891907" StarRating="0" HotelCode="|470638" HotelName="Fez Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>altintepsi mahallesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/6/3/8/470638_dd8d73f1249.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.23" OriginalAmount="153.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0060432" Longitude="28.9543202" StarRating="3" HotelCode="|86844" HotelName="Grand Unal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Fabrika Sok. No:12 Aksaray Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/4/4/86844_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a car hire desk, bicycle rental and a Turkish bath. SITUATION: This hotel is in Istanbul the centre of. ROOM: The rooms have internet (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="158.33" OriginalAmount="153.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003089" Longitude="28.974793" StarRating="4" HotelCode="186048|1673518" HotelName="The Sultans Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mustafa Pasa, 29, Kucuk Ayasofya mah., Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/05/68/0568a2854514f0482b7f98255c7169271f91ed57.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="158.49" OriginalAmount="153.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010054" Longitude="28.976386" StarRating="4" HotelCode="189371|934685" HotelName="Albatros Hagia Sophia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mahallesi, Prof. Kazim Ismail Gurkan Caddesi 12, Cagaloglu</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/81/fe/81fe18ec9b0f28e70e943acedaf6f242820765cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the old city, less than 5 minutes’ walk from Hagia Sophia and Topkapi Palace, the hotel i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="158.50" OriginalAmount="153.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011440585293" Longitude="28.958480358124" StarRating="4" HotelCode="37858|1000505" HotelName="Oran" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Harikzadeler Sok. No: 32, Laleli, Istanbul 34134</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/60/2360dac4863955b63d21599e7b6d11c3e6d3be8a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in the lively centre of the Turkish metropolis of Istanbul. Countless shops and enter...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.52" OriginalAmount="153.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05206" Longitude="28.82281" StarRating="5" HotelCode="|220679" HotelName="Tryp By Wyndham Istanbul Basın Ekspres" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mahmutbey Mahallesi, Ordu Cd. No:13 Bagcilar</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/6/7/9/220679_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.62" OriginalAmount="154" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="967282|478931" HotelName="Eliza Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Hayrettin Mahallesi, Dogramaci Sokak 19/5, 34096 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/cc/62cc542690902eba5a70f0eb5acde76e9ae612fb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.62" OriginalAmount="154" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.876201" Longitude="29.231108" StarRating="4" HotelCode="311566|199011" HotelName="Inera Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bati Mahallesi, Sabri Taskin Caddesi 29, Pendik, 34890 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/dc/32dc510fdf70af089dc9dc823fb2c7e2dadcf0d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul - Sabiha Gökcen (SAW).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.62" OriginalAmount="154" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005741702832" Longitude="28.981607761971" StarRating="3" HotelCode="933245|199494" HotelName="Spinel Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Terbiyik Cikmazi 6, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/36/0b36082eba616776797e031f581ff946a11a084b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.62" OriginalAmount="154.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036891234583" Longitude="28.982026800513" StarRating="4" HotelCode="186915|taximtown_hotel" HotelName="TaximTown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Taksim Tarlabasi Bulvari No: 60, Beyoglu, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/6c/c16cc83776e601d3d1e30746e7c9a770d4d48740.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of Istanbul, the hotel is in a great location for experiencing all that the ci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="158.64" OriginalAmount="154.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99246502" Longitude="28.83817792" StarRating="5" HotelCode="543668|10985777" HotelName="Bricks Airport Hotel Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Zafer Mahallesi, Dumlupinar Caddesi No. 42, Yenibosna, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/85/1285f6774d1d098a68c331edb38308645f0540b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="158.68" OriginalAmount="154.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005691" Longitude="28.980343" StarRating="3" HotelCode="165938|591365" HotelName="Senatus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Caddesi 40, Cankurtaran Mahallesi, Sultanahmet, Istanbul 34122</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/b8/a7b807c0b712386bd5fec9ec171d2a2ec8bf9964.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of the historic area of Istanbul, known as Sultanahmet, this attractive hotel i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="158.72" OriginalAmount="154.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01465386" Longitude="29.15996106" StarRating="5" HotelCode="791043|635950" HotelName="Zin D Home Dudullu Suits" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="residence" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Designated Smoking Area,Fax,Garden,Internet,Kitchen,Parking,Printer,Sauna,Swimming Pool,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Inanç Türkes Caddesi 3, Yukari Dudullu, Ümraniye, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/ca/bfcaa8e015aae10c3e8d6d81f0c1fb61e2f3daf4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Exclusively designed for adults, this cosy residence is in Asian Side. Those wishing to escape the h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.86" OriginalAmount="154.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.060574" Longitude="29.008184" StarRating="0" HotelCode="|544285" HotelName="Nish Palace Besiktas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hattat Halim Sk. 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/4/2/8/5/544285_18814ba1048.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.92" OriginalAmount="154.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0354095" Longitude="28.9781465" StarRating="3" HotelCode="|108326" HotelName="Balo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/3/2/6/108326_44b8d4a1116.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Beyoglu the district of 150 metres away from Istiklal the street it is surrounded by restaurants, bars, cafÃ©s, exhibitions and shops.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.94" OriginalAmount="154.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06197" Longitude="28.97958" StarRating="0" HotelCode="|184586" HotelName="K Suites Otel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Halide Edip Adivar Mah. Balci Sokak No 35</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/5/8/6/184586_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="159.14" OriginalAmount="154.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01416677261" Longitude="28.977690339088" StarRating="3" HotelCode="165541|591015" HotelName="Galata" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mah. Nobethane Cad. No 24, Sultanahmet, Sirkeci, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/8b/268b074ba20b56b214c4f8a2e250652c2472b407.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="159.41" OriginalAmount="154.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035873" Longitude="28.980647" StarRating="0" HotelCode="|534967" HotelName="Taksim Trust" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sehitmuhtar Mah Nane Sok No 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/9/6/7/534967_fe371071414.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="159.47" OriginalAmount="154.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="4" HotelCode="191119|4944015" HotelName="Home Stay Home Mecidiyeköy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Abide-i Hürriyet Caddesi, Geçit Sokak 8, Sisli, 34138 istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/92/5c92a44385613c8239ebc5432d76e8faab2e3832.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="159.54" OriginalAmount="154.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0085698" Longitude="28.9643925" StarRating="0" HotelCode="|82984" HotelName="Hotel Linda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/8/4/82984_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has internet, (free of charge), breakfast service. SITUATION: It is close to historic points of interest and.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="159.61" OriginalAmount="154.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00459" Longitude="28.97961" StarRating="3" HotelCode="33268|1069688" HotelName="Hippodrome Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Mehmet Aga Caddesi 22, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/0b/390be095ab62f8b44b7e80563e94a5590906b916.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally situated for holiday makers and business travellers alike, this hotel is located at the hear...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="159.65" OriginalAmount="155" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03854872" Longitude="28.98303118" StarRating="0" HotelCode="593188|237179" HotelName="Amofta Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mahallesi, Feridiye Caddesi 33, 34435 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=5385330</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="159.65" OriginalAmount="155" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01803359" Longitude="28.64617785" StarRating="4" HotelCode="437449|198979" HotelName="Mard-Inn Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Barbaros Hayrettin Pasa Mahallesi, 1988 Sokak 3, Nazim Hikmet Bulvari, 34515 Esenyurt, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/82/f982e623f07924ed751421eb4d2dc56f0fbc9d7e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="159.65" OriginalAmount="155.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04443" Longitude="28.9826" StarRating="0" HotelCode="|184566" HotelName="Icon Istanbul Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Eskisehir Dist., Dolapdere St No. 43/47</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/5/6/6/184566_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="159.71" OriginalAmount="155.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.022932" Longitude="28.930378" StarRating="5" HotelCode="9352|1594148" HotelName="Akgün Istanbul" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Adnan Menderes Bulvari, Topkapi, 34093 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/90/90a1527d58f1c055/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is centrally situated in the old town. The Sultan's palace is to be found nearby a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="159.72" OriginalAmount="155.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04378" Longitude="28.98163" StarRating="0" HotelCode="|193011" HotelName="Dencity" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Eskisehir Mah. Dolapdere Cad.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/0/1/1/193011_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="160.00" OriginalAmount="155.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008587" Longitude="28.957455" StarRating="4" HotelCode="89192|2614765" HotelName="Ilkbal Deluxe Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Koska Caddesi No: 43, Laleli, 34470 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/c7/80c7d39488ffadce4016c0c3a61a76be2075ccac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="160.06" OriginalAmount="155.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008593" Longitude="28.964434" StarRating="3" HotelCode="188714|608495" HotelName="Linda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Büyük Haydar Efendi Sk, 22, Beyazit, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/87/898741cffe4d44e7763463e21e8dc1ba5c524573.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="160.09" OriginalAmount="155.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03343" Longitude="28.9853802" StarRating="3" HotelCode="|82993" HotelName="Cihangir" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Aslanyata?? Sok. No: 17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/9/3/82993_9.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 1 kilometre away fromKabatas the ferry station of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="160.18" OriginalAmount="155.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.017612" Longitude="29.079166" StarRating="0" HotelCode="|533079" HotelName="Garden Hill Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/0/7/9/533079_75e9a4a1141.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="160.44" OriginalAmount="155.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0032337" Longitude="28.9743702" StarRating="4" HotelCode="|86730" HotelName="Sultans Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mah. Mustafa Pasa Sk. No: 29 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/3/0/86730_9.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Sultanhament it is in Istanbul is situated in. ROOM: The rooms have an air-conditioning system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="160.55" OriginalAmount="155.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00276" Longitude="29.15898" StarRating="4" HotelCode="|193192" HotelName="Bof Hotels Business" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Imes Industrial Site Dudullu, Block E - 501, Sok 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/1/9/2/193192_1_4892.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.68" OriginalAmount="156" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007289" Longitude="28.949412" StarRating="3" HotelCode="10556|23221" HotelName="Avlonya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Langa Araligi Caddesi No:11, 34096 Aksaray, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/cd/a5cd8e9f83b323dcc54b19dbe4aa8983bb1e7e2c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.68" OriginalAmount="156" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99445738" Longitude="29.02646249" StarRating="0" HotelCode="368983|284882" HotelName="Kösk Otel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bed and breakfasts" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rihtim Caddesi Izzettin Sokak No 16, Kadiköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/72/d5/72d5a5c470e185cd3c9bd7cf51b5ae333c406351.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.68" OriginalAmount="156" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.037569953731" Longitude="28.982596347221" StarRating="3" HotelCode="305942|47783" HotelName="Trass Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mahallesi Turan Caddesi 5, Beyoglu, 34250 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/6f/4e6fb3e49a3b527f7be13e0f21234fd41b71556e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.68" OriginalAmount="156" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00390271" Longitude="28.97931441" StarRating="4" HotelCode="387409|343390" HotelName="Perapolis Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Sultanahmet Mahallesi, Amiral Tafdil Sokak No: 42, 34122 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d5/76/d576f3edb635fcf1934f992033f1276382042932.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.68" OriginalAmount="156" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039384" Longitude="28.983012" StarRating="3" HotelCode="311575|54796" HotelName="Taximist Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Taksim Caddesi 63, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/90/fb/90fb7c37a25f9522f17dc50808c78af236621fa6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.68" OriginalAmount="156" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="964280|487074" HotelName="Tevetoglu Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kurtkoy Mahallesi, Nilay Sokak 1/1, Ankara Caddesi, Pendik, 34912 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/ab/8cab334647c92198b151be529548ce2019d2de24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.68" OriginalAmount="156.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009544128626" Longitude="28.978497684002" StarRating="3" HotelCode="191122|dongyang_hotel_istanbul" HotelName="Dongyang Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Cad. Tramway Yolu Üzeri No: 7, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f9/f0/f9f017fe8c71b7bd55dba2be2601f6e3c446682e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="160.72" OriginalAmount="156.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.014254" Longitude="28.979109" StarRating="3" HotelCode="191203|1673708" HotelName="Taya Hatun Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mh. Kummeydani Sok. No: 4-4A, Sirkeci, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/17/94174d79e64c4021b9ae3450c7e62a2dee0fa7a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="160.80" OriginalAmount="156.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0528093" Longitude="28.9920267" StarRating="0" HotelCode="|353528" HotelName="Vali Konak Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Mah. Haci Mansur Sok. No:8 Osmanbey - Nisantasi 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/5/2/8/353528_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="160.97" OriginalAmount="156.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008743633468" Longitude="28.953657746315" StarRating="4" HotelCode="166621|372595" HotelName="Hotel Istanbul Trend" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mustafa Kemal Pasa Caddesi 36, Laleli, 34130 Istanbul, Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/64/1964d31a919a1b671a88f13910d7b6dd19919ee1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is 10-20 minutes' walk from some of Istanbul's top attractions, including the Grand Bazaa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="161.17" OriginalAmount="156.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00884912" Longitude="28.96487371" StarRating="3" HotelCode="186206|1448898" HotelName="Balin Boutique Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Kemalettin Mahallesi, Ordu Caddesi, Dibekli Cami Sokak 10, 34126 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/a8/80a8f540401f39d0fe8f087521a094395be58824.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="161.22" OriginalAmount="156.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01229" Longitude="28.97547" StarRating="0" HotelCode="|192494" HotelName="Felicity Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi Ankara Caddesi 42</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/4/9/4/192494_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="161.22" OriginalAmount="156.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0427275" Longitude="28.9853829" StarRating="0" HotelCode="|108295" HotelName="Taksim Green House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet caddesi paparoncalli sok No 15 Elmadag/Taksim</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/9/5/108295_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated in a central area, 1 kilometre away from the establishment, guests will find Taksim the square Istiklal Avenue.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="161.22" OriginalAmount="156.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0047648" Longitude="28.9794786" StarRating="3" HotelCode="|94464" HotelName="Hippodrome" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>MIMAR MEHMETAGA CAD. No.38, SULTANAHMET , Istanbul Turkey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/4/4/6/4/94464_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has WiFi, (free of charge), a terrace on the rooftop, Regarding the food and beverage offering, the establishment has a buffet breakfast. SITUATION: This establishment, the Grand Bazaar it is 500 metres away from it is in Sultanahmet the heart of Sultan Ahmed Mosque 100 metres away from the establishment, you can find el Museo de Santa SofÃ­a a 10-minute walk away from it is situated 15 kilometres away from Istanbul AtatÃ¼rk Airport. ROOM: The rooms have an air-conditioning system a bathroom with a hairdryer.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="161.24" OriginalAmount="156.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0312209" Longitude="28.8171593" StarRating="5" HotelCode="|107975" HotelName="Rotta İstanbul " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Evren Mah. Cami Yolu Caddesi No:1A Gunesli 34212</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/9/7/5/107975_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is elegant rooms, has a covered swimming pool, a gym and spa facilities. SITUATION: It is situated 7 kilometres away fromIstanbul AtatÃ¼rk the airport CNR the exhibition centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="161.41" OriginalAmount="156.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.030772" Longitude="28.97512" StarRating="3" HotelCode="188678|609525" HotelName="Arya Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Istiklal Caddesi, Balyoz Sokak 21, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/0f/f70f7b20f5d87b713f9a247d831ce3ab9a486a93.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="161.44" OriginalAmount="156.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06798" Longitude="28.98443" StarRating="4" HotelCode="|184802" HotelName="Ramada and Suites By Wyndham Istanbul Sisli" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Merkez District Abide-I Hurriyet Street No 160</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/8/0/2/184802_74ef73b0436.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="161.45" OriginalAmount="156.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04853" Longitude="28.98418" StarRating="0" HotelCode="|551955" HotelName="Homelike Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bozkurt Mahallesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/1/9/5/5/551955_de20fcc1558.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.71" OriginalAmount="157" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0343757" Longitude="28.98137003" StarRating="2" HotelCode="398393|206400" HotelName="Ayramin Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Katip Çelebi Mahallesi, Anadolu Sokak 4, 34433 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/2b/zz/2bad0a585ffd7f6e74fcf608ae2c1b7aa5f354aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.71" OriginalAmount="157" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00887413" Longitude="28.95422109" StarRating="0" HotelCode="878847|384185" HotelName="Grand Gara Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mesihpasa Mahallesi, Saitefendi Sokak 12, Aksaray, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/9f/9d9f2f6e93cec9cf8d44adca5604e9663281c40d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;HOTEL: The establishment boasts a reception, modern rooms and with WiFi (free of charge). 

SITUATIO...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="161.71" OriginalAmount="157.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040327980104" Longitude="28.984342217445" StarRating="4" HotelCode="26960|2065105" HotelName="Lion" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lamartin Caddesi No:41, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/67/cf674fb5c40c8856b3042cd90aa5a47b45f6eba6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in Taksim, in the heart of Istanbul, a mesmerising city with its historical, n...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.71" OriginalAmount="157" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01340183" Longitude="28.97877665" StarRating="3" HotelCode="416602|237579" HotelName="Romantic Mansion" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Nobethane Caddesi, Tayahatun Sokak 28, Sirkeci, 34112 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/05/7205bb5a73decf6b79455b39791db4965b04cf5c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="161.74" OriginalAmount="157.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0092487" Longitude="28.97704327" StarRating="3" HotelCode="397377|696800" HotelName="Hotel Han" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Yerabatan Caddesi 19, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/2a/942a67a802d063db00922601fcd38b1fe2878137.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="161.80" OriginalAmount="157.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0041657" Longitude="28.9608527" StarRating="0" HotelCode="|108344" HotelName="Ramparts" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Muhsine Hatun Mah. Sevgi Sokak no:9 Kumkapi - Fatih, Istanbul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/3/4/4/108344_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inFatih the district of. ROOM: The establishment has large apartments, have an air-conditioning system and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="161.87" OriginalAmount="157.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.024763" Longitude="28.977538" StarRating="0" HotelCode="|534310" HotelName="Mates Port Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/3/1/0/534310_6f682531123.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="161.90" OriginalAmount="157.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035326811077" Longitude="28.97803902626" StarRating="3" HotelCode="191190|1679988" HotelName="Hotel Balo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Hüseyinaga Mahallesi Topçekenler Sokak No:22 Beyoglu, Istanbul, Balo Sokak Yani</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/06/ee06e216216a656bac878777db59c0ec8d5707ce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="162.07" OriginalAmount="157.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0791324" Longitude="28.9956921" StarRating="0" HotelCode="|108274" HotelName="My Rose " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Talatpasa Cad. No 187 Gultepe</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/7/4/108274_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment offers guests WiFi (free of charge), comfortable rooms, with air-conditioning and satellite TV. SITUATION: This establishment, is in the city centre, is 15 minutes away from Kanyon the commercial centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="162.16" OriginalAmount="157.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0217213" Longitude="28.8789205" StarRating="0" HotelCode="|108091" HotelName="Elite Marmara Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/0/9/1/108091_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has WiFi, (free of charge), a reception, a terrace and a restaurant. SITUATION: It is 7 kilometres away fromIstanbul AtatÃ¼rk Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="162.24" OriginalAmount="157.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01343" Longitude="28.97544" StarRating="3" HotelCode="207971|2262175" HotelName="Marmara Deluxe Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ebusuud Caddesi 45/1, Sirkeci, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/4d/b54dd3a442d93d3bb457d7a659a69469b0daa528.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located just a few metres from Gulhane Park and close to the Topkapi Palace and Hagia Sophia, the ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="162.30" OriginalAmount="157.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0139916" Longitude="28.9780278" StarRating="0" HotelCode="|86966" HotelName="Ethnica Hotel Old City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nobethane Cad.No: 18 Sirkeci</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/6/6/86966_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This historic building, has WiFi and a reception. SITUATION: The establishment, El Palacio de Topkapi it is a 5-minute walk away from Santa Sofia 500 metres away from Sultan Ahmed Mosque 800 metres away from La cisterna BasÃ­lica and El Bazar de las Especias 10 minutes walk away, guests can find it is 18 kilometres away from Istanbul AtatÃ¼rk Airport. ROOM: All the rooms have an air-conditioning system, a television, a mini-bar, a safe, a bathroom with a hairdryer and complimentary bathroom items. Some rooms have sea views. RESTAURANT: Regarding gastronomy, the establishment offers a restaurant and a bar. MEALS: The establishment serves a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="162.36" OriginalAmount="157.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06795" Longitude="29.0007" StarRating="0" HotelCode="|526095" HotelName="Time Hotel Mecidiyekoy" 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/5/2/6/0/9/5/526095_8faeb4b1111.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="162.38" OriginalAmount="157.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0300829" Longitude="28.974628" StarRating="3" HotelCode="|82958" HotelName="Silviya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Asmal? Mescit Sok. No:24/A Beyolu,Taksim</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/5/8/82958_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts WiFi (free of charge) and a reception. SITUATION: The hotel Istiklal Avenue it is 100 metres away from it is situated 10 minutes away from Taksim the square.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="162.55" OriginalAmount="157.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0036" Longitude="28.9791" StarRating="4" HotelCode="|86892" HotelName="Antis - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sultanahmet Mah. Akbiyik Degirmeni Sok. No:98</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/9/2/86892_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a terrace on the rooftop and sea views. SITUATION: This establishment, is in Istanbul the historic centre of it is located close to the mosque. ROOM: Customers can find stylish rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.74" OriginalAmount="158" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0082376" Longitude="28.9783589" StarRating="3" HotelCode="316305|215868" HotelName="Benler Otel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Kemalettin Mahallesi, Agacesmesi Sokak 5, Ordu Caddesi, Laleli, 34126 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/fc/06fc97fb3cb1cdb8804818303db048dd645975f7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.74" OriginalAmount="158" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00812431" Longitude="28.96797001" StarRating="3" HotelCode="374619|217158" HotelName="Bizim Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Divani Ali Sokak No. 2, Beyazit, Fatih, 34126 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/620355/620355a_hb_a_001.JPG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.74" OriginalAmount="158" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010160582753" Longitude="28.977245629711" StarRating="4" HotelCode="319557|199869" HotelName="Bon Hotel Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alaykosku Mahallesi, Sengul Hamam Sokak 5, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/3a/c53a840cd2369a8edc26e57ec091ff13db3e811a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.74" OriginalAmount="158" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03899623" Longitude="28.98277113" StarRating="0" HotelCode="819548|343504" HotelName="T Square Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallessi, Feridiye Caddesi 93, Taksim, Beyoglu, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/53/7653d9374c11fa740b9df2773207873268b8dd9f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.74" OriginalAmount="158" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003569" Longitude="28.973919" StarRating="3" HotelCode="933208|63792" HotelName="Hotel Coliseum" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Aksakal Sokak 5, Küçükayasofya Mahallesi, Fatih, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/01/15018874a1dc964c9ff6958c84137ac785ba0daf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.74" OriginalAmount="158" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0082376" Longitude="28.9783589" StarRating="3" HotelCode="308230|58359" HotelName="K Suites Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Halide Edip Adivar Mahallesi, Balci Sokak 35, Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/b0/0db003cea23ef69ba32c16732beae583fa810b31.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.74" OriginalAmount="158" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99323417" Longitude="28.82765867" StarRating="4" HotelCode="936309|42935" HotelName="Rox Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Çobançesme Mahallesi, Kimiz Sokak 24, 34196 Istanbul, Bahçelievler</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/d1/09d17eb28db105622a3d087f52c3cc9746de5f57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.74" OriginalAmount="158" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035392022984" Longitude="28.97902560644" StarRating="3" HotelCode="296193|57899" HotelName="Sarajevo Taksim Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Jacuzzi,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Huseyin Aga Mahallesi, Buyuk Bayram Sokak 6, Beyoglu, Istanbul 34000</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/ea/57ea341df3245140ea57a317a1b65d107a223877.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.74" OriginalAmount="158.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008224470222" Longitude="28.972760438919" StarRating="4" HotelCode="173313|recital_hotel" HotelName="Recital Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Piyer Loti Caddesi 21, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/f3/91f335d93ad90dc98b96c1771dfd1c0737de1275.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Most of the historical attractions of Istanbul are either within a five-minute walk or can be easily...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="162.87" OriginalAmount="158.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="3" HotelCode="143018|1438918" HotelName="Hotel Aldem" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cagalogu Alemdar Mahallesi, Çatalçesme Sokak 20-22, 34410 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/89/bc/89bc9eb73a61afb0ad05a4ddaec73323c9f9f462.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Istanbul. For guests who appreciate a stylish ambience...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="163.02" OriginalAmount="158.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01398" Longitude="28.97912" StarRating="3" HotelCode="|192457" HotelName="Taya Hatun" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/4/5/7/192457_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="163.10" OriginalAmount="158.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.060456" Longitude="29.002457" StarRating="4" HotelCode="189368|176746" HotelName="Taba Luxury Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cemil Aslan Güder Cad., Elifoglu Sokak No: 1, Gayrettepe, 34349 Besiktas, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/53/b7533993f78931fc3f30b8a33b3200e77a1e9c01.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Gayrettepe area of the city, less than 2 km from Sisli underground stati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="163.20" OriginalAmount="158.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.031004" Longitude="28.984547" StarRating="0" HotelCode="|523486" HotelName="Cihangir VAV Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yeni Yuva Sk. 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/4/8/6/523486_3ee88111126.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="163.31" OriginalAmount="158.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00277" Longitude="28.97431" StarRating="0" HotelCode="|184252" HotelName="Cheers Lighthouse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/2/5/2/184252_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="163.47" OriginalAmount="158.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0197797" Longitude="28.928496" StarRating="2" HotelCode="|108128" HotelName="Grand Reİs" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Topkapi Cad. Hamam Odalari Cikmazi Sok. No:1 Kaleici, Topkapi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/2/8/108128_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts WiFi (free of charge), a reception and a car park (free of charge). SITUATION: It is 200 metres away from the tram station excellent transport links to and.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163.77" OriginalAmount="159" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.90671325" Longitude="29.1921252" StarRating="0" HotelCode="776755|237354" HotelName="Eagle Palace Suites Kartal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Esentepe Mahallesi, Kocatepe Caddesi 16, Kartal, 34870 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/d1/ecd17f34a6a8797e96a3f6039686cacd4ef8f016.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Eagle Palace Suites is a self-catering accommodation located in Istanbul. Free WiFi access is availa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163.77" OriginalAmount="159" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04342153" Longitude="28.91333733" StarRating="5" HotelCode="497642|199066" HotelName="Golden Tulip Bayrampasa Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Yenidogan Mahallesi, Cicoz Yolu Caddesi 13, Bayrampasa, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/21/5a/215ac67977bf9dd2441635d75d036dcea2c2c033.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163.77" OriginalAmount="159" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="967174|489147" HotelName="Grand Lark Otel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Mahallesi, Naz Sokak 3, Kartal, 34876 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/17/9517ba9a7597582b613336824557e651a885cc2d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="163.92" OriginalAmount="159.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0086" Longitude="28.96821" StarRating="0" HotelCode="|192352" HotelName="Bizim Otel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Divani Ali Sokak No 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/3/5/2/192352_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="163.92" OriginalAmount="159.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.024385" Longitude="28.978687" StarRating="0" HotelCode="|526193" HotelName="Royal Tophane" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mumhane Cd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/6/1/9/3/526193_a2bdb621058.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="164.09" OriginalAmount="159.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.87274047" Longitude="29.25136284" StarRating="5" HotelCode="167023|131064" HotelName="The Green Park Pendik Hotel &amp; Convention Center" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Kaynarca Mahallesi, Erol Kaya Caddesi 204, Pendik, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/5e/5e864a2b625298e8/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally located, particularly for those wishing to be on the Asian side of Istanbul. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="164.15" OriginalAmount="159.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.053792" Longitude="28.949678" StarRating="4" HotelCode="|85014" HotelName="Dosso Dossi Hotels and Spa Golden Horn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SUTLUCE MAH.IMRAHOR CAD.DUTLUK SOKAK,BEYOGLU 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/0/1/4/85014_bba612f1615.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a gym, a car park, a transfer service (free of charge), (on request), WiFi (free of charge), The establishment also offers meeting rooms, communal areas, a shop and a reading room. SITUATION: This establishment, the Golden Horn it is in Istanbul is situated in Close to, and the Congress Centre. 10 minutes away from the establishment clients have the historic centre, 15 minutes away, guests can find the business area, is situated 30 minutes away from Istanbul AtatÃ¼rk Airport. ROOM: Each room has a tea service, a coffee maker, a kettle, a mini-bar, a desk, chair, a television, a direct line telephone, data connection and a safe. OTHERS: Regarding the food and beverage offering, clients can enjoy a restaurant, a buffet breakfast, Ã  la carte lunch and dinner and a lobby bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="164.36" OriginalAmount="159.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.97351" Longitude="29.14606" StarRating="0" HotelCode="|461647" HotelName="Sahrakent Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/1/6/4/7/461647_37324b91115.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="164.53" OriginalAmount="159.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.030194" Longitude="28.979348" StarRating="0" HotelCode="|475328" HotelName="The Külsümz Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Bogazkesen Cd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/3/2/8/475328_0de0d5b1201.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="164.61" OriginalAmount="159.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007468" Longitude="28.952408" StarRating="0" HotelCode="|486329" HotelName="Mavirem Hotel" 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/8/6/3/2/9/486329_d5641660917.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="164.65" OriginalAmount="159.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.053812248287" Longitude="28.949741721153" StarRating="4" HotelCode="185711|635345" HotelName="Hilton Garden Inn Istanbul Golden Horn" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sutluce Mah., Imrahor Cad., Dutluk So, Istanbul 34445</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/79/7d/797db776eabfc28f1b310a1efc7a9606a2580f92.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Golden Horn area of the city with easy access to the major sightseeing a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="164.75" OriginalAmount="159.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.016794" Longitude="29.077966" StarRating="0" HotelCode="|535543" HotelName="Camlica Tower Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Karlidere Cad Iskender Sok No 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/5/4/3/535543_8d0bb821125.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.80" OriginalAmount="160" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009111260142" Longitude="28.974213111045" StarRating="4" HotelCode="312931|216982" HotelName="Aybar Hotel Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Bas Musahip Sokak 10, Sultanahmet, 34200 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/dc/5bdc226359bafc550f06b6680dad17adaed75436.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.80" OriginalAmount="160" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.071457" Longitude="28.87215" StarRating="4" HotelCode="296415|45802" HotelName="Hotel Golden Way Giyimkent" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oruç Reis Mahallesi, Vadi Caddesi, Giyimkent Sitesi No. 274, Tekstilkent, Esenler, 34235 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/b9/6db9a52df7314a5087eb72702515d16a3e722a74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.80" OriginalAmount="160" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0503868" Longitude="28.9855141" StarRating="0" HotelCode="379909|237415" HotelName="Homelike Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Bozkurt Mahallesi, Esref Efendi Sokak 58, Sisli, 34381 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/34/fd34af25b8225bf094ea6ebc51c3b11ec97b35e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.80" OriginalAmount="160" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005575965595" Longitude="28.973709940911" StarRating="3" HotelCode="409784|217602" HotelName="Hotel Fehmi Bey" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Ucler Sokak 15, Sultanahmet, 34440 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/7c/b67ce9bac879788d3e5fa632e0695111613f7e87.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.80" OriginalAmount="160" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="967783|491743" HotelName="Kartal Palace Taksim Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>TarlabasI BulvarI 22, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/9c/619c1f94e98b15acd22394725882d6345c1b166e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.80" OriginalAmount="160" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.079111880165" Longitude="28.995676099737" StarRating="0" HotelCode="358097|489461" HotelName="My Rose Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Talatpasa Caddesi 187, Gultepe, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/27/a9/27a983a0d2073f33e84774f64aec95d63a35484c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;HOTEL: The establishment offers guests WiFi (free of charge), comfortable rooms, with air-conditioni...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.80" OriginalAmount="160" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03513887" Longitude="28.98214204" StarRating="3" HotelCode="734843|324343" HotelName="Premist Hotels Taksim" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Bar,Business Centre,Currency Exchange,Designated Smoking Area,Housekeeping,Internet,Laundry,Printer,Telephone Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Katip Mustafa Çelebi Mahallesi, Büyük Parmakkapi Sokak 8, Taksim, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b2/c0/b2c0dfd63c9675ca6e558885f62dbd979e24fc8d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the centre of Istiklal avenue, The Premist Hotel Taksim offers a modern, quiet and cosy a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="164.80" OriginalAmount="160.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01232" Longitude="28.94839" StarRating="3" HotelCode="191051|city_otel" HotelName="City Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Adnan Menderes Bulvari, Vatan Caddesi, Simitci Sakir Sokak 36, Fatih, 34250 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/a6/32a631bab38b04f95d6bf6389144f77f396befd8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="164.86" OriginalAmount="160.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0906336" Longitude="29.0041605" StarRating="3" HotelCode="|84948" HotelName="Tempo 4levent Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>SANAYI MAH.SULTAN SELIM CAD.4 LEVENT 139</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/9/4/8/84948_9.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is situated 1,5 kilometres away from the metro stop,2,5 kilometres away, you can find Kanyon the shopping centres, La Plaza de Taksim the establishment is a 20-minute drive away from it is 25 kilometres away from Istanbul AtatÃ¼rk Airport. FACILITIES: The establishment boasts a reception. ROOM: The stylish rooms, have an air-conditioning system, WiFi (free of charge), flat-screen satellite television, parquet or carpet floors, kettle, a mini-bar and a safe. They also have a bathroom with a shower or bath, toiletries, slippers and a bathrobe. MEALS: The establishment serves a buffet breakfast and with diet products. The establishment also has a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="164.87" OriginalAmount="160.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011021" Longitude="28.958934" StarRating="0" HotelCode="|555495" HotelName="Genova" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Balabanaga Mahallesi Zeynep Kamil Sokak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/5/4/9/5/555495_34e2f731852.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="165.00" OriginalAmount="160.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.029062675076" Longitude="28.973197638988" StarRating="4" HotelCode="185580|740365" HotelName="Collage Pera Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic 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,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Asmali Mescit Mahallesi, General Yazgan Sokak 13, 34430 Istanbul, Pera/Beyoglu</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/74/f47422ecf3456247439a912d56d0afe24de8b0ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a shopping and touristic neighbourhood, 10 minutes’ walk away from Taksim Sq...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="165.01" OriginalAmount="160.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05451" Longitude="28.98861" StarRating="3" HotelCode="|193171" HotelName="Hotel Favori Nisantasi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Matbaaci Osmanbey Sok. No: 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/1/7/1/193171_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="165.03" OriginalAmount="160.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03931" Longitude="28.98266" StarRating="3" HotelCode="263716|2195915" HotelName="Ada Home" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Feridiye Caddesi No: 75, 34420 Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/1a/b5/1ab5b1b817beae13c7578c99bcb71e3a762875ca.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="165.13" OriginalAmount="160.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005704" Longitude="28.979691" StarRating="2" HotelCode="191101|4520475" HotelName="Nayla Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kutlugun Sokak 12, Sultanahmet, 34142 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/bd/64bd61b88faa6e46da7149448a0366fb63e6ac17.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="165.45" OriginalAmount="160.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0059503" Longitude="28.9798908" StarRating="0" HotelCode="|86734" HotelName="Nayla Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kutlugun Sok. No 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/3/4/86734_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a garden, WiFi (free of charge) and views of the sea. SITUATION: 200 metres away, clients have the mosque.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="165.45" OriginalAmount="160.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0103" Longitude="28.97713" StarRating="4" HotelCode="|184172" HotelName="Bon  Hagia Sophia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alaykosku Mah. Sengul Hamam Sok. No: 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/1/7/2/184172_648cdee1548.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="165.57" OriginalAmount="160.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0055795" Longitude="28.97451067" StarRating="4" HotelCode="35328|235306" HotelName="Alzer Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Eco Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>At Meydani 20, 34400 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/37/29/3729af66658dc34ae317c768d7938934d99fb4a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally located just a few minutes walk from Hagia Sophia, Topkapi palace and t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="165.60" OriginalAmount="160.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9667" Longitude="29.107043" StarRating="0" HotelCode="|534293" HotelName="Vois Hotel Bostancı" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Prof. Dr. Ali Nihat Tarlan Cd 86</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/2/9/3/534293_63ee2c71111.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="165.61" OriginalAmount="160.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040339" Longitude="28.981775" StarRating="3" HotelCode="|205311" HotelName="Taksim Nis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Feridiye street. no 117 Taksim Beyoglu Istanbul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/5/3/1/1/205311_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="165.70" OriginalAmount="160.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0387359" Longitude="28.9829947" StarRating="4" HotelCode="|108282" HotelName="Aston Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi Feridiye Caddesi No:26 Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/8/2/108282_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has, a terrace, with views. SITUATION: This hotel is in the heart of the city, is 200 metres away from Taksim the Square of. ROOM: Each room has soundproofing and with WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="165.83" OriginalAmount="161" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040064225062" Longitude="28.981952377298" StarRating="3" HotelCode="293674|199878" HotelName="Calanthe Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mah., Feridiye Cad. 123, Beyoglu, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/be/eb/beebe0a13b3b75cc62d06fa9b0a9e15b7bfb4779.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="165.83" OriginalAmount="161" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02692224" Longitude="28.96995407" StarRating="3" HotelCode="323387|237566" HotelName="Pera Life Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yolcuzade Iskender Caddesi 12, Sishane, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/44/a4/44a4136bf9d3b851adf3ae071559f2cdf28ae3d5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="165.83" OriginalAmount="161.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="3" HotelCode="118791|hotel_villa_zurich" HotelName="Villa Zurich Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akarsu Yokusu Caddesi 36, Cihangir, 34433 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/64/34/64348d08a2e0f1231d461559276e1089081ebf2c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the lively and colourful Beyoglu district of Istanbul, the hotel is just a 10-minute walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="165.83" OriginalAmount="161.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.048381" Longitude="28.987195" StarRating="1" HotelCode="191116|harbiye_residence" HotelName="Harbiye Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Caddesi Selbasi Sokak No:6, Harbiye, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/73/d7/73d731409ea317b413629c61870449cc493059e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="165.89" OriginalAmount="161.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.992262745366" Longitude="29.026406266386" StarRating="3" HotelCode="200043|814560" HotelName="Grand As Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nuzhetefendi Sokak 27, Kadikoy, 81530 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/5f/bf5f60364025fab3bfa2c7ea39ed831316dad490.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests are welcomed at the hotel, which has a total of 48 rooms. The accommodation offers a dining a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="165.89" OriginalAmount="161.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.889" Longitude="29.18905" StarRating="0" HotelCode="|522789" HotelName="Anatolia Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/7/8/9/522789_8b32b051139.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="166.02" OriginalAmount="161.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0228879" Longitude="28.9306757" StarRating="5" HotelCode="|108359" HotelName="Akgun Istanbul Hotel, WorldHotels Elite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Adnan Menderes Bulvar? (Vatan Cd) Topkapi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/3/5/9/108359_45977f71349.jpg</HotelPictures>
        <HotelDescription>SITUATION: Istanbul Is situated in Sultan Ahmed Mosque it is 2 kilometres away from Topkapi the palace. ROOM: The rooms have an air-conditioning system and WiFi (free of charge). FACILITIES: The establishment boasts a swimming pool with a terrace and deck chairs.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="166.31" OriginalAmount="161.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.96745" Longitude="29.10485" StarRating="3" HotelCode="|192848" HotelName="Plus Bostanci Atasehir" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yesilvadi Sokak No:10 Bostanci</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/8/4/8/192848_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="166.31" OriginalAmount="161.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011581" Longitude="28.940621" StarRating="0" HotelCode="|555200" HotelName="The Central Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Haseki Sultan Mah Millet Cad No 47</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/5/2/0/0/555200_79c80c81809.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="166.52" OriginalAmount="161.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008944983035" Longitude="28.964219431877" StarRating="4" HotelCode="213517|920525" HotelName="Victory Hotel &amp; Spa Istanbul" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Kemalettin Mh. Mithatpasa Cd. No: 1, 34130 Istanbul, Beyazit, Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5d/b9/5db9de6295599ea68ddb42d7fccb44f6137b9d93.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="166.53" OriginalAmount="161.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005166219294" Longitude="28.980151955082" StarRating="3" HotelCode="68329|2191895" HotelName="Hotel Alilass" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Caddesi, Bayram Firin Sokak 9, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/7f/5f7f5265877961014ff663cde7edbbd959ae7a98.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Sultanahmet area, which is in the heart of Istanbul’s old city. The hote...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="166.60" OriginalAmount="161.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007683" Longitude="28.949797" StarRating="0" HotelCode="|532478" HotelName="Grand Iska Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>manastirli rifat sokak no 4 fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/4/7/8/532478_02a80c01030.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="166.62" OriginalAmount="161.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0395" Longitude="28.98238" StarRating="0" HotelCode="|228385" HotelName="Ada Home Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi Feridiye Caddesi 75 Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/8/3/8/5/228385_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="166.62" OriginalAmount="161.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035" Longitude="28.98227" StarRating="0" HotelCode="|529266" HotelName="Premist Hotels Taksim - Special Class" 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/5/2/9/2/6/6/529266_a857cae1232.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="166.77" OriginalAmount="161.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.874038" Longitude="29.249317" StarRating="3" HotelCode="188669|611885" HotelName="Pendik Marine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dogu Mahdii, Ankara Caddesi 202, 34890 Pendik, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/6e/b16e6ff7b058b77c5e4d88e2e0ae7340852093b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated in Asian Side. There are a total of 18 rooms on the premises. Cus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.86" OriginalAmount="162" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99356784" Longitude="29.02816829" StarRating="0" HotelCode="850587|375160" HotelName="Belizia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rasimpasa Mahallesi, Beydagi Sokak 49, Kadikoy, 34716 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/bc/b0/bcb0cbd9f18ebb29fd52ffea7464f44eba025eaf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.86" OriginalAmount="162" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03311663" Longitude="28.98740451" StarRating="4" HotelCode="957431|396624" HotelName="Cihangir Palace Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cihangir Mahallesi, Mebusan Yokusu Sokak 39, 34433 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/71/c2/71c2e957c091245f0d9d1e009382a2672b575dfc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.86" OriginalAmount="162" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.068156507524" Longitude="28.984688515587" StarRating="4" HotelCode="310548|62908" HotelName="Ramada Hotel &amp; Suites Istanbul Sisli" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sisli Merkez Mahallesi, Abide-I Hurriyet Street 160, 34381 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/6c/63/6c63074e4f20497ae61faa03f069af6d98db1420.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.86" OriginalAmount="162" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.97432486" Longitude="28.87574208" StarRating="3" HotelCode="374901|217754" HotelName="Rios Edition Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Cevizlik Mahallesi, Kennedy Caddesi 5, Bakirköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/c9/ccc942c3d2e4b868f0feaf62a844fe24fa60a537.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="166.99" OriginalAmount="162.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.916222" Longitude="29.304145" StarRating="3" HotelCode="|559868" HotelName="Tevetoglu" 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/5/5/9/8/6/8/559868_2b6001e1743.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="167.02" OriginalAmount="162.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0055972" Longitude="28.9744703" StarRating="0" HotelCode="|23091" HotelName="1207 Hotel Special Class - Sultanahmet" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AT MEYDANI - SULTANAHMET 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/0/9/1/23091_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2008, has 6 floors and 22 standard rooms. The establishment has a lobby with a reception, a safety deposit box service, a currency exchange service, a cloakroom and a lift. The establishment offers guests an Ã  la carte restaurant with air-conditioning, internet, WiFi, room service, a laundry service, a medical care service and a car park. SITUATION: This hotel is in a central area. Nearby, you will find tourist areas. 50 metres away, guests can find shops, restaurants, nightclubs and a public transport stop. ROOM: Each room has an air-conditioning system, a bathroom with a shower, a hairdryer, a direct line telephone, a satellite or cable television, internet, a mini-bar (available for a fee), a safe, a double bed and a central heating system. MEALS: The establishment serves a buffet breakfast and Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="167.19" OriginalAmount="162.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036559813652" Longitude="28.985457660188" StarRating="4" HotelCode="74097|47674" HotelName="Taxim Hill Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Siraselviler Caddesi 5, Beyoglu, 34437 Istanbul, Taksim</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3e/b3/3eb31e21c3c650bb9e98c34b707d541025bc86d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Taksim Square, the city hotel couldn't be more central. Istiklal Street, with a tramline ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="167.24" OriginalAmount="162.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006388643791" Longitude="28.972135484219" StarRating="4" HotelCode="186918|1448558" HotelName="Muyan Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Dizdariye Medresesi Sokak 13, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e1/d9/e1d911c4c9494711d700a85cf6f41dd7d9063258.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located for the wonderful attractions in the historic district of Sultanahme...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="167.33" OriginalAmount="162.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003178354707" Longitude="28.973467200994" StarRating="4" HotelCode="166624|634965" HotelName="GLK PREMIER The Home Suites &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa 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,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Caddesi 60, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3a/b3/3ab3533285d3ddd0697faef6596ec36207cc9a61.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Sultanahmet, within walking distance of Sultanahmet Square, To...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="167.49" OriginalAmount="162.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.029117" Longitude="28.972653" StarRating="0" HotelCode="|353857" HotelName="Taksim Terrace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Aybast? Sokak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/8/5/7/353857_6910e651245.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="167.53" OriginalAmount="162.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9141045" Longitude="29.1379147" StarRating="4" HotelCode="|95919" HotelName="Elite  Dragos" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Piri Reis Caddesi 3 Dragos Maltepe,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/9/1/9/95919_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is situated 1 kilometre away from Turgut Ã–zal boulevard 25 kilometres away from Sabiha Gokcen Airport 50 kilometres away from and Istanbul AtatÃ¼rk the airport 1,5 kilometres away from Maltepe the Railway Station of. FACILITIES: Guests are offered WiFi (free of charge), a spa and a swimming pool. You also have at your disposal a hammam, a sauna, a gym, a terrace and a reception. Guests are offeredKadikoy a transfer service to Bagdat the avenue private parking and (free of charge). ROOM: Guests are offered rooms with air-conditioned, flat-screen satellite television, fitted carpets, a mini-bar and a writing desk. Some rooms have sea views, Our guests also have available room service. MEALS: The establishment serves a buffet breakfast, Clients also have access to an Ã  la carte restaurant and a bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="167.56" OriginalAmount="162.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0088158" Longitude="28.9575577" StarRating="4" HotelCode="|95895" HotelName="Ilkbal Deluxe and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Koska Cad. No.43 Laleli,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/8/9/5/95895_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a restaurant, a bar, meeting rooms, a reception with safety deposit boxes, a business centre, a conference room and a sauna. SITUATION: It is situated 1 kilometre away fromBeyazit the Square of the establishment is 3 kilometres away from Imrahor the monument It is situated 5 kilometres away fromGalata the tower. ROOM: The rooms have an air-conditioning system, a satellite television, a direct line telephone, a fridge, a mini-bar and WiFi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="167.58" OriginalAmount="162.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012102" Longitude="28.955202" StarRating="4" HotelCode="|126070" HotelName="Ramada By Wyndham Istanbul Grand Bazaar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Genoturk Cad Sirvanizade Sok 11 Sehzadebassi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/6/0/7/0/126070_5dc78281829.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="167.59" OriginalAmount="162.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0017189" Longitude="28.8054929" StarRating="0" HotelCode="|153650" HotelName="Sahra Airport Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KARTALTEPE MAH. HISAR SOKAK, KUCUKCEKMECE 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/6/5/0/153650_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has attentive service. SITUATION: This establishment, is close to the airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="167.79" OriginalAmount="162.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0091017" Longitude="28.9640104" StarRating="4" HotelCode="|86962" HotelName="The  Beyaz Saray and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/6/2/86962_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inIstanbul the city centre of 200 metres away, guests will find the bazaar. ROOM: Customers can find modern rooms. FACILITIES: The establishment has a sauna and a massage service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.89" OriginalAmount="163" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003747" Longitude="28.979061" StarRating="3" HotelCode="191073|216965" HotelName="Agora Boutique Hotel &amp; Bistro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Caddesi 77, Sultanahmet, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=6549395</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located right in the heart of Istanbul. Its setting is especially ideal for g...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.89" OriginalAmount="163" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02610244" Longitude="28.97310349" StarRating="3" HotelCode="581162|216973" HotelName="Allegra Suites Galata" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bereketzade Mahallesi, Sair Ziya Pasa Yokusu Simsir Sokak 6, Galata, Beyoglu, 34306 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/b9/c7b922fae4a6d79c238c3603ab614bc838c9cfe7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.89" OriginalAmount="163" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003179802143" Longitude="28.977412374009" StarRating="4" HotelCode="395274|25809" HotelName="Almina Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Küçükayasofya Caddesi, Akbiyikdegirmeni Sokak 27, Sultanahmet, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/62c48e6320df4cdf8dffa3b102217ee6.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a prestigious and historical district of Istanbul, in the old part of the ci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.89" OriginalAmount="163" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.044396" Longitude="28.982432" StarRating="4" HotelCode="293780|36729" HotelName="Istanbul Dora Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Eskisehir Mahallesi, Dolapdere Caddesi 33, Sisli, Istanbul 34347</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b3/d8/b3d8b3cf0dc637821186736eda25c54512c99c48.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.89" OriginalAmount="163" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0326469" Longitude="28.97717267" StarRating="5" HotelCode="437447|217705" HotelName="Taksim Yazici Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Tomtom Mahallesi, Akansu Sokak 4, Beyoglu, 34433 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f8/fc/f8fcfab397378349efa4ca8ee1664e1d4d73627e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="168.08" OriginalAmount="163.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008759" Longitude="28.957622" StarRating="3" HotelCode="142149|1191835" HotelName="Martinenz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Koska Caddesi No: 6/1, 34130 Laleli, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/4f04eb1d8a1b49e5bb0add45d04b50c3.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a perfect location on the historical peninsula of Istanbul, the Laleli district. Al...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="168.17" OriginalAmount="163.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.956820228944" Longitude="29.097906947136" StarRating="4" HotelCode="185589|1062888" HotelName="Rhiss Hotel Bostanci" 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,Internet,Jacuzzi,Massage Centre,Nightclub,Restaurant,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Emin Ali Pasa Caddesi 118, Bostanci Mahallesi, Kadiköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/ab/4aabf78312cecb15139960217923775d6f38eb1d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the Asian side of the city, within 500 m of the famous Bagdat shopping stree...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="168.21" OriginalAmount="163.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.002" Longitude="29.13285" StarRating="0" HotelCode="|558070" HotelName="Nish Suite Atasehir" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/8/0/7/0/558070_2f152411119.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="168.37" OriginalAmount="163.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="817251|707227" HotelName="Hotel Megaron" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/93/5393fc116168f9654f72f7cff74e355cb8a312ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="168.44" OriginalAmount="163.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.85709" Longitude="29.2749" StarRating="0" HotelCode="|242840" HotelName="Lounge Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/2/8/4/0/242840_19.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="168.49" OriginalAmount="163.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9926344" Longitude="29.0260626" StarRating="0" HotelCode="|108297" HotelName="Timya Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Osmanaga Mah. Rihtim Cad. Kirmizi Kusak Sok. No:3 Kadikoy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/9/7/108297_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has, WiFi, (free of charge). SITUATION: It is situated 450 kilometres away fromKadikoy Port It has excellent transport links to Sultanahmet the historic area of. ROOM: Each room has an air-conditioning system and a satellite TV.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="168.49" OriginalAmount="163.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05711" Longitude="28.91281" StarRating="3" HotelCode="|184457" HotelName="Gumus Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Merkez Mah Ali Galip Bey Cad No 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/4/5/7/184457_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="168.53" OriginalAmount="163.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99384" Longitude="29.02609" StarRating="3" HotelCode="188719|2265675" HotelName="Timya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kirmizi Kusak Sokak, 3, Rihtim Caddesi, Kadikoy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/a1/b2a16915c3eb1f85d03b1b2cdf80d3c6afe60684.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="168.55" OriginalAmount="163.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.027108" Longitude="28.973673" StarRating="0" HotelCode="|522211" HotelName="Meroddi Galata Flats" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/2/1/1/522211_000e6b30936.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="168.60" OriginalAmount="163.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0329195" Longitude="28.9750074" StarRating="3" HotelCode="118882|1017798" HotelName="Troya" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Caddesi 45, Tepebasi, Beyoglu, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/fb/6dfb681336152c302644dc24be898cf93a5c5bf0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="168.82" OriginalAmount="163.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9938439" Longitude="28.9192374" StarRating="3" HotelCode="|211262" HotelName="Hampton by Hilton Istanbul Zeytinburnu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Prof Muammer Aksoy Cad No 3 Zeytinburnu Istanbul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/1/2/6/2/211262_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="168.83" OriginalAmount="163.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007161" Longitude="28.954955" StarRating="3" HotelCode="|537923" HotelName="Darkmen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Pasazade sk.no.12 Laleli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/9/2/3/537923_012be070945.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="168.87" OriginalAmount="163.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012343255205" Longitude="28.954797685146" StarRating="4" HotelCode="75253|147766" HotelName="Ramada Istanbul Grand Bazaar" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Gencturk Caddesi, Sirvanizade Sokak 11, Sehzadebasi, 34134 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e9/a5/e9a5d3b30fcc16b4d18a6a2a0a3b27e61a8f35cc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the historical district of Sehzadebasi, the hotel is conveniently close to the major attr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="168.87" OriginalAmount="163.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="4" HotelCode="76949|37034" HotelName="Amber Hotel Istanbul" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Muhsine Hatun Mahallesi, Cifte Gelinler Caddesi 3/7, Kumkapi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/bf/d7/bfd76738c85cf59a992085eb5649d3e277c4d01c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located at the heart of the old town between the Sea of Marmara and Sultan ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="168.92" OriginalAmount="164" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007445" Longitude="28.973307" StarRating="4" HotelCode="907368|27759" HotelName="Burckin Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Klodfarer Caddesi 18, Istanbul, Sultanahmet, Marmara</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8d/cb/8dcb31e27c33e6c2dc4c34acadaf2f7390df34df.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="168.92" OriginalAmount="164" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.057105153627" Longitude="28.912743812234" StarRating="3" HotelCode="936272|63831" HotelName="Gümüs Palas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Merkez Mahallesi, Ali Galip Bey Caddesi 20, Gaziosmanpasa, 34245 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/f4/b2f4d79a9bc8ad63c1fe043757b3cc56423f1684.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="168.92" OriginalAmount="164" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.1076766" Longitude="28.75767835" StarRating="3" HotelCode="263722|45806" HotelName="Hampton By Hilton Istanbul Kayasehir" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kayabasi Mahallesi, Sehit Mustafa Bozoklu Caddesi no 5/1, Basaksehir 34306, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/86/2586dd345df0bfefab59896f24a45bbed1443057.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="168.92" OriginalAmount="164" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99229123388" Longitude="29.026715577996" StarRating="3" HotelCode="313386|45782" HotelName="Sirin Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Osmanaga Mahallesi, Yogurtcu Sukru Sokak 16, Kadikoy, 34714 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/68/3f68f56ea4b13731f165bd9538d23b7956667f21.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="168.92" OriginalAmount="164" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00211" Longitude="29.13284" StarRating="0" HotelCode="430584|237647" HotelName="Nish Atasehir" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Tatlisu Mahallesi, Günaltay Sokak 15, Serif Ali Ümraniye, Atasehir, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/ec/31ec3e50388124f5351bed89d6f0a845a48ac408.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="168.92" OriginalAmount="164" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05161019" Longitude="28.9892768" StarRating="3" HotelCode="586499|217676" HotelName="Nishant Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Halaskargazi Mahallesi, Bahtiyar Sokak 10/3, Sisli, 34371 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/5e/2e5ee98cb200ca32485924984dcf652a9d09aa6c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Nishant Boutique Hotel is conveniently located in the popular Sisli area. The property features a wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="168.92" OriginalAmount="164" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005096729101" Longitude="28.811875622377" StarRating="5" HotelCode="318845|95641" HotelName="Pullman Istanbul Hotel &amp; Convention Center" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yenibosna Merkez Mahallesi, 1 Asena Sok 15, Bahcelievler, 34295 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/10/3b10188dc48dc6151a74b7eb26580c7e0f49d7a4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="168.92" OriginalAmount="164" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004566686688" Longitude="28.973125592479" StarRating="2" HotelCode="346952|57842" HotelName="Rumours Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mahallesi, Ucler Hamami Sokak 6, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/94/5f94d9a0ffef84e38ad7f304f1c28bff8a8d7e30.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="168.92" OriginalAmount="164" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0924955" Longitude="28.9940025" StarRating="3" HotelCode="296191|57945" HotelName="Tempo Hotel 4 Levent" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sanayi mah., Sultan Selim Cad. 139, 4. Levent, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/12/d5/12d568073fbc2cf2e26eaa96fdf1f4d681e9b802.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="168.92" OriginalAmount="164" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034244" Longitude="28.984521" StarRating="4" HotelCode="67828|55750" HotelName="Vardar Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Siraselviler Cildir 16, 34433 Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/c4/cdc452960ab3f852119f281f1cf8a2e5d94b4a2d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="169.20" OriginalAmount="164.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0026663" Longitude="28.9744605" StarRating="3" HotelCode="|79170" HotelName="Bucoleon By Cheers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Cad.Cayiroglu sok. No:20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/1/7/0/79170_1499b110636.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a terrace, a cafÃ© and a reception. SITUATION: The hotel is in a quiet area, is situated 400 metres away from the mosque, it is situated 18 kilometres away from Istanbul AtatÃ¼rk Airport The hotel the Grand Bazaar it is 10 minutes away from it is 15 minutes away from Topkapi the palace. ROOM: All the rooms have WiFi, an LCD satellite television and an air-conditioning system. Guests are offered room service. OTHERS: Regarding the food and beverage offering, clients have a breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="169.33" OriginalAmount="164.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.975608" Longitude="28.875267" StarRating="0" HotelCode="|458179" HotelName="Cloud7 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ebuziya caddesi No 56-62</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/8/1/7/9/458179_ebea5f10015.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="169.37" OriginalAmount="164.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004377" Longitude="28.979921" StarRating="4" HotelCode="18018|137314" HotelName="Hotel Sümengen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Mehmet Aga Caddesi, Amiral Tafdil Sokak 9, Sultanahmet, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/98/84/988440625c64873bbc632cbe8646979b9f0931b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This inviting hotel lies in the heart of Istanbul, with countless shops, restaurants, bars, pubs and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="169.64" OriginalAmount="164.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0301027" Longitude="28.9745905" StarRating="0" HotelCode="|304467" HotelName="Hotel Devman" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Asmalimescit Caddesi No:22 Tepebasi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/4/4/6/7/304467_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="169.67" OriginalAmount="164.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98302" Longitude="28.86011" StarRating="3" HotelCode="|238736" HotelName="Hampton By Hilton Istanbul Atakoy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Atakoy 4. Kisim Cevat Dursunoglu Cad. No:6 Bakirkoy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/7/3/6/238736_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="169.71" OriginalAmount="164.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98054" Longitude="29.129431" StarRating="5" HotelCode="|447361" HotelName="Selectum City Atasehir" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dudullu Cd. 29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/3/6/1/447361_8c9ca7f0952.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="169.72" OriginalAmount="164.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.028753" Longitude="28.986133" StarRating="4" HotelCode="213823|924475" HotelName="Nidya Hotel Galataport" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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>Meclis-i Mebusan Cd. No 21, Tophane, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/cd/32/cd320698248bcdddbe6fb2d207febfa9454fbe98.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="169.81" OriginalAmount="164.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012791" Longitude="28.9487792" StarRating="0" HotelCode="|108312" HotelName="Best House Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sofular Caddesi Rak?p Bey Sokak No:39 Aksaray/Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/3/1/2/108312_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment offers guests WiFi (free of charge), rooms with air-conditioning and satellite TV. SITUATION: This establishment, is in Istanbul the historic area of it is 300 metres away from Aksaray the underground station of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="169.87" OriginalAmount="164.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011927" Longitude="28.973243" StarRating="0" HotelCode="|454932" HotelName="Boss Sultanahmet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sururi Quarter, Turkocagi Street, No: 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/9/3/2/454932_35278f21209.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="169.90" OriginalAmount="164.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.988908667746" Longitude="28.829905525131" StarRating="4" HotelCode="260601|143116" HotelName="WOW Airport Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Massage Centre,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yesilkoy Mahallesi, Ataturk Caddesi 15-17-19, Bakirkoy, 34149 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/91/a3918410f7a5d23648c9b5539a5a4d4bdd22176c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at 1 km from the most important airport of Istanbul, Atatürk Airport, and at 20...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.95" OriginalAmount="165" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00553" Longitude="28.97181" StarRating="3" HotelCode="410436|25892" HotelName="Art City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Kucukayasofya Mahallesi, Katip Sinan Camii Sokak 30, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/80/2f801054b65a1c5793a951a2183c3ff88d505b01.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is situated in Istanbul's premium location, surrounded by all its major historical an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.95" OriginalAmount="165" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003535" Longitude="28.976692" StarRating="5" HotelCode="267828|237344" HotelName="Dilhayat Kalfa Otel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sultanahmet Mahallesi, Tomurcuk Sokak  1, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/a0/baa0b01f8f385b4f92bfdd9226d5be85d974c32b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.95" OriginalAmount="165" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.029085142385" Longitude="28.809369220693" StarRating="5" HotelCode="422431|210606" HotelName="Elite World Europe" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Basin Ekspres Caddesi 4, 34303 Halkali, Basin Express, Küçükçekmece, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b4/93/b493f3b68bdab7c48d8d65900c881a060fd240ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.95" OriginalAmount="165" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03017091" Longitude="28.97440252" StarRating="5" HotelCode="370101|217601" HotelName="Devman Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Asmalimescit Sokak No: 22, Tepebasi, Beyoglu, Istanbul, Türkiye</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/f5/c4f5ffd252576875789a9aa4fb93bc28b6ddb7e3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.95" OriginalAmount="165" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06127125" Longitude="28.97899084" StarRating="3" HotelCode="709761|284865" HotelName="Ibis Styles Istanbul Bomonti Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Halide Edip Adivar Mahallesi, Akar Caddesi 6, Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a5/c4/a5c47d9bb0d6bbcfbeef41c1a80f9620d24ab8e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.95" OriginalAmount="165" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.067931133208" Longitude="29.000763364418" StarRating="3" HotelCode="933243|271826" HotelName="Time Hotel Mecidiyeköy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Jacuzzi,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gülbahar Mahallesi, Oguz Sokak 9, Mecidiyeköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/6e/fc6e8a81ddf0e0c14a1f3e486dd517e0c4c6bc60.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.95" OriginalAmount="165" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05965" Longitude="28.81391" StarRating="5" HotelCode="703683|284995" HotelName="Westside Arjaan by Rotana Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Bar,Conference Hall,Designated Smoking Area,Golf,Internet,Laundry,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Sauna,Smoking Rooms,Spa,Swimming Pool,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mahmutbey Mahallesi, Tasocagi Yolu Caddesi 39/A, 34218 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/89/5c8920ebf9601ff4397b10186a902166786d8249.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel can be found in Marmara. This cosy accommodation guarantees a quiet stay as it c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="170.37" OriginalAmount="165.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06122" Longitude="28.97926" StarRating="4" HotelCode="|224413" HotelName="Ibis Styles Istanbul Bomonti" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Halide Edip Adivar Mah Akar Cad No 6 Sisli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/4/1/3/224413_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="170.46" OriginalAmount="165.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013073" Longitude="28.809321" StarRating="5" HotelCode="|205467" HotelName="Pullman Istanbul and Convention Center" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yenibosna Merkez Mahallesi 1.Asena Sok No:15Bahcelievler, ISTANBUL</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/5/4/6/7/205467_fbdeed61023.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="170.55" OriginalAmount="165.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0397606" Longitude="28.9843369" StarRating="4" HotelCode="|95923" HotelName="Peak Star" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Topcu Caddesi 19 Taksim,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/9/2/3/95923_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a reception, attentive service and it offers tourist information. SITUATION: This hotel is 2 minutes away from Taksim the Square of Istiklal Avenue Close to shops and restaurants. It has excellent transport links to public transport services. ROOM: All the rooms have WiFi (free of charge), soundproof, an air-conditioning system and a mini-bar. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="170.61" OriginalAmount="165.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.924763" Longitude="29.154792" StarRating="4" HotelCode="|444878" HotelName="Days By Wyndham Istanbul Maltepe" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/8/7/8/444878_7c02c5b1128.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="170.84" OriginalAmount="165.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038977" Longitude="28.984256" StarRating="4" HotelCode="55405|126534" HotelName="Seminal" 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,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Caddesi No 23-25, 80090 Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/16/eb/16ebbdca247e002c30e47a153ae5f37588bc56a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the Beyoglu quarter in the district of Taksim, which lies on the European ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="170.85" OriginalAmount="165.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.92824" Longitude="29.30925" StarRating="4" HotelCode="|241045" HotelName="Nearport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yenisehir Mah. Osmanli Bulvari No:5/A Pendik</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/1/0/4/5/241045_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="170.96" OriginalAmount="165.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.020447" Longitude="28.630726" StarRating="5" HotelCode="|450556" HotelName="Ramada by Wyndham Beylikduzu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gokevler Mahallesi 529 Sokak 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/5/5/6/450556_8fcbf371139.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170.98" OriginalAmount="166" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99747837" Longitude="29.14336482" StarRating="4" HotelCode="615967|252285" HotelName="Park Inn by Radisson Istanbul Atasehir" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Serifali Mahallesi, Kible Sokak No. 25, Ümraniye, 34775 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/46/13461f57e00f99d1fbb46553f402643b7875146c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170.98" OriginalAmount="166" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.96746494" Longitude="29.10481219" StarRating="4" HotelCode="374490|407737" HotelName="Plus Hotel Bostanci Atasehir" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Icerenköy Mahallesi, Yesilvadi Sokak 10, Bostanci, Istanbul, Kadikoy</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/4e/284e725afd7ca050dae3a1b0718ab5a4533df514.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170.98" OriginalAmount="166" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00878216" Longitude="28.95411782" StarRating="0" HotelCode="623761|252305" HotelName="Vertu Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mesihpasa Mahellesi, Ihtisap Agasi Sokak 2, laleli, Istanbul 34130</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/e6/efe69c8d5d63da9f0128af4fc9fb4e9775fd3a68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="170.98" OriginalAmount="166.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99231" Longitude="29.0267" StarRating="0" HotelCode="|551950" HotelName="Sirin Otel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Osmanaga Mah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/1/9/5/0/551950_a6938281106.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="171.01" OriginalAmount="166.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.069785378669" Longitude="28.86783192159" StarRating="5" HotelCode="244317|924495" HotelName="Ramada Plaza Istanbul Tekstilkent" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oruc Reis Mahallesi, Tekstilciler Caddesi 3, Esenler, 34235 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c6/8d/c68d4366df928ff07b68f81659cea3f629339296.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.10" OriginalAmount="166.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0068" Longitude="28.95336" StarRating="0" HotelCode="|192512" HotelName="Marmara Place Old City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Inebey Mahallesi Gazi Mustafa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/5/1/2/192512_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.37" OriginalAmount="166.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.025896" Longitude="28.973284" StarRating="4" HotelCode="|453043" HotelName="Meroddi La Porta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bereketzade Mah. Simsir Sk. No:14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/0/4/3/453043_df41ee11059.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.38" OriginalAmount="166.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05165" Longitude="28.98927" StarRating="0" HotelCode="|244774" HotelName="Nishant Boutique Hotels" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Halaskargazi Mh. Bahtiyar Sk. No 3 Sisli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/4/7/7/4/244774_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="171.54" OriginalAmount="166.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00535128816" Longitude="28.979957476258" StarRating="3" HotelCode="188715|1442868" HotelName="Novano" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Caddesi No: 74, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c7/c2/c7c295e4dc0cd52b6d2b2beb7379d11d14dcbc0f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.59" OriginalAmount="166.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.060886" Longitude="28.988518" StarRating="4" HotelCode="|445657" HotelName="Tryp By Wyndham Istanbul Sisli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>19 MAYIS MAH BALCIK TARLASI SK. NO. 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/6/5/7/445657_0b409b30731.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.60" OriginalAmount="166.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.977311" Longitude="28.875739" StarRating="0" HotelCode="|546674" HotelName="La Mia Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/6/6/7/4/546674_c1908211041.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.60" OriginalAmount="166.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.051368" Longitude="29.024499" StarRating="0" HotelCode="|522230" HotelName="Acar Suite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/2/3/0/522230_7f443310943.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.63" OriginalAmount="166.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008823" Longitude="28.9590259" StarRating="3" HotelCode="|305132" HotelName="Gold" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Kemalettin Mah. Sair Hasmet Sk. No:11 Laleli/Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/5/1/3/2/305132_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="171.71" OriginalAmount="166.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01366612" Longitude="28.97703067" StarRating="3" HotelCode="33226|52504" HotelName="Seres Old City" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hüdavendigar Caddesi 25, Sirkeci, Fatih, 34420 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/cb/b4cbc9fb9d7dcd739a522b4319fc5eb9cce8acc8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This superb hotel is close to Istanbul's city centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.74" OriginalAmount="166.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0505973" Longitude="28.9864891" StarRating="3" HotelCode="|305630" HotelName="The Tango Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dolapdere Caddesi no :213</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/5/6/3/0/305630_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.76" OriginalAmount="166.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00444" Longitude="28.98024" StarRating="3" HotelCode="|25184" HotelName="Sumengen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AMIRAL TAFDIL SOK-SULTANAHMET 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/8/4/25184_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2004, has 6 floors and 30 rooms. The air-conditioned establishment has a reception, a lift, a safety deposit box service, a currency exchange service, a bar, a cafÃ© and a restaurant. The establishment also offers internet, a car park, room service, a laundry service and a medical care service. SITUATION: It is inIstanbul the heart of Where you can find shops, bars, pubs, restaurants and nightclubs. 100 metres away, guests can find the mosque, 600 metres away, clients have tourist points of interest situated 18 kilometres away fromIstanbul AtatÃ¼rk Airport. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, internet, satellite or cable TV, central heating, a mini-bar and individual air-conditioning. FACILITIES: Clients can find a green area and a Turkish bath. MEALS: Clients can book bed and breakfast, Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: The establishment accepts American Express, Visa and Mastercard.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.01" OriginalAmount="167" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98937533" Longitude="28.79126794" StarRating="5" HotelCode="263720|36794" HotelName="Elite World Business" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gültepe Mahallesi, Sehit Zafer Kiziltas Sokak 1, Florya E5 Üzeri, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/93/5493b9aa8747d1f57196ad20e24a163c0824999b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.01" OriginalAmount="167" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01221" Longitude="28.95724" StarRating="3" HotelCode="516259|217198" HotelName="Hotel Genova Istanbul" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Balabanaga Mahallesi, Zeynep Kamil Sokak 5-7, 34134 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f0/e8/f0e8bc017331aa652e88a4a4b28d4e15475e480b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.01" OriginalAmount="167" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00482105" Longitude="28.97948163" StarRating="0" HotelCode="787147|375224" HotelName="Nomade Hotel Exclusive" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sultanahmet Mahallessi, Akbiyik Caddessi 69, 34122 Istanbul, Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/ac/68ac821ffd4415ad8ae77a921da2eb63bf80be92.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.01" OriginalAmount="167" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004992652656" Longitude="28.966427329633" StarRating="3" HotelCode="267815|62198" HotelName="Sayeban Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Hayrettin Mahallesi, Cadirci Camii Sokak 25, Gedikpasa Caddesi, 34080 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/d9/35d966cded9bc30b1084476748c75890d52efc8f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.01" OriginalAmount="167" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05608" Longitude="28.989936" StarRating="3" HotelCode="900677|19946" HotelName="Valide" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Mahallesi, Ebekizi Sokak 6/9, Halaskargazi Caddesi, Osmanbey, Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/66/49/66493fde846df53402dccbf63d31ab0ae326fca1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can enjoy a pleasant stay in one of the 35 rooms. A lobby and a reception are available t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="172.01" OriginalAmount="167.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008713906085" Longitude="28.958787054863" StarRating="3" HotelCode="160744|gold_5" HotelName="Gold Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Kemalettin Mahallesi, Sair Hasmet Sokak 11, Laleli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/6a/17/6a1701df562b5edda146ef46228e007c5a77fbdb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="172.08" OriginalAmount="167.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04356" Longitude="28.91335" StarRating="5" HotelCode="|220626" HotelName="Golden Tulip Istanbul Bayrampasa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yenidogan Mah. Cicoz Yolu Cad. No:13 Bayrampasa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/6/2/6/220626_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="172.31" OriginalAmount="167.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00849" Longitude="28.954226" StarRating="0" HotelCode="|523463" HotelName="Freya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ihtisap Agasi Sk. 9-11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/4/6/3/523463_6b0c3be0959.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="172.55" OriginalAmount="167.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00866" Longitude="28.97413" StarRating="0" HotelCode="|184149" HotelName="Aybar Hotel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mah. Basmusahip Sok. No:10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/1/4/9/184149_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="172.68" OriginalAmount="167.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013848" Longitude="28.978956" StarRating="4" HotelCode="104121|590995" HotelName="Gülhanepark" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nöbethane Cad. No: 1, 34112 Sirkeci, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/41/48/414840f4195483883d9ea6c53257dfde76a68e92.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city and business hotel is situated just a few steps away from Gulhane Park. The hotel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="172.71" OriginalAmount="167.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.029577" Longitude="28.972431" StarRating="4" HotelCode="|452455" HotelName="Dora Pera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Evliya celebi mahallesi simal sokak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/2/4/5/5/452455_85ecccf1157.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="172.83" OriginalAmount="167.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.019558" Longitude="28.909955" StarRating="5" HotelCode="|220739" HotelName="Grand Makel Topkapi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Maltepe Mah. Serce Kale Sok. No 1-1 Zeytinburnu Istanbul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/7/3/9/220739_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="172.99" OriginalAmount="167.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038723682083" Longitude="28.984039127827" StarRating="4" HotelCode="18133|30184" HotelName="Taksim Gönen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Aydede Caddesi No. 15, 34437 Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/9f/009f43c6d6e8c37e2a5096351d27dcc52e5916a0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel is located just minutes from the modern Taksim Square. Close to the hote...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="172.99" OriginalAmount="167.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.037121368107" Longitude="28.986632823944" StarRating="4" HotelCode="38708|1450698" HotelName="Taksim Metropark Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Osmanli Sokak 4, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/95/99956f0a38adfa7279a0a2dc20d7d9761330a300.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is around 50 m from the city centre, where there are plenty of shopping opportunitie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="173.04" OriginalAmount="168" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.984002203561" Longitude="29.114250685267" StarRating="3" HotelCode="933230|198930" HotelName="Nice Royal Otel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Housekeeping,Internet,Smoking Rooms,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Kücükbakkalköy Mahallesi, Isiklar Caddesi 12, Atasehir, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/5a/dc5ad7f97bdc9083779b3ad2f1e7b6bef6e31bfb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in Asian Side. Visitors will not be bothered during their stay, as th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="173.04" OriginalAmount="168" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.055133849711" Longitude="29.017968708689" StarRating="3" HotelCode="915594|30423" HotelName="Republika Academic Aparts Ortakoy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Balmumcu Mahallesi, Mustafa Izzet Efendi Sokak 1, 34349 Ortaköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f7/13/f713900aea84ba63595ff6466beb4ab163dc4b27.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="173.14" OriginalAmount="168.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0068734" Longitude="28.9563151" StarRating="0" HotelCode="|108115" HotelName="Kuran Hotel International" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Katip Kasim Mah . Guvenlik Cad. No:1 Laleli/Aksaray</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/1/5/108115_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts spa facilities, rooms with air-conditioning, cable TV and a minibar. SITUATION: This hotel is 15 minutes away from the bazaar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="173.22" OriginalAmount="168.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004551" Longitude="28.979777" StarRating="3" HotelCode="188716|1007385" HotelName="Center Hill Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Mimar Mehmet Aga Caddesi 23, Fatih, Istanbul, Sultanahmet</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/45/76/4576c7f8af5657ce22318d952743352cf56bed26.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="173.33" OriginalAmount="168.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0086422" Longitude="28.959998" StarRating="3" HotelCode="|82942" HotelName="Benler" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/4/2/82942_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inIstanbul the historic area of the establishment is 15 kilometres away from the basilica and Fatih the Mosque of. ROOM: All the rooms have a satellite TV and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="173.43" OriginalAmount="168.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034914" Longitude="28.984645" StarRating="3" HotelCode="188751|83650" HotelName="Taksim Star" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly 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,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Siraselviler Caddesi 37, 34437 Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/18/4b1890f4f192b5ac5e656299cc04334ee87aaf40.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly on Taksim Square. Guests will find the city centre, restaurants, bars...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="173.51" OriginalAmount="168.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0190926483" Longitude="28.963589966297" StarRating="4" HotelCode="185595|4932135" HotelName="Hayriye Hanim Konagi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hayriye Hanim Sok. No. 19, Demirtas Mah., Old City Suleymaniye, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/16/160755/160755a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The unique historical and tourist sights of the Old City are within walking distance of the hotel. S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="173.66" OriginalAmount="168.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011937" Longitude="28.957229" StarRating="0" HotelCode="|305343" HotelName="Beethoven" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kemalpasa Mahallesi, Fethi Bey Caddesi No: 63, Laleli, Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/5/3/4/3/305343_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="174.02" OriginalAmount="168.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04056927" Longitude="28.98212221" StarRating="4" HotelCode="321413|29396001" HotelName="Metropolitan Taksim" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Taksim Caddesi 89-91, Beyoglu Istanbul, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/4f/574f41dd6af2c96592c068845fa7717e1ead013d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="174.04" OriginalAmount="168.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012836" Longitude="28.9778217" StarRating="0" HotelCode="|82944" HotelName="Gülhane Corner" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/4/4/82944_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Santa Sofia it is 5 minutes away from. ROOM: Customers can find modern rooms, with WiFi, (free of charge). OTHERS: Regarding the food and beverage provision, the establishment offers a breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="174.04" OriginalAmount="168.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039375" Longitude="28.982391" StarRating="0" HotelCode="|475708" HotelName="Gazelle Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Feridiye caddesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/7/0/8/475708_dc4d1d91228.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="174.07" OriginalAmount="169" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007064260597" Longitude="28.972137447467" StarRating="3" HotelCode="315897|47779" HotelName="Peyk" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Peykhane Caddesi 10, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/97/e897ac87aca5f6a31bed1b1e11756d723bbafc14.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="174.07" OriginalAmount="169" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.056474" Longitude="28.987681" StarRating="3" HotelCode="298254|57823" HotelName="Near Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Mayis Mahallesi, Samanyolu Sokak 67, Sisli, 34360 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/3a/433aa3f1c8ea3c5d405d000b5ea786e22a8be722.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="174.07" OriginalAmount="169" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.8888122" Longitude="29.18250712" StarRating="4" HotelCode="350853|206134" HotelName="The Grand Mira Business Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Yukari Mahallesi, Sarayli Sokak 3, Üsküdar Caddesi, Kartal, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/60/0360b479469e37ebc881c778e3332cc27fceb8ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.07" OriginalAmount="169.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011736" Longitude="28.946976" StarRating="3" HotelCode="166623|star_city_hotel_2" HotelName="Star City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vatan Cd. Sehit Pilot Mahmut Nedim Sokak No:1, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/ef/16ef2dbb31984346111adf6ff5b80870238d4284.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.07" OriginalAmount="169.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004355829379" Longitude="28.979782702767" StarRating="3" HotelCode="118851|hotel_oceans_7" HotelName="Hotel Ocean's 7" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Amiral Tafdil Sokak 18/1, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9f/da/9fda308936aa912db43dda1c65d15ccafc8ff3fb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.07" OriginalAmount="169.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.054724450459" Longitude="28.991369605064" StarRating="4" HotelCode="173487|vizon_hotel" HotelName="Vizon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Mahallesi, Sütlü Sokak No. 6, Osmanbey Sisli, 34363 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ae/12/ae125a532f80793756953466fcc41a0bd6e4c9d8.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet street of Osmanbey, an area in the district of Sisli that is well-k...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="174.11" OriginalAmount="169.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0071297" Longitude="28.9737053" StarRating="4" HotelCode="|55933" HotelName="Mina – Special Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PIYERLOTI CD.DOSTLUK YURDU.SK.NO:6 SULTANAHMET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/9/3/3/55933_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2003 and has 44 rooms, The establishment has a hall with a reception, a currency exchange service, a cloakroom, a lift, air-conditioning, a restaurant and conference rooms. The establishment also offers internet, room service, a laundry service (for a fee) and a car park (for a fee). SITUATION: Is situated inIstanbul the heart of 5 minutes away from the establishment, clients can find places of interest, 20 minutes away from the establishment clients have Istanbul AtatÃ¼rk Airport. ROOM: The rooms have an electronic key, a bathroom with a bath, a hairdryer, a direct line telephone and WiFi. They also have cable television, a mini-bar, a double bed, a safe, a central heating system and a central air-conditioning system. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and Ã  la carte or set-menu lunch and dinner. Guests can book bed and breakfast. PAYMENT METHODS: The establishment accepts Visa and Mastercard.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="174.13" OriginalAmount="169.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012245" Longitude="28.97755" StarRating="4" HotelCode="39194|621585" HotelName="Sude Konak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>EbuSuud Caddesi No 24, 34110 Sirkeci, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/2f/942feb74556297ce93a62c950872348a1a497118.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is located directly in the city centre where there is wide a range of public tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="174.28" OriginalAmount="169.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0349606" Longitude="28.976883" StarRating="0" HotelCode="|353360" HotelName="Grand Papirus Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kamerhatun Cd. No:15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/3/6/0/353360_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="174.48" OriginalAmount="169.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.033391" Longitude="28.975128" StarRating="3" HotelCode="260169|1068338" HotelName="Pera Hill" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Caddesi 39, 34340 Istanbul, Beyoglu</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/2d/d0/2dd05a54709169c87f3cda6dea2ef7e491f79e46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="174.49" OriginalAmount="169.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011118778456" Longitude="28.958201408386" StarRating="4" HotelCode="130243|109712" HotelName="Klas" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Harikzedeler Sok No 48, Laleli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/56e5a761603546329844a128dd04eb8a.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the old city centre within walking distance of the spectacular highlights of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="174.49" OriginalAmount="169.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.054472" Longitude="29.019729" StarRating="0" HotelCode="|153632" HotelName="Republika Ortaköy Aparts" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BALMUMCU MH. MUSTAFA IZZET EFENDI SK. ORTAKOY 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/6/3/2/153632_d13a3420813.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2013, has 268 rooms and a car park. SITUATION: This establishment, is in Istanbul a good location in is situated in the city centre excellent transport links to the city, is near the bus stop, the metro station, points of interest and the harbour.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="174.67" OriginalAmount="169.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.044199983467" Longitude="28.91315639019" StarRating="5" HotelCode="185754|851345" HotelName="Titanic Business Golden Horn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Yenidogan Mahallesi, Erciyes Sokak 7, Bayrampasa, 34030 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/40/402717/402717a_hb_a_041.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in Bayrampasa, Istanbul’s central business district. Guests can access pu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="174.73" OriginalAmount="169.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012577" Longitude="28.955169" StarRating="0" HotelCode="|552749" HotelName="Woxx Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kemalpasa Mah Ahmet Selahattin Sok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/7/4/9/552749_9e0cc811118.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="174.75" OriginalAmount="169.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.029255" Longitude="28.972969" StarRating="4" HotelCode="95950|1082278" HotelName="Ansen Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Evliya Celebi Mahallesi, Mesrutiyet Caddesi 70, Tepebasi Tunel, Beyoglu, 34303 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f5/6e/f56e8e40bf16a3623ce1c24ee74c401ce1b06da4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="174.89" OriginalAmount="169.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011139329517" Longitude="28.955894279762" StarRating="4" HotelCode="43563|95249" HotelName="Yigitalp" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gençtürk Cad., Çukur Çesme Sok. No:34, Sehzadebasi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/ebad94d24afc4ef189431920d9fcbaaa.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of the enthralling old town, just a short distance from a wide se...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.07" OriginalAmount="169.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008703" Longitude="28.885129" StarRating="4" HotelCode="|443951" HotelName="ibis Styles Istanbul Merter" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mehmet Nesih Ozmen Mah., Kasim Sok. 32</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/3/9/5/1/443951_e963ae71109.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.08" OriginalAmount="169.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034682" Longitude="28.980854" StarRating="0" HotelCode="|524657" HotelName="Li Hotel Pera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Katip Mustafa Celebi Mahallesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/6/5/7/524657_4c399711144.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.09" OriginalAmount="169.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.91233" Longitude="29.21728" StarRating="4" HotelCode="|192518" HotelName="Ramada Encore By Wyndham Istanbul Kartal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Mah. Kartal Cad., No: 53</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/5/1/8/192518_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="175.10" OriginalAmount="170" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05410417" Longitude="28.98588235" StarRating="5" HotelCode="498247|217684" HotelName="Numi Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Mahallesi, Rumeli Caddesi 104/6, Osmanbey Sisli, 34380 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/a5/49a5f735801276a12e19d9949d5d457eea9f1272.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="175.10" OriginalAmount="170" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00416609273" Longitude="28.976459261427" StarRating="1" HotelCode="320724|217749" HotelName="Sultan Corner Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Kücük Ayasofya Caddesi 6, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/22/229635/229635a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.10" OriginalAmount="170.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005383" Longitude="28.979994" StarRating="4" HotelCode="87538|the_byzantium_hotel__suites__special_class" HotelName="The Byzantium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 27/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik cad. No: 29, 3400 Sultanahmet</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/89/5c/895cee164fd9339684f6d3a7114908a57b7527a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of Sultanahmet, only a few minutes walk from Topkapi, The Blue M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.14" OriginalAmount="170.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0039427" Longitude="28.9793481" StarRating="0" HotelCode="|83039" HotelName="Kaftan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Caddesi Amiral Tafdil Sokak No 29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/3/9/83039_4.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inIstanbul the historic centre of this establishment, is close to Topkapi the Palace of the bazaar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="175.18" OriginalAmount="170.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007005989148" Longitude="28.972690701485" StarRating="4" HotelCode="27743|271255" HotelName="Mina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piyerloti Cad. Dostluk Yurdu Sok. No:6, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/c5/94c5dbeeef3cf9fb12805a712fa5c5913a3d5c85.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Magic Istanbul's old town. The Archaeological Museum, the St So...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.26" OriginalAmount="170.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.059512" Longitude="28.813415" StarRating="0" HotelCode="|450583" HotelName="Westside Residences By Rotana" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mahmutbey Mah. Tasocagi Yolu Cad.39-1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/5/8/3/450583_489d2b21000.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.26" OriginalAmount="170.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.904957" Longitude="29.279701" StarRating="0" HotelCode="|545820" HotelName="Fontana Verde" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nur Sk. 32</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/5/8/2/0/545820_77506032207.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.46" OriginalAmount="170.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.07048" Longitude="29.00628" StarRating="4" HotelCode="|185045" HotelName="Veyron Hotels and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Esentepe Mh. Saglam Fikir Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/0/4/5/185045_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="175.54" OriginalAmount="170.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003905" Longitude="28.979315" StarRating="3" HotelCode="191121|1652118" HotelName="Kaftan Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran mah., Mimarmehmetaga cad. Amiral Tafdil Sok. No:45, 34120 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c0/a1/c0a1a7b2d18a6cb27a39ed2430cf4ff3c137b0d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.57" OriginalAmount="170.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.907433" Longitude="29.214929" StarRating="0" HotelCode="|526219" HotelName="Aram Otel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Naz Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/6/2/1/9/526219_b1ea5431013.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="175.63" OriginalAmount="170.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013909742691" Longitude="28.939782679081" StarRating="3" HotelCode="168419|1462558" HotelName="Topkapi" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oguzhan caddesi No:20, Findikzade, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/2e/a92ec4db6c61ad1359fbfb098b7cdca6f7d6dc8e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.64" OriginalAmount="170.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0355218" Longitude="28.9870293" StarRating="0" HotelCode="|108130" HotelName="Hotel Taksim Home" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Taksim Dunya Saglik Sokak No:19 Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/3/0/108130_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in the city centre, is situated 100 metres away from Taksim the square. ROOM: The apartments have a washing machine, a dishwasher and a flat-screen television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.67" OriginalAmount="170.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03811" Longitude="28.98351" StarRating="0" HotelCode="|551401" HotelName="T-Square Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Feridiye Cd.no 93</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/1/4/0/1/551401_1db28ef1149.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.81" OriginalAmount="170.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.045406" Longitude="29.003908" StarRating="0" HotelCode="|534309" HotelName="Ruby Suit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mecit Ali Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/3/0/9/534309_6e4a3ee1122.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.82" OriginalAmount="170.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013276" Longitude="28.9772822" StarRating="0" HotelCode="|22611" HotelName="Seres " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hudavendigar Caddesi 25 Sirkeci</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/1/1/22611_84ce5681128.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2004, has 54 rooms, a lobby, a safety deposit box service, a currency exchange service, 2 lifts and a cafÃ©. Guests are also offered a television room, an Ã  la carte restaurant, a conference room and internet. There are many services available at the establishment, including room service, a laundry service and a medical care service. SITUATION: It is inIstanbul the centre of. ROOM: All the rooms have a bathroom, a hairdryer, a direct line telephone, satellite or cable TV, internet, a mini-bar, a central heating system and fitted carpets. PAYMENT METHODS: Customers can pay by Visa and Mastercard. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.89" OriginalAmount="170.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.990479" Longitude="29.030021" StarRating="0" HotelCode="|537740" HotelName="Rubby Hotel Kadıköy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/7/4/0/537740_94c3f880956.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.91" OriginalAmount="170.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.032328" Longitude="28.988932" StarRating="0" HotelCode="|530003" HotelName="Union Hotel Port" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Omer Avni Mah. Celebi Hamami Sk. No:14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/0/0/0/3/530003_2fc709f1055.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.93" OriginalAmount="170.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006267" Longitude="28.973496" StarRating="4" HotelCode="|37006" HotelName="Lady Diana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BINBIRDIREK MAH TERZIHANE SOK NO 15 SULTANAHMET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/0/0/6/37006_1470e931348.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2007, has 75 standard rooms and 4 floors. The establishment boasts air-conditioning, a hall with a reception, a currency exchange service, a cloakroom and a lift. Guests can find a bar, a restaurant, shops, a conference room, a car park, room service and a laundry service. SITUATION: This hotel is in the city centre of the historic centre. Near the establishment, guests will find tourist areas. 5 minutes away from the establishment you have the bazaar. It is 10 minutes away from the railway station. 15 minutes away from the establishment, guests will find Taksim where you can find bars. ROOM: All the rooms have a bathroom, a mini-bar with a hairdryer, a direct line telephone and a double bed. Guests are offered a satellite television, a safety deposit box, internet (free of charge), a television, an electronic key, heating and a central air-conditioning system. FACILITIES: The establishment boasts a hammam, a gym, a sauna and a massage service (available for a fee). MEALS: The establishment also has a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.93" OriginalAmount="170.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00316" Longitude="28.97574" StarRating="3" HotelCode="|184146" HotelName="Atam Suites and Apart" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/1/4/6/184146_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.99" OriginalAmount="170.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0918" Longitude="29.09378" StarRating="0" HotelCode="|184163" HotelName="Bilek Boutique Hotel Kavacik" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kavacik Mh Ekinciler Cad Muhtar Sk No:9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/1/6/3/184163_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="176.13" OriginalAmount="171" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04807944" Longitude="29.00761632" StarRating="3" HotelCode="293677|57953" HotelName="Cheya Otel Besiktas" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Barbaros Bulvari, Akdogan Sokak 39, 34353 Besiktas, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/dc/8c/dc8ca4210cfb56f0f6a3c6db38d544e81319bae0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="176.13" OriginalAmount="171" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008234590402" Longitude="28.970437645912" StarRating="4" HotelCode="169628|54902" HotelName="Hotel New House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Emin Sinan Mahallesi, Evkaf Sokak 6, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/14/145739/145739a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Çemberlitas area, next to Sultanahmet and within easy walking distance o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="176.13" OriginalAmount="171" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023717538778" Longitude="28.973959552167" StarRating="4" HotelCode="300841|58771" HotelName="Manesol Boutique Galata" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Arapcamii Mahallesi, Bankalar Caddesi, Billur Sokak 1A, 34420 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3a/e5/3ae5682ae0383436b958da2f28541976a65ff71b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located in the heart of Istanbul. Its setting is especially ideal for guests ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="176.13" OriginalAmount="171" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036193887343" Longitude="28.912259281886" StarRating="4" HotelCode="323795|217649" HotelName="Marnas Hotels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Yenidogan Mahallesi, Abdi ipekçi Cadedesi 14-16, Bayrampasa, 34040 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/c0/6dc09b1efd158edc4ff885bde6377093e025872a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="176.13" OriginalAmount="171" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039889386573" Longitude="28.98208122567" StarRating="3" HotelCode="263736|57636" HotelName="Ottopera Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Feridiye Street 95, Taksim, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/db/05db13e062d18f335768beff66c4b4cd22ffede0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="176.17" OriginalAmount="171.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9914262" Longitude="29.0326691" StarRating="0" HotelCode="|306078" HotelName="Mezzo Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kalem Sokak Osmanaga mah ,Numara 10-12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/6/0/7/8/306078_e13f9872057.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="176.19" OriginalAmount="171.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0120548" Longitude="28.9554907" StarRating="4" HotelCode="|68311" HotelName="Klas Istanbul Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HARIKZEDELER SOK.NO 48</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/3/1/1/68311_1_2295.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2009, has 129 rooms, 8 executive rooms and a lobby with a reception air-conditioning, a currency exchange service, a cloakroom and a lift. The establishment also offers a bar and a restaurant. You are also offered internet, room service and a laundry service (for a fee).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="176.35" OriginalAmount="171.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.044993" Longitude="29.012495" StarRating="0" HotelCode="|548284" HotelName="Wind Suit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Asariye Cd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/8/2/8/4/548284_0eeec4c1130.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="176.44" OriginalAmount="171.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.059222071563" Longitude="28.943804632472" StarRating="5" HotelCode="310356|399659" HotelName="Mövenpick Hotel Istanbul Golden Horn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Silahtaraga Caddesi 87, Eyüp, 34050 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/68/00680d424b0bd46513ef6a5fb5495eabc5ed3b05.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Istanbul. For guests who appreciate a stylish ambience...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="176.44" OriginalAmount="171.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006607" Longitude="28.969696" StarRating="0" HotelCode="|454604" HotelName="Imagine - Special Category" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Emin Sinan Mah. Pertevpasa Sk. No: 57Kadirga,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/6/0/4/454604_121fc9e1030.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="176.50" OriginalAmount="171.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0033275" Longitude="28.9777869" StarRating="3" HotelCode="|94489" HotelName="Almina  - Special Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KUCUKAYASOFYA MAH. AKBIYIK DEGIRMENI SK. NO:27 , Istanbul 34122 Turkey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/4/4/8/9/94489_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a reception, a bar, a breakfast room and WiFi in communal areas a laundry service and a dry cleaner's (for a fee), At an additional cost you can enjoy a sauna and a hamman. SITUATION: the Sultan Ahmed Mosque It is situated 300 metres away from this hotel Sultanahmet it is in. ROOM: The rooms have a bathroom, a shower, a hairdryer, a direct line telephone, a television, WiFi (free of charge), a mini-bar and an air-conditioning system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="176.54" OriginalAmount="171.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034026" Longitude="28.982007" StarRating="0" HotelCode="|534546" HotelName="Four Sides Beyoglu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tel Sk. 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/5/4/6/534546_caa3ffa1154.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="176.62" OriginalAmount="171.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003405394545" Longitude="28.978269141209" StarRating="4" HotelCode="136264|2798154" HotelName="Antis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sultanahmet Mahallesi, Akbiyik Degirmeni Sokak 98, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4c/e1/4ce11ee39c692f1fdda4af02e0985b0427319291.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel enjoys a great location in the heart of Istanbul's historical city centre, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="176.69" OriginalAmount="171.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008760639404" Longitude="28.970171548798" StarRating="3" HotelCode="146751|1580698" HotelName="Dedem Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Emin Sinan Hamam Caddesi 8, Çemberlitas Istanbul, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9e/33/9e331e3366cf55b9a24e2f1f37cc01ef899b0fcb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="176.83" OriginalAmount="171.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039253" Longitude="28.943089" StarRating="5" HotelCode="|353864" HotelName="Millennium Istanbul Golden Horn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ayvansaray Mahallesi Ayvansaray Kuyusu Sokak No 8 Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/8/6/4/353864_67976b51143.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="176.84" OriginalAmount="171.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013171029073" Longitude="28.976832032204" StarRating="3" HotelCode="33269|605205" HotelName="Hotel Centrum Istanbul" 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,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hoca Pasa Mahallesi, Ibn-i Kemal Caddesi 14, Sirkeci, 34080 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/25/95257d789ba932305c1349ea97159e49a6689238.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="177.02" OriginalAmount="171.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0070466" Longitude="28.9669557" StarRating="0" HotelCode="|353482" HotelName="Oban Suites Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gedikpasa Caddesi No: 42 Beyaz?t</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/4/8/2/353482_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="177.14" OriginalAmount="171.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0090294" Longitude="28.9648898" StarRating="0" HotelCode="|82877" HotelName="Balin - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dibekli Camii sk. No:10 Beyazit</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/8/7/7/82877_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel Sultanahmet it is in it is located 350 metres away from Topkapi the Palace of and the mosque. ROOM: The establishment has soundproofed rooms, with WiFi (free of charge) and views of the city.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="177.16" OriginalAmount="172" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.000514628697" Longitude="29.136636621015" StarRating="5" HotelCode="375344|58758" HotelName="Bof Hotels Ceo Suites Atasehir" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tatlisu Mahallesi, Halic Sokak No. 10, Atasehir, 34775 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/fe/ed/feed7615b3fa5c0d3dc12932e395415f159a738e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul - Sabiha Gökcen (SAW).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="177.16" OriginalAmount="172" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.026535" Longitude="28.97455" StarRating="3" HotelCode="933235|58135" HotelName="Duo Galata Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sahkulu Mahallesi, Galipdede Caddesi 56/83, 34420 Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/e0/f4e07c186df5719b1cb9b616af6a60e17ee93599.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="177.16" OriginalAmount="172" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.81621461" Longitude="29.30431404" StarRating="0" HotelCode="815446|494666" HotelName="Tuzla Garden Hotel &amp; Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Housekeeping,Internet,Laundry,Smoking Rooms,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Cami Mahallesi, Galipaga Sokak 22, 34940 Tuzla, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/f9/edf92dc04b46a34056aec9521913c3d8c321f16e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel can be found in Gebze. The premises count with 42 welcoming bedrooms. Guests ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.16" OriginalAmount="172.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02815751" Longitude="28.97277691" StarRating="5" HotelCode="154376|tunel_residence" HotelName="Tunel Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sishane Evliya Çelebi Mahallesi, Mesrutiyet Caddesi 96, 34430 Beyoglu- Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/d7/43d7bd477829c3c64c556d1960e6712fba793d11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.16" OriginalAmount="172.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008047" Longitude="28.963131" StarRating="4" HotelCode="168922|hotel_momento__special_class" HotelName="Hotel Momento Beyazit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mithat Pasa Caddesi, Kucuk Haydar Efendi Sokak 14, Beyazit, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/1d/0f1d69be671c872e3d02f7cec7066d6887c88132.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is very conveniently located less than 200 metres from the Grand Bazaar while the sights o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.16" OriginalAmount="172.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006395" Longitude="28.957112" StarRating="3" HotelCode="189374|simper_hotel_" HotelName="Simper Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Katip Kasim Mahallesi, No. 59 Kiziltas Sokak, Turkeli Caddesi, Aksaray/Nisanca, Fatih, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/af/6cafba9483bab0908853e722f83a1fef0aca8c73.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located close to Aksaray and approximately 2 km from the historical attractions at Sultanahmet, the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="177.27" OriginalAmount="172.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.051618" Longitude="28.989143" StarRating="3" HotelCode="191115|1953255" HotelName="Jazz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Halaskargazi Mahallesi, Bahtiyar Sokak No:1, 34371 Nisantasi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/ab/2cab3757efc1db85558fd173faa397acc261a9ca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="177.29" OriginalAmount="172.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.991994756828" Longitude="29.026076752376" StarRating="4" HotelCode="37687|1580738" HotelName="Dila" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Osmanaga Mahallesi, Mühürdar Fuat Sokak 5, PK: 34714 Kadiköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/cb/79cbd893bbafc4177a0784d3f0b9d9a852e28752.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="177.38" OriginalAmount="172.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.002697443279" Longitude="28.973619169312" StarRating="3" HotelCode="148643|1581178" HotelName="Istanbul Harmony Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucukayasofya Mahallesi, Aksakal Caddesi 26, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9b/2a/9b2a52a08ba533c9f700335006404adfe47fbb4b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the old city, a few minutes' walk from famous tourist attractions such as t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="177.78" OriginalAmount="172.6" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0098" Longitude="28.954833" StarRating="4" HotelCode="185585|1062558" HotelName="Sorriso Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Kemal Pasa Mahallesi, Ordu Caddesi 60, Laleli, Fatih, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/dbe21907341f42098cf3dfbc803ac461.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Laleli district of Istanbul, just a few minutes’ walk from Aksaray under...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="177.79" OriginalAmount="172.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008506" Longitude="28.960339" StarRating="4" HotelCode="169652|935865" HotelName="Bekdas Hotel Deluxe" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Kemalettin Mahallesi, Derinkuyu Sokak 4, Laleli - Fatih, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e4/dc/e4dcead064ca5cb0c47e87a5b8824bd9d1325aab.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Laleli district of the historical part of Istanbul, the hotel is within easy access o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="177.81" OriginalAmount="172.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05926" Longitude="28.94413" StarRating="5" HotelCode="|192994" HotelName="Mövenpick Istanbul Golden Horn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Silahtaraga Caddesi, No. 87</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/9/9/4/192994_7977bb31229.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="178.16" OriginalAmount="172.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.037131" Longitude="28.983494" StarRating="4" HotelCode="188750|1007465" HotelName="Taksim Life" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Anar Çesmesi Sok. No: 13, Sehit Muhtar Cad., 34435 Istanbul, Taksim-Beyoglu</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/96/9d/969dd3684157de4ca55a048afba8e8968a49181e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178.19" OriginalAmount="173" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02530745" Longitude="29.09371347" StarRating="0" HotelCode="373866|237644" HotelName="Era Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Atatürk Mahallesi, Alemdag Caddesi 112, Ümraniye, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/ac/d0ac9fa7a733c5fab877e2ade181922b4c09a7de.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178.19" OriginalAmount="173" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="730930|284979" HotelName="The Pashas Inn Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kadirga Limani Caddesi, Üstad Sokak 3, Kumkapi, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/b0/7bb01cdd3fbab15b563274dedc880d41c9f41968.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178.19" OriginalAmount="173" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0704447" Longitude="29.0062688" StarRating="4" HotelCode="313442|217237" HotelName="Veyron Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Esentepe Mahallesi, Saglam Fikir Sokak 1/1, Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/17/d917389a57e5343e92193ddb5c7452536b8ca16a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.19" OriginalAmount="173.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036002317553" Longitude="28.981622122973" StarRating="3" HotelCode="185579|iq_houses_apartments_kurabiye_" HotelName="IQ Houses Mis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mahallesi, Mis Sokak 18, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/22/d322352a31884b2e53b56148c68d14a8f6d6d341.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.19" OriginalAmount="173.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006249120485" Longitude="28.981304139881" StarRating="3" HotelCode="186034|villa_sofia_hotel" HotelName="Alaturka Elegance" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Sultanahmet, Akbiyik Caddesi 3, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/70/8e705d2ac9995d98d675cc231391b5ba139f0f6a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.19" OriginalAmount="173.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.014017" Longitude="28.97659" StarRating="3" HotelCode="191071|elanaz_hotel" HotelName="Elanaz Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Orhaniye Caddesi 34, Sirkeci, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/8f/2f8f3060c00097c6c908bdabc2696460d0d4c832.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="178.28" OriginalAmount="173.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0390563" Longitude="28.9862806" StarRating="3" HotelCode="|85150" HotelName="Germir Palas  - Special Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Caddesi 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/1/5/0/85150_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a restaurant, restaurants, a bar, a meeting room and a business centre. This urban establishment, has 49 rooms, a hall with a reception, express check-out, a safety deposit box service, a currency exchange service, a lift, WiFi, room service and a laundry service (for a fee). SITUATION: It is in the city centre, 150 metres away from the establishment, you can find Taksim the Square of Where you can find shops, restaurants, bars and public transport services. 8 minutes away from the establishment guests have the nightlife, 25 minutes away from the establishment, you can find places of interest, is 16 kilometres away from Istanbul AtatÃ¼rk Airport It is situated 42 kilometres away fromSabiha GÃ¶kÃ§en Airport. ROOM: Each room has an air-conditioning system, individual heating, internet, a satellite TV, a radio, a safety deposit box, a mini-bar, a hairdryer, a bathroom with a shower, a double bed, a direct line telephone and a terrace. FACILITIES: The establishment has a small gym. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast, an Ã  la carte lunch and a set-menu or Ã  la carte dinner. PAYMENT METHODS: Customers can pay by American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="178.32" OriginalAmount="173.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009678" Longitude="28.952487" StarRating="4" HotelCode="69968|467445" HotelName="Ramada Old City" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Turgut Özal (Millet) Cad. No: 82, Findikzade, 34093 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/e1/c8e1cd3ee512bed8f4adbeb727c40d11d02bbd1d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the old town of Istanbul on one of the city’s famous streets. The near...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="178.45" OriginalAmount="173.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039968" Longitude="28.984076" StarRating="4" HotelCode="188727|892565" HotelName="La Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Topçu Caddesi 12, Taksim, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/c2/30c2b1b932f29c1bb2e12099876e4daf81c39df0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has an excellent location just 250 m north of Taksim Square, the heart of modern Istanbul....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="178.56" OriginalAmount="173.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008908590915" Longitude="28.959451317787" StarRating="4" HotelCode="11576|469045" HotelName="The Darkhill Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Kemalettin Mahallesi, Koca Ragip Pasa Caddesi 9, Laleli, 34130 Istanbul, Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/25/28256fe9a7b29451f6b60b987611adb27b3e6b03.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is centrally located in the Laleli district at the heart of Istanbul's old to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="178.64" OriginalAmount="173.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005001" Longitude="28.973081" StarRating="3" HotelCode="|86902" HotelName="Ada Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Mehmet Pasa Yokusu No:30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/0/2/86902_1.jpg</HotelPictures>
        <HotelDescription>ROOM: This hotel has, rooms, with internet (free of charge). SITUATION: Sultan Ahmed Mosque 150 metres away, guests will find.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="178.77" OriginalAmount="173.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0071" Longitude="28.9726" StarRating="0" HotelCode="|558232" HotelName="Gulec Hotel and Spa - Special Category" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mah. Dostluk Yurdu Sk. No 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/8/2/3/2/558232_df94c031603.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="178.85" OriginalAmount="173.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003923" Longitude="28.971751" StarRating="0" HotelCode="|522255" HotelName="Sultan Suleyman Palace and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kadirga Limani Caddesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/2/5/5/522255_056f52d0957.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="178.86" OriginalAmount="173.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0338985" Longitude="28.9102221" StarRating="3" HotelCode="|304617" HotelName="Bayrampasa Grand Hotel Seferoglu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vatan Mah. Car?? Cad.No.26 Bayrampa?a</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/4/6/1/7/304617_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="178.92" OriginalAmount="173.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00797" Longitude="28.96303" StarRating="0" HotelCode="|72544" HotelName="Momento - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mithatpasa Cad 14 Kucuk haydar Efendi SK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/5/4/4/72544_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated close to the historic centre, places of interest. ROOM: The comfortable and inviting rooms, have an air-conditioning system, a direct line telephone, a bathroom and a hairdryer. They also have a satellite TV, a mini-bar, a safety deposit box, room service and WiFi. OTHERS: Regarding the food and beverage provision, the establishment offers a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="178.96" OriginalAmount="173.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008344" Longitude="28.976244" StarRating="3" HotelCode="188663|1895885" HotelName="Nomade" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Divanyolu Caddesi, Ticarethane Sokak 15, 34410 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/51/61511afb4db77066ef84e02dbae151d1990d603a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="179.01" OriginalAmount="173.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0083289" Longitude="28.9763228" StarRating="3" HotelCode="|83037" HotelName="Nomade Oldcity" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Divanyolu Cad. Ticarethane Sok. No : 15 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/3/7/83037_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a terrace on the rooftop and WiFi. The establishment offers a buffet breakfast. SITUATION: Is situated inIstanbul the heart of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="179.03" OriginalAmount="173.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006865" Longitude="28.97276" StarRating="0" HotelCode="|96004" HotelName="Olimpic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Peykhane Caddessi, 16 - Sultanahmet,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/6/0/0/4/96004_b58e1a21557.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is in a historic building, it offers WiFi and (free of charge), a terrace with fantastic views. SITUATION: The hotel is in Istanbul the historic centre of Sultan Ahmed Mosque 5 minutes walk away, guests can find. ROOM: The rooms have an air-conditioning system, flat-screen satellite television and a mini-bar. Some rooms have a balcony with beautiful views. RESTAURANT: Guests can enjoy a restaurant with beautiful views.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.22" OriginalAmount="174" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038521" Longitude="28.983114" StarRating="4" HotelCode="267840|47653" HotelName="Aston Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Feridiye Caddesi 26, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/fc/81fc9e94566c7ae74cadb9e6704324e4e18c90de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.22" OriginalAmount="174" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.893585" Longitude="29.355382" StarRating="3" HotelCode="293564|45778" HotelName="Emirtimes Hotel Tuzla" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Orhanli Mahallesi, Demokrasi Caddesi 36, Tuzla, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/34/33/3433a88fb67031a010c3cdd2f17f5d3017e7570f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.22" OriginalAmount="174" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="970945|414551" HotelName="Ramada Encore Basin Express" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mehmet Akif Mahallesi 3, Inonu Caddesi 96-1, Kucukcekmece, 34307 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/78/17787e6527e9bd2a9b50a1af266b2f0186f5ccbf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.22" OriginalAmount="174" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01204" Longitude="28.95578" StarRating="3" HotelCode="900068|23228" HotelName="Marinem" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gençtürk Cad. Aga yokusu Sk. No: 18, 34470 Istanbul, Sehzadebasi</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/56/12/5612bae9daef328e19d7adeb572d8ecb799a3020.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Sehzadebasi, which is the oldest part of Istanbul. Within walking distance, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="179.24" OriginalAmount="174.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0484118" Longitude="29.0076154" StarRating="3" HotelCode="|108267" HotelName="Cheya Beşiktaş" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Barbaros Bulvari, Akdogan Sokak No:39, Besiktas</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/6/7/108267_5.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Barbaros boulevard Bosphorus it is situated 750 metres away from the ferry terminal. ROOM: Customers have stylish rooms, have modern facilities and a kitchen.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="179.31" OriginalAmount="174.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0404166" Longitude="28.9850985" StarRating="4" HotelCode="|17608" HotelName="Nippon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Topcu Cd, Talimhane 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/6/0/8/17608_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 9 floors, 171 rooms and 12 suites. In the establishment entrance, guests will find a lobby with 2 lifts, a reception, a cloakroom, 20 safety deposit boxes and a currency exchange service. SITUATION: This hotel is in Istanbul the tourist area of close to the establishment, clients can find shops, bars, restaurants, nightclubs and a public transport stop. it is 15 minutes away from Topkapi Sarayi the railway station. ROOM: The rooms have a bathroom with a shower, a hairdryer, a direct line telephone, a satellite or cable television, a radio, internet, a mini-bar, a double bed, fitted carpets, an air-conditioning system and a central heating system. FACILITIES: Outdoors, clients have access to a swimming pool, At the neighbouring hotel clients can enjoy a sauna and a Turkish bath. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and Ã  la carte or set-menu lunch and dinner. Dietary restrictions can be accommodated and special dishes can be made. Guests can book half-board or full-board. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="179.61" OriginalAmount="174.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02574" Longitude="28.9724" StarRating="0" HotelCode="|238989" HotelName="Walton Hotels Galata" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bankalar Cad Sair Esref Pasa Sok No 4 Galata Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/9/8/9/238989_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="179.84" OriginalAmount="174.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013242" Longitude="28.976553" StarRating="0" HotelCode="33648|590625" HotelName="Seher Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Hoca Pasa Mahallesi, Ibni Kemal Caddesi 18, 34110 Sirkeci, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/01/79014410429ba3cf135ff9f5766e4e66875cc1c5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="179.87" OriginalAmount="174.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040342" Longitude="28.985071" StarRating="4" HotelCode="15177|85350" HotelName="Nippon Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Topçu Caddesi No: 6, 34437 Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c2/b6/c2b61eb371e7d92e2f9094571e62da43e82cdd8f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located in the tourist area of Istanbul and is located only a couple of m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="180.06" OriginalAmount="174.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.018109121616" Longitude="28.926572799683" StarRating="5" HotelCode="27534|29914" HotelName="Holiday Inn Istanbul City" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Turgut Ozal Caddesi 189, Millet Caddesi, Topkapi, 34280 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/7c/a37c3f4a0b1fe73a2dcdfe31b3dcba8ed4e1c798.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located 2 km from the Old City, the Grand Bazaar, the Hagia Sophia, Sultanahmet Mosque...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="180.12" OriginalAmount="174.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.048000929573" Longitude="28.626842688325" StarRating="4" HotelCode="318298|406530" HotelName="Manesol Fuar Beylikduzu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cakmakli Mahallesi, Hasat Sokak 41/A, 34500 Büyükçekmece, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/40/406530/406530a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="180.14" OriginalAmount="174.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.037012" Longitude="28.981957" StarRating="0" HotelCode="|563514" HotelName="The Tango Hotel Taksim" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>SEHIT MUHTAR MAHALLESI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/3/5/1/4/563514_be8358b1902.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="180.25" OriginalAmount="175" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03458732" Longitude="28.98302956" StarRating="3" HotelCode="578929|227072" HotelName="Hotel Naumpasa Konagi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Mustafa Çelebi Mahallesi, Taksim Kuyu Sokak 11, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/07/b8/07b8fa1c6c6b24a62d293b0f0b15cfebe2fa4f66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="180.25" OriginalAmount="175" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04788092" Longitude="28.98617127" StarRating="0" HotelCode="783142|375209" HotelName="Joy Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Harbiye Sisli, Papa Roncalli Sokak 149, 34349 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d3/6d/d36d599317445af3e34b66e4f8f8139507b06fc4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="180.25" OriginalAmount="175.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.054582867802" Longitude="28.933390974998" StarRating="4" HotelCode="55340|125217" HotelName="Turquhouse Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Bungalow Complex,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pierre Loti Tepesi Turistik Tesisleri, Merkez Mahallesi, Idris Köskü Caddesi, 34050 Istanbul, Eyüp</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/46/468054d53ead7691/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel is located on one of the pretty hills of Istanbul, Pierre Loti. A shuttle bus r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.25" OriginalAmount="175.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007224941115" Longitude="28.95610364418" StarRating="4" HotelCode="167022|grand_madrid_hotel" HotelName="Grand Madrid Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Laleli Caddesi 54, Laleli, Fatih, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/44/1d449d860b1a95fcb5998dcbdcfeadc06b502587.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.25" OriginalAmount="175.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01416485061" Longitude="28.977220165839" StarRating="3" HotelCode="142969|akcinar_hotel" HotelName="Akcinar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Nöbethane Caddesi, Serdar Sokak 18, Sirkeci, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/6d/da6d04b0ac88d7f7ac2c0bcca7c380aef0774959.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="180.26" OriginalAmount="175.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003929" Longitude="28.972423" StarRating="4" HotelCode="75491|366355" HotelName="Garden House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayosofya Mahallesi Sehit Mehmet Pasa No:11/13, 34400 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/aa/bfaab62caec6d7c899f2f2e2043701ced2d8c073.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly hotel offers luxury accommodation on the historic peninsula of Istanbul, only m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="180.33" OriginalAmount="175.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008332" Longitude="28.963836" StarRating="4" HotelCode="96592|889165" HotelName="Grand Beyazid" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mithat Pasa Caddesi, Abu Hayat Sok 5, 34490 Beyazid, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/92/9f/929ffe523ee43d2a09e72c0fa871f0db8c0cedf5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the right side of Beyazid Square, only a few metres from the Grand Bazaar, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="180.35" OriginalAmount="175.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03388" Longitude="28.97893" StarRating="3" HotelCode="|193162" HotelName="Hotel Mara" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Turnacibasi Cad. No:4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/1/6/2/193162_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="180.38" OriginalAmount="175.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.062895" Longitude="28.84135" StarRating="0" HotelCode="|450527" HotelName="The Superior Living Batisehir" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Goztepe Mah Batisehir G3 Block</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/5/2/7/450527_1451dc31340.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="180.70" OriginalAmount="175.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03427" Longitude="28.9798" StarRating="0" HotelCode="|559697" HotelName="Burj Al Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kuloglu Mah. Uzkinay Sok no 2/1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/9/6/9/7/559697_1cccfec1712.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="180.73" OriginalAmount="175.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0069973" Longitude="28.9554843" StarRating="0" HotelCode="|353416" HotelName="Darkmen Hotel 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hayriye Tuccari Cad. No:28 Laleli/Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/4/1/6/353416_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="180.80" OriginalAmount="175.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034426" Longitude="28.980711" StarRating="0" HotelCode="|84906" HotelName="Misafir Suites 8 Istanbul - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KULOGLU MAH. GAZETECI EROL DERNEK SOK. BEYOGLU 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/9/0/6/84906_8.jpg</HotelPictures>
        <HotelDescription>SITUATION: This boutique hotel Taksim it is in it is situated near the commercial area, Where you can find restaurants and bars. la Plaza Taksim 500 metres away from. ROOM: The establishment has large suites, They have heated floor, a flat-screen television, WiFi (free of charge) and a marble bathroom. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast, Accepted a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="180.84" OriginalAmount="175.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0034866" Longitude="28.9740227" StarRating="0" HotelCode="|108039" HotelName="Coliseum" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/0/3/9/108039_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a reception and WiFi (free of charge). SITUATION: This establishment, is 300 metres away from a beach, Santa Sofia 8 minutes away from the establishment, clients can find Cistern the basilica.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="180.99" OriginalAmount="175.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01119" Longitude="28.97321" StarRating="0" HotelCode="|184765" HotelName="New Florenta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Molla Fenari Mah. Selvili Mescit Sk. No:16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/7/6/5/184765_bf8a5261531.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.13" OriginalAmount="175.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03575" Longitude="28.98118" StarRating="0" HotelCode="|184929" HotelName="Taksim House Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Street Imam Adnan, Number: 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/9/2/9/184929_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.13" OriginalAmount="175.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.021842" Longitude="28.927232" StarRating="0" HotelCode="|467162" HotelName="Istanbul Efes Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Topkapi Mahallesi Beyazitaga sokak No:7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/1/6/2/467162_d4ea1821748.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.15" OriginalAmount="175.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0240515" Longitude="29.0939463" StarRating="3" HotelCode="|86711" HotelName="Grand Eyuboglu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/1/1/86711_ea139711150.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is in Umraniye the district of. FACILITIES: The establishment boasts a Turkish bath, a sauna and a covered swimming pool. ROOM: The modern rooms, have an air-conditioning system and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.16" OriginalAmount="175.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005933" Longitude="28.964101" StarRating="4" HotelCode="|22637" HotelName="Amber Hotel - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MUHSINE HATUN MAH.CIFTE GELINLER CAD. 3 KUMKAPI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/3/7/22637_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 4 floors and 24 standard rooms. In the establishment entrance, guests will find a big hall, a reception, a currency exchange service, a lift, a lounge area, a TV room and internet. It also has 2 inviting bars and an Ã  la carte restaurant with air-conditioning. There are many services available at the establishment, including room service and a laundry service. Outdoors, you can find an oudooor car park. SITUATION: This attractive hotel is in the historic centre. It is situated near the tourist attractions. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, internet, a mini-bar, a fridge, an air-conditioning system, a central heating system and a safety deposit box (available for a fee). FACILITIES: Customers can enjoy a billiards table and a Turkish bath. OTHERS: The establishment offers a buffet breakfast and dinner and Ã  la carte lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.23" OriginalAmount="175.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.971768" Longitude="29.059811" StarRating="0" HotelCode="|531750" HotelName="A11 Exclusive Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bagdat Caddesi No:233</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/1/7/5/0/531750_f25cedc1058.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="181.28" OriginalAmount="176" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013909789825" Longitude="28.978435837101" StarRating="4" HotelCode="899817|32249" HotelName="Hotellino" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nöbethane Caddesi 5, Sirkeci, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8e/d3/8ed389c83d7ba281ddb85b24cc02191656d266ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the heart of the historical old city, this charming city hotel is only a short walk from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="181.28" OriginalAmount="176" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98033222" Longitude="28.73065776" StarRating="4" HotelCode="623900|252266" HotelName="Lotte Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Merkez Mahallesi E-5, Yanyol caddesi 131, Near the Sukrubey Metrobus, Avcilar, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/b4/87b40a4aaf3673a129e8d542e240148383cadc58.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="181.28" OriginalAmount="176" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.029453009189" Longitude="28.805873996206" StarRating="4" HotelCode="310545|217701" HotelName="Park Inn by Radisson Istanbul Ataturk Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Halkali Merkez Mahallesi, Fatih Caddesi 99, 34303 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/3a/683a193526378f7449bbfb127f6484bb51575016.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="181.28" OriginalAmount="176" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009119" Longitude="28.957305" StarRating="3" HotelCode="899824|16395" HotelName="Prestige Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Koska Caddesi 6, 34480 Istanbul, Laleli</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/91/c3/91c3301e537361a82e939070e2c5e9d3f61419d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Laleli, close to public transport links (some 20 m), and in the heart of th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="181.29" OriginalAmount="176.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039558" Longitude="28.983467" StarRating="4" HotelCode="13092|334505" HotelName="The Green Park Hotel Taksim" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abdülhak Hamit Caddesi 34, 34437 Istanbul, Taksim</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/a5/a5ca947dff6ffe6c/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated about 100 m from the lively Taksim Square, only a few minutes from the town c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.52" OriginalAmount="176.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99227" Longitude="28.90954" StarRating="0" HotelCode="|185001" HotelName="The Conforium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/0/0/1/185001_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.80" OriginalAmount="176.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023394" Longitude="28.975983" StarRating="0" HotelCode="|108095" HotelName="P Galata  Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Necati Bey Caddesi Aynali Lokanta Sok. No:6 Karakoy Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/0/9/5/108095_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts WiFi (free of charge). SITUATION: The hotel Karakoy it is in it is situated 260 metres away from Bosphorus the Promenade of. ROOM: Customers can find stylish, modern rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.80" OriginalAmount="176.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98023" Longitude="28.7305942" StarRating="4" HotelCode="|306017" HotelName="Land Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>merkez mahallesi E-5 Yanyol Caddesi No:131 Avc?lar</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/6/0/1/7/306017_85aca271313.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="181.85" OriginalAmount="176.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.019116932723" Longitude="28.926588892937" StarRating="5" HotelCode="9466|29814" HotelName="Eresin Hotels Topkapi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Millet Caddesi 186, 34104 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ee/c8/eec865f9d07d0e1b26037b772643419b893fd45c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is conveniently located in the old city of Istanbul overlooking the walls that...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.91" OriginalAmount="176.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.909123" Longitude="29.17868" StarRating="0" HotelCode="|531068" HotelName="Alme Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Zara Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/1/0/6/8/531068_b038dc81036.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.93" OriginalAmount="176.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00295" Longitude="28.97623" StarRating="4" HotelCode="|184127" HotelName="Albinas  Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mahallesi Mustafa Pasa Sokak. No:34-38 Sultanahmet, Fatih, Turkey, Fatih,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/1/2/7/184127_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.94" OriginalAmount="176.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0070514" Longitude="28.9704278" StarRating="3" HotelCode="|86934" HotelName="Dedem" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Emin Sinan Mah. Emin Sinan Hamami Sok. No:8 Cemberlitas</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/3/4/86934_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a restaurant and Marmara views of. SITUATION: This establishment, is in Sultanahmet the district of Hagia Sophia 350 metres away, clients have the racecourse. ROOM: The rooms have an air-conditioning system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="182.10" OriginalAmount="176.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.063251" Longitude="29.001423" StarRating="4" HotelCode="|163871" HotelName="Business Life Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Fulya Mah Vefa Deresi Sk No:15 sisli 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/3/8/7/1/163871_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2014, has 33 rooms and a car park. SITUATION: This hotel Istanbul it is in is situated in the city centre excellent transport links to places of interest, near the establishment, guests will find the bus station, the railway station, the metro station, the bus station and entertainment areas.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="182.15" OriginalAmount="176.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0108529" Longitude="28.8171116" StarRating="5" HotelCode="|84933" HotelName="Istanbul Gonen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DEGIRMENBAHCE CAD.YENIBOSNA BAHCELIEVLER 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/9/3/3/84933_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2012, has an annexed building, a main 11-storey building, a 8-storey annexed building, has 305 standard rooms, 3Â junior suites, 6 suites and 3 rooms adapted for people with reduced mobility. SITUATION: This establishment is in Istanbul is situated in the city centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="182.26" OriginalAmount="176.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00888" Longitude="28.95945" StarRating="4" HotelCode="|17635" HotelName="Darkhill" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KMimar Kemalettin Mah. Koca Ragip Pasa Cad 9- Laleli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/6/3/5/17635_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2005, has 8 floors and 107 rooms. This air-conditioned establishment has a lobby, with a reception, a currency exchange service, a cloakroom, a safety deposit box service and 2 lifts. It also has shops, a bar, an Ã  la carte restaurant with a terrace, a games room, a TV room, a conference room and internet. There are many services available at the establishment, including room service, a laundry service and a medical care service (for a fee). SITUATION: This inviting hotel is in a central area, Laleli is situated in is situated in the heart of the historic centre, near the establishment, you will find shops, monuments and tourist points of interest. the Grand Bazaar and Sultan Ahmed Mosque in the surrounding area, clients have it is situated 15 kilometres away from the airport. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio, a mini-bar, a king-size bed, fitted carpets, an air-conditioning system and a central heating system. FACILITIES: Guests are offered a heated swimming pool, a gym, a sauna, the steam bath and a massage service. PAYMENT METHODS: Customers can pay using American Express, Visa and Mastercard. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="182.28" OriginalAmount="176.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00849" Longitude="28.9659" StarRating="0" HotelCode="|184135" HotelName="Alpinn Hotel Istanbul- Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tiyatro Cad. No: 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/1/3/5/184135_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="182.31" OriginalAmount="177" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="782593|375221" HotelName="My Dream Hotel &amp; Restaurant" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Esenkent Mahallesi, Yakuplu Caddesi 114/1, Agva Merkez Mahallesi, Sile, 34980 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/d5/51d5e5f88834ae30f84ba78c9bd1c13cde022f18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="182.31" OriginalAmount="177" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.002880072601" Longitude="28.975045008598" StarRating="3" HotelCode="410318|27761" HotelName="Artefes Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Caddesi, Cayiroglu Sokak 17, Sultanahmet, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/8b/7e8b60608ff243790701493a975b8aaaa272f67d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a recently opened establishment in the Sultanahmet district of Istanbul. The hotel's su...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="182.31" OriginalAmount="177" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00618839" Longitude="28.96949189" StarRating="0" HotelCode="430667|206559" HotelName="Cube Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Emin Sinan Mahallesi, Piyerloti Caddesi 57, Old City, Sultanahmet, Fatih, 34490 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=8284305</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="182.31" OriginalAmount="177" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009338" Longitude="28.963434" StarRating="4" HotelCode="904566|27986" HotelName="Emporium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ordu Caddesi 11, Fatih, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4a/73/4a73068483fd591371c8955bcd89e5e63fa807b2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in Beyazit in the historical district of Istanbul, the hotel is just a couple of min...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="182.31" OriginalAmount="177" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.019876" Longitude="28.928101" StarRating="2" HotelCode="207967|47743" HotelName="Grand Reis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Currency Exchange,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Topkapi cd Hamamodalari çikmazi No:1, Kaleiçi, Topkapi, Fatih, istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/04/4904997d2003390eb92bfba4632df34f6d3f4d02.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Topkapi-Pazartekke area of the city, the hotel is only a few minutes’ walk from the c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="182.31" OriginalAmount="177" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0070703" Longitude="28.97246467" StarRating="0" HotelCode="590675|237400" HotelName="Gulec Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Dostluk Yurdu Sokak 2, Çemberlitas – Fatih, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/60/d9604d6fd09aadc0a36b56c3b622251a2d1bc464.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="182.31" OriginalAmount="177" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.054050939703" Longitude="28.996951776283" StarRating="4" HotelCode="936301|198940" HotelName="Modus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Tesvikiye Mahallesi, Ferah Sokak 10, Nisantasi, 34365 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/e8/dee813b00a804dbb0570194633e37d7f749bfe16.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.31" OriginalAmount="177.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004612" Longitude="28.980096" StarRating="4" HotelCode="130199|acra_hotel__special_class" HotelName="Acra Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Mehmet Aga Caddesi, Amiral Tafdil Sokak 15, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/0f/d8/0fd827aab4aadc726af4d613777c0b97456edde1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an ideal location in the heart of the historical centre of Istanbul in the Sultana...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="182.37" OriginalAmount="177.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.014624" Longitude="28.978355" StarRating="0" HotelCode="|486641" HotelName="Cetin Port Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Istasyon Arkasi Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/6/6/4/1/486641_14d0ee12124.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="182.71" OriginalAmount="177.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005583" Longitude="28.968605" StarRating="0" HotelCode="|534268" HotelName="Royal Gur Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Emin Sinan, Mahallesi, Kadirga Hamami Sk</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/2/6/8/534268_56949431158.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="182.76" OriginalAmount="177.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038996799893" Longitude="28.985479474068" StarRating="4" HotelCode="24951|591035" HotelName="Germir Palas" 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,Designated Smoking Area,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Cad. 7, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5f/c8/5fc865eaca8f7e0132f57964f042a044e5a6ce71.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a fantastic location in the heart of the bustling city centre, just 150 metres from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="183.07" OriginalAmount="177.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0050329" Longitude="28.9804154" StarRating="0" HotelCode="|83032" HotelName="Sumengen Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Mehmet Aga Cad. Amiral Tafdil Sk No:21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/3/2/83032_6.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Bosphorus it is next to it is 100 metres away from the mosque. FACILITIES: The establishment has a restaurant with breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="183.24" OriginalAmount="177.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0301173" Longitude="28.974671" StarRating="3" HotelCode="|86864" HotelName="Pera Capitol" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Asmal?mescit Sok. No:24 Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/6/4/86864_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a restaurant and a buffet breakfast. SITUATION: It is situated 10 minutes away fromTaksim the square. ROOM: The rooms have a balcony.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="183.34" OriginalAmount="178" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01975047" Longitude="28.81770167" StarRating="5" HotelCode="450302|165319" HotelName="Royal Stay Palace Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Merkez Mahallesi, Ali Duran Street 6, Bahcelievler, 34197 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/14/fe14ceb92ab1bcf40e6add1398c0bdf1794dfce6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="183.34" OriginalAmount="178" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00320985" Longitude="28.97208263" StarRating="0" HotelCode="367695|237520" HotelName="Mataraci Konak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucukayasofya Mah. Cami Sk. No:10 Sultanahmet Fatih, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/4f/144fca35b95072cce8506626ad9e995325cdafa3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="183.34" OriginalAmount="178.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006342992754" Longitude="28.981709588955" StarRating="3" HotelCode="99184|ishakpasa_konagi" HotelName="Ishak Pasa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Ishakpasa Caddesi, Ishakpasa Konagi 3 - 5, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/61/2161639e292571dbda6d9bd0d5d1c361c314df03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="183.34" OriginalAmount="178.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023193" Longitude="28.97718" StarRating="3" HotelCode="191156|portus_house_istanbul" HotelName="Cheers Porthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mumhane Caddesi 31, Kemankes Mahallesi, Karaköy, 34425 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/73/4d737fa8484513813b71495a65a0fd5662ffe762.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="183.41" OriginalAmount="178.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0130197" Longitude="28.9417199" StarRating="4" HotelCode="|94486" HotelName="Grand Anka" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Molla Gurani Street 46, Findikzade</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/4/4/8/6/94486_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is 800 metres away from Aksaray the underground station of 100 metres away, guests can find the tram stop, is situated 3 kilometres away from Sultanahmet the district of Where you can find Topkapi the Palace of the mosque and Santa Sofia the Museum of it is situated 5,5 kilometres away from Taksim the Square of. ROOM: All the rooms have WiFi (free of charge), cable television, carpeted floor, an air-conditioning system, a mini-bar and a hairdryer. Some rooms have a sitting area. FACILITIES: Guests are offered a car park (free of charge), a reception, a hairdresser, a laundry service, car rental, a business centre, fax and a photocopier. OTHERS: Regarding the food and beverage offering, you can enjoy a restaurant and a lobby bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="183.62" OriginalAmount="178.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.032118" Longitude="28.9714" StarRating="4" HotelCode="|443952" HotelName="Nova Plaza Pera" 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/3/9/5/2/443952_18366a71112.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="183.64" OriginalAmount="178.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004358" Longitude="28.979891" StarRating="0" HotelCode="|485998" HotelName="LUXX GARDEN HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Amiral Tafdil Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/5/9/9/8/485998_7830eb70944.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="183.65" OriginalAmount="178.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0124393" Longitude="28.9773187" StarRating="3" HotelCode="|26480" HotelName="Sude Konak - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>EBUSUUD CAD. 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/4/8/0/26480_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was opened in 2001, has 39 rooms and 7 floors. In the establishment entrance, guests will find a charming hall with elevators, a reception, a cloakroom, a safety deposit box service and a currency exchange service. Guests are also offered a bar, a cafÃ© and a restaurant with air-conditioning, Other services you can find are a bicycle rental desk, a laundry service, room service, a medical care service (for a fee) and a car park. SITUATION: The hotel is near the city centre, Where you can find shops, bars, pubs, cafÃ©s, restaurants and a public transport stop. it is situated 200 metres away from the railway station, is situated 20 kilometres away from Istanbul AtatÃ¼rk Airport. ROOM: The inviting rooms, have a bathroom with a shower, a hairdryer, a direct line telephone, internet and a satellite or cable television. All the rooms have a mini-bar, a double bed, heating, an air-conditioning system and a safety deposit box (available for a fee). PAYMENT METHODS: The establishment accepts Visa, Mastercard and Diners Club. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast and a set-menu lunch and dinner. Guests can book half-board or full-board.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="183.95" OriginalAmount="178.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0387739" Longitude="28.9841963" StarRating="4" HotelCode="|42555" HotelName="Riva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AYDEDE CAD NO 8 TAKSIM</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/5/5/5/42555_3677ea21006.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, is and is ideal for family holidays, has 70 rooms and 9 floors. The air-conditioned establishment has a hall, a reception, a safety deposit box service, a currency exchange service, a cloakroom, a lift, a cafÃ© and a restaurant. You are also offered conference facilities and WiFi (for a fee), At an extra cost you can use a laundry service, room service, a car park and indoor parking.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="183.96" OriginalAmount="178.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0041115" Longitude="28.9763305" StarRating="0" HotelCode="|108112" HotelName="Sultan Corner" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Caddesi, No:6 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/1/2/108112_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has, WiFi, (free of charge). SITUATION: This hotel is in Istanbul the historic centre of it is located 100 metres away from the mosque. ROOM: The establishment has suites and large standard rooms. Some rooms have views of the mosque.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="184.00" OriginalAmount="178.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02699" Longitude="28.97339" StarRating="0" HotelCode="|192897" HotelName="Meroddi Bagdatliyan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ilk Belediye Caddesi, No:35 Galata</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/8/9/7/192897_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="184.08" OriginalAmount="178.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.031537" Longitude="28.978509" StarRating="0" HotelCode="|522009" HotelName="Louis Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/0/0/9/522009_e68090c0950.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="184.10" OriginalAmount="178.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004439" Longitude="28.685808" StarRating="0" HotelCode="|457940" HotelName="Hotel Melidium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Namik Kemal Mah. 119. Sok. No:50</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/7/9/4/0/457940_826610c2234.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="184.16" OriginalAmount="178.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012089841355" Longitude="28.954996281957" StarRating="4" HotelCode="43560|93872" HotelName="Holiday Inn Istanbul - Old City" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Massage Centre,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gencturk Caddesi, Sirvanizade Sokak 5, Vezneciler, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f2/15/f215cad50be2b8214c3348fc6fbd642200137140.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Istanbul's Old City area. Tourists can reach the historic attractions, i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="184.33" OriginalAmount="178.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04423" Longitude="29.004459" StarRating="0" HotelCode="|544558" HotelName="Beşiktaş Konuk Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sht. Asim Cd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/4/5/5/8/544558_c9a4e0a1045.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184.37" OriginalAmount="179" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004857" Longitude="28.9757783" StarRating="3" HotelCode="346367|217610" HotelName="Hotel SultanHill" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sultanahmet Mahallesi, Tavukhane Sokak 19, Sultanahmet, Eminönü, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/73/8d73bb2d4b5a752ccbec34cc8f3218ffd59648fe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184.37" OriginalAmount="179" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.045984825105" Longitude="28.912302833891" StarRating="5" HotelCode="353710|90229" HotelName="Lionel Hotel Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Yenidogan Mahallesi, Bölükbasi Sokak 1, Abdi Ipekci Caddesi 84, Bayrampasa, 34040 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d0/a0/d0a0916390eb4859db76bdcf368d5644326a9264.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184.37" OriginalAmount="179" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.92823652" Longitude="29.30892734" StarRating="4" HotelCode="438225|206126" HotelName="Nearport Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Yenisehir Mahallesi, Osmanli Bulvari 5/A, Kurtkoy, Pendik, 34912 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a2/2c/a22c051847c56ef8c44a8636c7e56d7ab0d88e60.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184.37" OriginalAmount="179" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.982431" Longitude="29.133521" StarRating="5" HotelCode="263352|34227" HotelName="Silence Istanbul Hotel &amp; Convention Center" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Küçükbakkalköy Mahallesi, Dudullu Yolu Caddesi 29, Atasehir, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/30/304776/304776a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="184.39" OriginalAmount="179.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0046794" Longitude="28.9653476" StarRating="0" HotelCode="|108100" HotelName="Ajans Pi Home" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kadirga Liman Cad. No/10 Kumkapi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/0/0/108100_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Sultan Ahmed Mosque it is situated 1 kilometre away from Sultanahmet the Square of it is 10 minutes away from Yenikapi the Ferry of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="184.39" OriginalAmount="179.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0033824" Longitude="28.9757184" StarRating="0" HotelCode="|107943" HotelName="Stanpoli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mahallesi Ye?en Sok. No:5/7 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/9/4/3/107943_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a reception and WiFi (free of charge). SITUATION: This hotel is 350 metres away from the mosque, Santa Sofia 8 minutes away from the establishment, you can find it is 800 metres away from Topkapi the Palace of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="184.48" OriginalAmount="179.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0065404" Longitude="28.9528666" StarRating="0" HotelCode="|82902" HotelName="Hotel Akyildiz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mustafa Kemal Pasa Caddesi, Langa Bostanlari Sok Aksaray,Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/0/2/82902_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment is bed and breakfast, The establishment boasts a flatscreen television and WiFi (free of charge). SITUATION: It is close toIstanbul the University of It has excellent transport links to the bazaar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="184.58" OriginalAmount="179.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011984" Longitude="28.955772" StarRating="0" HotelCode="|444436" HotelName="The Biancho Hotel Old City" 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/4/4/3/6/444436_165ac190934.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="184.67" OriginalAmount="179.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004692" Longitude="28.979433" StarRating="4" HotelCode="17268|1427048" HotelName="Sari Konak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Mehmet Aga Cad No.42 - 46, 34122 Sultanahmet - Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/4c/1c4cf8f66ffd31d8b6e7b55e3b3761d4341fdaec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="184.69" OriginalAmount="179.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005917028524" Longitude="28.979015350342" StarRating="4" HotelCode="25164|143396" HotelName="Armagrandi Spina" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Utangac sok. 19, 34400 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ab/ac/abaccad27691402ffe22cfa96ab1fc92cab3f671.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the Old Town in the historic Sultanahmet district of Istanbul, just a few ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="184.77" OriginalAmount="179.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0049687" Longitude="28.9663615" StarRating="0" HotelCode="|108287" HotelName="Sayeban Hotel Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kadirga Gedikpasa Caddesi Cadirci Camii Sok No:25 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/8/7/108287_666e2411106.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has WiFi (free of charge), a terrace with sea views and rooms with air-conditioning. SITUATION: This hotel is in the historic centre, la Mezquita de Sultanahmet it is situated 15 minutes walk away from Topkapi the Palace of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="185.02" OriginalAmount="179.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.063180178659" Longitude="29.001382146857" StarRating="4" HotelCode="313403|8989520" HotelName="Business Life Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Fulya Mahallesi, Vefa Deresi Sokak 15 A, Fulya, 34394 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/37/96/3796d84aeafebf613fe328909e12571c4e55329a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="185.15" OriginalAmount="179.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.979185" Longitude="28.870994" StarRating="0" HotelCode="|543114" HotelName="SECOND SUIT OTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/3/1/1/4/543114_ff4ad6a1051.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="185.29" OriginalAmount="179.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05874328279" Longitude="28.813093424169" StarRating="5" HotelCode="118846|114316" HotelName="Holiday Inn Istanbul Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mahmutbey Mahallesi, Tasocagi Yolu Caddesi 35, Bagcilar, Istanbul 34217</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/1c/2b1c69bc567bd2ad1217079d2689d4e1cccaca0d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="185.40" OriginalAmount="180" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.029188" Longitude="29.11687" StarRating="5" HotelCode="297934|57958" HotelName="Mercure Istanbul Umraniye" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alemdag Caddesi Site Yolu Sokak No. 20, Tepeustu Mevkii, Umraniye, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/29/0429cd854bf1d5499030ce73001428a0d6778109.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="185.40" OriginalAmount="180" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034270965225" Longitude="28.980896458504" StarRating="4" HotelCode="901003|56505" HotelName="Misafir Suites 8 Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuloglu Mah., Erol Dernek Sok. No:1, 34433 Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/72/a9/72a947d4e3d0b67d81cdcc5335317ff141bc922d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="185.40" OriginalAmount="180" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9803187783" Longitude="28.901439606234" StarRating="4" HotelCode="66537|19956" HotelName="Novotel Istanbul Zeytinburnu" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Kazlicesme Mahallesi, Kennedy Caddesi 56, Zeytinburnu, 34025 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/19/8b/198b5c198f10fb8abf24504e847c09515ee46a3f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city business hotel is just a 5-minute journey by public transport from the city centre with it...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="185.40" OriginalAmount="180.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="3" HotelCode="118795|hotel_pera_capitol" HotelName="Hotel Pera Capitol" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Asmali Mescit Sokak 24, Tepebasi, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/5b/095b9f04d2b79266c4aa48154e0e134cabc85398.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="185.45" OriginalAmount="180.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05067836" Longitude="28.98653269" StarRating="3" HotelCode="571984|624382" HotelName="The Tango Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Bozkurt Mahallesi, Sisli, Osmanbey, Dolapdere Caddesi 213, 34373 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/2d/8f2daa62fc48c79270bb681f7f6899be5113fee0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="185.47" OriginalAmount="180.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040624884798" Longitude="28.98342953373" StarRating="4" HotelCode="165508|36924" HotelName="Elite World Prestige Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Caddesi  40, Taksim, 34435 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/ce/3fced25acbe0f9404653922a3175790c2ea82fec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This architecturally attractive city hotel in the new area of Istanbul is situated close to Taksim S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="185.68" OriginalAmount="180.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9949967" Longitude="28.9123944" StarRating="0" HotelCode="|86739" HotelName="Grand Abimo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Prof Muammer Aksoy cad. No 16 Zeytunburnu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/3/9/86739_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a terrace, rooms with hydromassage, views of the sea and a car park (free of charge). SITUATION: the Grand Bazaar 5 kilometres away from the establishment, guests will find.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="185.74" OriginalAmount="180.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.053955" Longitude="29.0282" StarRating="0" HotelCode="|541880" HotelName="Mona Bosphorus Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Siraci Sk. 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/1/8/8/0/541880_1c662e42240.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="185.84" OriginalAmount="180.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.024359" Longitude="28.978078" StarRating="0" HotelCode="|558537" HotelName="Triada Hotel Karakoy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hoca Tahsin Sk. No:6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/8/5/3/7/558537_9bac89f1627.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="185.96" OriginalAmount="180.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0040227" Longitude="28.9763664" StarRating="4" HotelCode="|74827" HotelName="Glk Premier The Home Suites and Spa - Boutique Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucukayasofya Cad. No.60,Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/8/2/7/74827_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is near tourist areas, this hotel is in Sultanahmet the historic area of close to the establishment, clients can find bars, restaurants and terraces. ROOM: The establishment has 18 rooms with a bathroom, cable and satellite television, an air-conditioning system, a coffee maker and complimentary bathroom items. They also have a writing desk, a hairdryer, a safety deposit box, internet (free of charge) and a mini-bar. FACILITIES: The establishment boasts a restaurant and a bar. Clients can enjoy a sauna, a gym and a Turkish bath.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="186.01" OriginalAmount="180.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9927242" Longitude="29.0260921" StarRating="0" HotelCode="|107994" HotelName="Hotel Nova" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rihtim Caddesi Resitefendi Sokak No:24 Kadikoy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/9/9/4/107994_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment offers a car park, WiFi (free of charge), rooms with satellite TV and a minibar. SITUATION: The hotel is in a central area, is situated 250 metres away from Kadikoy the Ferry of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="186.03" OriginalAmount="180.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005834" Longitude="28.974227" StarRating="3" HotelCode="|484632" HotelName="Haci Bayram" 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/8/4/6/3/2/484632_810555c2013.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="186.22" OriginalAmount="180.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0142853" Longitude="28.9773136" StarRating="0" HotelCode="|83007" HotelName="Hotel Akcinar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nobethane Cad. Serdar Sok. No:18 Sirkeci</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/0/7/83007_67086c61123.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is 500 minutes away from the bazaar, the hotel is in the area.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="186.37" OriginalAmount="180.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039708827641" Longitude="28.966703791332" StarRating="4" HotelCode="320304|69905057" HotelName="DoubleTree by Hilton Hotel Istanbul - Piyalepasa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kaptanpasa Mahallesi, Piyalepasa Bulvari 5, 34440 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/de/06de24991740db7e9354cd8ac2c70b3f5183d003.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="186.38" OriginalAmount="180.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.86944" Longitude="29.270837" StarRating="5" HotelCode="146902|144566" HotelName="Divan Istanbul Asia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>E5 Karayolu üzeri 209, Ust Kaynarca Pendik, 34899 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8e/cc/8ecc5a6d63df301e4ae1064807472e16224ddfaf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is situated in Istanbul, in the asian side of the city, in close proximity to majo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="186.39" OriginalAmount="180.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.07132" Longitude="28.8726" StarRating="4" HotelCode="|192232" HotelName="Golden Way Giyimkent" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>ORUC REIS MH.GIYIMKENT SITESI KATLI IS.MRKZ. 274</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/2/3/2/192232_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.43" OriginalAmount="181" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9623" Longitude="29.1103" StarRating="5" HotelCode="933270|45780" HotelName="Dedeman Bostanci Hotel &amp; Convencion Center" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Jacuzzi,Laundry,Massage Centre,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Içerenköy Mahallesi, Degirmen Yolu Caddesi 39B, 34752 Atasehir, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/10/b6/10b60c7a7ce1556df7806565f5e7c9dbbf8fe106.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.43" OriginalAmount="181" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009225" Longitude="28.962833" StarRating="4" HotelCode="167659|22999" HotelName="Sky Kamer" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ordu, 31, Istanbul 34130</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/12/128296/128296a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the old, cultural centre of Istanbul known as Beyazid, the hotel's roof terrace overlooks...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.43" OriginalAmount="181" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011252808456" Longitude="28.973163317791" StarRating="3" HotelCode="933258|477117" HotelName="Florenta Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Molla Fenari Mahallesi, Selvili Mescit Sokak 16, Cagaloglu, Fatih, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/f8/56f8d5d3ab2bcd544c9e71d7ab3d9485add31d17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.43" OriginalAmount="181" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="4" HotelCode="43552|4720" HotelName="Golden Age Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Topcu Caddesi 10, Taksim, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/3a1cb0c4f5447020/99/9999e19a6bc8ef81/10-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated just 5 minutes away from Taksim's underground station. It is approximately 25 ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.43" OriginalAmount="181" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.85658994" Longitude="29.29124724" StarRating="3" HotelCode="517286|217210" HotelName="Golden Lounge Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Esenyali Mahallesi, Uygar Sokak 27, Pendik, 34890 Tuzla, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/76/0c76b3f7844059e89436e0c444302ccfaea6fc02.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.43" OriginalAmount="181" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.014007988071" Longitude="28.976603329448" StarRating="2" HotelCode="267822|252256" HotelName="Istanbul Sirkeci Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="24 Hour Power Supply,Air Conditioning,Airport Transfer (on Demand),Central Heating,Currency Exchange,Internet,Laundry,Room Service,Smoking Rooms">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Orhaniye Caddesi 28, 34110 Sirkeci, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/c0/14c0ff1b7aa59acf9794deea14d8a3e0a07195d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Sultan Otel A warm welcome awaits you at the mid size Sultan Otel in Istanbul. Guests can enjoy a me...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.43" OriginalAmount="181" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00448" Longitude="28.685774" StarRating="3" HotelCode="376948|198896" HotelName="Realist Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Namik Kemal Mahallesi, 119 Sokak 50, Haramidere, 34410 Esenyurt, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/29/0029a315733c352556043c13eea72b62f14107f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.43" OriginalAmount="181" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99223046" Longitude="28.90949181" StarRating="3" HotelCode="323626|63174" HotelName="The Conforium Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Gökalp Mahallesi, 39  Sokak Number 21, Zeytinburnu, 34020 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/0e/eb0e71151388d8109fee4483a5cddb5a35420e63.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.43" OriginalAmount="181.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02491034" Longitude="28.4670181" StarRating="3" HotelCode="188720|ranax_hotel" HotelName="Ronax Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yenimahalle Mahallesi, E-5 Karayolu Üzeri 146, Kumburgaz, 34530 Büyükçekmece, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/66/b8664772b69738ccba344dd81b93223665f4cc7c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a beachfront location on Kumburgaz Beach, some 6 km from Büyükçekmece. Guests will ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="186.52" OriginalAmount="181.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.063165" Longitude="28.989549" StarRating="4" HotelCode="|444308" HotelName="Avantgarde Urban Sisli" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Merkez Mahallesi Istiklal Sokak No:3-5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/3/0/8/444308_58691d31124.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="186.61" OriginalAmount="181.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0133037" Longitude="28.9766971" StarRating="3" HotelCode="|86916" HotelName="Asur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi Ibn? Kemal Caddesi No:16 Sirkeci</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/1/6/86916_6830ad51540.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is 300 metres away from Sultan Ahmed Mosque and Topkapi Palace. ROOM: Customers have stylish rooms with WiFi (free of charge). OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="186.69" OriginalAmount="181.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.017886510658" Longitude="28.943808674812" StarRating="4" HotelCode="9465|753745" HotelName="Berr Istanbul" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akdeniz Cad. No. 78, 34080 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/17/6517b3ca17c3698db51053ab7c3fa2a48aa8da3f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Fatih area of Istanbul, some 500 m from the Fatih Mosque. Guests will f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="186.74" OriginalAmount="181.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.058913" Longitude="28.985027" StarRating="0" HotelCode="|563178" HotelName="Stayso by Cloud 7" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Harzemsah Sk. Sisli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/3/1/7/8/563178_e5962491301.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="186.75" OriginalAmount="181.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.030625" Longitude="28.974856" StarRating="0" HotelCode="|443674" HotelName="Pera Rasso Hotel Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Orhan Adli Apaydin Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/3/6/7/4/443674_2d889271237.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="186.90" OriginalAmount="181.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0197104" Longitude="28.8179208" StarRating="5" HotelCode="|305312" HotelName="Grand Harilton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Merkez Mahallesi, Ali Duran Sokak No: 6, Istanbul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/5/3/1/2/305312_1_3580.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="186.94" OriginalAmount="181.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.017696303857" Longitude="28.637094712081" StarRating="3" HotelCode="319561|469821" HotelName="Hilton Garden Inn Istanbul Beylikduzu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Barbaros Hayrettin Pasa Mahallesi, 1999 Sokak 9, 34522 Esenyurt, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/2b/222b1509d84bdcb883e9eeb5e1a4f5ebda9a6917.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="186.96" OriginalAmount="181.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01461" Longitude="28.943" StarRating="0" HotelCode="|184766" HotelName="Ottomans Life Hotel S Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Adnan Menderes Blv. Vatan Cd. No:53</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/7/6/6/184766_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="187.20" OriginalAmount="181.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0033965" Longitude="28.9763005" StarRating="3" HotelCode="|86880" HotelName="Tashkonak Studio Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Cad. Kapiagasi Sokak No:7 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/8/0/86880_9.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Sultanahmet the historic centre of. ROOM: Each room has a welcome kit, an LCD television and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="187.26" OriginalAmount="181.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.064056098121" Longitude="28.996835947037" StarRating="4" HotelCode="52640|116372" HotelName="The Marmara Sisli" 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,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ortaklar Caddesi 30, Mecidiyeköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/2e4af1241435644c/8a/8a58003e1bf6a29ff03a919299940743/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the banking and commercial district of the town just 3 km from the centrall...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="187.26" OriginalAmount="181.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013323577609" Longitude="28.97664167915" StarRating="3" HotelCode="207353|605935" HotelName="Asur Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Hoca Pasa Mahallesi, Ibni Kemal Caddesi 16, 34110 Istanbul, Sirkeci</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/6d/9d6d0f270cf97ab599f753b1ed4fbc40552ab957.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="187.34" OriginalAmount="181.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0088887" Longitude="28.9608497" StarRating="0" HotelCode="|86845" HotelName="Akgun Hotel Beyazit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ordu Cad. Hazinedar Sok. No:6 Beyaz?t</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/4/5/86845_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 200 metres away from the tram stop, Sultanahmet 15 minutes away from the establishment, you can find. ROOM: Each room has internet (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187.46" OriginalAmount="182" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02430204" Longitude="29.09394455" StarRating="3" HotelCode="267808|206117" HotelName="Grand Eyueboglu Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,LCD/Projector,Luggage Storage,Meeting Room,Parking,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Atatürk Mahallesi, Alemdag Caddesi, Onaran Sokak 5, Ümraniye, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/c4/9ec41d52a8caf83f761985f757109e80014538d2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Grand Eyuboglu Hotel, you'll be centrally located i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187.46" OriginalAmount="182" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.07088157" Longitude="29.01314257" StarRating="3" HotelCode="323658|217659" HotelName="Milport Hotel Levent" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Kore Sehitleri Caddesi No: 51, Zincirlikuyu, 34394 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/a2/7da297b859ac75631bb0d51af90436a2c2fb387b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187.46" OriginalAmount="182" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0305516" Longitude="28.97578475" StarRating="0" HotelCode="374473|237576" HotelName="Ravouna 1906 - Special Category" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Istiklal Caddesi No:201 Beyoglu, 34440 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/82/5a822d3e6b975667bd326a2227bb388cfe9f5e91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187.46" OriginalAmount="182" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="768253|343452" HotelName="Taksim ABC Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Feridiye Cadessi 30, Taksim, Beyoglu, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/4a/734ab65d07d6c8b9c5cee6e6b198fff7b034d43e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187.46" OriginalAmount="182" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.062542647839" Longitude="28.999937226" StarRating="5" HotelCode="347842|217643" HotelName="The Place Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Fulya Mahallesi, Ozbal Sokak 8, Sisli, 34377 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/2f/e22f866f4321664bedca77e517a30d904f802930.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="187.46" OriginalAmount="182.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00409" Longitude="28.97288" StarRating="0" HotelCode="|95905" HotelName="Villa Sphendone Suites" 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/9/5/9/0/5/95905_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has room service, a terrace and a car park (free of charge). SITUATION: This establishment, is in Istanbul the historic centre of Santa Sofia it is located near Topkapi the palace 16 kilometres away from Istanbul AtatÃ¼rk the airport. ROOM: The establishment has suites with a balcony, an LCD TV, a marble bathroom, WiFi (free of charge), a satellite television, a sitting area and jacuzzi. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="187.91" OriginalAmount="182.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013507119371" Longitude="28.976489294477" StarRating="3" HotelCode="260176|1080578" HotelName="Sehir Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Orhaniye Caddesi 6, Sirkeci, 34410 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/82/72/82729bd28179f42a7d6979021e1b312707d761aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="188.11" OriginalAmount="182.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0138361" Longitude="28.9395974" StarRating="3" HotelCode="|82980" HotelName="Topkapı" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Oguzhan Cad. No:20 Findikzade</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/8/0/82980_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception and WiFi (free of charge). SITUATION: It is located 100 metres away from the tram stop, 600 metres away, guests have Fatih the metro station of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="188.14" OriginalAmount="182.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00921" Longitude="28.97459" StarRating="0" HotelCode="|184319" HotelName="Edibe Sultan " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mh. Hoca Rustem Mektebi Sk.5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/3/1/9/184319_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="188.34" OriginalAmount="182.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05754" Longitude="28.97399" StarRating="0" HotelCode="|184159" HotelName="Urban Bomonti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Halide Edip Advar mah.Akar cd.No: 28</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/1/5/9/184159_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="188.49" OriginalAmount="183" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009815591159" Longitude="28.953840233065" StarRating="4" HotelCode="315894|217703" HotelName="Parmada Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Kemalpasa Mahallesi, Ordu Caddesi 74, Laleli, 34080 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/74/95744740fab71499bb4b93184b26ed1b6bb303ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="188.49" OriginalAmount="183" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040239" Longitude="28.981823" StarRating="4" HotelCode="933215|57714" HotelName="Villa Pera Suite Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Feridiye Caddesi 113-116, Kotatepe Mahallesi, Taksim, Istanbul 34437</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/41/67419ccade73a35a8fd77df99baee2f82664ee36.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="188.53" OriginalAmount="183.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004302" Longitude="28.97539" StarRating="0" HotelCode="|532887" HotelName="RW Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sifa Hamami Sk. 14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/8/8/7/532887_fa1f7241038.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="188.56" OriginalAmount="183.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004039" Longitude="28.971041" StarRating="2" HotelCode="191140|2265865" HotelName="Kumru Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kadirga Liman Caddesi Yusuf Askin Sk No:6, Küçük Ayasofya, Fatih, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/7a/e37aed52d386a946a0e5e049b4fe10f7577609aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="188.80" OriginalAmount="183.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.027142" Longitude="28.973797" StarRating="0" HotelCode="|526985" HotelName="Galata Door Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/6/9/8/5/526985_563a5cd1014.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="188.81" OriginalAmount="183.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012181342229" Longitude="28.977687656879" StarRating="3" HotelCode="188722|2008015" HotelName="Hypnos Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Ebusuud Caddesi No. 10, 12/14, Sirkeci, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b9/6d/b96d66f3e0b00d7a4d4888db9f41585530b87037.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="188.83" OriginalAmount="183.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="3" HotelCode="65801|605175" HotelName="Osmanbey Fatih Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Halaskargazi Mahesi, Matbaaci Osmanbey Sokak No. 13, 34361 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/78/2a782a0ce16d9f1d5686f04c54a7ddcc0afdeefd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="188.84" OriginalAmount="183.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00989023098" Longitude="28.976376056671" StarRating="4" HotelCode="87537|100112" HotelName="Arden City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mahallesi, Kazim Ismail Gürkan Caddesi 2, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/67/1d/671d844e5c4f80b546c168b02b68ff13d5e4c0a4.tiff</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is surrounded by all the major historical and cultural sights in the heart of the old tow...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="188.91" OriginalAmount="183.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.000078" Longitude="28.800127" StarRating="0" HotelCode="|474193" HotelName="B\'İstanbul Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/4/1/9/3/474193_9834c531232.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="189.13" OriginalAmount="183.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9276521" Longitude="29.3094785" StarRating="3" HotelCode="|220772" HotelName="Hampton Inn By Hilton Istanbul Kurtkoy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Yeni Sehir Mh. Millet caddesi 27 MVK Work Square B Block 3, Pendik</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/7/7/2/220772_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="189.14" OriginalAmount="183.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007179" Longitude="28.9720576" StarRating="0" HotelCode="|86948" HotelName="Legend Hotel Sultanahmet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Peykhane Caddesi No 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/4/8/86948_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is in a house, was built in the 19th Century, it offers WiFi (free of charge), it has a terrace and beautiful views. SITUATION: Is situated in the historic centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="189.16" OriginalAmount="183.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01406" Longitude="28.97905" StarRating="0" HotelCode="|184887" HotelName="Sayeban Gold Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/8/8/7/184887_fadbff71530.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="189.19" OriginalAmount="183.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00967" Longitude="28.95438" StarRating="4" HotelCode="|85010" HotelName="Sorriso" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KEMALPASA MAH.ORDU CAD.LALELI 60</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/0/1/0/85010_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers spa facilities, WiFi (free of charge), rooms with air-conditioning and a flatscreen television. SITUATION: This hotel is in Istanbul the historic area of 16 minutes away, guests can find the mosque, Topkapi the Palace of Cistern the basilica it is 400 metres away from the tram stop, 100 metres away, clients have the tram excellent transport links to Topkapi the Palace of the mosque and. it is situated 15 kilometres away from Istanbul AtatÃ¼rk Airport. ROOM: Each room has a sitting room, a courtesy tea and coffee service, a bathroom with toiletries and a hairdryer. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast and a restaurant. FACILITIES: Guests are offered a spa, a hydromassage bath, a Turkish bath, a steam bath, a sauna and a massage service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="189.32" OriginalAmount="183.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.014539160635" Longitude="28.977915644646" StarRating="4" HotelCode="26523|233326" HotelName="Askoc" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly 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,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Istasyon Arka Sokak No 15, Sirkeci 34420, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e4/00/e4003cd10df8fb3b41a83c4dee26911aed8e5bfd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This town hotel is centrally situated in the Sirkeci district of the beautiful old town, close to re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="189.34" OriginalAmount="183.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.055832" Longitude="28.988939" StarRating="0" HotelCode="|528649" HotelName="Shishly Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>mesrutiyet mah. kodaman sok. No.114</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/8/6/4/9/528649_ad8d4c91013.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="189.38" OriginalAmount="183.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00576" Longitude="28.9735" StarRating="0" HotelCode="|192609" HotelName="Endican Sultanahmet Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mh. Peykhane Sk 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/6/0/9/192609_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="189.41" OriginalAmount="183.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.051711" Longitude="29.007459" StarRating="0" HotelCode="|475581" HotelName="Beşiktaş Vip İnn Hotel and Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/5/8/1/475581_93c55021215.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="189.49" OriginalAmount="183.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034303" Longitude="28.978713" StarRating="0" HotelCode="|523458" HotelName="Stay Lab Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Balo Sk. 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/4/5/8/523458_66dae720954.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="189.52" OriginalAmount="184" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0639779" Longitude="29.01005199" StarRating="5" HotelCode="11644|2975" HotelName="Dedeman Istanbul" 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,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Yildiz Posta Caddesi 50, Gayrettepe, 34340 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/fe/d9/fed935569d39ddfffbd88329543412f1ee7d8948.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located in the Esentepe district of Istanbul, convenient for both business and lei...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="189.52" OriginalAmount="184" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0325769" Longitude="28.9750481" StarRating="4" HotelCode="310497|53687" HotelName="Grand Hotel de Pera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Massage Centre,Room Service,Sauna,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Caddesi 55, Tepebasi, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/98/1e/981eba2c64bd1828d3552578161b555c54407ec6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="189.52" OriginalAmount="184" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00887" Longitude="28.9556" StarRating="0" HotelCode="828008|375181" HotelName="Grand Marcello Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mesihpasa Mahallesi, Sait Efendi Sokak 23, Laleli, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d1/38/d138900a8d9dde86fd3cd5e30403959af5b674a0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="189.58" OriginalAmount="184.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0403145" Longitude="28.9847891" StarRating="4" HotelCode="|94468" HotelName="Golden Age  Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TOPCU CAD. NO 10 (TAKSIM OTELLER BOLGESI) , Istanbul Turkey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/4/4/6/8/94468_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers WiFi, (free of charge), a lounge bar and a swimming pool bar. SITUATION: This establishment, is 300 metres away from Takshim the square 1 minute away from the establishment, you can find the metro station, 900 metres away, clients have the convention centre and the exhibition centre, Close to Istiklal Avenue Where customers can find restaurants, shops and cafÃ©s. Guests can request a transfer service to the airport, is situated 20 kilometres away from the airport. ROOM: The rooms have a television, a bathroom and a sitting room with sofa. FACILITIES: The establishment has a Turkish bath, a massage service and a swimming pool with deck chairs. OTHERS: Regarding the food and beverage offering, clients have a restaurant, The establishment offers a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="189.65" OriginalAmount="184.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0058322" Longitude="28.9548627" StarRating="4" HotelCode="|74810" HotelName="Marmaray" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Guvenlik Caddesi No:43, Yenikapi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/8/1/0/74810_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Marmaray Hotel is rated four stars and has 93 rooms. SITUATION: It is situated in Yenikapi, is 50 metres away from the railway station Yenikapi. It is 5 minutes away from the tram station Aksaray. In the surrounding area of the establishment, clients can find Kumkapi, Kadirga, the Sultanahamet area, Sultan Ahmed Mosque and Hagia Sophia, ROOM: The rooms well-decorated, have a flat-screen television, an air-conditioning system, a central heating system, a direct line telephone, a bathroom, bathroom items, a hairdryer and internet (free of charge). OTHERS: Clients have at their disposal an Ã  la carte restaurant with Turkish and international cuisine on the rooftop. Regarding the food and beverage offering, clients have a buffet-style breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="189.76" OriginalAmount="184.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003384505574" Longitude="28.976771504299" StarRating="3" HotelCode="37319|133114" HotelName="Tashkonak Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Caddesi, Tomurcuk Sokak No 5, Sultanahmet, Istanbul 34400</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/49/ab/49ab9a989a6442b75afe47ae6732b779d28e9c4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This convenient city hotel is located in the tourist centre and close to the sea. It is located clos...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="189.80" OriginalAmount="184.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0220864" Longitude="28.9750804" StarRating="4" HotelCode="|107962" HotelName="The Haze Karaköy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/9/6/2/107962_14.jpg</HotelPictures>
        <HotelDescription>SITUATION: This luxurious hotel is in Karakoy the centre of it is located 350 metres away from Galata the tower.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="189.96" OriginalAmount="184.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039617" Longitude="28.9849146" StarRating="0" HotelCode="|220778" HotelName="Nova Plaza Boutique Hotel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mah.Lamartin Cd.No:14 Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/7/7/8/220778_1_4902.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="190.01" OriginalAmount="184.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05801114" Longitude="28.98786823" StarRating="0" HotelCode="593869|630581" HotelName="Buke Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Mayis Mahallesi, Samanyolu Sokak 82, Sisli, 34360 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4d/08/4d0878a495f42d1640e647b978515b74efb61e60.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="190.04" OriginalAmount="184.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013565" Longitude="28.977118" StarRating="0" HotelCode="|525209" HotelName="Asilzade Hotel Sirkeci" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/2/0/9/525209_52a224e1122.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="190.20" OriginalAmount="184.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01903637" Longitude="29.12552787" StarRating="4" HotelCode="118806|1082128" HotelName="Agaoglu My City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tavukçuyolu Caddesi No. 22, Çakmak Mahesi, Ümraniye, Istanbul 34770</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/38/0838d34cb4ce8302e0ef6099c8abdc66b15d52ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="190.22" OriginalAmount="184.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.083003" Longitude="28.980631" StarRating="0" HotelCode="|464795" HotelName="Delta Hotels By Marriott Istanbul Kagithane" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Merkez Mahallesi Ayazma Caddesi Cuha</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/4/7/9/5/464795_5a34a3b1038.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="190.29" OriginalAmount="184.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.025736" Longitude="28.973264" StarRating="0" HotelCode="|546951" HotelName="Galata Rasso Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Simsir Sk. 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/6/9/5/1/546951_6161a902337.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="190.32" OriginalAmount="184.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0269352" Longitude="28.9754802" StarRating="0" HotelCode="|305880" HotelName="Beytul Galata" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Serdar-? Ekrem Caddesi 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/5/8/8/0/305880_a25b4a32054.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="190.36" OriginalAmount="184.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.027813" Longitude="28.972101" StarRating="0" HotelCode="|454468" HotelName="Galata Times" 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/5/4/4/6/8/454468_65cf5d91233.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="190.55" OriginalAmount="185" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03156122" Longitude="28.97857026" StarRating="4" HotelCode="594148|217639" HotelName="Louis Appartements Pera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tomtom Mahallesi, Yeni Carsi Caddesi 68, Galatasaray, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/8e/798ef5518802b3462ebd71908c97cc87b19648be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="190.55" OriginalAmount="185" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.032229" Longitude="28.982322" StarRating="4" HotelCode="260172|33431" HotelName="Suiteness Taksim" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuloglu Mahallesi, Agahamami Caddesi No:18, 34433 Beyoglu Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/14/f4/14f4b7fd69a0d6551e08c20132c560196438d463.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="190.68" OriginalAmount="185.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00623292" Longitude="28.6653586" StarRating="4" HotelCode="735341|629346" HotelName="Vespia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="24 Hour Security,ATM/Cash Machine,Bar,Business Centre,Conference Hall,Internet,Massage Centre,Meeting Room,Parking,Restaurant,Room Service,Sauna,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Yakuplu Mahallesi, Haramidere Caddesi 6/8, 34903 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/76/94764486d5de4fadc0e566442bcc70fb9c86cab3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is situated in Ataturk Airport Istanbul. Located right in the town centre, the hot...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="190.73" OriginalAmount="185.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.995613517998" Longitude="29.025766253471" StarRating="3" HotelCode="188746|1082388" HotelName="Sidonya Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nemlizade sokak 34, Rihtim caddesi, Rasimpasa Mahallesi, Kadiköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e5/e8/e5e835812d52bd2b4075d828dcced9eb6257fcb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="190.87" OriginalAmount="185.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.016626" Longitude="28.973166" StarRating="0" HotelCode="|555283" HotelName="Alpek Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hobyar Mah. Arpacilar Cad.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/5/2/8/3/555283_69420661825.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="190.87" OriginalAmount="185.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010262" Longitude="28.9552821" StarRating="3" HotelCode="|86875" HotelName="Buyuk Keban" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Gencturk Cad. No.39 Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/7/5/86875_16.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is situated next to the University of Istanbul, close to the Grand Bazaar. FACILITIES: The establishment has a wellness centre, a gym, a hammam, a jacuzzi and a massage service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="190.94" OriginalAmount="185.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01074" Longitude="28.95399" StarRating="3" HotelCode="|185019" HotelName="The Meretto İstanbul Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kemalpasa Mah.Selimpasa Sokak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/0/1/9/185019_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="191.14" OriginalAmount="185.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013158" Longitude="28.975117" StarRating="0" HotelCode="|453039" HotelName="Euro Design " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hobyar mah. Ankara cad. No24</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/0/3/9/453039_545561c0928.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="191.24" OriginalAmount="185.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03665" Longitude="28.982886" StarRating="0" HotelCode="|190896" HotelName="IQ Houses Apartments Kurabiye" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SEHIT MUHTAR MH.KURABIYE SK. TAKSIM - BEYOGLU 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/0/8/9/6/190896_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="191.44" OriginalAmount="185.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.014479807539" Longitude="28.943140836923" StarRating="4" HotelCode="177597|920625" HotelName="Ottoman's Life Boutique Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Molla Gürani Mahallesi, Adnan Menderes Bulvari, Vatan Caddesi 53, Fatih, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/31/fb/31fbdfd7baf6076edfd0a7b6f63401e5735af8a7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Fatih district of the city, roughly 500 m from Aksaray underground stati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="191.56" OriginalAmount="185.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0051172" Longitude="28.97902" StarRating="3" HotelCode="|82887" HotelName="Charm" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mah. Mimar Mehmetaga Cad. No 13 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/8/8/7/82887_13.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is in Istanbul the historic centre of Sultanahmet it is in. ROOM: Each room has WiFi (free of charge), an air-conditioning system and a satellite television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="191.57" OriginalAmount="185.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02782" Longitude="28.98016" StarRating="0" HotelCode="|242520" HotelName="Tophane Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Firuzaga Mh. Bogazkesen Cd. No 56 Tophane, Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/2/5/2/0/242520_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="191.57" OriginalAmount="185.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0026337" Longitude="28.9736383" StarRating="3" HotelCode="|108361" HotelName="Harmony Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mah. Aksakal Cad. No:26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/3/6/1/108361_37e6c341355.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a terrace on the rooftop and sea views. SITUATION: Sultan Ahmed Mosque It is located 650 metres away from. ROOM: The rooms have WiFi (free of charge) and a satellite television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="191.58" OriginalAmount="186" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.055731147713" Longitude="28.81873147471" StarRating="5" HotelCode="425944|206444" HotelName="Clarion Hotel Istanbul Mahmutbey" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Mahmutbey Mahallesi, Peyami Safa Caddesi 44, Bagcilar, 34218 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/83/86/8386de892beebf23203b4472d7ebda4b434a2325.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A bar, a babysitting service, a childcare service, car hire, a laundry service, a conference room an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="191.58" OriginalAmount="186" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04888716" Longitude="28.98743635" StarRating="0" HotelCode="566910|217216" HotelName="Golf Royal Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Harbiye, Halaskargazi Caddesi 7, Sisli, 34373 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/0d/c80dde997d57505e127977c697ba36e0fc02462e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Room service is among the facilities. Wireless internet access is available to guests in the public ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="191.58" OriginalAmount="186" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.032607130826" Longitude="28.975211872482" StarRating="4" HotelCode="313454|252196" HotelName="Grand Hotel De Londres" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Dining,Laundry,Room Service,Spa,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Caddesi 53, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c7/c7/c7c7ff6c65524d679eb48bd82bd2c49e140e8c3b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;When "Orient Express" reached Istanbul five years after its operation in 1883, the first hotels of I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="191.58" OriginalAmount="186" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008064773983" Longitude="28.958729001328" StarRating="4" HotelCode="900211|30491" HotelName="Hotel Venera" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mesihpasa Caddesi 72, Laleli, 34480 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/48/a3/48a383d08a6a070c80b5153ab4e0b8da702d7325.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the old city centre, within walking distance of Istanbul’s spectacular highl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="191.58" OriginalAmount="186" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03410237" Longitude="28.98001338" StarRating="4" HotelCode="323788|217661" HotelName="Mirrors Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Istiklal Caddesi, Fuat Uzkinay Sokak No: 9, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b0/8a/b08adb6a0b3ae3236dd634bbd2b55c0d9f5ab583.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="191.58" OriginalAmount="186" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0143716" Longitude="28.97907265" StarRating="3" HotelCode="308234|47785" HotelName="Sayeban Gold Hotel Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Kummeydani Sokak 14, Nöbethane Caddesi, Sirkeci, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/29/642978619a4e4d6135236c6ca0cbbbd157dd3fe3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="191.81" OriginalAmount="186.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00414" Longitude="28.979656" StarRating="4" HotelCode="147673|180866" HotelName="Ferman Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amiral Taftil Sokak 37, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/e9/11e95fe2d13144d88e9e61982da09fd3d936130c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a great location in the historic Sultanahmet district of Istanbul. The top attracti...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="192.07" OriginalAmount="186.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05193" Longitude="28.990702" StarRating="0" HotelCode="|525407" HotelName="The Rooms Nisantasi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Zafer Sokak No: 64</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/4/0/7/525407_7a16f481002.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="192.24" OriginalAmount="186.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0122333" Longitude="28.9777066" StarRating="0" HotelCode="|82969" HotelName="Hypnos Design Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ebusuud Cad.No 10 Sirkeci</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/6/9/82969_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has WiFi and a car park. SITUATION: 50 metres away, guests can find the tram stop.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="192.25" OriginalAmount="186.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0041744" Longitude="28.9795811" StarRating="0" HotelCode="|83023" HotelName="Apex Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Mehmet Aga Caddesi Amiral Tafdil Sokak No : 24 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/2/3/83023_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is 3 minutes away from the mosque, this hotel is in Istanbul the historic centre of. ROOM: The rooms have WiFi (free of charge). FACILITIES: The establishment boasts a terrace with views of the sea.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="192.37" OriginalAmount="186.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039436" Longitude="28.984109" StarRating="0" HotelCode="|529961" HotelName="Fidan City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sht. Muhtar Bey Cd. No:35</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/9/6/1/529961_9d3a2b01209.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="192.40" OriginalAmount="186.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0074789" Longitude="28.9732835" StarRating="0" HotelCode="|82919" HotelName="Hali Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Klodfarer Caddesi No:20 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/1/9/82919_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inSultanahmet the district of 500 metres away, clients have places of interest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="192.47" OriginalAmount="186.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010742323179" Longitude="28.954009115696" StarRating="4" HotelCode="185588|1068278" HotelName="The Meretto" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kemalpasa Mahallesi, Selimpasa Sokak 25-27, Laleli, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/67/d9/67d902d748db8f4ee58d10380b94ec46af4a396f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 600 metres from Aksaray underground station in the district of Fatih, just 2 km...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="192.50" OriginalAmount="186.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03267" Longitude="28.97506" StarRating="4" HotelCode="|184397" HotelName="Grand De Pera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Caddesi, No:55</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/3/9/7/184397_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="192.56" OriginalAmount="186.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0042" Longitude="28.96909" StarRating="0" HotelCode="|193014" HotelName="Meydan Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mah Kadirga Meydani</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/0/1/4/193014_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="192.61" OriginalAmount="187" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="977255|494809" HotelName="Guner Business Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Osmanaga Mahallesi, Gaziosmanpasa Sokak 1/3, 34714 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/79/8e7913d02c5ba18aa6bb8d2ce4d80842ae56415e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="192.61" OriginalAmount="187" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00183" Longitude="29.14835" StarRating="0" HotelCode="776207|284901" HotelName="Nish Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Serifali Mahallesi, Bayraktar Bulvari, Ibrahim Hakki Sokak 40, Ümraniye, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/7f/497f1b7d83385b883f6e2f96d87592853b357d7b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="192.68" OriginalAmount="187.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0588321" Longitude="28.9097676" StarRating="0" HotelCode="|536844" HotelName="Zara Suit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/6/8/4/4/536844_da560f22034.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="192.70" OriginalAmount="187.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02574" Longitude="28.979089" StarRating="4" HotelCode="|446495" HotelName="Root Karakoy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hacimimi, Necatibey Cd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/4/9/5/446495_436a86e0947.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="192.94" OriginalAmount="187.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0045913" Longitude="28.9807076" StarRating="3" HotelCode="|22636" HotelName="Yusufpasa Konagi - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Cad. 34 - 34122 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/3/6/22636_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2006, has 20 rooms, 16 double rooms, 3 single rooms and 1 suite. In the entrance, guests are offered a lobby with a reception, a safety deposit box service, a lift, a currency exchange service and a cloakroom. The establishment also has an Ã  la carte restaurant with air-conditioning, a cafÃ©, a conference room and WiFi. At an additional cost, you can enjoy room service, a laundry service and a medical care service. Guests are also offered a car park. SITUATION: This historic, family-run hotel, Istanbul is situated in Sultanahmet it is near the establishment is 17 kilometres away from the airport. ROOM: The inviting rooms, have a bathroom, a hairdryer, a direct line telephone, satellite or cable TV, internet, a mini-bar, a central heating system and a balcony. FACILITIES: Close to the establishment, you can find sports activities, leisure areas and entertainment. PAYMENT METHODS: The establishment accepts American Express, Visa and Mastercard. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="192.96" OriginalAmount="187.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.026679" Longitude="28.969241" StarRating="0" HotelCode="|485083" HotelName="Galata Dream Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Emekyemez, Yolcuzade Iskender Cd. No:4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/5/0/8/3/485083_e9a7f482001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="193.09" OriginalAmount="187.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02872" Longitude="28.953" StarRating="0" HotelCode="|192394" HotelName="Troya Hotel Balat - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Abdulezelpasa Cad No 97</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/3/9/4/192394_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="193.24" OriginalAmount="187.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009346" Longitude="28.974528" StarRating="4" HotelCode="191066|1680598" HotelName="Nowy Efendi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mahallesi, Hoca Rustem Mektebi Sokak No: 9-11, Sultanahmet, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/04/d504dd644d1d8a5a8b5b5ca12f25245ebc2fbb71.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="193.57" OriginalAmount="187.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005774328819" Longitude="28.954377919436" StarRating="4" HotelCode="185397|2217333" HotelName="The City Port" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Katip Kasim Mahallesi, Sepetci Selim Sokak 58, Yenikapi, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/93/e093ca48ed415043a0aac6b12f02570ddc8af39e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="193.61" OriginalAmount="187.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04091" Longitude="28.98205" StarRating="4" HotelCode="|184639" HotelName="Metropolitan Hotels Taksim" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe District Taksim Street No: 89-91</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/6/3/9/184639_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="193.62" OriginalAmount="187.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.033816" Longitude="28.976956" StarRating="0" HotelCode="|526083" HotelName="Hotel Pera Parma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Merutiyet cad No:7, Taksim</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/6/0/8/3/526083_8ad26011106.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="193.64" OriginalAmount="188" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0030551" Longitude="28.97266879" StarRating="3" HotelCode="548850|206572" HotelName="Elite Aparts By MK" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuçuk Ayasofya Mahallesi, Kuçuk Ayasofya Caddesi 74, Fatih, 31422 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/second/ab/94/ab947c5a0e1e0ccde9d7eae3f2209d6c29d4ef6c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="193.64" OriginalAmount="188" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02814258" Longitude="28.80932648" StarRating="3" HotelCode="933738|60718" HotelName="Holiday Inn Express Istanbul Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Basin Express Caddesi 2, Halkali, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/61/e061bbb5d6f260e0feca0af9763ccfd944dee72d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="193.64" OriginalAmount="188" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012258" Longitude="28.97755" StarRating="4" HotelCode="904568|47781" HotelName="Raymond Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Ebussuut Caddesi 22, Sirkeci, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a1/9c/a19c0e70c8a1366978fdab415422bec4fd9c8189.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Sirkeci area of old Istanbul, the hotel is within easy walking distance of the major ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="193.70" OriginalAmount="188.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00334" Longitude="28.975305" StarRating="3" HotelCode="207961|1453128" HotelName="Aren Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Küçükayasofya Caddesi Gelinlik Sokak No.13 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/7a/bc/7abc6b395000d92ba0ba68111786f13533455e72.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Superbly located for enjoying the many historical attractions of the Sultanahmet district, the hotel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="193.79" OriginalAmount="188.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.028533333333" Longitude="28.952823666667" StarRating="3" HotelCode="146549|4551635" HotelName="Daphnis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/6e/3f6e5378fb43439661c25de90abbc72bd323db07.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="193.88" OriginalAmount="188.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012475" Longitude="28.97795" StarRating="3" HotelCode="60858|940445" HotelName="Ersu" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ebussuud Caddesi Erdogan Sokak 10, Sirkeci, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/5a/d85aa0c9ac3e1214672934dcc0f4d60d1897ab59.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="193.88" OriginalAmount="188.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.045448" Longitude="28.986337" StarRating="4" HotelCode="208289|2162695" HotelName="Taksim Express Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Inönü Mahallesi, Cumhuriyet Caddesi  135, Harbiye, 34373 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/30/fc302dafc470a69c027831a5ac1248cd846c4809.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="193.90" OriginalAmount="188.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.027424" Longitude="28.975815" StarRating="4" HotelCode="260135|1685428" HotelName="Meroddi Galata Mansion" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sahkulu Mahallesi, Serdar-i Ekrem Caddesi No. 29, 34420 Galata, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/4d932fc8f4c24ef1904988c9da3d491a.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="193.92" OriginalAmount="188.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.045998" Longitude="28.912332" StarRating="5" HotelCode="|211264" HotelName="Lionel Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yenidogan Mh. Abdi Ipekci Cd. No.84 Bayrampasa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/1/2/6/4/211264_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="194.04" OriginalAmount="188.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0094554" Longitude="28.9745005" StarRating="0" HotelCode="|108186" HotelName="Nowy Efendi Hotel - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mah. Hoca Rustem Mektebi Sok. No:9/11 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/8/6/108186_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment offers, WiFi, (free of charge). SITUATION: This hotel Santa Sofia it is 400 metres away from the mosque, is 8 minutes away from Topkapi the Palace of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="194.21" OriginalAmount="188.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013291956047" Longitude="28.977585062385" StarRating="4" HotelCode="25163|49734" HotelName="Orient Express Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hudavendigar Caddesi 24, Sirkeci, 34120 Istanbul, Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/42/f9/42f924aa917ed2528122dfb980d895987acd1019.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Istanbul's old town within a few minutes walk of the lively to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="194.31" OriginalAmount="188.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00629" Longitude="28.97213" StarRating="0" HotelCode="|84978" HotelName="Muyan Suites - Special Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BINBIRDIREK MAH.DIZDARIYE MEDRESESI SOKAK S.AHMET 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/9/7/8/84978_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in Sultanahmet 100 metres away, guests can find the racecourse, close to Sultan Ahmed Mosque, the Santa Sofia Museum, the Basilica Cistern. 800 metres from El Palacio de Topkapi It's 15 kilometres from Istanbul AtatÃ¼rk Airport. ROOM: All the rooms have modern facilities, classic furniture, an air-conditioning system, an LCD television, a mini-bar and WiFi (free of charge). OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="194.33" OriginalAmount="188.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0125672" Longitude="29.1063429" StarRating="3" HotelCode="|353592" HotelName="The City Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Atakent Mahallesi,Akdeniz Caddesi,Muammer Aksoy sokak,No 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/5/9/2/353592_710bba12341.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="194.44" OriginalAmount="188.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0116042531" Longitude="28.958176588955" StarRating="4" HotelCode="9375|45044" HotelName="Zurich Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Vidinli Tevfik Pasa Caddesi 14, Sehzadebasi, 34470 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9e/a4/9ea44dcdca8ad118c56d979d794bfa2b2e8c220f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the historic and cultural area of Istanbul. Restaurants, shops and a bus s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="194.56" OriginalAmount="188.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98450023" Longitude="29.10764508" StarRating="3" HotelCode="200040|897475" HotelName="Asia City" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Kucukbakkalkoy Mahallesi, Sutculer Sokak 3, 34750 Atasehir, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/a2/8fa2212679d09bb020473d7650a3b95ed2e94cde.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a bar, a transfer service and a confer...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="194.65" OriginalAmount="188.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039497" Longitude="28.984844" StarRating="4" HotelCode="81773|86135" HotelName="Golden Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly 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,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Lamartin Caddesi  24, Taksim 34437, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/7a/7a/7a7ae933d2a56a1c21ceba51cd7fadaaa2543f9f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located 5 minutes' walk from restaurants, shops, bars, nightspots and links to the pub...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="194.67" OriginalAmount="189" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04241514" Longitude="28.98462468" StarRating="0" HotelCode="593296|237368" HotelName="Endless Art Taksim" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Inonu Mahallesi, Elmadag Caddesi 28, 34295 Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8f/61/8f6157373d2964db4049428a32a7c3664a653d00.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="194.69" OriginalAmount="189.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.014199" Longitude="28.877866" StarRating="5" HotelCode="|205382" HotelName=" Ramada Hotel &amp; Suites by Wyndham Istanbul Merter " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GUVEN MH. ESKI LONDRA ASFALTI CD.NO:83 B/18GUNGOREN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/5/3/8/2/205382_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="194.91" OriginalAmount="189.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00477" Longitude="28.98074" StarRating="3" HotelCode="36322|345605" HotelName="Yusuf Pasa Konagi" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Cankurtaran Caddesi 34, Sultanahmet Fatih, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/24/36/2436fd58175e966387c9aea256b4e3e40b2c2ba1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Featuring a fascinating history, the hotel is within walking distance of Sultanhamet, the tourist ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="194.91" OriginalAmount="189.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011486386786" Longitude="28.956913505363" StarRating="4" HotelCode="262048|996165" HotelName="Grand Washington Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gencturk Caddesi, Agayokusu Sokak 7, Laleli, Fatih, 34692 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/be59a016f16e4e77835343a1caf0dcd4.JPG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="195.11" OriginalAmount="189.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0400023" Longitude="28.9831781" StarRating="4" HotelCode="|40301" HotelName="Avantgarde  Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ABDULHAMIT CAD.TAKSIM 40/42</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/3/0/1/40301_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2007, is ideal for family holidays, has 124 rooms and 12 floors. The establishment is perfect for business and holiday stays, has air-conditioning, a lobby with a reception, a safety deposit box service, a currency exchange service, a cloakroom and 2 lifts. Our guests can find a hairdresser's, a bar, a restaurant, conference rooms and WiFi. At an additional cost you can have access to room service and a laundry service. The establishment also offers a playground. SITUATION: Is situated inTaksim the city centre of 5 minutes away from the establishment, you can find restaurants, bars, nightclubs, shops and public transport stops. 15 minutes away from the establishment clients have tourist areas, 25 kilometres away, you can find Istanbul Airport. ROOM: The rooms a bathroom with a shower or bath, a hairdryer, a direct line telephone, flat-screen satellite television and a safe. They also have a mini-bar, a double bed, an air-conditioning system and individual heating. FACILITIES: At an extra cost, you can find the health club, a massage service, a Turkish bath, a sauna and a solarium. The establishment has a covered swimming pool, a gym, a children's swimming pool, an outdoor bar (available for a fee) and deck chairs. PAYMENT METHODS: Customers can pay by American Express, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, you can enjoy a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="195.16" OriginalAmount="189.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00338787198" Longitude="28.981495618385" StarRating="4" HotelCode="33845|321095" HotelName="Citadel Hotel &amp; Restaurant" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kennedy Caddesi Sahil Yolu 12, Ahirkapi, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/0e/450e8bb097c5bd4278b81c0c5c44246e1b4d7664.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Owing to its location in the old city centre, this historic hotel has the advantage of being within ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="195.31" OriginalAmount="189.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00911" Longitude="28.97428" StarRating="4" HotelCode="|184455" HotelName="Great Fortune and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bab-i Ali Cad. Basmuhasip Sok. No 11-13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/4/5/5/184455_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="195.35" OriginalAmount="189.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00424" Longitude="28.979" StarRating="3" HotelCode="|241405" HotelName="Apple Tree" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mah. Akbiyik Cad. No:79 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/1/4/0/5/241405_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="195.62" OriginalAmount="189.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.981091" Longitude="28.898687" StarRating="4" HotelCode="|450557" HotelName="Best Western Premier Ottoperla" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kazlicesme, Abay Cd. No:223 B Block</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/5/5/7/450557_11934aa1209.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="195.64" OriginalAmount="189.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0144383" Longitude="28.9769288" StarRating="0" HotelCode="|107972" HotelName="Mr. Bird Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Orhaniye Cad. No:32 Sirkeci</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/9/7/2/107972_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2013. SITUATION: It is situated 10 minutes away fromTopkapi the Palace of and.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195.70" OriginalAmount="190" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.991645" Longitude="28.795186" StarRating="0" HotelCode="385814|237178" HotelName="Alrazi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Besyol Mahallesi Birlik Caddesi Karadeniz Sokak No:13-15, Küçükçekmece, Sefaköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f9/41/f941ce26579f91450a8ef81b8867a89084ee0f6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195.70" OriginalAmount="190" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039962294451" Longitude="28.984403138554" StarRating="4" HotelCode="933896|217682" HotelName="Nova Plaza Boutique &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Lamartin Caddesi No 14, Taksim, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/1f/171fdb5cc6b87e66557a3ba1ef647e2193a4f710.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195.70" OriginalAmount="190" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.055681" Longitude="28.985302" StarRating="4" HotelCode="284353|57957" HotelName="Le Mirage Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abidei Hürriyet Caddesi No:22, Cumhuriyet Mahallesi, Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/22/228918/228918a_hb_a_013.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195.70" OriginalAmount="190" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05863992" Longitude="28.98604382" StarRating="4" HotelCode="594159|217646" HotelName="Mare Park Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Merkez Mahallesi, Abide i Hurriyet Caddesi 85-87, Sisli, 34381 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f4/3a/f43a7cf191af66f3a9a6c45915d91e681d6ed6c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195.70" OriginalAmount="190" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00889465" Longitude="28.96262411" StarRating="4" HotelCode="688467|284934" HotelName="Hotel Piya Sport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,ATM/Cash Machine,Bar,Conference Hall,Designated Smoking Area,Dining,Internet,Massage Centre,Meeting Room,Pets allowed,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Kemalettin Mahallesi, Sekbanbasi  Sokak 2, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e7/82/e78220aa66b606a3590e50d88a19558a169fff20.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Piya Sport Hotel is located at the Beyazit district of Istanbul, the mile stone of rich history....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195.70" OriginalAmount="190" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.995941838982" Longitude="29.190118483537" StarRating="4" HotelCode="293721|38549" HotelName="The Million Stone" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Laundry,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mahellesi, Yerebatan Cadesi, Muhteremefendi Sokak 11, 34122 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/2d/212d43e6bcab3709cdabd2db395349c4c35d6286.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located right in the he...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="195.72" OriginalAmount="190.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01196573" Longitude="28.95724615" StarRating="3" HotelCode="517172|693821" HotelName="Beethoven Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Fethi Bey Caddesi 63, 34134 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/62/a062deffe42f9a1a34aaf11c561eca598491791a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="195.73" OriginalAmount="190.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039865" Longitude="28.984913" StarRating="4" HotelCode="65192|30004" HotelName="Lamartine" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Lamartin Caddesi 25, Taksim, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/50/4c/504c87044e4d03aa83d4e48a3f6cc20e318a7865.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located within a few minutes’ walk of Taksim Square, where there are transport ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="196.18" OriginalAmount="190.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05656" Longitude="28.991087" StarRating="0" HotelCode="|526320" HotelName="Mr Beyaz Butik Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/6/3/2/0/526320_ebaf7111011.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="196.20" OriginalAmount="190.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00802" Longitude="28.95721" StarRating="0" HotelCode="|521766" HotelName="Marcello Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Kemalettin Mah., Koska Cad., No.31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/7/6/6/521766_2a1bb180938.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="196.24" OriginalAmount="190.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0140357" Longitude="28.9780661" StarRating="3" HotelCode="|353578" HotelName="Orka Old City Hotel &amp; Spa" 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/5/3/5/7/8/353578_2b490e11243.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="196.25" OriginalAmount="190.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0515653" Longitude="28.9891253" StarRating="0" HotelCode="|82974" HotelName="Jazz Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Halaskargazi Mahallesi Bahtiyar Sokak No: 1 Nisantasi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/7/4/82974_12.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is 5 minutes away fromOsmanbey the metro station of. ROOM: The establishment has deluxe rooms and flat-screen satellite television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="196.33" OriginalAmount="190.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008554" Longitude="28.974942" StarRating="0" HotelCode="|475552" HotelName="Hotel Esve Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bicki Yurdu sk. No6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/5/5/2/475552_83de1d61259.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="196.35" OriginalAmount="190.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0102402" Longitude="28.957321" StarRating="3" HotelCode="|82956" HotelName="Eyfel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kurultay Sok. No:19 Laleli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/5/6/82956_313679e1601.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is in Istanbul the historic centre of 200 metres away, guests will find Laleli the Tram Station of. ROOM: The rooms have WiFi, (free of charge), a television. FACILITIES: The establishment has a swimming pool.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="196.44" OriginalAmount="190.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035488" Longitude="28.985468" StarRating="4" HotelCode="|108165" HotelName="Taxim Express" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Cad., No:135 Harbiye</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/6/5/108165_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a sauna, a gym, rooms with air-conditioning and WiFi (free of charge). SITUATION: Is situated in the city centre, Close to the exhibition centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="196.73" OriginalAmount="191" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040047060752" Longitude="28.983230390213" StarRating="4" HotelCode="60178|7065" HotelName="Avantgarde Taksim" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abdulhakhamit Caddesi 40/42, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/dc0233442d824eb19255bb85a110859e.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the centre of Taksim, a 5-minute walk from restaurants, bars, discos, shop...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="196.73" OriginalAmount="191" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00737" Longitude="28.97052" StarRating="3" HotelCode="705339|284830" HotelName="Deluxe Newport Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Housekeeping,Laundry,Lounge,Parking,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Emin Sinan Mahallesi, Gedikpasa Cami Sokak 46-48, 34126 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/24/2419705/O94PXPTT_d2b5ca33bd970f64a6301fa75ae2eb22.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;Deluxe Newport Hotel is a new hotel that has just opened for a service of the guests with 24 deluxe ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="196.73" OriginalAmount="191" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.991005902096" Longitude="28.795642065891" StarRating="4" HotelCode="315779|47571" HotelName="Ramada Encore Istanbul Airport" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Besyol Mahallesi, Birlik Caddesi 10, 34295 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/423f608588964d41aa48d4b52ed41269.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="196.82" OriginalAmount="191.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9949677" Longitude="29.107862" StarRating="0" HotelCode="|304525" HotelName="The Gate 30 Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Barbaros Mah. Ihlamur Bulvar? No:10 Ata?ehir</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/4/5/2/5/304525_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="196.95" OriginalAmount="191.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013346" Longitude="28.977873" StarRating="0" HotelCode="|553833" HotelName="Downtown Sirkeci Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/8/3/3/553833_c9bb30f1401.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="196.96" OriginalAmount="191.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.017556" Longitude="28.966398" StarRating="0" HotelCode="|153794" HotelName="Old City Family Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DEMIRTAS MAH. AYRANCI SOKAK 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/7/9/4/153794_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has 14 rooms, 4 single rooms, 6 double rooms, 2 suites, 1 triple rooms and 1 family rooms. It also has a car park. SITUATION: This establishment, Istanbul it is in is situated in the city centre excellent transport links to places of interest, the train stations and the bus station. it is near public transport services.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="197.42" OriginalAmount="191.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0044166" Longitude="28.9797993" StarRating="3" HotelCode="|82945" HotelName="Center Hill" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Mehmet Aga Cad No 23 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/4/5/82945_38585d71136.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a reception and WiFi (free of charge). SITUATION: The hotel Sultanahmet it is in it is located 200 metres away from the mosque. ROOM: The rooms have cable television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="197.76" OriginalAmount="192" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00788517" Longitude="28.96207339" StarRating="0" HotelCode="593890|237359" HotelName="Elibol Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Beyazit, Tavsantasi Sokak 10, 34130 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/49/9e/499e6f55f4775de963fd0f440247822dba651920.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="197.76" OriginalAmount="192" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00918537" Longitude="28.95446712" StarRating="3" HotelCode="517163|198874" HotelName="River Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Mesihpasa Mahallesi, Ceylan Sokak 18, Ordu Caddesi, Laleli Fatih, 34126 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/d3/12d38e5414f63d2c1aae973e6442a6d4485592a2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="197.76" OriginalAmount="192.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03570178726" Longitude="28.983258661667" StarRating="4" HotelCode="154319|triada_residence" HotelName="Triada Boutique &amp; Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Istiklal Caddesi, Meselik Sokak 4, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/48/c848782aa2cac5fadb53d48e45813130d40c1181.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="197.76" OriginalAmount="192.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005037" Longitude="28.978368" StarRating="3" HotelCode="191138|ararat_hotel_3" HotelName="Ararat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Torun Sokak. No:3, 34400 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/f3/e4f3ef161e1a36d7dd64235c4cb575e42edb049b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="197.80" OriginalAmount="192.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0678628" Longitude="29.0043671" StarRating="5" HotelCode="|205418" HotelName="DoubleTree by Hilton Istanbul Gayrettepe" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Buyukdere cad.No:117 Gayrettepe</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/5/4/1/8/205418_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="198.01" OriginalAmount="192.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013983" Longitude="29.029135" StarRating="4" HotelCode="188762|237916" HotelName="Volley Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Seyit Ahmet Deresi Sok., Nuhkuyusu Cad., 34662 Altunizade Üsküdar, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/19/0b19e1c3eece40bae7678856393f2fbae6231f63.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="198.33" OriginalAmount="192.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0089" Longitude="28.96261" StarRating="4" HotelCode="|445184" HotelName="Piya Sport " 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/5/1/8/4/445184_3f2d16b1455.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="198.41" OriginalAmount="192.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00891" Longitude="28.96323" StarRating="0" HotelCode="|447781" HotelName="Edition Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sekbanbasi Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/7/8/1/447781_9bedf231215.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="198.44" OriginalAmount="192.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.927301706172" Longitude="29.309466776443" StarRating="4" HotelCode="446808|544381" HotelName="Hampton by Hilton Istanbul Kurtkoy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Yeni Sehir Mahallesi, Millet Caddesi 27, MVK Work Square B Block 3, Pendik, 34912 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/01/600194b65a6cb75f660db4271d7b92b6f354fa03.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a safe, a bar and a business centre. Wireless internet ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="198.47" OriginalAmount="192.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.044374" Longitude="29.004213" StarRating="0" HotelCode="|522246" HotelName="Guest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sinanpasa, Yenilik Sk. 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/2/4/6/522246_d83dc280912.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="198.54" OriginalAmount="192.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012074074664" Longitude="28.940858244896" StarRating="4" HotelCode="12950|591055" HotelName="Grand Anka Hotel Istanbul" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Molla Gurani Street 46, Findikzade, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/b7/15b7812118e615b9e6647bf900fc141c7caadfa6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Istanbul's old town just a few minutes walk from a selection o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="198.60" OriginalAmount="192.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.019669" Longitude="28.961608" StarRating="0" HotelCode="|534250" HotelName="Hotel Otağ" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hoca Giyasettin Mah, Hacikadin 1.caddesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/2/5/0/534250_4aa5a011146.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="198.65" OriginalAmount="192.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0388884" Longitude="28.9822849" StarRating="0" HotelCode="|108337" HotelName="My House Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/3/3/7/108337_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Istanbul the centre of 300 metres away from and Taksim the square Istiklal the street. APARTMENTS: It offers large apartments with air-conditioning and a kitchen with full kitchenware.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="198.77" OriginalAmount="192.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99229" Longitude="28.83948" StarRating="3" HotelCode="|184559" HotelName="Osaka Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/5/5/9/184559_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="198.79" OriginalAmount="193" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003154438557" Longitude="28.97460334603" StarRating="0" HotelCode="915597|57276" HotelName="Albinas Hotel Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Küçükayasofya Mahallesi, Mustafapasa Sokak 34-38, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b3/20/b32061e88d7eb18dc231cb26015c5b62b29c6ac6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="198.79" OriginalAmount="193" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012818" Longitude="28.976717" StarRating="4" HotelCode="32884|19627" HotelName="Golden Horn Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ebusuud Caddesi 26, Sirkeci, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d9/06/d906581185ef5aab9e6dbce9bc55f33a5737a91d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the district of Sirkeci, extremely close to the centre of the old town and Sultan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="198.79" OriginalAmount="193" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03550413" Longitude="28.9855047" StarRating="4" HotelCode="563374|217262" HotelName="TRYP by Wyndham Istanbul Taksim" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Cihangir Mahallesi, 8-12  Kazanci Yokusu, Taksim, 34433 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/5c/7f5c63269085f18da9f2f34f4b98cfdb5aa32594.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="198.79" OriginalAmount="193.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011978950451" Longitude="28.955556750298" StarRating="3" HotelCode="165540|buyuk_keban_hotel" HotelName="Hotel Büyük Keban" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Genctürk Caddesi No: 39, Sehzadebasi, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/26/be2668e1743a4c45383dcf4de59d780e4b3ae37d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="198.87" OriginalAmount="193.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008007" Longitude="28.967848" StarRating="0" HotelCode="|168687" HotelName="Comfort Elite  Sultanahmet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Hayrettin Mah.Divan-i Ali sok. No: 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/6/8/7/168687_27954000939.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a spa centre, a wellness centre, a sauna, a hamman, WiFi (free of charge) and a reception. The establishment offers guests ticket sales, organisation of excursions and a car hire desk. SITUATION: The establishment is 350 metres away from the bazaar. It is situated 1.2 kilometres away from the mosque. 900 metres away, guests can find the Basilica of Santa Sofia. It is situated 19.7 kilometres away from Airport Istanbul AtatÃ¼rk. ROOM: The rooms have flat-screen satellite television, a mini-bar, computer safe, kettle, a bathroom with a shower, a hairdryer and complimentary bathroom items. OTHERS: Regarding the food and beverage offering, clients can enjoy a restaurant with breakfast service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="198.88" OriginalAmount="193.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0586046" Longitude="28.9860026" StarRating="4" HotelCode="|220771" HotelName="Mare Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Merkez M. Abide-i Hurriyet C. No:85/87, ?i?li 60</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/7/7/1/220771_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="199.05" OriginalAmount="193.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0133649" Longitude="28.9765945" StarRating="0" HotelCode="|108356" HotelName="Viva Deluxe Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ibni Kemal Cad. No:38 Sirkeci</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/3/5/6/108356_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Sultanahmet the district of it is situated 5 minutes away from Topkapi the Palace of. ROOM: Clients are offered non-smoking rooms, panoramic views and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="199.18" OriginalAmount="193.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.014798" Longitude="28.978651" StarRating="0" HotelCode="|152181" HotelName="Dream Bosphorus Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HOCAPASA MH.NOBETHANE CAD.KUM MEYDANI SOK. SIRKECI 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/1/8/1/152181_6.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in Istanbul is situated in the city centre. Near the establishment, you will find the railway station, the bus station and places of interest. HOTEL: The hotel was built in 2014, has 25 standard rooms, 5 single rooms, 10 double rooms, 3Â junior suites, 4 suites and 3 triple rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="199.20" OriginalAmount="193.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05505" Longitude="28.97985" StarRating="0" HotelCode="|525384" HotelName="Hexa Suites Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Evrenoszade Sk. 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/3/8/4/525384_f2935081102.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="199.22" OriginalAmount="193.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.054868" Longitude="29.029682" StarRating="4" HotelCode="186920|1451708" HotelName="Symbola Bosphorus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Portakal Yokusu Caddesi 17-19, Ortaköy, 34347 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/c2/afc24648b20a273d7654ce61856ea0e6529e3c90.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located approximately 350 m from the shores of the Bosphorus on a hill close to the Fir...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="199.29" OriginalAmount="193.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.016943" Longitude="29.030163" StarRating="0" HotelCode="|532042" HotelName="Olen Uskudar Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Nuhkuyusu Cd 97</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/0/4/2/532042_5399c5d1035.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="199.48" OriginalAmount="193.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.043158" Longitude="29.001683" StarRating="0" HotelCode="|534294" HotelName="King Suits Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Afacan Sk. 26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/2/9/4/534294_64a1c001112.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="199.53" OriginalAmount="193.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.984468895147" Longitude="29.226985380716" StarRating="5" HotelCode="593445|638261" HotelName="Tryp by Wyndham Istanbul Sancaktepe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Eyup Sultan Mahallesi, Kizilay Caddesi 25, Sancaktepe, 34885 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/73/8573c8b09e8a74a6ff35915e54799816d87cc4e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="199.54" OriginalAmount="193.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.060141" Longitude="28.808088" StarRating="4" HotelCode="|444825" HotelName="Ramada Encore By Wyndham Istanbul Basin Express" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mehmet Akif Mah. 3. Inonu Cad.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/8/2/5/444825_86ac4eb1138.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199.82" OriginalAmount="194" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010257" Longitude="28.97707" StarRating="4" HotelCode="293781|41416" HotelName="Dosso Dossi Hotels - Old City Sultanahmet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mahallesi, Alayköskü Caddesi 12, Sultanahmet, Fatih, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8f/10/8f10db2f103661160921ebc1efed5adb1cab3a48.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199.82" OriginalAmount="194" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02694134" Longitude="28.97328295" StarRating="4" HotelCode="612662|199619" HotelName="Louis Appartements Galata" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sahkulu Mahallesi, Ilk Belediye Caddesi No:10, Sishane Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/2e/6a/2e6a57f57c82c240f0c4cca46c9379593c18b108.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199.82" OriginalAmount="194" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02901784" Longitude="28.97354645" StarRating="5" HotelCode="373458|217709" HotelName="Pera Neuf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Apartment,Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>General Yazgan Cadesi  No:9 Beyoglu, 34200 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/49/24495f3f9b6481a3483c1d1dd8eedfacb666103d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199.82" OriginalAmount="194" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.042665476225" Longitude="28.985322015414" StarRating="2" HotelCode="267854|61840" HotelName="Taksim Green House Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Inonu Mahallesi, Cumhuriyet Caddesi, Paparoncalli Sokak 15, Elmadag Taksim, Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=855203</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="200.01" OriginalAmount="194.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013528243679" Longitude="28.977282643319" StarRating="4" HotelCode="32218|77104" HotelName="Best Western Empire Palace" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Hudavendigar Caddesi 19, Sirkeci-Sultanahmet, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/51272/a_51272_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of the beautiful old town and is only 100 m from the tourist cen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="200.21" OriginalAmount="194.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035529" Longitude="28.986931" StarRating="0" HotelCode="|529678" HotelName="Roe Suite Taksim - Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/6/7/8/529678_991e57c1025.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="200.38" OriginalAmount="194.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05479" Longitude="28.98854" StarRating="3" HotelCode="|185052" HotelName="Wame Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Matbaaci Osmanbey Street No:20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/0/5/2/185052_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="200.64" OriginalAmount="194.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0032027" Longitude="28.9757585" StarRating="0" HotelCode="|108083" HotelName="Katelya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kucukayasofya Mah., Ogul Sok., No: 21, Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/0/8/3/108083_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Sultanahmet it is in Sultan Ahmed Mosque it is 3 minutes away from.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="200.64" OriginalAmount="194.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.032577" Longitude="28.977128" StarRating="0" HotelCode="|454486" HotelName="Taksim Yazici" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Istiklal Cad. Tomtom Mah. Akansu Sk 4/1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/4/8/6/454486_eb1af601519.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="200.70" OriginalAmount="194.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.989473" Longitude="29.025237" StarRating="3" HotelCode="191195|4517845" HotelName="Khalkedon Hotel Istanbul" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Caferaga Mah. Moda Cad. Tellaizade Sok. No:2 Kadiköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/ba/2cba6dfbccdbabeb2f4ffb27ef0a42ca13192294.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="200.72" OriginalAmount="194.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0675453" Longitude="28.9738549" StarRating="0" HotelCode="|108279" HotelName="Tempo  Çaglayan Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Gursel Mah. Tumlec Sok. No:2 Kagithane</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/7/9/108279_14.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inKagithane the district of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="200.82" OriginalAmount="194.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03203" Longitude="28.98037" StarRating="0" HotelCode="|447716" HotelName="The Soul Istanbul Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kulo?lu Mh. Faik Pa?a Cd. No:28</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/7/1/6/447716_1c8cb010800.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="200.85" OriginalAmount="195" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00314464" Longitude="28.97572018" StarRating="3" HotelCode="368051|58417" HotelName="Katelya Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucukayasofya Mahallesi  Ogul Sokak  No: 21 Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/20/692012af138c857806484d4f3be24afc4d98a068.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="200.85" OriginalAmount="195" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02526677" Longitude="28.97987357" StarRating="3" HotelCode="481152|199568" HotelName="Nabu Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kemankes Karamustafa Pasa, Murakip Sokak 13, 34425 Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/c7/50c77eddf805bedf5d734ad62456af4fb0a6419a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="200.85" OriginalAmount="195" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.054824672247" Longitude="28.997232813492" StarRating="3" HotelCode="188742|42962" HotelName="Semsan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tesvikiye Mahallesi, Ferah Sokak 16, 34365 Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ec/e9/ece9bf00a11a39fec793fc7cb1bff29de513f139.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="200.85" OriginalAmount="195" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.911102922308" Longitude="29.201568837948" StarRating="5" HotelCode="410402|19014" HotelName="Titanic Business Kartal" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Spa Hotel,Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Orta Mahallesi, Kaptan-i Derya Caddesi 37, Kartal, 34880 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/ea/b2ea345f69690610e61c5d998ac165f55debcab3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kartal, which is in the heart of Istanbul's modern commercial district and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="201.07" OriginalAmount="195.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.975528" Longitude="28.875203" StarRating="0" HotelCode="|453062" HotelName="Anemon Bakirkoy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Zeytinlik Mahallesi Ebuziya cad</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/0/6/2/453062_ba668751718.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="201.55" OriginalAmount="195.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0659295" Longitude="28.9876132" StarRating="4" HotelCode="|86867" HotelName="Vernazza Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Abide-i Hurriyet Cd. Gecit Sk No 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/6/7/86867_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Sisli it is in Istanbul it is in. ROOM: Clients can find suites with an air-conditioning system, WiFi (free of charge). OTHERS: Regarding the food and beverage provision, the establishment offers a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="201.67" OriginalAmount="195.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013427337454" Longitude="28.977261431283" StarRating="3" HotelCode="306007|616785" HotelName="Hotel Black Pearl" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Hüdavendigar Caddesi 10, Sirkeci – Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/17/dc172c7a87558f866a95dbe6d3ecfa77371cce17.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
        <Offer>Long Stay discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="201.70" OriginalAmount="195.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0396156" Longitude="28.984808" StarRating="4" HotelCode="|38190" HotelName="The Central Palace Taksim" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LAMARTIN CD. NO 18 - TAKSIM - OTELLER BOLGESI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/1/9/0/38190_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 107 rooms, The establishment boasts air-conditioning, a lobby, a safety deposit box service, a currency exchange service, a cloakroom and a lift. Guests can find a cafÃ©, a bar, a restaurant and a conference room. The establishment also offers internet, a laundry service, room service and a car park (for a fee). SITUATION: Near the establishment, you will find the nightlife, is 18 kilometres away from Istanbul AtatÃ¼rk Airport it is situated 5 minutes away from Dolmabahce the Palace of 15 minutes away from the establishment, clients can find tourist points of interest, 5 minutes away, there is the bus stop, 10 minutes away from the establishment you have the railway station. ROOM: They have a desk, internet, a bathroom with a hairdryer, a direct line telephone and a satellite TV. They also have a mini-bar, a balcony or terrace, a safe, an air-conditioning system and individual heating. FACILITIES: The establishment boasts a gym, a sauna and a Turkish bath (available for a fee). PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="201.81" OriginalAmount="195.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040186366468" Longitude="28.984800875187" StarRating="4" HotelCode="41098|36984" HotelName="Grand Öztanik Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Topcu Caddesi 9-11, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/0c/74/0c7438f624f36df6d79c5574ff965358de84780a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the new city area of Taksim, close to the metro station. It is approximately...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="201.88" OriginalAmount="196" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007558558938" Longitude="28.973211050034" StarRating="3" HotelCode="67067|477186" HotelName="Hotel Hali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Klodfarer Caddesi 20, Sultanahmet-Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/fc/cdfc069c93eb773e92e35c3d0b526bc060b39ebc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="201.88" OriginalAmount="196" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005784" Longitude="28.973431" StarRating="3" HotelCode="169635|27756" HotelName="Hotel Perula" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Peykhane Sokak 45, Sultanahmet Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/e5/7fe5472972ce3bd617017ef479ac08b0dcc97159.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the historical district of Istanbul, within a few hundred metres of the tour...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="201.88" OriginalAmount="196" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04863163007" Longitude="29.021472999825" StarRating="3" HotelCode="936554|58239" HotelName="Malta Bosphorus Hotel &amp; Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Palanga Caddesi 24, Ortaköy, 34347 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/60/1660321c2ccd536c43706e09fe524ea3d0065632.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="201.88" OriginalAmount="196" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.041654930973" Longitude="28.984201374344" StarRating="5" HotelCode="905763|30348" HotelName="The Elysium Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Inonu Mahallesi, Yedikuyular Caddesi, Cayiri Sokak 1, Sisli Taksim, 34373  Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/04/cc/04cca3412be51a151d440050247ec84bf6b2c41b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to Taksim Square, which is in the city centre and approximately a 10-minu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="201.97" OriginalAmount="196.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039188487456" Longitude="28.982598111033" StarRating="4" HotelCode="191183|609485" HotelName="Moss Suites Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Feridiye Caddesi 34, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/63/f3/63f31aef3211b50ca7042209a5c5aa9704fdbc0e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="202.00" OriginalAmount="196.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03546" Longitude="28.98587" StarRating="4" HotelCode="|243596" HotelName="  Trip Bosphorus Taksim Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Cihangir Mah. Kazanci Yokusu No: 8 Taksim</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/3/5/9/6/243596_8ba327a0843.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="202.00" OriginalAmount="196.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03439" Longitude="28.98129" StarRating="0" HotelCode="|192728" HotelName="Sometimes Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/7/2/8/192728_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="202.00" OriginalAmount="196.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0061455" Longitude="28.9809453" StarRating="0" HotelCode="|83012" HotelName="Villa Sofia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Cad No:3 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/1/2/83012_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a terrace with views. SITUATION: Sultanahmet Is situated in.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="202.07" OriginalAmount="196.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005536" Longitude="28.971275" StarRating="0" HotelCode="|534492" HotelName="Zeyn Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tahsinbey Sokagi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/4/9/2/534492_92921f31410.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="202.25" OriginalAmount="196.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0379397" Longitude="28.9849397" StarRating="0" HotelCode="|26912" HotelName="Seminal Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Cad. No:23-25, Taksim</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/9/1/2/26912_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2005, has 88 standard rooms. The establishment boasts a hall with an elevator, a reception, a currency exchange service and a safety deposit box service. It has a bar, a cafÃ©, an Ã  la carte restaurant and conference rooms. The establishment offers guests room service, a laundry service and a medical care service. SITUATION: This hotel is in Taksim where you can find shops and leisure areas. 100 metres away, there is a public transport stop. It is 10 kilometres away from the tourist area where you can find monuments. Is 25 kilometres from Istanbul AtatÃ¼rk Airport. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a mini-bar and a safe (available for a fee). They also have central heating and a central air-conditioning system. FACILITIES: Guests are offered a covered swimming pool, a sauna and a massage service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="202.55" OriginalAmount="196.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0140008" Longitude="28.9791012" StarRating="0" HotelCode="|381940" HotelName="Tayahatun Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hocapa?a mah.Tayahatun sok.No:13 Sirkeci/Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/1/9/4/0/381940_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="202.57" OriginalAmount="196.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.089674" Longitude="29.005349" StarRating="4" HotelCode="55339|929225" HotelName="Bilek" 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,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Eski Buyukdere Caddesi 29, 4 Levent, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/86/688634683676ca7a70d1656fac1f95cfb5a90a89.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the immediate vicinity of the metro to Taksim Square. Links to the public t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="202.76" OriginalAmount="196.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99222" Longitude="29.042026" StarRating="3" HotelCode="|527624" HotelName="G-Han" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/7/6/2/4/527624_2bb52b71047.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="202.91" OriginalAmount="197" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009184927298" Longitude="28.974208045953" StarRating="4" HotelCode="315769|198780" HotelName="The Great Fortune Hotel &amp; 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,Laundry,Massage Centre,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bab-i Ali Caddesi, Basmuhasip Sokak 11-13, Sultanahmet, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/46/89/4689beb272ba56901640b10d749a8202680e9c9f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Istanbul, Sultanahmet, within walking distance to historical and touristic s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="202.91" OriginalAmount="197.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0132" Longitude="28.942" StarRating="0" HotelCode="|525437" HotelName="Best Garden Hotel" 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/5/2/5/4/3/7/525437_2bc71d01159.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="202.99" OriginalAmount="197.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.086960951683" Longitude="28.903073966503" StarRating="4" HotelCode="186921|808815" HotelName="Radisson Residences Avrupa TEM Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Karayollari Mahallesi, Abdi Ipekçi Caddesi 30, 34250 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/67/0a/670a666f7ace40de606d7b895aaffb70781f3090.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Gaziosmanpasa district of north western Istanbul, approximately 12-13 km...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="203.00" OriginalAmount="197.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9117498" Longitude="29.2013198" StarRating="0" HotelCode="|40991" HotelName="Titanic Business " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>BARBAROS HAYRETTIN PASA CAD NO 43 KARTAL</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/9/9/1/40991_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Titanic Business is rated five stars and it is in Istanbul city centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="203.18" OriginalAmount="197.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0082932" Longitude="28.9740181" StarRating="4" HotelCode="|95910" HotelName="Faros Old City - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Divan Yolu, Sultanahmet Istanbul ,76</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/9/1/0/95910_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Faros Hotel is rated four stars and it was opened in 2005. SITUATION: This establishment is in the centre of Istanbul, close to St. Sophia and the train station Sultanahmet.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="203.24" OriginalAmount="197.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.032438" Longitude="28.975912" StarRating="0" HotelCode="|153342" HotelName="Nexthouse Pera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ISTIKLAL CD.KALLAVI SK. BEYOGLU ISTANBUL 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/3/4/2/153342_55e6a341357.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated establishment in 2013, has 12 rooms and a car park. SITUATION: This establishment, Istanbul it is in is situated in the city centre, Close to the train stations and the bus station. close to the establishment, clients can find public transport services, is near the city.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="203.48" OriginalAmount="197.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.994021" Longitude="29.027955" StarRating="0" HotelCode="|534624" HotelName="Ikiz Konak Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rasimpasa Mah. Recaizade Sok. no.32/1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/6/2/4/534624_fc22c3f1144.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="203.53" OriginalAmount="197.6" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.014328680706" Longitude="28.97817581892" StarRating="4" HotelCode="39094|125257" HotelName="Orka Royal Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mah. Nöbethane Cad. 10, 34113 Sirkeci, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b7/12/b712b9c9d89aae9b76e90d9e804cdf471a99c88e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the old city, Sirkeci, within walking distance of all the hist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="203.80" OriginalAmount="197.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9829" Longitude="29.03286" StarRating="0" HotelCode="|455142" HotelName="Riva's Moda" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/1/4/2/455142_47e7ede1443.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="203.85" OriginalAmount="197.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012229916164" Longitude="28.955760598183" StarRating="4" HotelCode="9354|1322270" HotelName="Black Bird Hotel- Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gençtürk Caddesi No: 51/53, Sehzadebasi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/695af8b6c4f1467cb60513b1ef686eeb.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Turkish city of Istanbul, only around 50 m from the city centre where b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="203.86" OriginalAmount="197.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0049736" Longitude="28.9793539" StarRating="0" HotelCode="|86701" HotelName="Azade Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Mehmet Aga Cad. No:31 Sultanahmet/Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/0/1/86701_9.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is 50 metres away from the mosque, this hotel is in Sultanahmet the district of. HOTEL: Guests can find rooms with internet, (free of charge), a terrace with views.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="203.94" OriginalAmount="198" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0508639" Longitude="28.98675773" StarRating="0" HotelCode="548876|211124" HotelName="Adelmar Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Bozkurt Mahallesi, Dolapdere Caddesi 217, 34375 Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f3/72/f372eaa1ef7a6034687f670cab81723381ad7344.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="203.94" OriginalAmount="198" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98594689" Longitude="29.11170979" StarRating="0" HotelCode="854276|381260" HotelName="Ibis Styles Istanbul Atasehir" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="24 Hour Security,Air Conditioning,Babysitting,Banquet Hall,Bar,Business Centre,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Kids Play Area,Laundry,Lounge,Meeting Room,Parking,Pets allowed,Printer,Restaurant,Room Service,Smoking Rooms,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Kucukbakkalkoy Mahallesi, Yenidogan Caddesi 6 2, Atasehir, 34750 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/2d/b22db73b9f2fa812ad8a04281561f9cbf74a187e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;ibis Styles Istanbul Atasehir Hotel

Design economy hotels

Ibis Styles Istanbul Atasehir Hotel is l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="204.23" OriginalAmount="198.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.064953" Longitude="28.658167" StarRating="0" HotelCode="|525527" HotelName="Parla Suite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1657.sokak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/5/2/7/525527_9d55f5c1037.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="204.51" OriginalAmount="198.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008318519346" Longitude="28.973787690807" StarRating="4" HotelCode="60290|1959985" HotelName="Faros Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Divan Yolu Avenue 76, Eminonu, 34110 Istanbul, Marmara Region</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a2/d1/a2d173453d875740114d4e5a0e1e5547e47919e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul, directly in the city and tourist centre with its res...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="204.57" OriginalAmount="198.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005896" Longitude="28.973453" StarRating="3" HotelCode="|72447" HotelName="Perula" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek MhPeykhane Sk 45</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/4/4/7/72447_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is luxury boutique. SITUATION: 2 minutes away from the establishment, clients can find tourist points of interest. ROOM: The luxurious, comfortable rooms, have an air-conditioning system, wooden furniture, internet and a mini-bar. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast, The establishment also offers a Turkish bath.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="204.74" OriginalAmount="198.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035178" Longitude="28.983496" StarRating="0" HotelCode="|466264" HotelName="The Trinity Hotel Taksim - Special Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Abdullah Sk. 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/6/2/6/4/466264_9a2811a1030.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="204.81" OriginalAmount="198.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.057362" Longitude="28.818368" StarRating="5" HotelCode="|205790" HotelName="Clarion Istanbul Mahmutbey" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mahmutbey Mahallesi Peyami Safa Caddesi No 44 Bagcilar Istanbul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/5/7/9/0/205790_6a67bfb1406.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="205.01" OriginalAmount="199.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.97417" Longitude="28.87573" StarRating="0" HotelCode="|233636" HotelName="Portwort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cevizlik Mahallesi Kennedy Cad No 5 Bakirkoy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/6/3/6/233636_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="205.60" OriginalAmount="199.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009356" Longitude="28.979111" StarRating="4" HotelCode="9369|592475" HotelName="Ottoman Hotel Imperial" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Caferiye Sokak 6/1, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a9/75/a97584f6e9e737ac4396661e164d1f11fe9e9b45.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in an inspiring location, directly in the heart of the Old Town, in a slightly...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="206.00" OriginalAmount="200" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0086932" Longitude="28.9749675" StarRating="4" HotelCode="317874|199887" HotelName="Hotel Anthemis Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mahhellesi, Haci Tahsin Bey Sokak 11, 34420 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/2f/152fe345c063bd66d2588f9ac5e53a3e7e3a5f6c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="206.00" OriginalAmount="200" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02634" Longitude="28.9208" StarRating="5" HotelCode="573009|237352" HotelName="DoubleTree by Hilton Istanbul Topkapi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Orta Mahalle, Anit Sokak 1, 34040 Bayrampasa, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/ce/fdcea85962fec0eba8fdae5fb3ce970c803b4581.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="206.00" OriginalAmount="200" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00274328" Longitude="28.82164085" StarRating="5" HotelCode="936547|45803" HotelName="Gorrion" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Merkez Mahallesi, Sanayi Caddesi 9, Yenibosna, 34197 Bahçelievler, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/00/380078555ab223d824d8077913d873201717a442.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="206.11" OriginalAmount="200.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.088216" Longitude="28.982953" StarRating="4" HotelCode="|445142" HotelName="Four Points by Sheraton Istanbul Kagithane" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cendere Street No 15, Hamidiye District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/1/4/2/445142_9574d981125.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="206.39" OriginalAmount="200.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0264" Longitude="28.96923" StarRating="3" HotelCode="|236044" HotelName="Galata Grace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/6/0/4/4/236044_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="206.40" OriginalAmount="200.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0337797" Longitude="28.978086" StarRating="0" HotelCode="|382307" HotelName="Mr Cas Hotels - Special Category" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Istiklal Caddesi No:153</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/2/3/0/7/382307_011f1b82345.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="206.45" OriginalAmount="200.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0308904" Longitude="28.9747104" StarRating="0" HotelCode="|86772" HotelName="Pera Arya " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Istiklal Cad. Balyoz Sok. No :5 Pera Taksi?m</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/7/2/86772_8.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 60 metres away fromIstiklal the street. ROOM: The rooms have a flat-screen television and a mini-bar. FACILITIES: The establishment has a reception and tourist information.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="206.65" OriginalAmount="200.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="3" HotelCode="74096|306385" HotelName="Turkoman" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Asmali Çesme Sokak No. 2, Adliye Yani Sultanahmet, Istanbul 34490</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/03/9503159f2ada7022161c6602301b01446f02b671.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="206.72" OriginalAmount="200.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.09287" Longitude="29.09467" StarRating="4" HotelCode="260598|2329775" HotelName="Park Inn by Radisson Istanbul Asia Kavacik" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kavacik Mahallesi, Ekinciler Caddesi, Ertürk Sokak 1, Beykoz, 34810 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8b/d1/8bd1e53bea301a4a7f78aa2ddd7a043cca44ac54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="206.76" OriginalAmount="200.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0088509" Longitude="28.9750139" StarRating="0" HotelCode="|83000" HotelName="Aldem Boutique  Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mah.Catal Cesme Sok. No:20-22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/0/0/83000_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a terrace with fantastic views. SITUATION: Sultanahmet It is in.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="206.80" OriginalAmount="200.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.030062225112" Longitude="28.975461423397" StarRating="4" HotelCode="9372|30124" HotelName="Richmond Istanbul" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Istiklal Caddesi 227, Tünel, 34430 Istanbul, Beyoglu</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/1d/b5/1db540cdb24ca86c2ce2098d0a46ad6116a298d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Istanbul. There are numerous restaurants, bars and clubs nearb...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="206.91" OriginalAmount="200.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.015046" Longitude="28.976956" StarRating="0" HotelCode="|465072" HotelName="Grand Sirkeci Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hobyar mahallesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/5/0/7/2/465072_be3c39b1230.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="207.03" OriginalAmount="201" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.018913" Longitude="28.587469" StarRating="5" HotelCode="156167|41238" HotelName="Eser Premium Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Spa Hotel,Airport Hotel,Conference Hotel,Family-friendly 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,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Fatih Mahallesi, Gazi Mustafa Kemal Caddesi 11, 34500 Büyükçekmece, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/4f/914fb2c67d3cf54b1e4563072a3ae035630e830b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive hotel is situated in the coastal area within the boundaries of Istanbul. It is set on...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="207.03" OriginalAmount="201" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.029075" Longitude="28.975976" StarRating="4" HotelCode="907372|57001" HotelName="Stories Apart Kumbaraci" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kumbaraci Yokusu No: 66, PK 34435, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/27/48279d6694fa8156c5d48ea47e6c802969f7f8c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appartments located in the key spots of Beyoglu brings the past and the present of Istanbul in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="207.03" OriginalAmount="201" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.054740123287" Longitude="28.988496062895" StarRating="3" HotelCode="303962|58291" HotelName="Wame Suite Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Matbaaci Osmanbey Street 20, Osmanbey, 34363 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ac/14/ac14ca0cbb4c882dbdb57190c3a1c7443f515fb5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="207.46" OriginalAmount="201.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01066" Longitude="28.958635" StarRating="4" HotelCode="167657|591225" HotelName="Samir Deluxe Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Büyük Resitpasa Caddesi, Ahmet Suayip Sokak 22, 34470 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/98/d2/98d2bd2ff1e4ff8859a814e22b49c0ab7a9cc628.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Laleli area of Istanbul, in the vicinity of Beyazid, the hotel is within easy access ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="207.82" OriginalAmount="201.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.089348" Longitude="29.0052865" StarRating="4" HotelCode="|26913" HotelName="Bilek Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ESKI BUYUKDERE CAD. 4.LEVENT 29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/9/1/3/26913_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting, urban hotel, was opened in 2005, has 99 rooms, 18 suites and 9 floors. The establishment boasts a lobby with elevators and a reception. SITUATION: This cosy hotel is situated close to the metro station, nearby, you will find a public transport stop, is 1 kilometre away from the city centre, Where you can find shops, restaurants and bars. ROOM: The comfortable rooms, have a bathroom with a shower, a bath, a hairdryer and a direct line telephone. They also have internet, satellite or cable TV and a mini-bar. FACILITIES: The establishment has a covered swimming pool, a swimming pool, a spa and a jacuzzi. The establishment also offers a hammam, a sauna, a massage service and a gym. MEALS: Regarding the food and beverage offering, the establishment offers a buffet restaurant, Ã  la carte or set-menu lunch and dinner and dietary restrictions can be accommodated. PAYMENT METHODS: The establishment accepts Visa and Mastercard.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="207.93" OriginalAmount="201.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.031679" Longitude="28.980131" StarRating="0" HotelCode="|152227" HotelName="Galatasaray Flats" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FIRUZAGA MAH. BOSTANBASI SOK. BEYOGLU 28</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/2/2/7/152227_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1900, was renovated in 2013 and has 12 apartments. SITUATION: The establishment, Beyoglu it is in a few kilometres away, you will find the railway station and the bus station, is situated close to tourist areas.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="207.95" OriginalAmount="201.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008580699635" Longitude="28.953523635864" StarRating="4" HotelCode="21584|145276" HotelName="Bulvar Palas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Atatürk Bulvari 36, 34134 Saraçhane, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/00/002815/002815a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in the tourist centre of Istanbul. It is only a 15 minute walk from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="208.05" OriginalAmount="201.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005249" Longitude="28.974155" StarRating="3" HotelCode="37692|1508758" HotelName="Spectra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Mehmetpasa Yokusu 2, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e3/d9/e3d919c69862a851cce0dcf983526228182c04cf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="208.06" OriginalAmount="202" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.067514747942" Longitude="29.004337855359" StarRating="5" HotelCode="293573|37039" HotelName="DoubleTree by Hilton Istanbul Esentepe" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Esentepe Mahallesi Buyukdere Caddesi 117, Sisli, 34394 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/39/363971bd4bb0e37f6338d2604adf224fa6c69f1a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="208.06" OriginalAmount="202" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00819217" Longitude="28.95297467" StarRating="2" HotelCode="951748|401655" HotelName="Four Seven Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Mahallesi, Inkilap Caddesi 1/1, Fatih, 34096 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/a6/1aa69dbd0edb6bc5c6b0a5b76a3674681ccfebb3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="208.15" OriginalAmount="202.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.027421680475" Longitude="28.971853852272" StarRating="4" HotelCode="13006|29874" HotelName="Grand Hotel Halic" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Refik Saydam Caddesi Tepebasi Bulvari 37, 34430 Istanbul, Sishane-Beyoglu</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c8/aa/c8aadbaf91873ac0d64daa9c78449510c1b13d64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 5 minutes on foot from Beyoglu (Pera), one of the most important centres of sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="208.31" OriginalAmount="202.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01421" Longitude="28.97688" StarRating="3" HotelCode="|184155" HotelName="Best Town" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/1/5/5/184155_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="208.34" OriginalAmount="202.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040722473627" Longitude="28.984867930412" StarRating="4" HotelCode="25678|964475" HotelName="Ramada By Wyndham Istanbul Taksim" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Receppasa Caddesi 15, Taksim, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/77/91/7791ddcf963461358a0ff0fcb9762d54b3c6f8c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in Taksim, a lively district with a range of cultural, art and entertainment a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="208.40" OriginalAmount="202.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.033905465822" Longitude="28.978940550926" StarRating="4" HotelCode="309859|4967825" HotelName="Ikonik The Public" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuloglu Mahallesi, Turnacibasi Caddesi 1, 34433 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d0/b6/d0b67c581913c3f7cd819afa7da6c2a3e839ac9b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="208.89" OriginalAmount="202.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0401897" Longitude="28.9844397" StarRating="4" HotelCode="|42945" HotelName="Nova Plaza Orion" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LAMARTIN CAD -TALIMHANE TAKSIM 24</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/9/4/5/42945_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a covered swimming pool, a restaurant, a bar, a reception, meeting rooms, a laundry service, WiFi, a sauna and a car park (for a fee). SITUATION: It is located 300 metres away fromTaksim the Square of 2 kilometres away from the establishment, guests will find the museum. ROOM: Each room has an air-conditioning system, a mini-bar, a satellite television, a direct line telephone, a hairdryer, internet and a safety deposit box.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="208.93" OriginalAmount="202.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00231" Longitude="28.97921" StarRating="0" HotelCode="|444605" HotelName="Catch Sultanahmet - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sultanahmet Mahallesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/6/0/5/444605_9cbe0fa1308.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="208.99" OriginalAmount="202.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01" Longitude="28.9575" StarRating="5" HotelCode="61881|2336365" HotelName="Crowne Plaza Istanbul - Old City" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Historic 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,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Balabanaga Mahallesi, Fethi Bey Caddesi 2, Laleli, Fatih, 34134 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/64/746444efbd31709becce91da0b7a73b9578b7424.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;With its outstanding location, this hotel is within walking distance of the Grand Bazaar, the Blue M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="209.09" OriginalAmount="203" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02408035" Longitude="28.97515132" StarRating="5" HotelCode="638764|271830" HotelName="Vita Suites Karakoy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Mueyyetzade Mahallesi, Yuksek Kaldirim Caddesi  47, Karakoy, Istanbul, Beyoglu</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/ac/3fac0cae06deab95a5c6a175704201a196df05f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="209.22" OriginalAmount="203.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0485" Longitude="29.0213" StarRating="3" HotelCode="|193103" HotelName="Malta Bosphorus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Palanga Caddesi No:24</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/1/0/3/193103_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="209.39" OriginalAmount="203.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035235766857" Longitude="28.975903987885" StarRating="3" HotelCode="191178|2257785" HotelName="Peradays" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/06/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hamalbasi Cad. No: 32, Kamer Hatun Mah., Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/2a/022ae57eade94ee69807643fbd73f481c2ab1c41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="209.48" OriginalAmount="203.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03569" Longitude="28.982312" StarRating="0" HotelCode="|529650" HotelName="Nevi and Suites İstanbul Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Istiklal Cd. 26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/6/5/0/529650_87d496a1007.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="209.54" OriginalAmount="203.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006078" Longitude="28.973129" StarRating="0" HotelCode="|454938" HotelName="Four-G" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mah. Peykhane Cad. No: 26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/9/3/8/454938_48f1af21200.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="209.55" OriginalAmount="203.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03438" Longitude="28.983777" StarRating="0" HotelCode="|532954" HotelName="Plat Inn Hotel Taksim" 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/5/3/2/9/5/4/532954_22d97801118.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="209.62" OriginalAmount="203.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.997511" Longitude="29.027147" StarRating="0" HotelCode="|467479" HotelName="Deniz Otel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/4/7/9/467479_28b6f401652.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="209.83" OriginalAmount="203.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.994111" Longitude="28.706775" StarRating="5" HotelCode="915595|306490" HotelName="DoubleTree by Hilton Hotel Istanbul - Avcilar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Massage Centre,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cihangir Mahallesi, D-100 Güney Yan Yolu 289, 34325 Avcilar, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/df/a6df30385a5a52cb72a8f79dbd415bb2f679d763.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="210.34" OriginalAmount="204.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05375" Longitude="28.98906" StarRating="0" HotelCode="|552021" HotelName="Aiza Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Mahallesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/0/2/1/552021_c66c42d1138.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="210.36" OriginalAmount="204.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03096" Longitude="28.97474" StarRating="0" HotelCode="|524205" HotelName="The Westist Hotel and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Balyoz Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/2/0/5/524205_08a80b61120.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="210.70" OriginalAmount="204.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0572848" Longitude="28.9127576" StarRating="3" HotelCode="|305357" HotelName="Yeni Otel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ali Galip Bey Cd. No:14, Gaziosmanpasa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/5/3/5/7/305357_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="210.77" OriginalAmount="204.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040107467309" Longitude="28.983585834503" StarRating="4" HotelCode="33083|29974" HotelName="Kervansaray Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Sehitmuhtar Caddesi 49, Taksim, Beyoglu, 34421 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/4c/774c132ed935bc5e13d518c6255d059325772f13.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Taksim, Istanbul. Restaurants, bars, pubs and nightclubs can be found in th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="210.89" OriginalAmount="204.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012288" Longitude="28.957029" StarRating="0" HotelCode="|463685" HotelName="Danis Hotel Istanbul Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kemalpasa Mah. Mahmudiye Cesmesi Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/3/6/8/5/463685_a61905e2134.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="211.15" OriginalAmount="205" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03379467" Longitude="28.97807476" StarRating="4" HotelCode="498115|198943" HotelName="Mr.Cas Hotels" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="bed and breakfast" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Istiklal Caddesi 153, Beyoglu, 34433 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5e/eb/5eeb0f104a143d9a986565ce97fb03ae812f5cbb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="211.25" OriginalAmount="205.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009692" Longitude="28.977245" StarRating="4" HotelCode="30379|348825" HotelName="Celal Sultan" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yerebatan Caddesi Salkimsogut Sokak 16, 34110 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/45/55/45558eb3383ab5cc9dc1663f38989af56c7e92a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies in the oldest district of Istanbul, the former capital of the Byzantine and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="211.29" OriginalAmount="205.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012211700943" Longitude="28.957208991051" StarRating="4" HotelCode="15063|2483685" HotelName="Vicenza" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Fevziye Caddesi 3, Sehzadebasi, 34470 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3f/db/3fdb57d207f08124a37e074c3c8e5634a9e039bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within 5 minutes' walk of links to public transport and the train station is a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="211.43" OriginalAmount="205.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00826" Longitude="28.96365" StarRating="2" HotelCode="|76761" HotelName="Endican Beyazit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MITHATPASA CAD.ABUHAYAT SOK.BEYAZIT 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/6/7/6/1/76761_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is in Beyazit (Istanbul) the district of Beyazit (Istanbul) the Grand Bazaar 500 metres away from a 30-minute walk away from tourist points of interest, Around the establishment, clients can find restaurants, bars and shops. it is 15 kilometres away from Istanbul AtatÃ¼rk Airport around 50 kilometres away you can find Sabiha Gokcen Airport. HOTEL: This urban hotel, was renovated in 2008, has a lobby with a bar, a restaurant and internet. It has 44 rooms, a reception, express check-out, air-conditioning, a safety deposit box service, a currency exchange service, a lift, a television room and a car park (free of charge). ROOM: It has cosy rooms with carpet, a satellite television, a central heating system, a mini-bar (available for a fee), a bathroom with a shower, a hairdryer, a direct line telephone, a double bed and internet. MEALS: The establishment serves a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="211.56" OriginalAmount="205.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.033803" Longitude="28.979098" StarRating="4" HotelCode="|185030" HotelName="The Public" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kuloglu Mah. Turnacibasi Caddesi No:1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/0/3/0/185030_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="211.75" OriginalAmount="205.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.080045" Longitude="29.006545" StarRating="3" HotelCode="188728|612195" HotelName="Levent" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bacadibi Sokak 7, Talatpasa Caddessy, Gültepe/Levent, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/48/2d/482d4c3ffbecaea4c18f209aebd2af294fea86bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="211.77" OriginalAmount="205.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0800028" Longitude="29.0063541" StarRating="3" HotelCode="|86874" HotelName="Levent Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Talatpasa Cad. Levent Bacadibi Sk. No: 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/7/4/86874_5.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is near the metro station, is situated 200 metres away from Kanyon the shopping centre. ROOM: All the rooms have WiFi (free of charge) and flat-screen satellite television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="211.88" OriginalAmount="205.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04086411" Longitude="28.98200109" StarRating="3" HotelCode="323628|420378" HotelName="Berjer Boutique Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Taksim Caddesi No: 93, Against The Taksim Acibadem Hospital, Beyoglu, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/1d/431dc800d6b7373056a67f7ca1958a32ec0a12fd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Istanbul, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="211.91" OriginalAmount="205.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.057263" Longitude="28.9872907" StarRating="0" HotelCode="|108108" HotelName="Home Stay Home Sisli" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Halaskargazi Caddesi No:154 Sisli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/0/8/108108_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has, WiFi, (free of charge). SITUATION: It is located 300 metres away fromOsmanbey the metro station 5 minutes away from the establishment, guests will find Taksim the square. ROOM: The establishment has suites well-decorated.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="212.18" OriginalAmount="206" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00871122977" Longitude="28.883180484071" StarRating="4" HotelCode="378297|165305" HotelName="Interstellar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mehmet Nesih Özmen Mahallesi, Fatih Caddesi, Kasim Sokak 5, 34173 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/b1/8eb1aa3e9e2d750e78328dfb2f36472de7bcf367.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="212.18" OriginalAmount="206" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="973951|486629" HotelName="Levni Plus Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hoca Pasa Mahallesi, Safveti Pasa Sokak 10, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/4c/1c4c8c367cf53e9ecfa6f5951e5f2aefd02da3ad.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="212.18" OriginalAmount="206.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.992502" Longitude="29.025304" StarRating="3" HotelCode="188685|bella_hotel" HotelName="Bella Otel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Osmanaga Mahallesi, Yogurtcu Sukru Sokak 5, Kadikoy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/1c/871c99f75dfffc053ce0d64a32b28f23d5eaa535.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="212.41" OriginalAmount="206.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0033073" Longitude="28.9762949" StarRating="0" HotelCode="|108118" HotelName="Dilhayat Kalfa Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Caddesi Tomurcuk Sokak No: 1 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/1/8/108118_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has, a terrace, with ocean views.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="212.46" OriginalAmount="206.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.982525" Longitude="29.064914" StarRating="4" HotelCode="|446462" HotelName="The Gate Kadikoy Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/4/6/2/446462_57621b81423.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="212.50" OriginalAmount="206.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00918" Longitude="28.960752" StarRating="4" HotelCode="9365|29964" HotelName="Kent Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ordu Caddesi 29, 34490 Istanbul, Beyazit</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f2/72/f272e62d742b218a8cd7580ddd1579aa6a789297.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within walking distance of links to public transport. Atatürk International Air...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="213.21" OriginalAmount="207" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005061" Longitude="28.972948" StarRating="4" HotelCode="408859|47721" HotelName="Daphne" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Su Terazisi Sokak 14, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/ec/52ec5d35b00c35a8507e22a65302532e0cdbff70.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="213.21" OriginalAmount="207" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="766842|343162" HotelName="Beethoven Hotel &amp; Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mithatpasa Caddesi Buyuk Haydar Efendi Sokak 22, Beyazit Fatih, 34000 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/db/fadbf2aa2cad916c09e938f50af0577d458d3bab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="213.21" OriginalAmount="207.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004289330342" Longitude="28.979107902307" StarRating="3" HotelCode="188718|hotel_seraglio" HotelName="Seraglio Hotel &amp; Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sultanahmet Mahallesi, Amiral Tafdil Sokak 32, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/52/0052619e84323158c08cd0f5f8760b364e86231b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="213.29" OriginalAmount="207.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.062338" Longitude="28.98854" StarRating="0" HotelCode="|546787" HotelName="Dolce Vita Suite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Merkez mahallesi Palazoglu sokak no 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/6/7/8/7/546787_be3614a2354.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="213.65" OriginalAmount="207.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010011" Longitude="28.977417" StarRating="0" HotelCode="|522114" HotelName="Shining Star Hotel" 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/5/2/2/1/1/4/522114_d88db870924.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="213.80" OriginalAmount="207.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00686" Longitude="28.97232" StarRating="3" HotelCode="68413|2264135" HotelName="Olimpic Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Peykhane Caddesi 16, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3f/f7/3ff742e26fd38dc89394ebd7febef42549483d16.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is has an ideal location in the heart of Sultanahmet. Within 400 metres of the Blue Mosqu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="214.03" OriginalAmount="207.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01912" Longitude="28.92743" StarRating="0" HotelCode="|193224" HotelName="Hanna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Topkapi Mah. Dullar Cikmazi Sok. No: 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/2/2/4/193224_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="214.20" OriginalAmount="207.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01772" Longitude="28.94399" StarRating="4" HotelCode="|33190" HotelName="Berr" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>AKDENIZ CAD.NO:78 FATIH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/1/9/0/33190_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban, family-friendly hotel, has 106 rooms and 2 suites. The establishment boasts air-conditioning, a lobby, a reception, a currency exchange service, a cloakroom and a lift. Our guests can find a bar, a restaurant, meeting rooms, WiFi and event room. The establishment also offers room service, a laundry service, a car park and an indoor car park. SITUATION: This hotel Fatih it is in 500 metres away, guests have the mosque, 5 minutes away from the establishment, clients can find restaurants, shops, close to the establishment, guests have a public transport stop, is situated 8 minutes away from the bazaar, 10 minutes away from the establishment, clients can find bars, nightclubs and the railway station. it is 3 kilometres away from tourist points of interest. ROOM: The comfortable rooms, have a bathroom with a bath, a hairdryer, a king size or double bed, a direct line telephone and a satellite TV. They also have a safety deposit box, a mini-bar (available for a fee), an air-conditioning system and individual heating. FACILITIES: For a fee, you can enjoy a sauna, a hammam and a massage service. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and Ã  la carte lunch and dinner. PAYMENT METHODS: The establishment accepts Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="214.24" OriginalAmount="208.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005982" Longitude="28.979817" StarRating="4" HotelCode="169847|606365" HotelName="Biz Cevahir Sultanahmet" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Kutlugun Sokak 8, Sultanahmet 34122, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ba/4c/ba4ca47b4ff1cd72b9790c3fc4f9b5447ee5cb14.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location in Sultanahmet, the historical district with many of Istanbul's ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="214.49" OriginalAmount="208.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99257125" Longitude="29.0430921" StarRating="3" HotelCode="318299|444021" HotelName="Holiday Inn Istanbul Kadikoy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Egitim Mahallesi, Poyraz Sokak 6, 34722 Kadiköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/5c/c35c837212f328679e881ac87cd4821d3385d2f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="214.55" OriginalAmount="208.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9924961" Longitude="29.0251897" StarRating="0" HotelCode="|86742" HotelName="Bella Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/4/2/86742_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a Turkish bath, a sauna, rooms with air-conditioning and a balcony. SITUATION: Is situated inKadikoy the city centre of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="214.78" OriginalAmount="208.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003820020201" Longitude="28.981440067291" StarRating="4" HotelCode="47102|590165" HotelName="Hotel Armada Old City" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic 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,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ahirkapi Street 24, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/78/b878051f4ba3b5cb1e0680dde55dbf90b84a1504.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing city hotel is located in the centre of Sultanhamed, close to countless shopping venue...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="215.03" OriginalAmount="208.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0110741" Longitude="28.9434853" StarRating="4" HotelCode="|38871" HotelName="Ramada By Wyndham Istanbul Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MILLET CAD NO 82 FINDIKZADE AKSARAY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/8/7/1/38871_5a5e5f50838.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was renovated in 2007, has 100 rooms, The air-conditioned establishment has a lobby, with a reception, a safety deposit box service, a currency exchange service, a cloakroom, a lift, a bar, a pub, a restaurant, conference facilities and internet. Other services the establishment offers are room service (for a fee), a laundry service and a car park. SITUATION: This urban hotel is in the historic centre, 5 minutes away, there is a bus stop, Hagia Sophia, Topkapi Palace, the Spice Bazaar and DolmabahÃ§e Palace close to the establishment, clients can find it is 10 minutes away from restaurants, pubs, bars and nightclubs. 10 minutes away from the establishment, clients can find Sirkeci the railway station it is situated 12 kilometres away from Istanbul AtatÃ¼rk Airport. ROOM: The comfortable rooms, have a bathroom, a hairdryer, a direct line telephone, a satellite television, internet, a mini-bar, a coffee maker, a kettle, a safe, an air-conditioning system and central heating. FACILITIES: The establishment has a spa, For a fee, guests can enjoy a Turkish bath and a sauna. The establishment also has a gym, On request a massage service (available for a fee). PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: It has a restaurant, Regarding the food and beverage offering, clients can enjoy a breakfast service and traditional dishes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="215.13" OriginalAmount="208.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.015720904787" Longitude="28.91325564418" StarRating="5" HotelCode="307192|48229491" HotelName="Mercure Istanbul Topkapi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Merkezefendi Mah Mevlana Cad - No 112, 1 - Zeytinburnu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d3/62/d362bfc317b091bb92678c73ec45e4f8a8bb59f1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="215.27" OriginalAmount="209" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.028526" Longitude="28.975204" StarRating="3" HotelCode="188702|476737" HotelName="Galateia Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="residence" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Sah kulu Bostan Sok. No: 9-11, Beyoglu, Istanbul 34425</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/70/8f700a8f35494f65a6f6be30822db2478bdfa741.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residential hotel is located in the Beyoglu district of Istanbul within 350m of Galata Tower an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="215.27" OriginalAmount="209" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012855302369" Longitude="28.957418203354" StarRating="4" HotelCode="63751|32250" HotelName="Grand Gülsoy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sehzadebasi Cad. 17, Sehzadebasi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e6/92/e69289d5ce6ec7e7e032f7c1fec285e88783ed51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="215.27" OriginalAmount="209" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03097648" Longitude="28.97475127" StarRating="0" HotelCode="855949|375266" HotelName="The Westist Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Asmali Mescid Mahallesi, Balyoz Sokak 14, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/b6/feb64b7a6d6317e52f494388f3fbe86d712362d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="215.58" OriginalAmount="209.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="4" HotelCode="118813|1007505" HotelName="Taxim Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Cumhuriyet Caddesi 31, Taksim, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/7c/33/7c3304e3d7bdfd8087e64818d339ad7ba7f6a0c1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="215.72" OriginalAmount="209.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9956105" Longitude="29.0261287" StarRating="3" HotelCode="|82936" HotelName="Sidonya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rihtim Caddesi Nemlizade Sokak No:34 Kadikoy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/3/6/82936_3.jpg</HotelPictures>
        <HotelDescription>ROOM: The rooms have panoramic views. FACILITIES: Guests are offered a sauna and a dining room. SITUATION: It is situated 3 minutes away fromNatilus the shopping centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="215.83" OriginalAmount="209.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.885163" Longitude="29.198299" StarRating="0" HotelCode="|524415" HotelName="Denizati Plus Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ankara Caddesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/4/1/5/524415_d782cf70903.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="215.83" OriginalAmount="209.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0333367" Longitude="28.9753875" StarRating="4" HotelCode="|84904" HotelName="The Pera Hill" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MESRUTIYET CAD. BEYOGLU 39</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/9/0/4/84904_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a terrace and an Ã  la carte restaurant. The establishment offers a buffet breakfast, The establishment has a bar. SITUATION: This hotel is in PÃªra the historic centre of la avenida Istiklal 200 metres away from el Museo de Pera it is 150 metres away from 900 metres away, guests can find Taksim the Square of it is situated 18 kilometres away from Istanbul AtatÃ¼rk Airport Close to restaurants, cafÃ©s and bars. ROOM: The establishment has soundproofed rooms, with WiFi (free of charge), an air-conditioning system, parquet flooring, large windows, a balcony, a flat-screen television, a safe, kettle, a bathroom and bathroom items (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="215.92" OriginalAmount="209.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008495" Longitude="28.958245" StarRating="3" HotelCode="|184556" HotelName="Monaco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ordu Cad. Sair Fitnat Sok. No:20 Laleli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/5/5/6/184556_1_1446.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="215.95" OriginalAmount="209.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0282683" Longitude="28.9770532" StarRating="0" HotelCode="|86805" HotelName="Rooms Galata" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kumbarac? Yokuu No:37 Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/0/5/86805_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a terrace on the rooftop. SITUATION: This establishment, Beyoglu it is in. ROOM: The rooms has WiFi, (free of charge), a flat-screen television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="215.95" OriginalAmount="209.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03108" Longitude="28.97937" StarRating="0" HotelCode="|184242" HotelName="Be Mate Casa Di Bava" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Firuzaga Mah Bostanbasi Sok No 28</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/2/4/2/184242_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="215.99" OriginalAmount="209.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0026678" Longitude="28.9746538" StarRating="0" HotelCode="|108063" HotelName="Seatanbul Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucukayasofya Cay?roglu Sok. No:32</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/0/6/3/108063_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment it offers, WiFi, (free of charge). SITUATION: This hotel is in Istanbul the Peninsula of it is located 500 metres away from the mosque. ROOM: The establishment has rooms with air-conditioned, a flat-screen television and sea views.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="216.00" OriginalAmount="209.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010101" Longitude="28.977961" StarRating="3" HotelCode="33848|1431628" HotelName="Zeynep Sultan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mahallesi, Zeynep Sultan Camii Sokak 25, 34110 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/35/ec/35eca16adc480b6d9603c2698c5f556048df8cac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated close to the heart of the city of Istanbul. Plenty of shopping and e...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="216.25" OriginalAmount="209.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004292" Longitude="28.9796804" StarRating="0" HotelCode="|83004" HotelName="Oceans 7 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mah.Amiral Tafdil Sok. No:18/1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/0/4/83004_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Sultanahmet it is in it is situated 2 minutes away from the mosque, close to the establishment, clients can find the tram station and the railway station.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="216.26" OriginalAmount="209.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010610225" Longitude="28.976052125" StarRating="4" HotelCode="142888|1452198" HotelName="Agora Life" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cagaloglu Hamami Sokak 6, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/04/b3/04b3462e99a409184d2a6efe4360be5c20400991.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="216.30" OriginalAmount="210" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0033694" Longitude="28.97610261" StarRating="3" HotelCode="445712|215867" HotelName="Atam Suites &amp; Apart" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Küçük Ayasofya, Cad. Ogul Sokak No:10, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/cc/43/cc43ebc288969f13317fb0b2879fef8ba1e20fca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="216.39" OriginalAmount="210.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.984655" Longitude="29.10813" StarRating="3" HotelCode="|178494" HotelName="Asia City Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kucukbakkalkoy Mah Sutculer Sok 3, TR - Istanbul , Turkey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/4/9/4/178494_e532ee61801.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="216.60" OriginalAmount="210.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0565219" Longitude="28.6647319" StarRating="5" HotelCode="|449347" HotelName="Sheraton Istanbul Esenyurt" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KOZA MAHALLESI 1638, SOKAK NO 4,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/3/4/7/449347_2e794c51014.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="216.64" OriginalAmount="210.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99023" Longitude="29.02483" StarRating="0" HotelCode="|483815" HotelName="My Kent Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Serasker Caddesi NO.8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/3/8/1/5/483815_7aaa81e1842.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="216.83" OriginalAmount="210.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0145217" Longitude="28.9768864" StarRating="0" HotelCode="|108283" HotelName="Elanaz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Orhaniye Cad. No: 34 Sirkeci</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/8/3/108283_7f1a1420643.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has, WiFi, (free of charge). SITUATION: It is in the heart of the historic centre, 100 metres away, guests will find the tram stop. ROOM: The rooms have an air-conditioning system, a satellite television and a mini-bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="216.84" OriginalAmount="210.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0125008" Longitude="28.9559994" StarRating="4" HotelCode="|50588" HotelName="The Parma Downtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gencturk Caddesi 43, Sehzadebasi- Laleli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/8/8/50588_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2005, has 81 rooms, a laundry service, a nightclub, a television room, fitness, a sauna, Turkish baths, a car park, a restaurant, a bar and a transfer service. SITUATION: It is situated 16 kilometres away from the airport. ROOM: The rooms have an air-conditioning system, heating, a television, a safe, piped music, a direct line telephone and a mini-bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="217.22" OriginalAmount="210.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023628" Longitude="28.971997" StarRating="0" HotelCode="|534662" HotelName="ART Karakoy Suites Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Arap cami mahallesi persembe</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/6/6/2/534662_0dacbea1101.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="217.30" OriginalAmount="210.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0033699" Longitude="28.9767604" StarRating="3" HotelCode="|108366" HotelName="Tashkonak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucukayasofya Cd. Tomurcuk Sk. No 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/3/6/6/108366_12.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 5 minutes away from the mosque. ROOM: The rooms have WiFi (free of charge) and cable television. FACILITIES: Guests are offered a terrace with views.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="217.33" OriginalAmount="211" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.027116140736" Longitude="28.815284326389" StarRating="5" HotelCode="263744|38156" HotelName="Wyndham Grand Istanbul Europe" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Yavuz Sultan Selim Caddesi, Istanbul 34212</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4d/19/4d19e0024e433cede05c6db8d13b5b4126240c1d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located only a few minutes by car from Atatürk International Airport and Exhibition Hal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="217.33" OriginalAmount="211.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0076928" Longitude="28.9554239" StarRating="3" HotelCode="175211|grand_asiyan" HotelName="Grand Asiyan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Azimkar Sokak No: 34, Laleli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/34/c1347cfe234385e18a9b4e325c0cc62ad77d1a2f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="217.64" OriginalAmount="211.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011963" Longitude="28.958303" StarRating="4" HotelCode="44298|271585" HotelName="Mosaic" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vidinli Tevfik Pasa Cad. No:21, 34490 Vezneciler, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/b5ca44910d0a42ce90075d0843b733bb.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a central position at the heart of Istanbul's old town, making it the ideal starti...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="217.83" OriginalAmount="211.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.018951" Longitude="28.652505" StarRating="0" HotelCode="|464313" HotelName="Mugwort Hotelandspa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Mah.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/4/3/1/3/464313_2fb6ed10639.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="218.01" OriginalAmount="211.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.028" Longitude="28.97152" StarRating="4" HotelCode="|185000" HotelName="The Biancho Pera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Evliya Celebi Mahallesi Sadi Konuralp</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/0/0/0/185000_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="218.33" OriginalAmount="211.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023895211996" Longitude="28.970099504299" StarRating="4" HotelCode="160504|176396" HotelName="Golden City" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tersane Caddesi 111, Karaköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/fa/a0/faa0b7d936a6eeefb1a1720711c1d378e498e221.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is only a 10-minute walk from some of Istanbul's top sights, including the Blue Mosqu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="218.36" OriginalAmount="212" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012219796597" Longitude="29.047972261906" StarRating="4" HotelCode="118800|56506" HotelName="The Camlica Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Atif Bey Sokak 67-69, Acibadem, 34662 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/30/304694/304694a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="218.41" OriginalAmount="212.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0497521" Longitude="28.9879609" StarRating="0" HotelCode="|108051" HotelName="Inncity Hotel Nişantaşı" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Halaskargazi Mah. Dershane Sok. No:20 Sisli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/0/5/1/108051_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts WiFi (free of charge) and soundproofed rooms. SITUATION: This hotel is in the city centre, Nisantasi it is close to Osmanbey the metro stop of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="218.46" OriginalAmount="212.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009674" Longitude="28.953801" StarRating="0" HotelCode="|532923" HotelName="Corner Hotel" 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/5/3/2/9/2/3/532923_135d25a1431.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="218.61" OriginalAmount="212.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0088256" Longitude="28.9751436" StarRating="4" HotelCode="|220751" HotelName="Antusa Palace and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mahallesi Dr Emin Pa?a Sokak No:7 Sultanahmet/Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/7/5/1/220751_1_1501.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="218.83" OriginalAmount="212.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007088" Longitude="28.981053" StarRating="4" HotelCode="35264|338675" HotelName="Valide Sultan Konagi" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Ishakpasa Caddesi, Kutlugün Sokak No 1, 34400 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/06/1f06989a53608361312bb15b143366c6798eae5d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the tourist centre of Istanbul just a short walk from shopping and entertai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="218.92" OriginalAmount="212.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02345" Longitude="28.97695" StarRating="0" HotelCode="|184557" HotelName="Morione and Spa Center" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kemankes Mah Maliye Cad Demirciler Sokak No:8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/5/5/7/184557_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="218.93" OriginalAmount="212.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.85669" Longitude="29.29112" StarRating="0" HotelCode="|242341" HotelName="Golden Lounge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Esenyali Mahallesi Uygar Sokak No: 27 Pendik</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/2/3/4/1/242341_553ca1e0337.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="219.17" OriginalAmount="212.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.030538" Longitude="28.973527" StarRating="0" HotelCode="|37004" HotelName="Pera Rose - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MESRUTIYET CD. - TEPEBASI-TAKSIM 87</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/0/0/4/37004_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant, family-friendly hotel, has 52 rooms and 10 suites. The establishment boasts air-conditioning, a hall with a reception, a currency exchange service, a cloakroom and 2 lifts. Guests can also find a cafÃ©, a bar, conference rooms and WiFi. The establishment offers guests room service, a laundry service (for a fee) and a car park. SITUATION: This hotel is situated in the business and commercial area, 8 minutes away from, Taksim the square Where you can find restaurants, bars, shops and clubs. 10 minutes away from the establishment you have a metro station, 15 minutes away from the establishment, clients can find tourist points of interest, is situated 15 kilometres away from Istanbul Airport. ROOM: The rooms have flat-screen satellite television, a bathroom with a hairdryer, a direct line telephone, a coffee maker, a kettle and a mini-bar. They also have an air-conditioning system, individual heating and internet. Guests are offered deluxe suites with a living room-bedroom, an air-conditioning system and 2 televisions. FACILITIES: The establishment has a health centre, a Turkish bath, a sauna, a gym, relaxation area and a massage service (available for a fee). OTHERS: The establishment serves a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="219.19" OriginalAmount="212.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06242" Longitude="28.98906" StarRating="4" HotelCode="300370|394086" HotelName="Grand Aras Hotel &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Merkez Mahalessi, Buyukdere Caddesi 13, Sisli, 34360 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/94/c0944c38a52ed0eb4d8301feffcc2cb2eb93a041.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="219.38" OriginalAmount="212.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="4" HotelCode="984656|15995405" HotelName="Antusa Design Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mahallesii, Yerebatan Caddesii, Salkimsogut Sokak 16, Sultanahmet, Fatih, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/9f/a89f32e8da7a5a9a941d31e465a3d996a2c14a1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="219.39" OriginalAmount="213" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.018807444745" Longitude="28.927531591402" StarRating="3" HotelCode="318948|217233" HotelName="Hanna Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Topkapi Mahallesi, Dullar Cikmazi Sokak 3, Topkapi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/7e/717e91ce061420451b7ea513ab799bf2c7ea591e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="219.39" OriginalAmount="213" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03980823931" Longitude="28.984137617019" StarRating="4" HotelCode="11891|25909" HotelName="Occidental Taksim" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,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,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Topcu Caddesi 19, Beyoglu, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/f1/f1e1b4c9a2284407/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul, just a few minutes walk from a selection of restaura...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="219.64" OriginalAmount="213.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02352" Longitude="28.975894" StarRating="0" HotelCode="|454378" HotelName="Fama Karakoy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Arsin Sk. 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/3/7/8/454378_ddc932d1753.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="219.64" OriginalAmount="213.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.059642" Longitude="28.988722" StarRating="4" HotelCode="|220770" HotelName="Lampa Design - Special Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HALASKARGAZI CD.O.RAIF BEY SK. SISLI 35</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/7/7/0/220770_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="220.09" OriginalAmount="213.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039623" Longitude="28.98491" StarRating="4" HotelCode="68717|592505" HotelName="Central Palace" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lamartin Caddesi 18, 34437 Istanbul, Taksim</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/fa/7c/fa7cb64e91182945872376aa895561fe76835cd9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the heart of the new city, very close to the nightlife of Istanbul. Atatürk Inter...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="220.20" OriginalAmount="213.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0104103" Longitude="28.9513779" StarRating="3" HotelCode="|95950" HotelName="Melita" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Iskender Pasa Mah. Sekerci Sok. Aksaray Ist,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/9/5/0/95950_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is in the historic centre, is well-connected with places of interest, 100 metres away, there is a metro station. ROOM: The rooms have an air-conditioning system, a mini-bar, a television, a direct line telephone, a hairdryer and WiFi. FACILITIES: The establishment boasts a reception, a safe, a living room and a breakfast room.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="220.29" OriginalAmount="213.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.030944946344" Longitude="28.974434225515" StarRating="4" HotelCode="9374|77591" HotelName="The Peak Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Caddesi, Oteller Sokak 1/3, Tepebasi, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ec/34/ec34ed805dc3080c791d886f4e1fb69df470908e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel and its surroundings are the ideal location for holidays and business trips alike. It is n...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="220.41" OriginalAmount="213.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01451" Longitude="28.97836" StarRating="0" HotelCode="|192440" HotelName="Barbera Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/4/4/0/192440_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="220.42" OriginalAmount="214" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0061918" Longitude="28.9797258" StarRating="5" HotelCode="499028|217763" HotelName="Side Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Utangac Sokak 22, Sultanahmet Fatih, 34400  Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/dd/b3/ddb32d5f55d11bcf18ccd0bf7032e9a1a81440aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="220.42" OriginalAmount="214.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.815389" Longitude="29.307414" StarRating="3" HotelCode="155892|chatto_residence" HotelName="Chatto Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Cami Mahallesi, Kavala Sokak 12, Cumhuriyet Caddesi, 34940 Tuzla</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/bf/bc/bfbc708f07a69390e03574e308474e5ea512f5d1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="220.42" OriginalAmount="214.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.014103" Longitude="28.977655" StarRating="4" HotelCode="124207|maywood_hotel" HotelName="Maywood" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nöbethane Caddesi No: 25, Sirkeci, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/2f/4c2f09c32ea4a4f95ae81df0037209336b8de781.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the old part of the city, easily reachable from the coast and close to Sirke...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="220.43" OriginalAmount="214.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0096596" Longitude="28.9578253" StarRating="5" HotelCode="|62833" HotelName="Crowne Plaza Istanbul - Old City, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Balabanaga Mahallesi Fethibey Caddesi No:2, Laleli, Fatih , Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/2/8/3/3/62833_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the historic centre of Istanbul, a 15-minute walk away from the Grand Bazaar, Sultan Ahmed Mosque, Santa Sofia, shops and the tourist attractions. HOTEL: The Crowne Plaza Istanbul - Old City is rated five stars is ideal for business and holiday stays. The establishment offers room service, a concierge, a gift shop, a beauty centre, a laundry service, a babysitting service, a currency exchange service and a business centre. FACILITIES: There are many facilities and services available at the establishment, including a covered swimming pool, a sauna, a steam bath, a Turkish bath and a gym. Clients can relax with a massage service and treatments. ROOM: The cosy rooms have a CD player, a kettle, a coffee maker, a mini-bar, a writing desk, a direct line telephone, a satellite TV with films, WiFi and internet. MEALS: The restaurant offers a set-menu dinner. Clients have at their disposal a lounge bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="220.44" OriginalAmount="214.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004451710179" Longitude="28.978237550926" StarRating="4" HotelCode="18017|1485678" HotelName="Sultanahmet Palace Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Torun Sokak 19, Sultanahmet, Fatih, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/de/15de4fb7caf446c87c32f1bc42948bc41914de7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located in the centre o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="220.48" OriginalAmount="214.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0115599" Longitude="28.9561737" StarRating="3" HotelCode="|82951" HotelName="Lions Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Genc Turk Caddesi Aga Yokusu Sokak No:18 Sehzadebas? Beyazit</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/5/1/82951_b936b9f1001.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 10 minutes away from the bazaar, this hotel is situated 2,5 kilometres away from Sultanahmet the historic area of. ROOM: The rooms have internet, (free of charge), a terrace.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="220.48" OriginalAmount="214.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.960532" Longitude="29.1025658" StarRating="0" HotelCode="|83038" HotelName="The Bostanci Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mehmetevki Paa No:20 Bostanci</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/3/8/83038_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has views of the city and sea views. SITUATION: Istanbul It is in.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="220.65" OriginalAmount="214.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.054567" Longitude="28.981547" StarRating="0" HotelCode="|562036" HotelName="38 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ergenekon Cd. 66</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/2/0/3/6/562036_d116fa01857.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="220.67" OriginalAmount="214.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0134465" Longitude="28.9765652" StarRating="0" HotelCode="|17619" HotelName="Sapphire" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>IBNI KEMAL CAD. - SIRKECI 14-16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/6/1/9/17619_0d14a451113.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1994, has 60 suites, a rooftop terrace, a large hall, lifts, a reception with safety deposit boxes (for a fee), a currency exchange service and a cloakroom. It also has a games room, a TV, internet, a kiosk, a cafÃ©, an inviting bar and an Ã  la carte restaurant with air-conditioning. There are many services available at the establishment, including room service, a laundry service and a medical care service. The establishment has a car park. SITUATION: This attractive hotel is in a central area. It is in Sirkeci it is well-connected with modes of transport. ROOM: The stylish rooms have a spacious bathroom with a hairdryer, a direct line telephone, a satellite or cable television, internet, a mini-bar, a double bed, fitted carpets, an air-conditioning system, central heating and a safety deposit box (available for a fee). OTHERS: All meals in a buffet form. Regarding the food and beverage provision, the establishment offers Ã  la carte lunch and dinner and a set-menu dinner. The establishment offers special dishes and food for those with special dietary requirements. PAYMENT METHODS: Customers can pay by Visa and Mastercard.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="221.45" OriginalAmount="215" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.033706127894" Longitude="28.975996087137" StarRating="4" HotelCode="900917|284924" HotelName="Occidental Pera Istanbul" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City 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,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Kamer Hatun Mahallesi, Mesrutiyet Caddesi 34, Beyoglu, 34435 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/88/be/88bec55cd9da64584da942bd14333dadc353dcd1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Pera district, which can trace its history back to the Byzantine era. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="221.45" OriginalAmount="215.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.027059" Longitude="28.970154" StarRating="0" HotelCode="|536730" HotelName="The Gift Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yolcuzade Iskender Cd. 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/6/7/3/0/536730_73a28b82051.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="221.72" OriginalAmount="215.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.049656" Longitude="28.987909" StarRating="3" HotelCode="213667|1685618" HotelName="Inn City Boutique Nisantasi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Halaskargazi Mah. Dershane Sok. No 20, Nisantasi, Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/3a/153afab095e03eb4d1ecb4f664da2f4bed0f0fa4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="221.76" OriginalAmount="215.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.025312" Longitude="29.096808" StarRating="0" HotelCode="|471515" HotelName="Ramada By Wyndham Istanbul Umraniye" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ATATURK MAHALLESI ZAFER SOKAK NO 2-4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/5/1/5/471515_4b9a7a20919.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="221.77" OriginalAmount="215.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.976839295417" Longitude="28.868029680024" StarRating="5" HotelCode="221774|916975" HotelName="Ramada Hotel and Suites Istanbul Atakoy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Atakoy 1.Kisim Mahallesi, Fisekhane Caddesi 9/1, 34158 Istanbul, Bakirkoy</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/4c/e34cfae7056fbee254ac0dcc340babf2e3c518d4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in Ataköy district, just 8 km from Atatürk Airport and CNR Expo Centre, a 5 minute wa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="221.94" OriginalAmount="215.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009102896088" Longitude="28.954913020134" StarRating="4" HotelCode="170310|1448848" HotelName="Amethyst" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mesihpasa Mahallesi, Aksaray Caddesi 6, Laleli, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/45/6e/456e0b75d5fae1e09f317dfec4e7f04e69118657.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Laleli district of old Istanbul, the hotel is conveniently located within walking dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="222.05" OriginalAmount="215.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.077913" Longitude="29.008778" StarRating="0" HotelCode="|532557" HotelName="Kings Cross Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Atom Sk. No26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/5/5/7/532557_2a9f3701010.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="222.11" OriginalAmount="215.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9149897" Longitude="29.13341339" StarRating="5" HotelCode="263245|1082568" HotelName="Cevahir Hotel Istanbul Asia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yali Mahallesi, Turgut Özal Bulvari 261, Maltepe, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/61/ab61c3f2bca95d99b40707295f0f59d653135be8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="222.30" OriginalAmount="215.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0040624" Longitude="28.9725632" StarRating="0" HotelCode="|42897" HotelName="Garden House Hotel - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KUCUKAYASOFYA MAH SEHITMEHMETPASA SOK.SULTANAHMET 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/8/9/7/42897_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting hotel, renovated in 2008 and has 24 rooms, The establishment boasts a cafÃ©, a bar, air-conditioning, a hall with a reception, a safety deposit box service, a currency exchange service, a cloakroom and a restaurant. At an additional cost you can have access to WiFi, room service, a laundry service, a car park (for a fee) and indoor parking. SITUATION: It is inIstanbul the Peninsula of near the establishment, guests will find the historic centre, monuments, close to the establishment, guests have restaurants, shops, public transport stops and the railway station. 10 minutes away from the establishment, guests will find bars, pubs and the nightlife. It is situated 17 kilometres away fromIstanbul AtatÃ¼rk Airport it is 67 kilometres away from Sabiha Gokcen Airport. ROOM: The spacious and smart rooms, have a flat-screen television, a bathroom with a shower, a bath, complimentary bathroom items, a hairdryer and a bathrobe. They have an air-conditioning system, a central heating system, a mini-bar, WiFi, fruit and mineral water. It also offers bedding change and daily cleaning. They also have a double bed, a direct line telephone, a safe, a coffee maker, a kettle and an ironing set. MEALS: Regarding the food and beverage offering, the establishment offers coffee shop and a restaurant. The establishment also 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="8" TotalAmount="222.36" OriginalAmount="215.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.026883" Longitude="28.973707" StarRating="3" HotelCode="765231|188278" HotelName="Meroddi Pera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Sahkulu Mahallesi, Sahkulu Sokak 16, Beyoglu, 34420 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/1f/5c/1f5c7e2ddb9bfa69acab4824d62464c9b135d989.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="222.48" OriginalAmount="216" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013074" Longitude="28.976942" StarRating="4" HotelCode="491146|217632" HotelName="Le Petit Palace Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Ibni Kemal Caddesi 12, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/49/494422/494422a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="222.48" OriginalAmount="216" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03383874" Longitude="28.9814736" StarRating="4" HotelCode="531576|199522" HotelName="Room Mate Emir" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Airport Transfer (on Demand),Housekeeping,Laundry,Massage Centre,Sauna,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuloglu Mahallesi, Sadri Alisik Sokak 33, Beyoglu, 34433 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/ee/ee465182834624a0/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Room Mate Emir kept intact the historic façade of the building and incorporated an innovative interi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="222.50" OriginalAmount="216.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.88546233" Longitude="29.19877208" StarRating="4" HotelCode="865662|863639" HotelName="KNDF Marine Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kordonboyu Mahallesi, Ankara Caddesi 160, Cevizli Mahallesi, Kartal, 34860 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/2a/10/2a107f9b2c838f5fa23f16175f43c36a9e90a484.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="222.56" OriginalAmount="216.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0633558" Longitude="28.989688" StarRating="0" HotelCode="|86760" HotelName="Belle Maison Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/6/0/86760_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inSisli the district of it is 3 kilometres away from Taksim the Square of. ROOM: Each room has WiFi (free of charge) and kitchenware.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="222.90" OriginalAmount="216.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.065123381941" Longitude="29.003229305557" StarRating="5" HotelCode="9467|144376" HotelName="Sürmeli Hotel Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prof. Dr. Bülent Tarcan Sokak 3, Gayrettepe, 34349 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/03/90030ded8e261b4d0e58e70fe397efaefa364c0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in the tourist and shopping quarter of Istanbul, this conference hotel is a perfec...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="222.94" OriginalAmount="216.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.025668" Longitude="28.626723" StarRating="0" HotelCode="|522854" HotelName="Rainbow Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/8/5/4/522854_9e94e5e1158.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="222.95" OriginalAmount="216.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0128397" Longitude="28.9767814" StarRating="4" HotelCode="|17604" HotelName="Golden Horn - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>EBUSUUD CD. SIRKECI 26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/6/0/4/17604_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 7 floors, 65 standard rooms and 4 suites. The establishment has a lobby with a reception, a safety deposit box service, a currency exchange service, a cloakroom, a lift, a bar, a pub, a games room, a TV room and a restaurant with air-conditioning. The establishment also has 2 conference rooms and internet. At an extra cost you can use room service, the medical care service and the launderette. SITUATION: This hotel is in Sirkeci it is close to SultÃ¡n Ahmet Square, the historic centre and El Cuerno Dorado It is 20 kilometres from the Istanbul Airport. ROOM: The comfortable rooms have with a bath or shower, a hairdryer, a direct line telephone, a television, a mini-bar, fitted carpets, internet, central heating and an air-conditioning system. OTHERS: Clients have at their disposal a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="223.04" OriginalAmount="216.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0329476" Longitude="28.9751638" StarRating="0" HotelCode="|83035" HotelName="Troya Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tepebasi Mesrutiyet Caddesi No: 45 - Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/3/5/83035_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts rooms with flatscreen TV, WiFi (free of charge), a restaurant, a bar a cafÃ© and excursions. SITUATION: Beyoglu It is in.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="223.12" OriginalAmount="216.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0630481" Longitude="28.9864346" StarRating="0" HotelCode="|108188" HotelName="116 Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Han?mefendi Sokak, 116, ili</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/8/8/108188_5309e4a1043.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Sisli the centre of near the establishment, you will find the stores, a business centre and leisure areas. ROOM: The establishment has suites and fully-equipped studios, They have WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="223.12" OriginalAmount="216.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01606" Longitude="28.55577" StarRating="0" HotelCode="|464684" HotelName="Marina Park Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>E-5 Londra Asfalti No 47</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/4/6/8/4/464684_6f1c55b0919.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="223.12" OriginalAmount="216.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.97726" Longitude="28.8743" StarRating="0" HotelCode="|246731" HotelName="Bakırköy Des Suit Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Zeytinlik Mah. Ebuziya Cad. Omer Naci Sok. No1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/6/7/3/1/246731_18.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="223.22" OriginalAmount="216.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036710667715" Longitude="28.990803658963" StarRating="4" HotelCode="185577|921155" HotelName="Opera Hotel Bosphorus" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Inonu Caddesi 26, Gumussuyu, Taksim, 34427 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/35/54/35540648332c25ba85fb5383321cf0c7f00f4580.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location in the heart of the city, just 500 metres from the Bosphorus and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="223.32" OriginalAmount="216.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03414" Longitude="28.98344" StarRating="0" HotelCode="|184994" HotelName="Taxim Lounge Hotel - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/9/9/4/184994_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="223.51" OriginalAmount="217" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02390707" Longitude="28.97405609" StarRating="4" HotelCode="318294|206403" HotelName="Bankerhan Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bereketzade Mahallesi, Banker Sokak No.2, 34420 Karaköy, Beyoglu / Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/65/e7/65e71177e35d35b4487dfb7caa91e7dcd78fa9bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="223.51" OriginalAmount="217" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="981866|494717" HotelName="Pell Palace Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Emin Sinan Mahallesi, Gedikpasa Cami Sokak 37, Sultanahmet, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/1b/61/1b61178887e8d959eb6cdc8ecb504f9d4847c986.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="223.51" OriginalAmount="217.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01037" Longitude="28.957496" StarRating="2" HotelCode="188740|pisa" HotelName="Pisa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kurultay Sk. No: 3/1, Fethi Bey Cad., Laleli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/55/7c/557c38e37a46b48a59d484100eabab0a7f02163b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="223.73" OriginalAmount="217.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0140198" Longitude="29.0285029" StarRating="4" HotelCode="|82930" HotelName="Volley Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Nuh Kuyusu Cad Seyit Ahmet Deresi Sok Altunizade Uskudar</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/3/0/82930_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a restaurant and a cosy bar. ROOM: Clients can find non-smoking rooms with WiFi (free of charge) and a balcony.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="224.54" OriginalAmount="218" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.033948517434" Longitude="28.980415046627" StarRating="3" HotelCode="907371|408501" HotelName="Stories Apart Kuloglu" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuloglu Mahallesi, Ayhan Isik Sokak 30, Beyoglu, Istanbul 34435</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/34/fd349ebe6c018d2eaa239118a017f5d057852be8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartments are located in a side street, in the heart of Beyoglu and a few metres from the bustl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="224.54" OriginalAmount="218" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00702286505" Longitude="28.970258989505" StarRating="4" HotelCode="321428|199890" HotelName="Aprilis Gold Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Emin Sinan Mahallesi, Emin Sinan Hamam Sokak 5, 34126 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/8b/c18b2370a07095b04546ee5a55448ee9d67d5390.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="224.54" OriginalAmount="218" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023795247904" Longitude="28.975327893645" StarRating="4" HotelCode="313494|58742" HotelName="Karaköy Aparts Hotel &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yüksek Kaldirim Caddesi 49, 34560 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/80/e180e8ae110b8afa30718784eaaac0b215160976.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="224.54" OriginalAmount="218" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0162946" Longitude="28.97610215" StarRating="4" HotelCode="315776|47768" HotelName="Manesol Old City Bosporus" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sirkeci Hobyar Mahallesi, Mimar Kemalettin Caddesi No. 2, Fatih, 34112 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/36/98/3698efe79bb54152db2cd3010e5dbeb7d6c46493.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="224.54" OriginalAmount="218" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023475124826" Longitude="28.97708957373" StarRating="4" HotelCode="350798|217607" HotelName="Hotel Morione" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Kemankes Mahallesi, Maliye Caddesi, Demirciler Sokak No. 8, Karaköy, Beyoglu, 34425 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/6a/7f/6a7f0f93c9e5cdbfab92e367ee78ae226073851d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="224.54" OriginalAmount="218" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00677279" Longitude="28.98130824" StarRating="0" HotelCode="612859|252275" HotelName="Nar Sultan Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sultanahmet Fatih, Kutlugun Sokak 9, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a5/a8/a5a8a18ba2ca41673d74a13e5bd590954a3547fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="224.82" OriginalAmount="218.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00454062132" Longitude="28.9801633358" StarRating="4" HotelCode="18003|1429178" HotelName="Azade Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Mehmet Aga Caddesi 17/19, Sultanahmet, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/87/c5/87c55a405e301568c19ddd42125a12a9cb09b971.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies in the heart of Istanbul, on a side street right in the old town quarter of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="224.82" OriginalAmount="218.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0294483" Longitude="28.9756633" StarRating="0" HotelCode="|86789" HotelName="Stories Hotel Kumbaracı" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kumbarac? Sk. No 66 Taksim Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/8/9/86789_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception, rooms with WiFi, (free of charge), a television. SITUATION: 20 metres away from the establishment, you can findIstiklal the commercial area of is situated in Beyoglu the district of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="225.30" OriginalAmount="218.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023201" Longitude="28.62663" StarRating="5" HotelCode="41097|37004" HotelName="Kaya Istanbul Fair &amp; Convention" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Gökevler Mahallesi, 2317. Sokak 1, Esenyurt, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/a5/6aa5abe13caf85b15cb308ce0996e20c46ebf60e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Within walking distance of the Tuyap Convention Centre, this hotel is located approximately 30 km aw...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="225.57" OriginalAmount="219" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99277912" Longitude="29.02598584" StarRating="4" HotelCode="451131|199008" HotelName="Istanbul Life Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Rihtim Caddesi, Resit Efendi Sokok 11, 34714  Kadiköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/01/b3/01b38acc04c34bacc2e03a5ea29a83617327ee6c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kadiköy.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="225.57" OriginalAmount="219" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.056930391459" Longitude="28.994351953373" StarRating="5" HotelCode="304003|40271" HotelName="Lausos Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>19 Mayis Caddesi Coruh Sokak 33, 34360 Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d6/c4/d6c45ea706104f266925930176e5e0983d3ac651.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="225.57" OriginalAmount="219" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01408949" Longitude="28.97688646" StarRating="4" HotelCode="779263|343385" HotelName="Palde Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Hoca Pasa Mahallesi, Hidavengi Caddesi 22, Serdar Sokak, Sirkeci, 34140 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/90/f4903ccd9187230ffbe4531e806735991383b996.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is in Sirkeci. A total of 52 accommodation units are available for guests' conve...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="225.57" OriginalAmount="219" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.17528722" Longitude="29.6087549" StarRating="0" HotelCode="762574|304693" HotelName="Sile Butik Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Çavus Mahallesi, Plaj Yolu 4, 34980 Sile, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/36/2a3634108b30cebb7aba5c9edbe73771b05fbe81.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="225.57" OriginalAmount="219" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02828003" Longitude="28.97160361" StarRating="4" HotelCode="367946|199438" HotelName="The Biancho Hotel Pera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Evliya çelebi Mahallesi, Sadi Konuralp Caddesi 1, Istanbul, Beyoglu</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/41/410680/410680a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="226.21" OriginalAmount="219.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008492151482" Longitude="28.958345314867" StarRating="3" HotelCode="118863|1461118" HotelName="Monaco Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ordu Caddesi, Sair Fitnat Sokak 20, Laleli, 34126 Istanbul, Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/99/f4993ba0b8105e9c77f3cce53db7631ed7185983.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="226.25" OriginalAmount="219.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012363494298" Longitude="28.95712852478" StarRating="4" HotelCode="9355|29744" HotelName="Carlton Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kemal Pasa, Fevziye Caddesi 22, 34470 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/92/4d/924d868d35a35db6da2d9694f282e1690644c1b3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel is located at the heart of the old town of Sehzadebasi in Istanbul. It lies in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="226.35" OriginalAmount="219.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.014831" Longitude="28.974294" StarRating="0" HotelCode="|534657" HotelName="Han 1772 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Vedat Sk. 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/6/5/7/534657_09eb3b21409.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="226.46" OriginalAmount="219.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006969555812" Longitude="28.971794843674" StarRating="3" HotelCode="18052|1064158" HotelName="Sunlight Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piyerloti Caddesi 28, Cemberlitas, 34490 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/c7/94c774451723653a5451c7fc76c063368e1c5dab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Istanbul's old town, not far from the city's most important si...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="226.56" OriginalAmount="219.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0075517" Longitude="28.9547945" StarRating="0" HotelCode="|353457" HotelName="Fimka" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Kemalettin Mah. Aziimkar Sok. No:41</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/4/5/7/353457_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="226.59" OriginalAmount="219.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.980293" Longitude="29.10698" StarRating="0" HotelCode="|466440" HotelName="Tryp By Wyndham Istanbul Atasehir" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/6/4/4/0/466440_cbc01cc0731.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="226.60" OriginalAmount="220" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06328275" Longitude="28.98968023" StarRating="0" HotelCode="520038|252189" HotelName="Belle Maison Serviced Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Professor Nurettin Mazhar Ökten Sokak 4, Sisli, Istanbul 34360</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5e/0d/5e0d8c1070d6ff55e1850c571b16f0cd8080809f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="226.60" OriginalAmount="220" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012725" Longitude="28.957687" StarRating="3" HotelCode="68811|41241" HotelName="Hamidiye Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Fevziye Caddesi 1, Sehzadebasi, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4a/66/4a66fd30e8ff7ea5b579867a03c74c5dc59f0454.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 2.5 km from the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="226.70" OriginalAmount="220.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011577" Longitude="28.955533" StarRating="3" HotelCode="118821|1651788" HotelName="Liberty Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gencturk Caddesi, Aga Yokusu 18, Sehzadebasi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/32/53321184c561224e64bb42545c9fb7783cac06a0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="227.06" OriginalAmount="220.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99227" Longitude="29.04272" StarRating="4" HotelCode="|193200" HotelName="Holiday Inn Istanbul - Kadikoy, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Egitim Mahallesi Poyraz Sokak N6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/2/0/0/193200_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="227.06" OriginalAmount="220.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.053907" Longitude="28.946584" StarRating="0" HotelCode="|561084" HotelName="Stayso The House Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Imrahor Cd. 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/1/0/8/4/561084_31eaeef1037.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="227.31" OriginalAmount="220.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00703" Longitude="28.97055" StarRating="0" HotelCode="|192639" HotelName="Aprilis Gold Hotel - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Emin Sinan Hamami Sk No 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/6/3/9/192639_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227.63" OriginalAmount="221" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.93662952" Longitude="29.13584787" StarRating="5" HotelCode="317076|58761" HotelName="Burgu Arjaan by Rotana" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Altaycesme Mahallesi, Samanyolu Sokak 23, Maltepe, 34843 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/7a/a77abc0e48c8be56eba3a83e6a3317d77bae2ca8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227.63" OriginalAmount="221" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0146482672" Longitude="28.979033664418" StarRating="3" HotelCode="298197|199121" HotelName="Dream Bosphorus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa mahallesi, Nöbethane caddesi, Kum meydani sokak 16, Sirkeci, 34112 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/98/85/9885a896dd4cb1b573f630eb4f35b05208382e5d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227.63" OriginalAmount="221" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006986" Longitude="28.97158" StarRating="4" HotelCode="904127|30424" HotelName="INNOVA Sultanahmet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piyer Loti Cad. 6-8, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/af/c2/afc20decf56a5b93bfafcbac96e1c954e767d24a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Sultanahmet area of historic Istanbul, the hotel is a convenient 10 to 15-minute walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227.63" OriginalAmount="221" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.025635" Longitude="28.469237" StarRating="4" HotelCode="933214|198949" HotelName="Mercia Hotels &amp; Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Yenimahalle, Yale Sokak 54, Kumburgaz, 35335 Büyükçekmece, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/a2/9ea2a04b5f2414fa3c33604bb8ee7c17535e440b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227.63" OriginalAmount="221" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="878740|494763" HotelName="Meserret Palace Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hoca Pasa Mahallesi, Ebussuut Caddesi 51, Sirkeci Fatih, 34112 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/90/f9906e43e84fe22b29f202f8354d33052e866299.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227.63" OriginalAmount="221" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.054864" Longitude="28.997139" StarRating="0" HotelCode="300371|237653" HotelName="Orya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Ferah Sokak No. 33, Tesvikiye Mahalessi, Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/d5/2fd5075465b2732e1551b3f3d9cef6fa9e1a7407.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227.63" OriginalAmount="221" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005022820611" Longitude="28.964796839287" StarRating="4" HotelCode="292260|38166" HotelName="Skalion Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Hayrettin Mahallesi, Cifte Gelinler Caddesi 6, Kumkapi, Fatih, 34126 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6d/a2/6da28bf81036a30c996e69863bf3cb654c57298d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated half a kilometer from the Grand Bazaar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227.63" OriginalAmount="221" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.935687" Longitude="29.135853" StarRating="5" HotelCode="317086|58779" HotelName="Tango Arjaan by Rotana" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Kitchen,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Altayçesme Mahallesi, Samanyolu Sokak 23, Maltepe, 34843 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/0d/3e0dd9c46cc97f45777d3e515bcfefa2e69590ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="228.35" OriginalAmount="221.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01458" Longitude="28.975838" StarRating="4" HotelCode="260215|1069808" HotelName="Eurostars Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ankara Caddesi, Hocapasa Hamami Sokak No:1, Sirkeci, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/81/4d/814d7ba95af40d8b3b99d8426965bcd3097bb364.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="228.50" OriginalAmount="221.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008103" Longitude="28.964813" StarRating="3" HotelCode="|72445" HotelName="Niles  Istanbul - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ordu CaddesiDibekli Cami Sokak 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/4/4/5/72445_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated in the city centre, the historic centre, nearby, you will find tourist areas, places of interest. ROOM: The comfortable rooms, have an air-conditioning system, a bathroom and WiFi (free of charge), It also offers suites and Turkish bath.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="228.64" OriginalAmount="221.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0102" Longitude="28.97771" StarRating="0" HotelCode="|192893" HotelName="Cheers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Zeynep Sultan Camii Sokak No 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/8/9/3/192893_bc2105b1652.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="228.66" OriginalAmount="222.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003783749381" Longitude="28.975343262566" StarRating="3" HotelCode="191127|q_hotel_istanbul_2" HotelName="Q Hotel Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Küçük Ayasofya Caddesi 31, 34400 Istanbul, Sultanahmet</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/f1/88f1b3e21b1b457f36cfe7b17e7a5f3c3c52ed9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="228.77" OriginalAmount="222.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023281" Longitude="28.97183" StarRating="0" HotelCode="|534581" HotelName="ART SUITES KARAKOY" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Persembe Pazari Cd. 23</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/5/8/1/534581_df4cbab1115.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="228.80" OriginalAmount="222.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0384801" Longitude="28.9830413" StarRating="0" HotelCode="|86883" HotelName="Moss residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Feridiye Cad. No:34 Taksim</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/8/3/86883_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a gym with a sauna, rooms with air-conditioning and WiFi (free of charge). SITUATION: This establishment, is in Taksim the district of 400 metres away, guests can find Taksim the metro station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="229.69" OriginalAmount="223.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035398" Longitude="28.98351" StarRating="2" HotelCode="188695|entes_apart" HotelName="Entes Apart" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Ipek Sokak No: 19, Taksim Istiklal Caddesi, 80060 Istanbul, Beyoglu</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/43/56439bc0552dffd86802c83aab8c9d9e14cacb1e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="229.77" OriginalAmount="223.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007457" Longitude="28.972658" StarRating="3" HotelCode="10214|399935" HotelName="Hotel Antea" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piyerloti Caddesi 11, Çemberlitas, Sultanahmet, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/dd/13dd678d8401b54c5e77c544d2730c63e2d8a369.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the middle of Istanbul's many historical attractions, close to sights and s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="230.13" OriginalAmount="223.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004887" Longitude="28.9801471" StarRating="0" HotelCode="|82923" HotelName="Agora Guesthouse and Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Cad Amiral Tafdil sok NO:6 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/2/3/82923_2370c131115.jpg</HotelPictures>
        <HotelDescription>SITUATION: Sultanahmet Is situated in this hotel is in Istanbul the historic centre of 300 metres away, guests have the mosque. ROOM: Each room has WiFi (free of charge) and a television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="230.48" OriginalAmount="223.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0135599" Longitude="28.9717858" StarRating="4" HotelCode="|23122" HotelName="Erboy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>EBUSUUD CAD. - SIRKECI 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/1/2/2/23122_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="230.72" OriginalAmount="224" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01292386" Longitude="28.97789579" StarRating="4" HotelCode="300882|37205" HotelName="Hotel Black Tulip" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Hüdavendigar Caddesi 10, P.O. Box 1234, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3c/97/3c973011d0bfba93387800945f633e815ef4ec9c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="230.72" OriginalAmount="224" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.059900913149" Longitude="28.988684769038" StarRating="3" HotelCode="323359|198233" HotelName="Lampa Design Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mayis Mahallesi, Operator Raif Bey Sokak 35, Halaskargazi Caddesi 19, 34363 Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/7f/cf/7fcf615adf9de10fe0ea61bcf85e34acc33e1392.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="230.72" OriginalAmount="224" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="3" HotelCode="968237|400163" HotelName="Mayla Golden Horn Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sutluce Mahallesi, Imrahor Caddesi 16/A, Beyoglu, 34445 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=11005396</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="230.72" OriginalAmount="224" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99431469" Longitude="29.02807291" StarRating="3" HotelCode="374919|217221" HotelName="W. House Kadikoy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Rasimpasa Mahallesi, Esrefoglu Sokagi 10, Kadikoy, Istanbul 34716</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=8909782</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="230.72" OriginalAmount="224" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00540886" Longitude="28.97272858" StarRating="4" HotelCode="781592|343534" HotelName="Yilsam Sultanahmet Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Elevator,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Dizdariye Cesmesi Sokak 21, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/6b/21/6b216ee4b062742d033ab072cf14e387f6136265.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With a stay at Yilsam Sultanahmet Hotel in Istanbul (Sultanahmet), you'll be minutes from Hippodrome...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="230.72" OriginalAmount="224.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.053683" Longitude="28.996728" StarRating="4" HotelCode="188691|cheya_nisantasi_tesvikiye" HotelName="Cheya Residence Tesvikiye" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ferah Sok. No: 7, Tesvikiye Mah., Istanbul 34365</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/b4/d5b41a8b0145d7823f76c3c0c835455ca8e49d05.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="231.11" OriginalAmount="224.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003429" Longitude="28.970648" StarRating="0" HotelCode="|474675" HotelName="Sareban Hotel Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/4/6/7/5/474675_983976e1248.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="231.21" OriginalAmount="224.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9901655" Longitude="29.0248465" StarRating="0" HotelCode="|82933" HotelName="MyKent Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Serasker Cad. No:8 Kadikoy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/3/3/82933_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Istanbul It is in 200 metres away, guests can find Kadikoy the ferry station of. ROOM: Each room has an air-conditioning system, WiFi (free of charge) and a satellite television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="231.59" OriginalAmount="224.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005648" Longitude="28.979018" StarRating="3" HotelCode="177593|849285" HotelName="Aristocrat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mah. Dalbasti Sok. 11, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/3d/253d7844a66045d5df6801271f0ad2bb4ea4b52c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located roughly 200 m from the Blue Mosque and within easy walking distance of the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="231.75" OriginalAmount="225" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008640603907" Longitude="28.964551733135" StarRating="3" HotelCode="915598|56950" HotelName="Hotel Inter Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Büyük Haydar Efendi Sokak, Mithatpasa Caddesi, Beyazit, 34126 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/32/49325ee19aa2317e23fd2144908a955fa94e27b5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="231.77" OriginalAmount="225.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0070806" Longitude="28.9718354" StarRating="3" HotelCode="|23121" HotelName="Sunlight" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Piyerloti Cad. No:28 - Cemberlitas</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/1/2/1/23121_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 1997, has 5 floors and 37 rooms. The establishment boasts a lobby with a reception, a safety deposit box service, a currency exchange service, a lift, a bar, a TV room, a car park (for a fee) and a restaurant with air-conditioning, For an additional charge you can use room service, the launderette and the medical care service. SITUATION: It is inIstanbul the historic centre of Topkapi Sarayi, Aya Sofya, Sultanahmed Camii and Kapalicarsi close to the establishment, clients can find it is 50 metres away from restaurants, shops and a public transport stop. It is situated 400 metres away from bars, pubs and nightclubs. it is situated 20 kilometres away from Istanbul Airport. ROOM: The rooms a bathroom, a hairdryer, a direct line telephone, satellite or cable TV, a mini-bar (available for a fee), a double bed, an air-conditioning system, individual heating with tiled floors and fitted carpets. PAYMENT METHODS: Customers can pay by Visa and Mastercard. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="231.80" OriginalAmount="225.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.018077" Longitude="28.928068" StarRating="4" HotelCode="|86941" HotelName="Topkapi Inter Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Topkapi Caddesi No: 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/4/1/86941_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Topkapi Inter Istanbul Hotel is rated four stars. SITUATION: It is located 100 metres away from the tram stop of Pazartekke. ROOM: The rooms have an air-conditioning system and an LCD TV.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="231.99" OriginalAmount="225.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008177491057" Longitude="28.96481525403" StarRating="3" HotelCode="118862|1433258" HotelName="Niles Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ordu Caddesi Dibekli Cami Sokak 13, Beyazit, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/dd/59dd7cf639947b3f2fd1c53c28879f72cd2ee931.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="232.23" OriginalAmount="225.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03782" Longitude="28.98355" StarRating="3" HotelCode="|184822" HotelName="Pera Luna Residence - Special Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mh. Taksim Cd. Yogurtcu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/8/2/2/184822_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="232.33" OriginalAmount="225.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0098835" Longitude="28.9538616" StarRating="3" HotelCode="|353434" HotelName="Parmada Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kemalpasa Mahallesi, Ordu Cadddesi No:74 Laleli, Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/4/3/4/353434_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="232.52" OriginalAmount="225.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98785709" Longitude="28.82995658" StarRating="5" HotelCode="260731|71724" HotelName="WOW Istanbul Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yesilkoy Mahallesi, Ataturk Caddesi 15-17-19, Bakirkoy, 34149 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/c8/fcc8230da76a595035b81f2daac843b2350497ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at 1 km from the most important airport of Istanbul, Atatürk Airport, and at 20...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="232.76" OriginalAmount="225.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003364" Longitude="28.981446" StarRating="0" HotelCode="|37008" HotelName="Radisson Hotel Istanbul Sultanahmet" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sultanahmet Mah. Kennedy Cad. Sahil Yolu No:12 Ah?rkap?</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/0/0/8/37008_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has air-conditioning, a lobby with a reception, a currency exchange service, a cloakroom, a bar, a dining area, a conference room and a car park. At an extra cost you can use room service, the launderette and internet. SITUATION: This historic hotel is in the historic centre, nearby, you will find museums, monuments and shops. around 17 kilometres away you can find the airport, 1 kilometre away, you can find Karakoy the dock near the establishment, you will find the metro station, the tram, bars, restaurants and nightclubs. ROOM: Clients are offered 31 rooms with a bathroom, a hairdryer, a direct line telephone, internet, a mini-bar, a double bed, an air-conditioning system, central heating, a safe and a balcony. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="232.78" OriginalAmount="226" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05909859" Longitude="28.95105451" StarRating="4" HotelCode="431064|206440" HotelName="Clarion Golden Horn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Imrahor Caddesi, Sivaseli Sokak 10, 34445 Sütlüce, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/541547/a_541547_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="232.78" OriginalAmount="226" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.037867560629" Longitude="28.983562434359" StarRating="3" HotelCode="933263|57959" HotelName="Pera Luna Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mahallesi, Taksim Caddesi, Yogurtcu Faik Sokak 2, Taksim, Beyoglu, 34440 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://images.dnatatravel.com/ei/9/7/9/8/9/5/4/0.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="232.78" OriginalAmount="226.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004713" Longitude="28.980115" StarRating="3" HotelCode="191061|bonjour_hotel_4" HotelName="Bonjour Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amiral Tafdil Sokak No. 10, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/6a/176a10c11cb8d535248527c3e0b9975825b70007.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="232.78" OriginalAmount="226.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008034210542" Longitude="28.954478502274" StarRating="3" HotelCode="186213|ephesus_hotel_3" HotelName="Hotel Ephesus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesihpasa Mahallesi, Aksaray caddesi No: 24, Laleli</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/4f/dd4ff055e36e8d90f4f7cc3d3c368cd781a781f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="232.80" OriginalAmount="226.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005183" Longitude="29.066457" StarRating="0" HotelCode="|467565" HotelName="Antwell Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Unalan Mah., Cagla Sk. No:1/A, Uskudar</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/5/6/5/467565_39d03cb1101.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="232.84" OriginalAmount="226.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009234" Longitude="28.949334" StarRating="0" HotelCode="|444991" HotelName="Hampton By Hilton Istanbul Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sorguccu Str. No 1 Aksaray, Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/9/9/1/444991_f9548530821.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="232.97" OriginalAmount="226.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039844469432" Longitude="28.985471427441" StarRating="4" HotelCode="9357|2157587" HotelName="Nova Plaza Crystal Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Receppasa Caddesi 7/1, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f2/13/f213280f22451e6e119b9e9228f3c81590101d7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Taksim hotel area, close to the Taksim metro station. It is approximatel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="232.98" OriginalAmount="226.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034897" Longitude="28.976064" StarRating="0" HotelCode="|530383" HotelName="Walton Gardens Pera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hamalbasi Caddesi No:22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/0/3/8/3/530383_f6eefa41014.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="233.27" OriginalAmount="226.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9919713" Longitude="29.0256701" StarRating="0" HotelCode="|83002" HotelName="Parkhouse  and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Osmanaga Mah. Muhurdar Fuat Sk. No:12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/0/2/83002_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: Istanbul It is in. FACILITIES: The establishment boasts a spa with Turkish bath. ROOM: Customers have luxurious rooms with flatscreen television and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="233.32" OriginalAmount="226.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06509" Longitude="29.00402" StarRating="0" HotelCode="|185016" HotelName="The Leos Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gayrettepe Mah Fahri Gizden Sok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/0/1/6/185016_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="233.75" OriginalAmount="226.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0055008" Longitude="28.9732895" StarRating="3" HotelCode="|95924" HotelName="Daphne - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mah Su Terazisi Sokak 10,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/9/2/4/95924_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a terrace with sea views, a cafÃ©, WiFi and an Ã  la carte restaurant. The establishment also offers room service and a reception. SITUATION: This hotel Sultanahmet it is in nearby, you will find the tourist attractions, 550 metres away, clients have Sultanahmet the Railway Station of it is well-connected, At an extra charge, the establishment offers a transfer service to Istanbul AtatÃ¼rk Airport it is situated 20 kilometres away from Istanbul AtatÃ¼rk Airport. ROOM: All the rooms have cable television, a mini-bar, an air-conditioning system, a safe, a bathroom with a bath and a hairdryer. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="233.81" OriginalAmount="227" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008459375267" Longitude="28.962567708004" StarRating="4" HotelCode="24952|477451" HotelName="Baron Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mimar kemalettin Mahallesi, Buyuk Tulumba Sokak 4, Beyazit, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a4/60/a460aa71b789c2fb32de72face16de7be200e147.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located quite near to the large bazaars in Beyazit. The hotel is well situated for acc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="233.81" OriginalAmount="227" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="4" HotelCode="386916|27982" HotelName="Amisos The Boutique" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ebusuud Caddesi No. 2, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/3c/763ceb059f33e92767cf32a2ce0e4554e28d41fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel has an excellent location overlooking Gülhane Park, Topkapi Palace and the Bosph...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="233.81" OriginalAmount="227.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.068551108062" Longitude="29.007437655371" StarRating="3" HotelCode="154660|villa_blanche_hotel" HotelName="Villa Blanche" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Keskinkalem Sokak 7, Esentepe, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/05/7205bb5a73decf6b79455b39791db4965b04cf5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="233.88" OriginalAmount="227.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9929793" Longitude="29.0254787" StarRating="3" HotelCode="|244252" HotelName="Golden Siyav" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Osmanaga Mahallesi Rihtim Caddesi Resitefendi Sokak No. 5, Kadikoy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/4/2/5/2/244252_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="233.93" OriginalAmount="227.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0353572" Longitude="28.9832218" StarRating="0" HotelCode="|224760" HotelName="Mukarnas Taksim " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>katip mustafa celebi mh ipek sk no 6 beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/7/6/0/224760_937264c1211.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="234.05" OriginalAmount="227.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0044964" Longitude="28.9800391" StarRating="0" HotelCode="|83033" HotelName="Historia-Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Amiral tafdil sok. No:11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/3/3/83033_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has rooms with air-conditioning and a patio with a fountain. SITUATION: Sultan Ahmed Mosque It is situated 5 minutes away from.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="234.06" OriginalAmount="227.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.991851" Longitude="29.026877" StarRating="0" HotelCode="|522154" HotelName="Viva Suits" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/1/5/4/522154_a4b09cf0948.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="234.08" OriginalAmount="227.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004431" Longitude="29.038244" StarRating="4" HotelCode="|444219" HotelName="Buem Koşuyolu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Acibadem Mahallesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/2/1/9/444219_c388d050831.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="234.20" OriginalAmount="227.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00976" Longitude="28.97869" StarRating="0" HotelCode="|184141" HotelName="Anthemis Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mh Haci Tahsin Bey sok No 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/1/4/1/184141_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="234.75" OriginalAmount="227.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.956737357023" Longitude="29.080471685844" StarRating="4" HotelCode="118869|603345" HotelName="Suadiye Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaj Yolu 25, Bagdat Caddesi, Suadiye, 34740 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/6a/54/6a5400ca6194d8091485d1f8dd9e435c30b40a78.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="234.84" OriginalAmount="228" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00545343" Longitude="28.97983116" StarRating="0" HotelCode="593975|237494" HotelName="Magnaura House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Akbiyik Caddesi 19, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/766490/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="235.13" OriginalAmount="228.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.969704" Longitude="29.0971237" StarRating="5" HotelCode="|42195" HotelName="Byotell  Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SANIYE ERMUTLU SOK NO 3 KOZYATAGI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/9/5/42195_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was renovated in 2007 and has 129 standard rooms. The establishment has a dance hall, a garden, air-conditioning, a lobby, a reception, a currency exchange service, a cloakroom and a lift. The establishment also has a hairdresser's, restaurants, conference rooms, internet and WiFi. At an additional cost you can have access to room service and a laundry service. The establishment also offers indoor parking and a playground. SITUATION: This hotel is in the business area. It is in Kozyatagi near the establishment, you will find commercial areas, restaurants, bars and the nightlife. 45 minutes away from the establishment you have tourist areas. Is 45 kilometres from Sabiha Gokcen Airport. It is 20 kilometres from the Istanbul AtatÃ¼rk Airport. ROOM: The elegant and comfortable rooms have a bathroom, a hairdryer, a direct line telephone and internet. They also have a television, a mini-bar, a double bed, an air-conditioning system, individual heating and a safety deposit box. FACILITIES: The establishment has a gym, a spa, a health centre, a massage service (available for a fee), a Turkish bath, a steam bath and a sauna. Guests can also enjoy a covered pool and deck chairs.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="235.31" OriginalAmount="228.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.048443" Longitude="29.021374" StarRating="3" HotelCode="|182951" HotelName="Palanga Bosphorus Ortakoy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Palanga Caddesi No:24 Ortakoy / Istanbul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/2/9/5/1/182951_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="235.73" OriginalAmount="228.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040172205087" Longitude="28.98446559906" StarRating="4" HotelCode="69649|80174" HotelName="Mid Town" 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,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Lamartin Cad. No. 13, 34437 Taksim</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/27/98/27987f4080e1258b12071c8d8a08126d70dc8434.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Taksim, in the heart of Istanbul’s new city. Bars, restaurants and links to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="235.73" OriginalAmount="228.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0071798" Longitude="28.9720798" StarRating="4" HotelCode="|37601" HotelName="AHC Ayasofya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PIYERLOTI CAD NO 1 SULTANAHMET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/6/0/1/37601_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban, boutique hotel, renovated in 2007, has 36 rooms, air-conditioning, a lobby, a reception, a currency exchange service, a cloakroom and a lift. Guests also have access to a restaurant, a bar, conference facilities, WiFi, a business centre with internet, a printing service, a telephone, a fax machine, courier service and a car hire desk. At an extra cost you can use room service and the launderette. The establishment also has a car park. SITUATION: This hotel Hagia Sophia, Sultan Ahmed Mosque, the Basilica Cistern, the Grand Bazaar, the Spice Bazaar, Divan Yolu and Topkapi Palace it is situated close to in the surrounding area, clients can find restaurants, bars, public transport services and shops. it is 10 minutes away from the railway station, 18 kilometres away, you can find Istanbul AtatÃ¼rk Airport. ROOM: Each room has a bathroom, a hairdryer, a direct line telephone, satellite or cable TV, internet, a mini-bar, a coffee maker, a kettle, a double bed, an air-conditioning system, heating and a safety deposit box. FACILITIES: The establishment boasts a hammam and a Turkish bath (available for a fee), For a fee, you can enjoy a massage service, aromatherapy treatments and a sauna. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and Ã  la carte lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="235.74" OriginalAmount="228.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.067504" Longitude="29.002243" StarRating="4" HotelCode="|443747" HotelName="Milord" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/3/7/4/7/443747_c1a15f91005.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="235.83" OriginalAmount="228.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0236256" Longitude="28.9750738" StarRating="0" HotelCode="|184590" HotelName="Karakoy Aparts" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yuksek Kaldrm Caddesi No.49 Karakoy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/5/9/0/184590_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="235.87" OriginalAmount="229" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0049251" Longitude="28.98015424" StarRating="0" HotelCode="541594|284797" HotelName="Agora Guesthouse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Inns" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Dry Cleaning,Internet,Laundry,Luggage Storage,Parking">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Akbiyik Caddesi, Amiral Tafdil Sokak 6, Sultanahmet, Fatih, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/0a/3a/0a3a69118f68dc02036613c1eba49e8ca3de6902.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Istanbul, Agora Guesthouse puts everything the city has to offer just out...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="235.87" OriginalAmount="229" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00896076766" Longitude="28.975230885299" StarRating="4" HotelCode="321868|216975" HotelName="Antusa Palace Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Massage Centre,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mahallesi, Çatalçesme Sokak 7, Sultanahmet, 34400 Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/78/ef/78ef84b07e9f2537c665614d34f61ec64f0d6cbb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="235.87" OriginalAmount="229" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.042717562558" Longitude="28.982566641807" StarRating="4" HotelCode="398076|478793" HotelName="Elysium Residence Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Inonu Mahallesi, Elmadag Caddesi 56, Taksim, 34380 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/c5/55c53ef9a03c53c046cfd413054f3261f7d1adda.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="235.87" OriginalAmount="229" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03857" Longitude="28.983895" StarRating="4" HotelCode="298975|58330" HotelName="The Parma Hotel Taksim" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abdülhak Hamid Caddesi 22, Kocatepe Mahallesi, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8d/5d/8d5dd554743bac01f904b8f65d8b8d2fe59be80b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="235.97" OriginalAmount="229.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005604941196" Longitude="28.98012912727" StarRating="4" HotelCode="98934|2065605" HotelName="GLK PREMIER Regency Suites &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Caddesi 46, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/06787a71fc90a6fc/b2/b2d7ac0ec884e1f4/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;These suites are located in the lower area of the Sultanahmet district, just a 5-minute walk from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="236.10" OriginalAmount="229.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023806" Longitude="28.974944" StarRating="0" HotelCode="|525466" HotelName="Khai Karaköy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bereketzade Mahallesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/4/6/6/525466_88346391016.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="236.11" OriginalAmount="229.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008026" Longitude="28.972977" StarRating="4" HotelCode="15891|86622" HotelName="Pierre Loti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piyerloti Cd. No: 1, Sultanahmet, Cemberlitas, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/21/362126cc6e0db42a62c7c01035367b76f2fa995b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is 5 minutes away from the closest tramway stops (Sultanahmet and Çemberlitas). Guests wil...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="236.25" OriginalAmount="229.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008347936316" Longitude="28.975979089737" StarRating="3" HotelCode="65198|362425" HotelName="Ambassador Istanbul" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Divanyolu Ticarethane Sokak 19, Sultanahmet, 34420 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/cb/eccb7db4e16c1ef33e7e5421a2a6450edd90ef35.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="236.35" OriginalAmount="229.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00765" Longitude="28.971663" StarRating="4" HotelCode="219906|959445" HotelName="Aprilis" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mah. Peykhane Sk. No: 4, Çemberlitas, Fatih 34122, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/71/d4/71d4356a25ac39d0bf1fcfca05ee67751b9e6deb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="236.59" OriginalAmount="229.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.021985" Longitude="28.976063" StarRating="4" HotelCode="|443954" HotelName="Weingart Port Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kemankes Cd. 14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/3/9/5/4/443954_68e83f51124.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="236.69" OriginalAmount="229.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.987787" Longitude="28.828286" StarRating="5" HotelCode="|39876" HotelName="Wow Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Istanbul Dunya Ticaret Merkezi Yesilkoy, Istanbul 34149</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/7/6/39876_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was opened in 2007 and has 277 rooms. Is perfect for business and holiday stays. Some of the facilities that the establishment offers to guests include a lobby with a reception, a safety deposit box service, a currency exchange service, a cloakroom, 3 lifts, a cafÃ©, a hairdresser's, a bar, a restaurant and conference facilities. If you pay a supplement, you are offered internet in communal areas, room service and a laundry service. Guests also have access to a car park and an indoor car park. Kids can enjoy a playground. SITUATION: This hotel is in World Trade Center and the exhibition centre CNR. Close to the establishment, clients can find the airport and the metro station, close to the metro station. 16 kilometres away from the establishment, guests will find the city centre. It is 5 minutes away from YesilkÃ¶y where you can find restaurants, bars and shops. Near the establishment, you will find Sultanahmed Camii, Topkapi Sarayi and Hagia Sophia ROOM: The luxurious rooms have a flat-screen television with pay channels, an air-conditioning system, a safety deposit box, a bathroom with a bath, a hairdryer, a direct line telephone, internet, a mini-bar, heating, a coffee maker, a kettle and a king size or double bed. FACILITIES: At no extra cost, guests can use the Turkish bath. Guests can enjoy a covered heated pool (available for a fee) with an outdoor bar and deck chairs. For a small supplement, you are offered a sauna and a massage service. The establishment also has a gym. PAYMENT METHODS: Customers can pay by American Express, Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast and Ã  la carte lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="236.90" OriginalAmount="230" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.031632965055" Longitude="28.980091701649" StarRating="4" HotelCode="320749|48019" HotelName="Casa di Bava" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Firuzaga Mahallesi, Bostanbasi Sokak 28, Beyoglu, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/80/5a/805a87f64b46e2801adefbc2e534035ce4d1d8f1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="236.90" OriginalAmount="230" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9554134" Longitude="29.1167787" StarRating="0" HotelCode="760328|343216" HotelName="Elite World Asia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,ATM/Cash Machine,Banquet Hall,Bar,Business Centre,Conference Hall,Currency Exchange,Designated Smoking Area,Dining,Garden,Internet,Laundry,Lounge,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Sauna,Spa,Telephone Service,Valet Parking,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Inönü Caddesi 22, Küçükyali, Maltepe, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/9a773bcfab5cefea/e2/e23b22d11d87efe8dd068ac22074af5f/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated Hotel is in Maltepe. A total of 350 guests rooms are available for guests' conven...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="236.90" OriginalAmount="230" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034006627237" Longitude="28.988479830688" StarRating="4" HotelCode="475758|217680" HotelName="Noble22 Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Gumussuyu Mahalessi, Kolcak Sokak 11, Taksim, Beyoglu, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/3b/073b0dc188b779c37b2a3e996061216978e343dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul, approximately 18 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="236.90" OriginalAmount="230" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00909827" Longitude="28.94916688" StarRating="0" HotelCode="956540|477182" HotelName="Valens Otel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Mahallesi, Sorguçcu Sokak 4, 34096 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/46/25/4625f29348065e345f9d68e8c0c7015093e45a7b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="237.08" OriginalAmount="230.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0058" Longitude="28.90457" StarRating="0" HotelCode="|463530" HotelName="Tryp By Wyndham Istanbul Topkapi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>SEYITNIZAM MAHALLESI MEVLANA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/3/5/3/0/463530_7d98b5e2049.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="237.31" OriginalAmount="230.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013386" Longitude="28.976493" StarRating="3" HotelCode="56898|605195" HotelName="Metropol" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ibni Kemal Caddesi No:38, Sirkeci, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ea/60/ea60789d62d08ad9b38602bcebbfcf1c6be59f30.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="237.45" OriginalAmount="230.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012559813186" Longitude="28.977180719376" StarRating="3" HotelCode="12153|1425128" HotelName="Erboy Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ebusuud Caddesi 18, Sirkeci, 34210 Istanbul, Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a0/aa/a0aaa5414a4d5baab2a40f95cfe18f18ddc44f24.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Sirkeci, in the wonderful old town of Istanbul. Sightseeing attractions su...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="237.68" OriginalAmount="230.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0091197" Longitude="28.9789899" StarRating="4" HotelCode="|34759" HotelName="Ottoman Imperial - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CAFERIYE SOK.NO:6/1SULTANAHMET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/7/5/9/34759_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 1854, renovated in 2006, has 54 rooms, suites and 3 floors. The establishment has a reception, a safety deposit box service, a currency exchange service, a cloakroom, a lift and a kiosk. Our guests can find a bar, 2 restaurants, a fax machine, computer, a scanner and a printing service. The establishment also offers internet, room service, a laundry service and a car park. SITUATION: Is situated in the heart of the historic centre, in the surrounding area, clients can find tourist points of interest, Clients can also find commercial areas and the harbour. 2000 metres away, there is a tram stop, is 19 kilometres away from Istanbul AtatÃ¼rk Airport. ROOM: The establishment has rooms and suites. Guests are offered renovated rooms, a bathroom with a hairdryer, an air-conditioning system, a direct line telephone and a satellite TV. They also have internet, data connection, a mini-bar, a writing desk and a safe. Guests can find Pemium rooms with coffee pot, a kettle, internet and a bathrobe. FACILITIES: The establishment boasts a Turkish bath. PAYMENT METHODS: Customers can pay by American Express, Visa and Mastercard. OTHERS: Regarding the food and beverage offering, clients have 2 restaurants and a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="237.68" OriginalAmount="230.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0569052" Longitude="28.994261" StarRating="5" HotelCode="|184602" HotelName="Lausos Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Mahallesi 19 Mayis Cad</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/6/0/2/184602_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="237.70" OriginalAmount="230.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0391799" Longitude="28.9850198" StarRating="0" HotelCode="|94480" HotelName="Taksim Gonen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KOCATEPE MAH. AYDEDE CAD. TAKSIM 15 , Istanbul 34447 Turkey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/4/4/8/0/94480_13.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is 110 metres away from Taksim the square Close to shops, restaurants and bars. it is situated 1,5 kilometres away from Dolmabahce the Palace of la Torre de GÃ¡lata 2,2 kilometres away from. ROOM: All the rooms have a flat-screen television, jacuzzi, wooden furniture, an air-conditioning system, a satellite TV, a mini-bar and a hairdryer. Some rooms have a sitting room. FACILITIES: The establishment has a bar, a covered swimming pool, a fitness centre, a Turkish bath and a sauna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="237.79" OriginalAmount="230.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02261" Longitude="28.97459" StarRating="0" HotelCode="|184704" HotelName="Nordstern Hotel Galata" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Arap Camii Mah. Tersane Cad. No: 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/7/0/4/184704_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="237.93" OriginalAmount="231" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.020038332584" Longitude="29.014416524766" StarRating="4" HotelCode="320723|237678" HotelName="The Bosphorus House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/06/2026" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Aziz Mahmut Hudai Mahallesi, Halk Caddesi 44, Uskudar, 34662 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://images.dnatatravel.com/ei/4/3/0/9/3/0/8/0.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="238.05" OriginalAmount="231.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005533" Longitude="28.979122" StarRating="3" HotelCode="11087|1427188" HotelName="Blue House" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dalbasti Sokak 14, Sultanahmet, 34400 Istambul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/105869/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="238.07" OriginalAmount="231.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011503" Longitude="28.956865" StarRating="4" HotelCode="|74821" HotelName="Grand Washington" 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/7/4/8/2/1/74821_80d8b081000.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated in the historic centre, nearby, you will find places of interest, is 15 kilometres away from Istanbul AtatÃ¼rk Airport the establishment is 15 kilometres away from the Congress Centre, 7 minutes away, there is a tram stop. ROOM: The rooms have an air-conditioning system, a satellite television, a mini-bar, a hairdryer, a safe, a direct line telephone, WiFi and a bathroom with a bath.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="238.30" OriginalAmount="231.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.951363" Longitude="29.099228" StarRating="0" HotelCode="|526570" HotelName="La Cielo Suites Bostancı" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Altintepe Mah. Galipbey Caddesi No 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/6/5/7/0/526570_77271d71031.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="238.32" OriginalAmount="231.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.080031" Longitude="29.006335" StarRating="0" HotelCode="|531526" HotelName="Rose Plus Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>kavakli sok no7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/1/5/2/6/531526_ff639781355.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="238.46" OriginalAmount="231.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.062978" Longitude="28.987633" StarRating="4" HotelCode="210537|184092" HotelName="My Bade Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Abide-i Hurriyet Caddesi 179, Merkez Mahallesi, Sisli, 34381 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/184092/184092a_hb_a_006.JPG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="238.96" OriginalAmount="232" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04842749" Longitude="29.02506504" StarRating="0" HotelCode="374306|237537" HotelName="Nevv Bosphorus Hotel &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Muallim Naci Caddesi 7, Ortaköy/Besiktas, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/63/a06309e6412e213ae37c874ff0a97748311dcf9d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="239.09" OriginalAmount="232.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.991916816946" Longitude="29.025650918484" StarRating="3" HotelCode="152018|606645" HotelName="Parkhouse Boutique &amp; Spa" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Jacuzzi,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Osmanaga Mahallesi, Muhurdar Fuat Sok 12, Kadiköy, 34714 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/211601/211601a_hb_a_032.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="239.34" OriginalAmount="232.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9921244" Longitude="29.02625" StarRating="3" HotelCode="|108047" HotelName="Grand As" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Nuzhetefendi Sokak No:27/1 Kadikoy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/0/4/7/108047_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a terrace with sea views, private parking (free of charge), WiFi (free of charge) and a reception. SITUATION: It is situated 200 metres away fromKadikoy the Ferry of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="239.81" OriginalAmount="232.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0038573" Longitude="28.9718284" StarRating="0" HotelCode="|107954" HotelName="Bright Apart Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mah. Yusuf Ask?n Sokak No:16 Fatih/ Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/9/5/4/107954_6ee319c1134.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inIstanbul the old area of 500 metres away, guests can find the mosque. ROOM: Each room has WiFi (free of charge), an air-conditioning system and a flat-screen television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="239.99" OriginalAmount="233" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.048419308737" Longitude="28.987440577803" StarRating="5" HotelCode="326631|60109" HotelName="Arts Hotel Istanbul Bosphorus" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Halaskargazi Caddesi 1, Harbiye, Sisli, 34367 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/eaf49b31d801de4a/98/981ca8f8207ea82c/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="239.99" OriginalAmount="233" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.992821331398" Longitude="29.02546863373" StarRating="2" HotelCode="318563|217214" HotelName="Golden Rest Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Resit efendi Sokak No 5, Rihtim Caddesi, Kadikoy, Istanbul 34714</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/20/bb20f4e4b97800e39d49531af31a38fd801947b8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="239.99" OriginalAmount="233" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035293930387" Longitude="28.9833" StarRating="3" HotelCode="739678|271811" HotelName="Mukarnas Pera Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Jacuzzi,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Katip Mustafa Çelebi Mahallesi, Ipek Sokak 6, Beyoglu, 34433 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/625123/625123a_hb_a_005.JPG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="240.67" OriginalAmount="233.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03211475533" Longitude="28.978205300594" StarRating="3" HotelCode="191149|2007155" HotelName="Taksim Premium Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Kitchen,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuloglu Mahallesi, Yenicarsi Caddesi 5A, 34440 Istanbul, Beyoglu</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/a4/e8a41620454b597e32a13f01baeb2f07affa2fb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="240.74" OriginalAmount="233.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04237" Longitude="28.98484" StarRating="0" HotelCode="|551884" HotelName="Endless Art Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Inonu Mh., Elmadag Cd., No. 28</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/1/8/8/4/551884_e5327751533.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="241.02" OriginalAmount="234" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.014131909231" Longitude="28.942456825003" StarRating="0" HotelCode="883084|381294" HotelName="Ottoman's Life Hotel Deluxe Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Conference Hall,Internet,Massage Centre,Sauna,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Mollagürani Mahallesi, Mollagürani Caddesi 8/16, Fatih, 34093 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/3b/cd3b436be70ed340d5d210e6dc3f98654ed86074.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="241.02" OriginalAmount="234.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023827210726" Longitude="28.974928529287" StarRating="0" HotelCode="187209|gradiva_hotel" HotelName="The Purl Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bereket Mahallesi, Bankalar Caddesi No. 2/1, Voyvoda Sokak, Karaköy / Beyoglu, 34420 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/52/ce523da2d5f18f09713b85f20c01c103253c5d26.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a great location close to the Galata Bridge and Golden Horn in Karaköy, Istanbul. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="241.12" OriginalAmount="234.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.031112" Longitude="28.974035" StarRating="4" HotelCode="33265|45034" HotelName="The Marmara Pera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Caddesi, Tepebasi, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b2/09/b2090c1629e035d4816cf27eecbd8d53ad8e30c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing city hotel is situated within the immediate vicinity of the Galata Tower and Taksim S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="241.16" OriginalAmount="234.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.95536" Longitude="29.11673" StarRating="5" HotelCode="|444525" HotelName="Elite World Grand Istanbul Kucukyali" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/5/2/5/444525_9f4d9450851.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="241.25" OriginalAmount="234.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.024293" Longitude="29.040995" StarRating="4" HotelCode="212978|916905" HotelName="Mercure Istanbul Altunizade" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Altunizade Mahallesi Kisikli Caddesi, Oymaci Sokak 9, 34662 Istanbul, Uskudar</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5d/7d/5d7d6dd4326c041eec5fd828c41ec9b7f5a0c838.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can feel at home in one of the 140 rooms. Most storeys can be reached by lift. Services and f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="241.37" OriginalAmount="234.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9357975" Longitude="29.1352648" StarRating="5" HotelCode="|184949" HotelName="Tango Arjaan By Rotana Istanbul Asia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Altaycesme Mh. Samanyolu Sk. No:23 Maltepe, Maltepe, 34843 Istanbul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/9/4/9/184949_1cab5f51504.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="241.38" OriginalAmount="234.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.020171" Longitude="29.014621" StarRating="0" HotelCode="|525310" HotelName="The Bosphorus Aparts" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Aziz Mahmud Hudai Mah Halk Cad No:44</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/3/1/0/525310_b27d8881158.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="242.05" OriginalAmount="235" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.015854" Longitude="28.973734" StarRating="5" HotelCode="64043|8302" HotelName="Legacy Ottoman Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Hobyar Mahallesi, Hamidiye Caddesi 16, 34112 Istanbul, Sirkeci</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/15/a2/15a28bbaa6c0961ed503061fdfb0f3e17041914e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just a 5-minute walk from the city centre, and from links to the public transpo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="242.05" OriginalAmount="235" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038960084539" Longitude="28.974333580426" StarRating="5" HotelCode="737446|409904" HotelName="Titanic Downtown Beyoglu" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Hacihmet Mahallesi, Kurtulus Deresi Caddesi 21, Beyoglu, 34440 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/79/c679c4653f9adfab4c8e8a21c8b2a8fbf11ea09f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="242.05" OriginalAmount="235" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01411938" Longitude="28.97729925" StarRating="0" HotelCode="879140|489729" HotelName="Sirkeci Family Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Serdar Sokak 5, Sirkeci Fatih, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/41/31418e803c73e12aa22afae15bb05db4dcad171c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="242.05" OriginalAmount="235" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040890385537" Longitude="28.984047174454" StarRating="4" HotelCode="409442|18899" HotelName="Titanic City Taksim" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Lamartin Caddesi 47, Taksim, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/9f/6f9fb9f7bd4272570a04461a2e3b0e5d2989ad47.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Taksim, where history and different cultures stand side by side. It enjoys a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="242.17" OriginalAmount="235.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0354" Longitude="28.98193" StarRating="0" HotelCode="|237804" HotelName="Sentire Hotels And Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mahallesi Istiklal Caddesi Mis Sokak No1, Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/7/8/0/4/237804_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="242.25" OriginalAmount="235.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99096" Longitude="28.79576" StarRating="4" HotelCode="|184800" HotelName="Ramada By Wyndham Istanbul Florya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Besyol Mah. Birlik Cad.No:10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/8/0/0/184800_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="242.28" OriginalAmount="235.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0299885" Longitude="28.9737725" StarRating="0" HotelCode="|84908" HotelName="Pera Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ASMALI MESCIT MAH.ASMALI MESCIT SOKAK BEYOGLU 25</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/9/0/8/84908_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2011, has 10 rooms, 2 suites and 8 apartments. The establishment offers facilities for people with reduced mobility, Pets are allowed (on request). SITUATION: This hotel Istanbul it is in it is situated close to the city centre, the railway station and the bus station.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="242.52" OriginalAmount="235.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0269847" Longitude="28.9739624" StarRating="0" HotelCode="|86787" HotelName="Meroddi Pera Flats" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sahkulu Mahallesi, Sahkulu Sokak, No:20 and 13 Galata</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/8/7/86787_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inBeyoglu the district of. ROOM: Guests can find suites, with WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="243.05" OriginalAmount="235.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004381" Longitude="28.979935" StarRating="3" HotelCode="57924|134544" HotelName="Historia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amiral Tafdil Sokak 11, Sultanahmet, Fatih, 34440 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/5d/5dd9d57f11b5b4dd/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel affords a familial atmosphere and a location in the historic centre. In the neighbou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="243.06" OriginalAmount="235.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0541" Longitude="28.812411" StarRating="5" HotelCode="|445133" HotelName="Wanda Vista Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tasocagi Yolu Caddesi No 12/A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/1/3/3/445133_e092cd01112.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="243.08" OriginalAmount="236" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04142007" Longitude="28.98020078" StarRating="4" HotelCode="323635|199172" HotelName="Naz City Hotel Taksim" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Irmak Caddesi No: 44/46, Taksim / Beyoglu, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/635189/635189a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="243.08" OriginalAmount="236" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00490428" Longitude="28.97915762" StarRating="0" HotelCode="943681|478041" HotelName="Obelisk Hotel &amp; Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Mehmet Aga Caddesi 12, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/67/82/6782bb306aa28e507fa411b393e5102f9e6eef87.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="243.08" OriginalAmount="236" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.97759312" Longitude="28.87458641" StarRating="0" HotelCode="613614|252283" HotelName="Palmiye Suit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Cevizlik Mahallesi, Ebu Ziya Caddesi 24, Bakirkoy, 34142 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/f5/d9f5a6cb83e9a0c2c0784c55efc8962135202d21.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access is available to travellers in the public areas. Those arriving in their own...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="243.08" OriginalAmount="236" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00565024" Longitude="28.98026262" StarRating="0" HotelCode="850402|375232" HotelName="Royan Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Akbiyik Caddesi 42, Fatih, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/1a/f61a3b1c6fe7da08d7f474794ba42916c5ed8490.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="243.08" OriginalAmount="236.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.092126" Longitude="29.097453" StarRating="5" HotelCode="172515|limak_eurasia_luxury_hotel" HotelName="Limak Eurasia Luxury" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Rüzgarlibahçe Mahallesi, Sehit Sinan Eroglu Caddesi 5, Kavacik Beykoz, 34805  Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/90/da906ad6bfbbf23dd03d4dc4bd2a358a07786c90.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located just five minutes from the Bosphorus, equidistant to Istanbul Atat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="243.09" OriginalAmount="236.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0573006" Longitude="29.0062008" StarRating="5" HotelCode="|22638" HotelName="Surmeli Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>PROF.DR. BULENT TARCAN SOKAK, GAYRETTEPE 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/3/8/22638_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Surmeli Istanbul is rated five stars. It was built in 1986, has 203 rooms, a restaurant, lifts, a concierge, a safety deposit box service, a swimming pool, a sauna, room service, a cafÃ© and business facilities. SITUATION: It is situated in the centre of Istanbul. ROOM: The rooms have a hairdryer, an air-conditioning system, a television and a radio.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="243.18" OriginalAmount="236.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.972665" Longitude="28.80299" StarRating="0" HotelCode="|547729" HotelName="Baymari Suites Design" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/7/7/2/9/547729_43938841107.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="244.23" OriginalAmount="237.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.975348347115" Longitude="29.097630203705" StarRating="5" HotelCode="71011|281465" HotelName="Byotell Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Saniye Ermutlu Sokak 3, Kozyatagi, 34742 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/84/bc/84bc65c37d12ca71c03c990dfdf7d81a007f244f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the business district east of Istanbul, on the Kozyatagi-Asian...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="244.24" OriginalAmount="237.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0118" Longitude="28.95831" StarRating="4" HotelCode="|184563" HotelName="AHC Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vidinli Tevfik Pasa Cad. No:14 Laleli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/5/6/3/184563_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="244.43" OriginalAmount="237.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9566108" Longitude="29.0805132" StarRating="4" HotelCode="|83046" HotelName="Suadiye" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Plajyolu No:25 Suadiye</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/4/6/83046_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a sauna, a gym and WiFi (free of charge). SITUATION: It is located near the sea. ROOM: The rooms have a satellite television and a sitting room.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="244.69" OriginalAmount="237.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040756865258" Longitude="28.985812067985" StarRating="4" HotelCode="18136|45064" HotelName="Point Hotel Taksim" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Topçu Caddesi 2, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9c/5c/9c5c166a931c82d4eab45c24bdf603f0f2add8b6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel offers a central location and is situated about 100 m from the lively Taksim Square. The ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="244.94" OriginalAmount="237.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0039225" Longitude="28.9793924" StarRating="0" HotelCode="|83010" HotelName="Seraglio and Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Amiral Tafdil Sok. No:32 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/1/0/83010_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts WiFi (free of charge) and an indoor patio with a fountain. SITUATION: This hotel Sultanahmet it is in 5 minutes away from the establishment, you can find the mosque.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="245.14" OriginalAmount="238" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05439404" Longitude="28.98192034" StarRating="5" HotelCode="936284|198962" HotelName="Mercure Istanbul Bomonti" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ergenekon Caddesi 62 A, 34377 Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/19/67/1967084db063802d9a32c5a02895a0470aa03f87.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="245.25" OriginalAmount="238.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03621616" Longitude="28.98502483" StarRating="4" HotelCode="75240|363445" HotelName="CVK Taksim 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,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Siraselviler Caddesi 11, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/34/e6/34e63e99712c1f64457f3230b5796b8ca91507c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally situated for those seeking a central location, the city hotel is on the edge of Taksim Squar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="245.77" OriginalAmount="238.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.069212812593" Longitude="29.011861681938" StarRating="5" HotelCode="162407|144396" HotelName="Avantgarde Levent" 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,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Büyükdere Caddesi 161, Zincirlikuyu, Levent, 34394 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/7531a0d7bb334ef6905c1331e1ff5cf5.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the business and shopping centre of Istanbul, the hotel is a 5-minute walk from the near...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="245.85" OriginalAmount="238.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00759" Longitude="28.9571985" StarRating="0" HotelCode="|353463" HotelName="Hotel Erden Sarayevo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Azimkar Sk. No 46 Laleli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/4/6/3/353463_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="245.99" OriginalAmount="238.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0136" Longitude="28.973687" StarRating="0" HotelCode="|450031" HotelName="Hampton By Hilton Istanbul Sirkeci" 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/5/0/0/3/1/450031_b4100e91004.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="246.03" OriginalAmount="238.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.058632" Longitude="28.987762" StarRating="0" HotelCode="|524743" HotelName="Delita City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hrant Dink Sok. 69</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/7/4/3/524743_8d794330905.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="246.17" OriginalAmount="239" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035186881278" Longitude="29.112637196549" StarRating="5" HotelCode="431073|199108" HotelName="Fraser Place Antasya Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Saray Mahallesi, Kucuksu Caddesi 64/A, Ümraniye, 34768 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ee/c2/eec2ff5136b173979a9e18941659bf016fb6a2ae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="246.17" OriginalAmount="239" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.065615" Longitude="29.008688" StarRating="5" HotelCode="904032|32155" HotelName="Point Hotel Barbaros" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Esentepe, Yildiz Posta Caddesi 29, 34394 Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/30/0430ee16917bdf7502aa0fa19e99ecd8f90a1bd5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Esentepe, the new business district of Istanbul with public transport li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="246.37" OriginalAmount="239.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.014602" Longitude="28.978" StarRating="3" HotelCode="|17601" HotelName="Askoc Ve Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ISTASYON ARKA SK. SIRKECI 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/6/0/1/17601_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: this renovated hotel in 2003, has 6 floors, 114 double rooms and 6 suites. In the establishment entrance, guests will find a lobby, a reception with a bureau de change, a cloakroom, 2 lifts, 4 bars, a television room, 2 Ã  la carte restaurants, with air-conditioning, a conference room and internet. The establishment has room service, a laundry service, a medical care service, a car park and an indoor car park. SITUATION: This urban hotel is in a central area of the historic centre, Sirkeci it is in near the establishment, you will find restaurants, shops, is situated 15 kilometres away from the airport. ROOM: The cosy, comfortable rooms, have a bathroom, a hairdryer, a direct line telephone, a satellite or cable television, a mini-bar, fitted carpets, a central heating system, a safety deposit box and a balcony. PAYMENT METHODS: Customers can pay using Visa and Mastercard. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="246.53" OriginalAmount="239.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03597" Longitude="28.98231" StarRating="0" HotelCode="|184362" HotelName="Fitas Oda Beyoglu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Istiklal Caddesi Bekar Sokak No.8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/3/6/2/184362_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="246.77" OriginalAmount="239.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02578" Longitude="28.46945" StarRating="4" HotelCode="|192527" HotelName="Mercia Hotels and Resorts" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yenimahalle Yali Cad.No:54</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/5/2/7/192527_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="247.08" OriginalAmount="239.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.986838140665" Longitude="29.085901284122" StarRating="4" HotelCode="263725|CAX111000" HotelName="Hilton Istanbul Kozyatagi" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sahrayicedit Mahallesi, Batman Sokak 44, Istanbul 34734</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/e9/10e9765f7b8e4f916bcfb92b2fb5fbf4eeb7bacd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul. The nearest airport is Istanbul - Sabiha Gökce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="247.20" OriginalAmount="240" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036604605104" Longitude="28.982768658385" StarRating="3" HotelCode="320762|47160" HotelName="IQ Houses Kurabiye" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Kurabiye Sokak No: 2, Beyoglu, 34435 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/a42fcd2598674c508807ceb253dd7f1d.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="247.20" OriginalAmount="240" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035419279973" Longitude="28.981872949108" StarRating="5" HotelCode="516934|217771" HotelName="Sentire Hotels &amp; Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Mis Sokak 1, 34435 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/41/ff/41ff3e35943abb6f242a4642b818604d89fa9273.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.20" OriginalAmount="240.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006057" Longitude="28.973712" StarRating="2" HotelCode="191097|sah_apart_hotel" HotelName="Sah Otel Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi Babayani Sk. No:4, Eminönü, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/b2/d2b24ee46ca9f522970f43138325c205fe8cebf4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="247.82" OriginalAmount="240.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0363226" Longitude="28.9858019" StarRating="4" HotelCode="|86932" HotelName="Taksim Metropark" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Osmanli Cad. No:14 Taksim</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/3/2/86932_fef048b1610.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a restaurant. SITUATION: The hotel la plaza Tatksim it is 100 metres away from El estrecho del BÃ³sforo it is located 600 metres away from. ROOM: The rooms have, WiFi, (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="247.91" OriginalAmount="240.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.054215" Longitude="28.996734" StarRating="4" HotelCode="|163092" HotelName="Modus Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TESVIKIYE MH. FERAH SK. NISANTASI-SISLI 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/3/0/9/2/163092_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1994, renovated in 2014, has 49 rooms, 25 double rooms, 4 suites and 20 family rooms. The establishment also offers facilities for disabled guests and a car park. SITUATION: This hotel Istanbul it is in it is in the city centre, Close to public transport services, the bus stop, the metro stop and entertainment areas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="248.35" OriginalAmount="241.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06091" Longitude="28.98231" StarRating="4" HotelCode="|444527" HotelName="Gleam Bomonti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Merkez Mahallesi Huzur Sokak No 23</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/5/2/7/444527_bf112171147.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="248.47" OriginalAmount="241.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.990904540639" Longitude="29.115861654282" StarRating="5" HotelCode="186865|647085" HotelName="Radisson Blu Hotel, Istanbul Asia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yakut Caddesi, Atasehir Mahallesi, 34758 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/48/c0480c4c4df6fe86c4c8630c63cbdda2a1483a51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Atasehir district, a modern residential and business area, on the Asian ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="248.62" OriginalAmount="241.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008805" Longitude="28.975223" StarRating="4" HotelCode="|35425" HotelName="Tan - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Catalcesme Meydani Doktor Emin Pasa Sok. No.20, Istanbul,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/4/2/5/35425_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Tan is rated four stars and it is situated in Istanbul city centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="248.96" OriginalAmount="241.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00218" Longitude="29.147559" StarRating="0" HotelCode="|306073" HotelName="Nish Palace Exclusive Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>?erifali Mah. Bayraktar Bulvar? ?brahim Hakk? Sok. No:40</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/6/0/7/3/306073_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="249.06" OriginalAmount="241.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.015773692835" Longitude="29.015375375748" StarRating="4" HotelCode="102498|608455" HotelName="Tan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Catalcesme Meydani, Doktor Emin Pasa Sokak 20, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/e4/2ae4f9c68d84ef6250d5100bc77e1de43ff8eb25.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="249.19" OriginalAmount="241.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.026261" Longitude="28.977948" StarRating="0" HotelCode="|528495" HotelName="Galata Masterpiece Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Galata Mandirasi Sk. 24</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/8/4/9/5/528495_6435cf31000.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="249.26" OriginalAmount="242" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01446494" Longitude="28.97493015" StarRating="4" HotelCode="854296|394203" HotelName="Mercure Istanbul Sirkeci" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Hobyar Mahallesi, Muhzirbasi Sokak 6, Fatih, 34112 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f0/6c/f06c8aca0d3bd4fca5b09bc563dad09a24f14dfc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Mercure Istanbul Sirkeci Hotel is located in Sirkeci, 5 minutes walking distance to main tourist att...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="249.26" OriginalAmount="242" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.959767432125" Longitude="28.839154243469" StarRating="5" HotelCode="33264|37466" HotelName="Renaissance Polat Istanbul Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sahilyolu Caddesi 2, Yesilyurt, 34149 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/6c/82/6c8243ca35448b16312bf5d852080241585eff37.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly business and conference hotel enjoys a convenient location. It lies just 20 min...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="249.35" OriginalAmount="242.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.928531" Longitude="29.312654" StarRating="5" HotelCode="|444218" HotelName="Mövenpick Istanbul Asia Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yenisehir Mh. Millet Cad. No:31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/2/1/8/444218_93818cc1231.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="249.36" OriginalAmount="242.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05653" Longitude="28.98612" StarRating="0" HotelCode="|192845" HotelName="Renata Boutique Hotel - Boutique Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/8/4/5/192845_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="249.59" OriginalAmount="242.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99239" Longitude="28.8385" StarRating="5" HotelCode="|220628" HotelName="Bricks Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Zafer Mah. Dumlupinar Cad. No. 42</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/6/2/8/220628_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="249.68" OriginalAmount="242.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012429" Longitude="28.955971" StarRating="0" HotelCode="|557375" HotelName="Hamit Hotel İstanbul" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KemalPasa Mah. Gencturk Cad. No 47</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/7/3/7/5/557375_dd61f031641.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="249.86" OriginalAmount="242.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010553" Longitude="28.9762354" StarRating="4" HotelCode="|82987" HotelName="Agora Life  - Special Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cagaloglu Hamami Sokak No:6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/8/7/82987_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Santa Sofia it is 5 minutes away from Topkapi the Palace of. ROOM: All the rooms have WiFi (free of charge). FACILITIES: The establishment boasts a terrace, Guests are offered a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="249.90" OriginalAmount="242.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035741" Longitude="28.987644" StarRating="0" HotelCode="|524587" HotelName="Taksim No15 Suites by StayLab" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/5/8/7/524587_45e37650953.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="250.11" OriginalAmount="242.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0063804" Longitude="28.9703948" StarRating="0" HotelCode="|108015" HotelName="Aslan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Emin Sinan Mahallesi Satir Sokak No:5 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/0/1/5/108015_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is 500 metres away from the mosque, Santa Sofia 10 minutes away from the establishment, guests will find Cistern the basilica 600 metres away, guests have the bazaar. FACILITIES: Guests are offered WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="250.29" OriginalAmount="243" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.995217" Longitude="29.107771" StarRating="3" HotelCode="293568|205868" HotelName="Balsamo Suite Otel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ihlamur Bulvari No:10, Barbaros Mh., Atasehir, Istanbul 34746</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/9f/669f8ecbe37f78ad9fdea20d05a24704666cc4b5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="250.31" OriginalAmount="243.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.024551" Longitude="28.969824" StarRating="0" HotelCode="|446188" HotelName="Csk The Halich Port Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tersane Cd. 96</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/1/8/8/446188_7d892c70849.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="251.32" OriginalAmount="244" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02635756" Longitude="28.97903841" StarRating="3" HotelCode="743507|324331" HotelName="Miller Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hacimimi Mahallesi, Kemeralti Caddesi 37, Beyoglu, 34425 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/44/15/441575daf307854be3ab518287a520e893a07a2d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="251.84" OriginalAmount="244.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05364" Longitude="28.98749" StarRating="0" HotelCode="|184142" HotelName="Arcade Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Mahallesi Rumeli Caddesi No76</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/1/4/2/184142_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="252.19" OriginalAmount="244.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.046755" Longitude="29.007389" StarRating="0" HotelCode="|546715" HotelName="Besiktas Serenity Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Barbaros Blv. 59</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/6/7/1/5/546715_d54a4b81001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="252.35" OriginalAmount="245" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.23721533" Longitude="28.85452946" StarRating="4" HotelCode="613563|392929" HotelName="Park Inn by Radisson Istanbul Odayeri" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Odayeri Mahallesi, Selçuk Bey Sokak 27, 34075 Eyüp, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/631158/631158a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="252.67" OriginalAmount="245.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0040896" Longitude="28.9726484" StarRating="0" HotelCode="|86873" HotelName="Villa Sphendone Suite Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Demirci Resit Sk No:19 K.Ayasofya Mah. Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/7/3/86873_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inIstanbul the historic centre of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="252.73" OriginalAmount="245.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02296" Longitude="28.97656" StarRating="0" HotelCode="|184124" HotelName="Ada Karakoy Hotel - Special Class" 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/4/1/2/4/184124_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="252.82" OriginalAmount="245.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0119691" Longitude="28.9781897" StarRating="0" HotelCode="|86928" HotelName="Idylle Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ebusuud Str No:2 Sirkeci</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/2/8/86928_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2007 and has elegant rooms rooms. SITUATION: This hotel is in Istanbul the centre of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="253.34" OriginalAmount="245.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023304" Longitude="28.971018" StarRating="0" HotelCode="|522280" HotelName="UNION HOTEL KARAKOY" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tersane Cd. 70</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/2/8/0/522280_f4ce3f61108.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="253.38" OriginalAmount="246" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.053865" Longitude="28.9465589" StarRating="5" HotelCode="304098|51045" HotelName="Lazzoni Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sütlüce Mahallesi, Imrahor Caddesi 14, 34445 Beyoglu</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b1/55/b155305197fbe195e1bd07d7a25176a59f812dee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="253.57" OriginalAmount="246.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.086072369395" Longitude="29.006479777771" StarRating="5" HotelCode="33263|30074" HotelName="Mövenpick Hotel Istanbul" 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,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Eski Büyükdere Caddesi 3, 4. Levent, 34330 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/60/57600371c1c06b7803e8106840f443e6471a36ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A luxurious hotel located in the Levent quarter of the new town, just a few minutes drive from the f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="253.71" OriginalAmount="246.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.037938" Longitude="28.982954" StarRating="0" HotelCode="|532299" HotelName="Tamara Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Taksim Firini Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/2/9/9/532299_c0eab161024.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="253.77" OriginalAmount="246.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02276" Longitude="29.0445" StarRating="0" HotelCode="|474654" HotelName="Grand Uskudar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kisikli Cad., Sayan Is Merkezi n. 44</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/4/6/5/4/474654_8c956691236.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="253.95" OriginalAmount="246.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03368" Longitude="28.97596" StarRating="4" HotelCode="|184827" HotelName="Miapera  and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kamer Hatun Mahallesi Me?rutiyet Caddesi No:34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/8/2/7/184827_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="254.25" OriginalAmount="246.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0320163" Longitude="28.9805582" StarRating="0" HotelCode="|107932" HotelName="Faik Pasha Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Firuzaga Mah. Faikpasa Caddesi No:41/45 Cukurcuma Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/9/3/2/107932_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is 350 metres away from Istiklal Avenue it is 10 minutes away from Taksim the square. ROOM: The rooms have an air-conditioning system and WiFi (free of charge). FACILITIES: The establishment boasts a sauna and a Turkish bath.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="254.30" OriginalAmount="246.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0080917" Longitude="28.9725797" StarRating="3" HotelCode="|108350" HotelName="Antea - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Piyerloti Caddesi No 11 Cemberlitas</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/3/5/0/108350_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a terrace on the rooftop, views of the city, a covered swimming pool and a Turkish bath. SITUATION: Santa Sofia It is 5 metres away from the mosque.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="254.33" OriginalAmount="246.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.992563" Longitude="29.026599" StarRating="0" HotelCode="|532918" HotelName="Best Hotel Kadikoy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/9/1/8/532918_0de852e1057.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="254.41" OriginalAmount="247" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003911" Longitude="28.978937" StarRating="4" HotelCode="900671|25896" HotelName="Darussaade Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sultan Ahmet, Akbiyik Caddesi 90, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/1f/181f2121f41ff5fa5171a4bffa884043a26c7bb0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers are welcomed at the hotel, which has a total of 22 rooms. The establishment features a ba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="254.41" OriginalAmount="247" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04182493" Longitude="29.00495937" StarRating="0" HotelCode="875821|375218" HotelName="Meydan Besiktas Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Printer,Restaurant,Smoking Rooms,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sinanpasa Mahallesi, Besiktas Caddesi 21, Besiktas, 34353 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/53/c3537e85b1245b0cf640843f8bfe9c6251f63ef9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated in New City. Nestled within 1000 metres from the town centre, the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="254.43" OriginalAmount="247.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034231" Longitude="28.982048" StarRating="0" HotelCode="|452410" HotelName="Ayramin Exclusive" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Katip Mustafa Celebi Cd. Tel Sk. No: 29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/2/4/1/0/452410_ed24b8f1217.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="255.13" OriginalAmount="247.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005682231682" Longitude="28.980560302734" StarRating="4" HotelCode="65370|321195" HotelName="GLK Premier Acropol Suites &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Caddesi 21, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/84232/a_84232_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This town hotel is centrally situated in the bewitching old town, close to the Blue mosque. A select...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="255.44" OriginalAmount="248" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.037206" Longitude="28.992166" StarRating="4" HotelCode="298519|42025" HotelName="Mercure Istanbul Taksim" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ömer Avni Mahallesi, Inonu Caddesi No 42, Gümüssuyu, Beyoglu, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/4c/514cfa5293615e146a6c350de54e6b3cbf33f6a7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="255.46" OriginalAmount="248.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0509" Longitude="28.98674" StarRating="0" HotelCode="|550247" HotelName="Adelmar Hotel İstanbul Sisli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bozkurt Mah. Dolapdere Cad.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/0/2/4/7/550247_5f11f301151.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="255.60" OriginalAmount="248.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0148" Longitude="28.97444" StarRating="0" HotelCode="|184809" HotelName="Régie Ottoman Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hobyar Mah. Mimar Vedat Sok.5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/8/0/9/184809_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="255.96" OriginalAmount="248.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.991072" Longitude="29.11582" StarRating="5" HotelCode="|83521" HotelName="Radisson Blu Istanbul Asia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ATATURK MAH.YAKUT CAD.ATASEHIR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/5/2/1/83521_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Istanbul it is in it is in the city centre, Close to the metro station, the bus station, the leisure areas and the harbour. HOTEL: The establishment has 195 rooms, 74 double rooms, 7Â junior suites, 1 suite, 3 rooms adapted for people with reduced mobility and a car park. The establishment also offers facilities for people with reduced mobility. INFORMATION: pets that weigh less than 5kg are permitted.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="256.08" OriginalAmount="248.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0115" Longitude="28.9564" StarRating="0" HotelCode="|464928" HotelName="Beethoven Senfoni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kemalpasa Mh Aga Yokusu Sk No11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/4/9/2/8/464928_1384d631111.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="256.47" OriginalAmount="249" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.017059" Longitude="28.94119" StarRating="5" HotelCode="935918|47727" HotelName="Dosso Dossi Downtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Aksemsettin Mahallesi, Adnan Kahveci Bulvari, Vatan Caddesi no. 46-48, 34080 Fatih / Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/66/a2/66a2e3d53e34577d0d01875c6ced8326ad44590d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="256.47" OriginalAmount="249" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.055983454512" Longitude="28.986283845404" StarRating="4" HotelCode="375182|217746" HotelName="Renata Suites Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Nakiye Elgün Sokak 44, Osmanbey, Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ea/35/ea3524fbf575ed5d135c1cfa725bd5bb575fb616.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Istanbul, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="256.51" OriginalAmount="249.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.015991" Longitude="28.942469" StarRating="0" HotelCode="|553829" HotelName="New Inn Hotel Old Town" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Adnan Menderes Blv. No 24</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/8/2/9/553829_9abc67a1414.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="257.07" OriginalAmount="249.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0086264" Longitude="28.964326" StarRating="2" HotelCode="|86826" HotelName="Inter Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mithatpasa Cad. Buyuk Haydar Efendi Sok. No:29 Beyazit</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/2/6/86826_4.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated in the historic centre of Beyazit/Sultanahmet, close to the Grand Bazaar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="257.50" OriginalAmount="250" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.022160509609" Longitude="29.044246673584" StarRating="4" HotelCode="905795|45384" HotelName="Ramada Istanbul Asia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mahir Iz Cadesi 32, Altunizade Mh., Üsküdar, 34662 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4a/df/4adf9db16813a978124ce0485926f35881b84f5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Altunizade district of Uskudar on the Asian side of Istanbul. A large sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="257.50" OriginalAmount="250" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00297338" Longitude="28.97576842" StarRating="5" HotelCode="438383|217201" HotelName="GLK PREMIER Sea Mansion Suites &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Küçükayasofya Mahallesi, Mustafapasa Sokak 9, Sultanahmet, 34122 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/40/406464/406464a_hb_a_013.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="257.50" OriginalAmount="250.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.030537714236" Longitude="28.973633497953" StarRating="4" HotelCode="165539|palazzo_donizetti_hotel__special_class" HotelName="Palazzo Donizetti Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Asmali Mescit Mahallesi, Mesrutiyet Caddesi 85, Taksim, 34400 Istanbul, Beyoglu</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/2c/3b/2c3be1ef55f9df8084fc775d9e95ce8acdb41c94.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="257.53" OriginalAmount="250.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.028223" Longitude="28.809476" StarRating="0" HotelCode="|173874" HotelName="Liv City Hotels" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Basin Ekspress Yolu No 2 Halkali Istanbul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/3/8/7/4/173874_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="257.62" OriginalAmount="250.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006174" Longitude="28.980782" StarRating="3" HotelCode="172520|1580898" HotelName="Star Hotel Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Akbiyik Caddesi No.16, 34400 Istanbul, Sultanahmet</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/cc/becc67e5a88c23836be4e55a363c6218f6a324a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a convenient location in the Sultanahmet district of Istanbul. The major attractio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="257.86" OriginalAmount="250.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013794" Longitude="28.977017" StarRating="4" HotelCode="|454365" HotelName="Dodo Spa Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hoca Pasa Mahallesi, Hudavendigar Cad</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/3/6/5/454365_d22d01f1306.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="258.49" OriginalAmount="250.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.981683" Longitude="28.897505" StarRating="5" HotelCode="|215974" HotelName="Radisson Blu Istanbul Ottomare" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kazlicesme Mah Abay Cad No: 223 Zeytinburnu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/5/9/7/4/215974_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="258.51" OriginalAmount="250.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003935" Longitude="28.964111" StarRating="0" HotelCode="|536818" HotelName="Golden Sail Hotel Old City" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Muhsine Hatun Mahallesi Ordekli Bakkal</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/6/8/1/8/536818_d8433640932.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="258.53" OriginalAmount="251" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034459918695" Longitude="28.984463798777" StarRating="4" HotelCode="401981|237228" HotelName="BVS Lush Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Siraselviler Caddesi 10, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/fc/5f/fc5fdc7bcb59b8ec45b5ea2ba3785683c291c443.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just 300 metres south of Taksim Square close to Istiklal Street in an area full...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="258.53" OriginalAmount="251" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01165934634" Longitude="28.956514658822" StarRating="3" HotelCode="70511|284811" HotelName="Beethoven Premium Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Gencturk Caddesi, Aga Yokusu Sokak 6, Sehzadebasi Laleli, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=5706804</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="258.86" OriginalAmount="251.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0084329" Longitude="28.9623937" StarRating="4" HotelCode="|302408" HotelName="Baron" 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/0/2/4/0/8/302408_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="259.04" OriginalAmount="251.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038676" Longitude="28.983462" StarRating="0" HotelCode="|526337" HotelName="Celine Hotel Taxim" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dolapdere Taksim Cd 25</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/6/3/3/7/526337_f3d0db21019.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="259.18" OriginalAmount="251.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0549089" Longitude="28.9885522" StarRating="3" HotelCode="|107974" HotelName="Osmanbey Fatih" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Matbaac? Osmanbey Sokak No:13-15 Osmanbey/?L?</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/9/7/4/107974_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment offers WiFi (free of charge), rooms with air-conditioning, a flatscreen television and a minibar. SITUATION: This hotel is in Osmanbey the centre of it is situated 200 metres away from Osmanbey the underground station of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="259.42" OriginalAmount="251.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.063334125824" Longitude="28.982424438" StarRating="5" HotelCode="32571|36954" HotelName="Grand Cevahir Hotel Convention Center" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Halide Edip Adivar Mahallesi, Darülaceze Caddesi 5, Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c5/2e/c52ee71815e6cf05f5474950c5aec3d44cdfdede.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located in the Sisli quarter of the new town. Nisantasi and Tesvikiye offer num...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="259.56" OriginalAmount="252" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06754183" Longitude="29.00220233" StarRating="0" HotelCode="943520|415130" HotelName="Milord Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Altan Erbulak Sokak 3, Mecidiyekoy, Sisli, 34394 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/cf/08cf79ff0e5de51363f3dce3c1ea58e5d038ac27.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="259.56" OriginalAmount="252" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04903422" Longitude="28.89928287" StarRating="5" HotelCode="445699|217217" HotelName="Wish More Hotel Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mah., Cicoz Yolu Cad. No: 207, Bayrampasa, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/17/35179a69751415dc833bd8d9a5c26dc806431f12.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="260.12" OriginalAmount="252.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9939224" Longitude="29.0255695" StarRating="3" HotelCode="|83045" HotelName="My Dora" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rihtim Cad.Recai?zade Sok.No:6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/4/5/83045_356e43d1649.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inKadikoy the district of. ROOM: The rooms have a hydromassage bath and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="260.23" OriginalAmount="252.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06924" Longitude="29.00272" StarRating="0" HotelCode="|192607" HotelName="Hotel Boursier 1 and Spa Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Gulbahar Mahallesi.Oya Sokak.No :21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/6/0/7/192607_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="260.60" OriginalAmount="253.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.030215" Longitude="29.108449" StarRating="4" HotelCode="207936|1008295" HotelName="Crowne Plaza Istanbul - Oryapark" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Inkilap Mahallesi, Kucuksu Caddesi No:58, Umraniye, Istanbul 34768</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/45/0c4583ec693eb0798b2892f2e711f53d252c74e3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="261.00" OriginalAmount="253.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0063461" Longitude="28.9811289" StarRating="0" HotelCode="|382308" HotelName="Hotel Empress Zoe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi Akbiyik Caddesi No 10 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/2/3/0/8/382308_d6037860942.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="261.62" OriginalAmount="254" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.028025009146" Longitude="28.972078399931" StarRating="5" HotelCode="293683|55018" HotelName="Daru Sultan Hotels Galata" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Evliya Çelebi Mahallesi, Mesrutiyet Caddesi 108, Sishane, Beyoglu, Istanbul 34430</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/61/f46141a5ba754b351cad3daf5e0cdde174da064d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="261.62" OriginalAmount="254" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02281428" Longitude="28.97366463" StarRating="4" HotelCode="593774|237530" HotelName="Hotel Momento Golden Horn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Arap Cami Mahallesi, Tersane Caddesi 24, Karaköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ac/e0/ace02b8f650a461694809721142ccd4859f7d9e4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="261.62" OriginalAmount="254" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036483285092" Longitude="28.985149175853" StarRating="4" HotelCode="903067|343470" HotelName="Taksim Square 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,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gümüssuyu Mahallesi, Siraselviler Caddesi 7, Taksim, Beyoglu, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/42/b9/42b93b555e50169f7dcdfcc903aeab29bdb0b101.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;For anyone wishing to be in the centre of Istanbul, close to entertainment venues and some great sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="262.09" OriginalAmount="254.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.992004" Longitude="29.02863" StarRating="0" HotelCode="|475433" HotelName="Dugi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/4/3/3/475433_464bcce1258.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="262.18" OriginalAmount="254.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0623904" Longitude="28.9887832" StarRating="4" HotelCode="|178517" HotelName="Grand Aras and Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>MERKEZ MAHALLESI BUYUKDERE CADDESI NO:13 SISLI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/5/1/7/178517_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="262.65" OriginalAmount="255" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.042772" Longitude="28.998859" StarRating="4" HotelCode="935183|42033" HotelName="AC Hotel Istanbul Macka" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Visnezade Mahallesi, Suleyman Seba Caddesi No 75, Besiktas, 34357 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/47/5247628b9744cb496aeb78462ba22060dcf49d87.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="262.67" OriginalAmount="255.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05701" Longitude="28.98736" StarRating="0" HotelCode="|184460" HotelName="Halifaks Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 Mayis Mahallesi Kucukbahce Sok No:25</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/4/6/0/184460_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="263.06" OriginalAmount="255.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.033711" Longitude="28.980603" StarRating="4" HotelCode="|564834" HotelName="Akka Suites Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kuloglu Mahallesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/4/8/3/4/564834_f14f5061917.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="263.22" OriginalAmount="255.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0038709" Longitude="28.9754723" StarRating="3" HotelCode="|86904" HotelName="Sadaret and Suites Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya cad.No:33 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/0/4/86904_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Sultan Ahmed Mosque 200 metres away, guests will find it is in Sultanahmet a quiet area of. ROOM: The rooms have a television and room service. FACILITIES: Guests are offered a car park.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="263.80" OriginalAmount="256.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0291634" Longitude="28.9721603" StarRating="4" HotelCode="|37002" HotelName="Grand  Haliç Goldenhorn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Refik Saydam Cad.Tepebai Bulvari, 37,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/0/0/2/37002_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 177 rooms and 7 suites. The establishment is perfect for business and holiday stays, has a lobby, a reception, air-conditioning, a safety deposit box service, a currency exchange service, a cloakroom and a lift. The establishment also offers a hairdresser's, a bar, a restaurant, WiFi (for a fee), conference facilities, a laundry service and room service. SITUATION: Beyoglu 5 minutes away, you can find 10 minutes away from the establishment guests have Taksim the square Where you can find restaurants, bars, clubs, a public transport stop and monuments. it is situated 15 kilometres away from the airport. ROOM: The rooms a bathroom, a direct line telephone, central heating, a mini-bar and a hairdryer. They also have a safety deposit box, satellite and cable television, a king size or double bed and an air-conditioning system. FACILITIES: Clients can find a Turkish bath (available for a fee), a swimming pool, a bar, a massage service and ping pong. MEALS: Regarding the food and beverage offering, the establishment offers 2 restaurants. PAYMENT METHODS: Customers can pay by American Express, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="264.62" OriginalAmount="256.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.86955" Longitude="29.26987" StarRating="5" HotelCode="|225445" HotelName="Istanbul Marriott Pendik" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>E5 Karayolu uzeri No:209 Ust Kaynarca Pendik</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/4/4/5/225445_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="264.71" OriginalAmount="257" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006204" Longitude="28.953636" StarRating="4" HotelCode="186254|252304" HotelName="Vatan Asur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Gazi Mustafa Kemal Pasa Cadessi  50, Yenikapi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/92/c492ab0067fd3ba6e6faa061b02c95fb2af01470.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="264.78" OriginalAmount="257.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00322" Longitude="28.97108" StarRating="0" HotelCode="|184138" HotelName="Nar Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mah. Meydan Arkasi Sk 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/1/3/8/184138_17.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="265.74" OriginalAmount="258" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.069023" Longitude="29.002567" StarRating="1" HotelCode="373590|217250" HotelName="Hotel Boursier" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Massage Centre,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gulbahar Mahallesi, Oya Sokak 21, 34433 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/3d/783d1ce38f94c1f3ddb7df211e93cfecbb4e0967.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="265.74" OriginalAmount="258.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02553" Longitude="28.978862" StarRating="4" HotelCode="189370|sub_karakoy_special_class" HotelName="Sub Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Necatibey Cad. 91, 34425 Karaköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/25/6b/256be9483b6d7663e6d9d8c7e9310312057d283a.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;This trendy hotel is located in the Karaköy/Beyoglu district of the city, just a few minutes’ walk f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="266.17" OriginalAmount="258.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0058" Longitude="28.9813" StarRating="3" HotelCode="|184664" HotelName="Mytra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Caddesi, Terbiyik Sokak No:20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/6/6/4/184664_84441d11812.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="266.34" OriginalAmount="258.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.002959" Longitude="28.980446" StarRating="4" HotelCode="259118|1432358" HotelName="Kalyon Hotel Istanbul" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kennedy Caddesi 34, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/3c/2a3cceb96dd3d87fbde10258cb842b20738a9221.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="266.77" OriginalAmount="259" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0081306" Longitude="28.97163935" StarRating="3" HotelCode="373626|217738" HotelName="Sultanahmet Newport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Peykhane Sokak No:15, Cemberlitas - Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/75/73/7573aa7ee0fa44288248374fa023bcef681d20b0.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="266.77" OriginalAmount="259" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00573887" Longitude="28.98129973" StarRating="3" HotelCode="515806|57868" HotelName="Mytra Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Caddesi, Terbiyik Sokak 20, Sultanahmet, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/1f/03/1f0319d92491c912c4bbd56c010116b799a8f531.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="267.15" OriginalAmount="259.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013749857432" Longitude="28.974932357669" StarRating="5" HotelCode="168811|144876" HotelName="Levni Hotel &amp; Spa" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ankara Caddesi No. 12, Sirkeci, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/f0/4af0849fd83ee7efec5a5333973a04004f56ac92.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within a few hundred metres of the major attractions of the Sultanahmet distric...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="267.50" OriginalAmount="259.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003421445587" Longitude="28.976176522702" StarRating="4" HotelCode="33847|1632818" HotelName="Dersaadet Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Caddesi, Kapiagasi Sokak 5, 34400 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/08/6e08f8b7139c5ca228515d331fa70b70652503ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="267.71" OriginalAmount="259.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0628732" Longitude="28.987483" StarRating="4" HotelCode="|453783" HotelName="ibis Istanbul Sisli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Abide-i Hurriyet Caddesi No:179</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/7/8/3/453783_15dd3201729.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="267.80" OriginalAmount="260" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.07545205" Longitude="29.0153083" StarRating="5" HotelCode="904557|25777" HotelName="Hyatt Centric Levent Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Buyukdere Caddesi 136, Levent, 34330 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/ef/c1ef17b24c4957cbc66f3ad7248e85dc6e206153.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the lively neighbourhood of Levent on the European side of the city, with i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="267.80" OriginalAmount="260" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.97449833" Longitude="28.87362545" StarRating="4" HotelCode="571854|217633" HotelName="The Time Hotel Marina" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Zeytinlik Mahallessi, Odabasi Sokak 51, Bakirkoy, Marina, Istanbul 34140</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/1b/a11b50061994e13828c178a3a8ee1f6fa9a19730.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="269.63" OriginalAmount="261.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0257203" Longitude="28.9789614" StarRating="4" HotelCode="|108231" HotelName="Sub Karaköy - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Necatibey Cad. No: 91 Karakoy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/3/1/108231_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: This modern hotel is in Karakoy the district of it is situated 5 minutes walk away from the ferry. ROOM: The rooms have modern facilities and smart furniture.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="269.86" OriginalAmount="262" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.049330990919" Longitude="28.987356325131" StarRating="4" HotelCode="27110|41229" HotelName="Bentley By Molton Hotels" 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,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Halaskargazi Caddesi 23, Harbiye, 34367 Istanbul, Sisli</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4c/05/4c05289332796fba3b44a5ce765f2956c3f77632.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the European side of Istanbul in the Harbiye district at the heart of the n...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="269.86" OriginalAmount="262" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.032227" Longitude="28.98064" StarRating="4" HotelCode="293924|57948" HotelName="Faik Pasha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Currency Exchange,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Firuzaga Mahallesi, Faikpasa Caddesi 41-45, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f8/ef/f8ef2035acce247830be338bc8c8afa3e4316859.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="269.86" OriginalAmount="262" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012284561797" Longitude="28.97765815258" StarRating="4" HotelCode="19473|9733" HotelName="Hotel Yasmak Sultan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ebusuud Caddesi 12, Sirkeci, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d6/1d/d61da45f5893faf8602529e4a0d17ff05ac4bed1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the Sirkeci district of the city at the heart of Istanbul's wonderful ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="270.08" OriginalAmount="262.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.977924" Longitude="28.869752" StarRating="5" HotelCode="900199|7165190" HotelName="Titanic Port Bakirkoy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Airport Hotel,Conference Hotel,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,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Fisekhane Caddesi 7/3, Bakirköy, 34140 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/f2/f9f275046f0b2e07a5e7ed9e25782b87f7c6cac8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the Capacity and Carousel Shopping Centres in the Bakirköy suburb of Istan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="270.36" OriginalAmount="262.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00767" Longitude="28.97178" StarRating="4" HotelCode="|85124" HotelName="Golden Royal and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Peykhane Sokak, 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/1/2/4/85124_90dc1cc1004.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment offers tourist information, has a bar, has WiFi, (free of charge), a bar, billiards, a cafÃ©, multilingual staff and has a reception. SITUATION: This hotel Istanbul it is in it is located 250 metres away from the mosque, Santa Sofia 350 metres away from El Cordial200 metres away from. ROOM: All the rooms have a fan and a direct line telephone. Some rooms have cable television, a living room and a bathroom. OTHERS: Regarding the food and beverage offering, clients can enjoy a breakfast service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="270.44" OriginalAmount="262.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0048956" Longitude="28.9729305" StarRating="0" HotelCode="|86974" HotelName="Hotel Spectra Sultanahmet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Mehmetpasa Yokusu No:2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/7/4/86974_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment offers guests excellent service and comfortable facilities. SITUATION: It is inIstanbul a good area in.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="270.44" OriginalAmount="262.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0790394" Longitude="29.0449541" StarRating="0" HotelCode="|83021" HotelName="Inin Bebek" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/2/1/83021_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Bosphorus It is 70 metres away from. ROOM: The establishment has 2 apartments, have a kitchen and WiFi (free of charge). FACILITIES: The establishment has a car park (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="270.89" OriginalAmount="263" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040681" Longitude="28.98347" StarRating="5" HotelCode="75623|18040" HotelName="Elite World Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Caddesi 42, Taksim, 34435 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/bc/17/bc17a46be1341b10fd613cfc7346eb412e165763.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Taksim, the new city, in the middle of Istanbul, the meeting point of Asia ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="272.29" OriginalAmount="264.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00769" Longitude="28.972677" StarRating="4" HotelCode="65315|400455" HotelName="Sultanhan Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Laundry,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piyer Loti Cad. No: 7, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/24/bf24d4b7d7b1543b1a321e0da43fed2d54c2f41a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated on a quiet street, this boutique hotel is ideal for guests who appreciate a stylish ambienc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="272.95" OriginalAmount="265" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.072342" Longitude="29.011644" StarRating="4" HotelCode="315775|343510" HotelName="Upsuites Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Esentepe Mahallesi, Kore Sehitleri Caddesi 18, Sisli, 34394 Istanbu</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/20/2b20982ffb113f6cd41ea76fd06e0b0a46b73d89.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="273.00" OriginalAmount="265.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99812" Longitude="29.142618" StarRating="0" HotelCode="|471215" HotelName="The Kailyn Hotels And Suites Atasehir" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Serifali, Kule Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/2/1/5/471215_b09fc031220.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="273.98" OriginalAmount="266" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02297" Longitude="28.976215" StarRating="4" HotelCode="297940|47644" HotelName="Ada Karaköy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Gümrük Sk. No. 18, Kemankes Mah., Karaköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/e9/dbe9faee4a6a1f203ef5ec1f2779dc649fbba7a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of Istanbul, this boutique hotel is ideal for guests who appreciate a sty...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="274.44" OriginalAmount="266.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0629605" Longitude="28.982722" StarRating="5" HotelCode="|86922" HotelName="Grand Cevahir  and Convention Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/2/2/86922_14.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel la Plaza Taksim it is situated 3,8 kilometres away from. ROOM: The establishment has rooms with flat-screen TV and WiFi (free of charge). FACILITIES: The establishment has a covered pool and a well-equipped gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="274.96" OriginalAmount="266.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005994" Longitude="28.978596" StarRating="3" HotelCode="191153|2516715" HotelName="The Magnaura Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mh. Dalbasti Sok. No 13/1, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/3b/583bfeee0a67dfba816653c6475d624762054902.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="275.01" OriginalAmount="267" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.054205" Longitude="28.987434" StarRating="5" HotelCode="293638|58769" HotelName="Lasagrada Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Halaskargazi Caddesi No: 96, Osmanbey, Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/67/026791a28043eb1bc1737db7ed1510c43a408bf4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="275.29" OriginalAmount="267.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00754" Longitude="28.97184" StarRating="2" HotelCode="65948|2358555" HotelName="Golden Royal Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Jacuzzi,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Peykhane Sokak 19, Çemberlitas, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/8a/048ae1cd4e4c19e58b435f3028b2714645fb1c1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="276.01" OriginalAmount="267.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008881" Longitude="28.972265" StarRating="0" HotelCode="|467195" HotelName="Carina Gold" 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/6/7/1/9/5/467195_d66f54d1630.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="276.04" OriginalAmount="268" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02607614" Longitude="28.62725534" StarRating="5" HotelCode="744736|271798" HotelName="Hit Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Gokevler Mahallesi, 555 Sokak Tuyap Fuari Yani, Ozyurtlar N Residence E, Blok Number 2, 34522 Esenyurt, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/de/a1de2c7a536b487a970fc74f97af595a85fc1c64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="276.04" OriginalAmount="268" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00270893" Longitude="28.97463872" StarRating="2" HotelCode="308225|57906" HotelName="Seatanbul Apart Hotel Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cayiroglu Caddesi 32, Sultanahmet, Fatih, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/40/d4/40d43aa454268c15cfec70cbf649764d9308ae04.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="276.24" OriginalAmount="268.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.045338" Longitude="29.003108" StarRating="0" HotelCode="|543202" HotelName="Valente Suites and Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ihlamurdere Cd. 46</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/3/2/0/2/543202_3685e361046.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="277.04" OriginalAmount="268.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.986278" Longitude="28.907217" StarRating="5" HotelCode="|453279" HotelName="Mövenpick Hotel Istanbul Marmara Sea" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kazlicesme Mah Abay Cad No:167</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/2/7/9/453279_0586ef81257.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="278.10" OriginalAmount="270" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.026750998057" Longitude="28.9702249431" StarRating="3" HotelCode="404547|206414" HotelName="Blue Istanbul Hotel Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Emekyemez Mahallesi, Nazli Hanim Sokak 8, Beyoglu, 34421 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/15/8e/158e02f196db9a3609ad79d4cc8f6a87f1385b65.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="278.10" OriginalAmount="270" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.030536298653" Longitude="28.988437045942" StarRating="4" HotelCode="735362|284892" HotelName="Metropolitan Hotels Bosphorus" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Bar,Boutique,Currency Exchange,Designated Smoking Area,Dining,Fax,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Pürtelas Hasan Efendi Mahallesi, Meclis-i Mebusan Caddesi 47, Findikli, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/8a/f48ad25c66229f3cdb9643c1ccf1c7618ed6ff90.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable Boutique is set in Beyoglu. There are a total of 80 units on the premises. It is a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="278.11" OriginalAmount="270.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004252" Longitude="28.979675" StarRating="3" HotelCode="33844|2190965" HotelName="Angel's Home Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Mehmet Aga Caddesi, Amiral Tafdil Sokak 26, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a8/17/a81709687bdcb5f6acfd55724bdfb51f151084da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="278.60" OriginalAmount="270.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013472" Longitude="28.972493" StarRating="4" HotelCode="|454197" HotelName="Demiray and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hobyar Mah. Hocahani Sok. No.10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/1/9/7/454197_2b3544d1847.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="279.13" OriginalAmount="271" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.026780067572" Longitude="28.978190375623" StarRating="3" HotelCode="393879|324327" HotelName="Kavalali Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Elevator,Housekeeping,Internet,Kitchen,LCD/Projector,Off-Site Parking,Parking,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>Haci Mimi Mahallesi, Lulecihendek Caddesi 14, Beyoglu, 34425 Istanbul, Marmara</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/fb/16/fb165e2c83edbeabc2ae1d7ef0677aa89a700025.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;/b&amp;gt; &amp;lt;br /&amp;gt;With a stay at Saykai Suites in Istanbul (...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="279.22" OriginalAmount="271.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009091096039" Longitude="28.978607597553" StarRating="3" HotelCode="45182|937035" HotelName="Boutique St. Sophia" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Caddesi 2, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/ab/ab85cd3252f196a1/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Sultanahmet with the Hagia Sophia on its doorstep and all the o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="279.26" OriginalAmount="271.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013202" Longitude="28.977498" StarRating="4" HotelCode="|444142" HotelName="My Dream Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/1/4/2/444142_493660f1305.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="280.16" OriginalAmount="272" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.906438707783" Longitude="29.313155612488" StarRating="4" HotelCode="915596|56690" HotelName="ISG Airport Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pendik, 34906 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/74/ac/74ac85916e1e0cc0cd110dd57682322930c1771c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul - Sabiha Gökcen (SAW).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="281.01" OriginalAmount="272.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0049" Longitude="28.9793" StarRating="0" HotelCode="|454784" HotelName="Obelisk and Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Mehmet A?a Cad. No:12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/7/8/4/454784_e085df81208.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="281.19" OriginalAmount="273" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02822" Longitude="28.98422" StarRating="4" HotelCode="716668|284938" HotelName="Port Bosphorus Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Babysitting,Bar,Business Centre,Designated Smoking Area,Dining,Fax,Garden,Internet,Laundry,Meeting Room,Printer,Restaurant,Room Service,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Kiliçali Pasa Mahallesi, Meclis-i Mebusan Caddesi 13, Karaköy, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/76/0b/760bbb9811c5c9f37f0e2be3b58bc05a89f23ba4.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming Hotel is situated in New City. The premises count with 111 welcoming units. Port Bosph...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="281.44" OriginalAmount="273.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.982643" Longitude="28.794294" StarRating="0" HotelCode="|543189" HotelName="BayMari Suites Plus Florya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Florya Cd. 37</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/3/1/8/9/543189_3227c0a1042.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="281.65" OriginalAmount="273.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.014604" Longitude="28.978758" StarRating="3" HotelCode="172518|1007965" HotelName="Golden Horn Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Istasyon Arkasi Sokak 9, 34110 Sirkeci, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/94/94b2561072059abb/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Sirkeci area, close to the train station and within 400 m of the sightse...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="281.77" OriginalAmount="273.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034598" Longitude="28.98594" StarRating="3" HotelCode="191166|1007535" HotelName="Marion Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cihangir Mah. Pürtelas Sok. No:12, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/0d/21/0d21a7da3ad0e075501d3c142cbc5073d7bb95a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="282.22" OriginalAmount="274" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98111" Longitude="28.89726" StarRating="5" HotelCode="365977|198911" HotelName="Radisson Blu Hotel Istanbul Ottomare" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Currency Exchange,Internet,Laundry,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Kazlicesme Mahallesi, Abay Caddesi 223, Zeytinburnu, 34020 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ce/14/ce147e7cfa5a281c2f364485696bfa8c7a3345bc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="282.22" OriginalAmount="274" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05383389" Longitude="28.99240588" StarRating="3" HotelCode="566490|237655" HotelName="Redmont Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Mahallesi, Madalyon Sokak 23, Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/ed/d1ed3ecd1216f5ee19c292933b059ac6f3bfb17a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="282.47" OriginalAmount="274.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02979" Longitude="29.018405" StarRating="0" HotelCode="|447491" HotelName="216 Bosphorus Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Pasa Limani Cd. 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/4/9/1/447491_98a9f431252.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="282.51" OriginalAmount="274.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.974797" Longitude="28.8734258" StarRating="0" HotelCode="|305723" HotelName="The Time Marina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Zeytinlik Mahallesi Odabasi Mor Menekse Sok No.51</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/5/7/2/3/305723_616f0f92049.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="283.25" OriginalAmount="275.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.024942" Longitude="28.978061" StarRating="4" HotelCode="|465308" HotelName="Weingart Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Necatibey Cd. 69</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/5/3/0/8/465308_b22fd461250.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="283.50" OriginalAmount="275.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012946377535" Longitude="28.978559374809" StarRating="4" HotelCode="61880|326455" HotelName="Sirkeci Mansion" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Taya Hatun Sokak  5, 34120 Sirkeci, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/50/f4/50f43273fd687482a09e4f09dae21db55cc35d10.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is just a 10-minute walk from some of Istanbul's most famous sights, including t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="283.78" OriginalAmount="275.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0335597" Longitude="28.9770999" StarRating="4" HotelCode="|40799" HotelName="Pera Tulip" 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/0/7/9/9/40799_965b4ab1122.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is next to the shopping area, Taksim the square the historic centre, restaurants, bars and leisure areas. HOTEL: The hotel offers a lobby with a reception, a currency exchange service, a lift and a cloakroom. Guests are also offered a cafÃ©, a bar, restaurants, meeting rooms, a business centre, WiFi, room service, a laundry service (for a fee) and a car park.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="284.28" OriginalAmount="276" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.049372" Longitude="29.02634" StarRating="5" HotelCode="68812|16251" HotelName="Ortakoy Princess" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dereboyu Caddesi 10, Ortaköy-Besiktas, 80840 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/30/305517/305517a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="284.28" OriginalAmount="276.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038158" Longitude="28.984111" StarRating="4" HotelCode="169634|senator_hotel_taksim" HotelName="Senator Hotel Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abdulhak Hamit Caddesi 9, Taksim, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/e9/6be9b9c01cb9d46281c8e72ed6cafece638c2c91.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the city, just 10 m from Taksim Square and its metro station. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="284.28" OriginalAmount="276.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0314932" Longitude="28.988861205523" StarRating="4" HotelCode="187335|nixon_bosphorus_dry_hotel" HotelName="Zimmer Bosphorus Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Findikli Meclis-i Mebusan Caddesi 61, Beyoglu, 34427 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d1/7d/d17df4cd43551505d3dfb2a87ba7084d32b66262.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Istanbul, this boutique hotel is ideal for guests who appreciate a stylish a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="284.46" OriginalAmount="276.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0345677" Longitude="28.9860852" StarRating="3" HotelCode="|86736" HotelName="The Marions Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cihangir Mah. Purtelas Sok. No 12 Taksim</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/3/6/86736_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a sauna and WiFi (free of charge). SITUATION: It is situated 3 minutes away fromTaksim the Square of the metro station.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="285.31" OriginalAmount="277" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06475371" Longitude="28.99442272" StarRating="5" HotelCode="951686|404732" HotelName="The Craton Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Fulya Mahallesi, Ortaklar Caddesi, Bahceler Sokak 16, Sisli, 34394 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3b/27/3b270d2fc4495718d3b711d4e2ef928bb156df3c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="286.34" OriginalAmount="278" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.054886791891" Longitude="28.99593406198" StarRating="3" HotelCode="499329|206139" HotelName="Ada Suites Nisantasi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Tesvikiye Mahallesi, Valikonagi Caddesi, Fulya Sokak No: 3, Nisantasi, 34365 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/6e/fa6e9b45c97b9a031ebb674d2182c80c8fc27a60.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="287.33" OriginalAmount="278.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06475" Longitude="28.99443" StarRating="5" HotelCode="|445183" HotelName="The Craton" 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/5/1/8/3/445183_338b00e1439.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="287.37" OriginalAmount="279" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.078826401167" Longitude="29.011608161407" StarRating="4" HotelCode="315778|60124" HotelName="Park Dedeman Levent" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Esentepe Mahallesi, Büyükdere Caddesi 187, 34340 Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/ec/ecffea7eb97e6a31/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="287.76" OriginalAmount="279.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03582" Longitude="28.982969" StarRating="0" HotelCode="|533373" HotelName="Bonne Sante Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Istiklal Cad No 45, Beyoglu, Taksim</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/3/7/3/533373_ad274c51405.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="288.40" OriginalAmount="280" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.062496524807" Longitude="29.011334582143" StarRating="5" HotelCode="82421|198965" HotelName="Mercure Istanbul The Plaza Bosphorus" 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,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Barbaros Bulvari 165, Balmumcu Besiktas, 34349 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/cf/d0/cfd00ec149701aa9490219801c4db132e738729a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In an elevated position, the hotel enjoys panoramic views from its location in the heart of the Balm...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="289.43" OriginalAmount="281" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04678496" Longitude="29.00025132" StarRating="3" HotelCode="323670|217249" HotelName="Hotel Bosfora" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Türkali Mahallesi, Nüzhetiye Caddesi No: 30, Besiktas, 34357 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/65/c36566d0d72c7a8e4fe7eeb0b09c2b3acefb5a23.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="289.88" OriginalAmount="281.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013786" Longitude="28.977001" StarRating="3" HotelCode="191145|2007725" HotelName="The Luxx Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi Hudavendigar Caddesi No: 42, Sirkeci, Istanbul 34410</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/d7/0dd72b272525b038326d2f1d22305d61980e2de6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Istanbul, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="290.23" OriginalAmount="281.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.8562388" Longitude="29.27976195" StarRating="3" HotelCode="446175|602378" HotelName="Holiday Inn Istanbul - Tuzla Bay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Güzelyali Mahallesi, Sahil Bulvari 72, Pendik, 34903 Tuzla, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/d0/33d0a3526986004e0ef498861705b167b509fa44.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="290.44" OriginalAmount="281.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0131291" Longitude="28.9759719" StarRating="4" HotelCode="|17622" HotelName="Yasmak Sultan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ebusuud Cad. No:12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/6/2/2/17622_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This classic style hotel has 84 rooms, In the entrance, guests are offered a big hall with a reception, a cloakroom, a currency exchange service and a lift. The establishment boasts a hairdresser's, a bar, a nightclub, a TV room, a conference room, a cybercafe and a restaurant. For an additional charge you can use room service, the launderette and a medical care service. It also has a car park. SITUATION: This urban hotel is in Istanbul the historic centre of Sirkeci it is in Where you can find shops, leisure areas and public transport services. the Grand Bazaar and the Spice Bazaar it is close to 30 minutes away from the establishment, guests will find the airport. ROOM: All the rooms have a bathroom with a shower or bath, a hairdryer, a direct line telephone, a satellite television, a mini-bar, a safety deposit box, an air-conditioning system and a central heating system. FACILITIES: The establishment has a small gym, For a fee, you can enjoy a sauna and the Turkish bath. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and Ã  la carte or set-menu lunch and dinner. PAYMENT METHODS: Customers can pay using Visa and Mastercard.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="290.46" OriginalAmount="282" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.031789221615" Longitude="28.802705470678" StarRating="4" HotelCode="437342|217768" HotelName="Serenity Suites Istanbul Airport" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Basinekspres Yolu Halkali Girisi, Zeynebiye Caddesi 1, Halkali-Küçükçekmece, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/5b/835bdeb68a49f495bd0afaf99a67fa04ef84e346.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="291.07" OriginalAmount="282.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.032568" Longitude="28.977177" StarRating="0" HotelCode="|532341" HotelName="Sala Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Akansu Sk 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/3/4/1/532341_d0d6b1a1040.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="291.49" OriginalAmount="283" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006217" Longitude="28.973016" StarRating="3" HotelCode="267139|57717" HotelName="Celine Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Peykhane Cad. No:28, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/5a/505aacf4dc20b4893c0c9a4e8a2286183ed736f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="291.49" OriginalAmount="283" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.025270515026" Longitude="29.105438320199" StarRating="4" HotelCode="557127|217236" HotelName="Hilton Garden Inn Istanbul Umraniye" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Yamanevler Mahallesi, Haldun Alagas Caddesi 2, Umraniye, 34768 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/20/3e20e2e325f58e50da4742ce356390cfe7faea56.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="291.76" OriginalAmount="283.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036574" Longitude="28.985444" StarRating="0" HotelCode="|108286" HotelName="Taksim Premium" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/8/6/108286_f5680b00817.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is in the city centre, 50 metres away, guests will find Istiklal Avenue. ROOM: All the rooms have a kitchen and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="292.10" OriginalAmount="283.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00884791" Longitude="28.97491014" StarRating="3" HotelCode="176169|1446788" HotelName="Ayasultan Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mahallesi, Catalcesme Sokak 26, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/57/2f573c85a46c4c8ef4ac662b5276eaaa2cdb952f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated at the heart of Istanbul's historical district, Sultanahmet. All the major sig...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="292.58" OriginalAmount="284.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.059198183258" Longitude="29.010273336597" StarRating="5" HotelCode="200053|781115" HotelName="Renaissance Istanbul Polat Bosphorus Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Barbaros Bulvari 145, Besiktas, 34349 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/07/9b/079bbf67e62df81d53c722ef15eb09f09d922599.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the European side of Istanbul, in Besiktas, midway between the areas of Taks...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="293.59" OriginalAmount="285.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.055525" Longitude="28.987789" StarRating="0" HotelCode="|545612" HotelName="Princely Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hrant Dink Sok.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/5/6/1/2/545612_0501ad72213.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="293.62" OriginalAmount="285.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0436997" Longitude="28.9960497" StarRating="0" HotelCode="|44389" HotelName="Housez Suites and Apartments - Special Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SULEYMAN SEBA CAD./ AKARETLER-MACKA-BESIKTAS 60</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/3/8/9/44389_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is, comfortable is ideal for business stays, has 24 rooms and air-conditioning. In the entrance, guests are offered a lobby with a reception, a safety deposit box service, a currency exchange service, a lift, a cafÃ©, a kiosk and a restaurant. The establishment also offers WiFi, At an additional cost, you can enjoy room service, a laundry service, a car park and indoor parking. SITUATION: MaÃ§ka Is situated in 10 minutes away from the establishment, clients can find restaurants, bars and clubs. 5 minutes away, there is a public transport stop, is 20 minutes away from Sirkeci the railway station Guests can enjoy, is situated 24 kilometres away from Istanbul AtatÃ¼rk Airport It is situated 55 kilometres away fromSabiha Gokcen the airport. ROOM: suites and apartments, have a central heating system, an air-conditioning system, a fire alarm, internet, a satellite TV, a breakfast service, daily cleaning, a launderette, ironing service, a bathroom with a shower, a hairdryer, a direct line telephone, a mini-bar, a fridge, a kitchen with a microwave, a coffee maker, a kettle, an iron, a double or king-size bed and a safe. FACILITIES: The establishment has a gym. PAYMENT METHODS: The establishment accepts American Express, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, you can enjoy a continental breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="293.64" OriginalAmount="285.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039999" Longitude="28.976132" StarRating="5" HotelCode="|444986" HotelName="Cher and Spa Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Haciahmet Mah. Kurtulusdere Mah. No:31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/9/8/6/444986_31edde81245.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="293.98" OriginalAmount="285.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.85631" Longitude="29.27982" StarRating="4" HotelCode="|242774" HotelName="Holiday Inn Istanbul - Tuzla Bay, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Guzelyali Mah. Sahil Bulvari No. 72 Pendik</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/2/7/7/4/242774_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="294.45" OriginalAmount="285.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05787352938" Longitude="28.98736771368" StarRating="5" HotelCode="148921|126514" HotelName="Holiday Inn Istanbul - Sisli" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Halaskar Gazi Caddesi, 19 Mayis Mahallesi 206, 34360 Istanbul, Sisli</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/e7/72e77b12541001c56c543f258cb057600a608945.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="294.58" OriginalAmount="286" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.042801" Longitude="28.99892" StarRating="4" HotelCode="888193|55446" HotelName="Housez Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Süleyman Seba Caddesi No: 60, Besiktas, 34357 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/10/10d09c82912913f0/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Maçka, one of the most popular and exclusive districts of Istanbul. Guests ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="295.16" OriginalAmount="286.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00780570144" Longitude="28.973315722684" StarRating="3" HotelCode="153404|608535" HotelName="Rast Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Klodfarer Caddesi 4, 34122 Istanbul, Sultanahmet</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e9/0e/e90e9632dc2f86e527cc6791d3424de8f56abc4e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="295.60" OriginalAmount="286.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0102675" Longitude="28.9788195" StarRating="0" HotelCode="|83016" HotelName="Elasophia Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Cd. No: 9A Sultanahmet - Istanbul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/1/6/83016_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Sultanahmet it is in it is in the historic centre. ROOM: Customers can find modern rooms, with WiFi, (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="295.61" OriginalAmount="287" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004387407591" Longitude="28.979084352374" StarRating="3" HotelCode="118792|217248" HotelName="Hotel Aslan Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Caddesi 63, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/74/a07448098b15399952bc347153b9ed55aad1ba87.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="295.61" OriginalAmount="287" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.980745" Longitude="29.101567" StarRating="5" HotelCode="80362|31386" HotelName="Istanbul Marriott Hotel Asia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kayisdagi Caddesi 3, Atasehir, 34750 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/bb/79bb4f91d20d075a0b8a288ee2e508e2c5efed31.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in the center of the asian side, the hotel offers easy access to TEM and E5 highwa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="297.67" OriginalAmount="289" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="3" HotelCode="902948|206408" HotelName="Beyond Style Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Katip Mustafa Çelebi Mahallesi, Istiklal Caddesi 45, 34433 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/10/411019ecd9a8445c1678851f804342bb7ecf9298.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="299.00" OriginalAmount="290.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.024063" Longitude="28.974266" StarRating="0" HotelCode="|454170" HotelName="DeCamondo Galata, a Tribute Portfolio Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Felek Sokak No.2 (Bereketzade Mahallesi Bankalar Caddesi 8, Beyoglu)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/1/7/0/454170_d10420f1313.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="299.43" OriginalAmount="290.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0141828" Longitude="28.9767536" StarRating="3" HotelCode="|82965" HotelName="Omega Luxx - Boutique Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Huedavendigar Caddesi No: 42 Old City Istanbul , Sirkeci</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/6/5/82965_464e8da1150.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 5 minutes away fromTopkapi the Palace of. ROOM: The rooms have internet (free of charge) and a television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="299.51" OriginalAmount="290.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013791346682" Longitude="28.976489380002" StarRating="4" HotelCode="165439|1581168" HotelName="Neorion" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Orhaniye Caddesi 14, Sirkeci, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/a7/15a70d2e7eda87b695924e159c4f78df428d7b68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Sirkeci area of the historical peninsula of the city. Sirkeci train stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="299.73" OriginalAmount="291" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012655" Longitude="28.978033" StarRating="4" HotelCode="16912|11007" HotelName="Romance Istanbul Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hüdavendigar Caddesi 5, Sirkeci, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e5/fa/e5fa8d7b59843c256e983ac790db65583e14c630.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in Istanbul's tourist centre, just a few minutes walk from the city centr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="299.73" OriginalAmount="291.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012369566025" Longitude="28.977561593056" StarRating="4" HotelCode="161988|hotel_sultania_boutique_class" HotelName="Hotel Sultania" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ebusuud Caddesi, Mehmet Murat Sokak 4, Sirkeci, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/db/56/db5607241b7eb9b61252a6a99676c643c2290b19.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel's location, between Sirkeci and Sultanahmet, offers a treasure trove full of local museums...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="300.50" OriginalAmount="291.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.051095793068" Longitude="28.987357020378" StarRating="5" HotelCode="65221|86140" HotelName="Ramada Plaza By Wyndham Istanbul City Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Halaskargazi Caddesi 63, 34373 Sisli-Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a7/f0/a7f08189e885b70b8d05343a8645afab70327932.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is less than 2 km from Taksim Square, a few steps from the Osmanbey metro station, and wit...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="300.70" OriginalAmount="291.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003017" Longitude="28.97397" StarRating="4" HotelCode="166945|127934" HotelName="Hotel Amira Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mahallesi, Mustafapasa Sokak 43, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/3e/cd3ef63300cdd1566bfa452f5253602ae73b4131.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the heart of old Istanbul, this stylish hotel is within easy walking distance of the main attract...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="300.76" OriginalAmount="292" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010055481364" Longitude="28.975036409071" StarRating="3" HotelCode="347569|55182" HotelName="Hotel Miniature" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Jacuzzi,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mahallesi, Molla Fenari Sokak 22, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/28/76/287608476048088c3426fd53eb740108d2cb8dc0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a safe, a restaurant, a bar, a babysitting service, a childcare service, room servi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="302.09" OriginalAmount="293.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9598638" Longitude="28.8382394" StarRating="4" HotelCode="|31705" HotelName="Renaissance Polat Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>SAHIL YOLU CAD. NO:2 YESILYURT 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/7/0/5/31705_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2008, has 23 floors and 414 standard rooms and luxury suites. It has air-conditioning, a lobby with a reception, a reception, a currency exchange service, a cloakroom, a lift, daily newspapers, a hairdresser's, a cafÃ©, a bar, a pub and a restaurant. The establishment boasts conference facilities and WiFi (for a fee). At an extra cost you can use room service and the launderette. Nearby, you can find a car park, an indoor car park and (for a fee). SITUATION: This hotel is 20 minutes away from the city centre. It is 4 kilometres away from Istanbul AtatÃ¼rk Airport. Is 80 kilometres from Sabiha Gokcen Airport. ROOM: Guests are offered large, recently renovated rooms have satellite and cable flatscreen television, internet, a mini-bar, a coffee maker, a safe, 2 telephones with an answering machine, a bathroom, a bath, a hairdryer, a double or king-size bed, an air-conditioning system and heating. FACILITIES: The establishment has a covered pool, a pool that has a children's area, a terrace with deck chairs and an outdoor bar. The establishment boasts a gym. For a fee, you can enjoy play squash, enjoy tennis and play ping-pong. The establishment also has a sauna and a steam bath. For an additional charge, you can use a massage service and the Turkish bath. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa. OTHERS: Guests of the establishment can enjoy 6 restaurants and luxury bars. The establishment serves a buffet breakfast and Ã  la carte lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="302.82" OriginalAmount="294" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004895179327" Longitude="28.980428796295" StarRating="4" HotelCode="409443|23593" HotelName="Hotel Amiral Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Bayram Firini Sokak 7, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9a/cb/9acb0a9843b8adb8dd2d44b1bbf880161aef3713.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is within walking distance of a number of historical and cultural centres such as Topkapi ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="302.82" OriginalAmount="294" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.025745" Longitude="28.973844" StarRating="4" HotelCode="34526|24181" HotelName="Anemon Galata" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bereketzade Mahallesi, Büyükhendek Caddesi 5, Kuledibi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/71/3171012b12731c965f034ad3ada4f3c6d61a548e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right next to the Galata Tower in the historical Pera area of Istanbul, the hotel has a uniq...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="303.08" OriginalAmount="294.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013921" Longitude="28.907108" StarRating="5" HotelCode="|184637" HotelName="Uranus Istanbul Topkapı" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Merkezefendi Mah Mevlana Cad No 112 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/6/3/7/184637_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="303.10" OriginalAmount="294.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009264816629" Longitude="28.960333764553" StarRating="5" HotelCode="165538|143916" HotelName="DoubleTree by Hilton Hotel Istanbul - Old Town" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ordu Caddesi 31, 34130 Istanbul, Beyazit</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/5c/c95c7f1978ae8283f21bb48fb86a5c3e2dd7eb33.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="303.65" OriginalAmount="294.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008864" Longitude="28.975795" StarRating="4" HotelCode="|166913" HotelName="Sura Design &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mh. Ticarethane Sk. No:13 (Divanyolu Caddesi , 45Ticarethane Sokak)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/9/1/3/166913_87c8c4b1215.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a living room, a fireplace, a fitness room, WiFi (free of charge) and a meal service. SITUATION: This hotel is in Sultanahmet the district of 2 minutes away from the establishment, you can find the tram stop. ROOM: Each room has an air-conditioning system, an LCD satellite television, a mini-bar, a coffee maker and kettle.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="303.85" OriginalAmount="295" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.053666769091" Longitude="28.987473765307" StarRating="4" HotelCode="310527|48004" HotelName="Arcade Hotel Nisantasi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Mahallesi, Rumeli Caddesi 76, Nisantasi, 34363 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/cf/bd/cfbd2cd71537297566599527d69a33c386114996.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="304.31" OriginalAmount="295.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.024637" Longitude="28.969834" StarRating="0" HotelCode="|454595" HotelName="The Halich Istanbul Karakoy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Emekyemez, Tersane Cd. No 102, 34420</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/5/9/5/454595_8e4cd621502.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="304.88" OriginalAmount="296.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.12032359" Longitude="29.00886389" StarRating="5" HotelCode="578378|615722" HotelName="Somerset Maslak Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Maslak 1453 Caddesi, Sögüt Street No. 20 AA C15, Maslak District, 34396 Maslak, Sariyer, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/7d/9f7de9ff18d79fdfceec2b6f167aeb3569521be1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Istanbul.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="304.88" OriginalAmount="296" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.975717674037" Longitude="28.857191888899" StarRating="5" HotelCode="310355|63228" HotelName="Hyatt Regency Istanbul Ataköy" Meals="BED &amp; BREAKFAST,ROOM ONLY" 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,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ataköy 2-5-6, Kisim, Rauf Orbay Caddesi, Sahil Yolu 2/1, 34158 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/c4/a4c4f4b11db4d3ee20d41687a80bc09a1f43775a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="305.13" OriginalAmount="296.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039161" Longitude="28.984208" StarRating="5" HotelCode="|42227" HotelName="Elite World Istanbul Taksim" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SEHIT MUHTAR CAD NO 42 TAKSIM OTELLER BOLGESI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/2/2/7/42227_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2008, has 245 rooms and 17 floors. The establishment boasts air-conditioning, a lobby with a reception, a safety deposit box service, a currency exchange service, a cloakroom and a lift. Guests can find 3 coffee shops, a hairdresser's, a bar, a restaurant, conference rooms and internet. At an additional cost you can have access to WiFi, room service and a laundry service. The establishment also offers indoor parking and a playground. SITUATION: Taksim Is situated in this hotel is in Istanbul the centre of near the establishment, you will find the business and commercial area, cultural areas, the government building and shopping areas. It is near restaurants, bars, the nightlife and a public transport stop. 15 minutes away from the establishment you have tourist areas, the establishment is 20 kilometres away from Istanbul AtatÃ¼rk Airport It is situated 60 kilometres away fromSabiha Gokcen Airport. ROOM: Guests are offered 4 suites, 232 Deluxe Suites, 2 disabled access rooms and 7 interconnecting rooms. All the rooms have a bathroom, a hairdryer, a direct line telephone, satellite or cable TV, internet and a mini-bar. They also have a coffee maker, a kettle, an air-conditioning system, heating, a king size or double bed, a safe and a balcony or terrace. FACILITIES: The establishment has a gym, a covered pool, a children's swimming pool, an outdoor bar (available for a fee) and deck chairs. The establishment also offers a Turkish bath, a steam bath, a sauna, hydrotherapy, a massage service (available for a fee) and a bar. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers a meal service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="305.14" OriginalAmount="296.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.028928" Longitude="28.974286" StarRating="0" HotelCode="|527757" HotelName="RUZ Hotels" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Asmali Mescit, General Yazgan Sk. no 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/7/7/5/7/527757_72d6ecc1058.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="305.76" OriginalAmount="296.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0638224" Longitude="28.9823949" StarRating="5" HotelCode="|23230" HotelName="Grand Cevahir" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DARULACEZE CAD. OKMEYDANI-SISLI 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/3/0/23230_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2002, has 13 floors, 323 standard rooms, 47 suites and 4 king suite rooms. In the establishment entrance, guests will find a lobby, a reception with safety deposit boxes, a cloakroom, a currency exchange service, a lift and a cafÃ©. You are also offered a bar, shops, a hairdresser's, an auditorium, a television room, a restaurant with air-conditioning, 22 conference rooms and internet. It has an indoor car park and an oudooor car park. There are many services available at the establishment, including room service, a laundry service and a medical care service. SITUATION: This luxurious hotel is in Sisli it is situated close to Nisantasi and Tesvikiye where you can find shops, leisure areas and entertainment. It is situated 60 minutes away from the airport. ROOM: The comfortable rooms have a bathroom, a hairdryer, a direct line telephone with an answering machine, satellite or cable TV with music, a radio, internet, a mini-bar, a king-size bed, tiled floors, central heating and a safe (available for a fee). Guests are offered suites and have a living room. Guests also have available disabled access rooms. FACILITIES: Outdoors, clients have access to an outdoor and indoor pool, a sunbathing terrace, deck chairs, parasols and a snack bar. Customers can make use of the jacuzzi. For a fee, guests can enjoy a sauna, the solarium, the Turkish bath, the beauty service and a massage service. Clients can also find aerobics and a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="306.04" OriginalAmount="297.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04695" Longitude="29.00017" StarRating="0" HotelCode="|193187" HotelName="Bosfora" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Turkali Mah. Nuzhetiye Cad. No: 30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/1/8/7/193187_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="306.60" OriginalAmount="297.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0408" Longitude="28.98208" StarRating="0" HotelCode="|192445" HotelName="Berjer Boutique Hotel and Spa - Boutique Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Taksim Dolapdere Cad. No 93</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/4/4/5/192445_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="306.78" OriginalAmount="297.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0121999" Longitude="28.9593698" StarRating="5" HotelCode="|66889" HotelName=" Wyndham Istanbul Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kemalpasa Mah. Sehzadebasi Cad. Celal Aga Konagi No 1 Vezneciler</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/8/8/9/66889_e91de670825.jpg</HotelPictures>
        <HotelDescription>HOTEL: the hotel has 87 comfortable rooms, a lobby with a reception, a currency exchange service, a cloakroom and a lift. SITUATION: This welcoming, historic hotel is located near the tourist attractions, the Grand Bazaar, Sultan Ahmed Mosque, Hagia Sophia and Topkapi Palace close to the establishment, clients can find. ROOM: The rooms have flat-screen satellite television, computer plug, a fax machine, WiFi, a mini-bar, a safety deposit box, a direct line telephone, an individual air-conditioning system and individual heating. FACILITIES: The establishment has a spa, a Turkish bath, a sauna, a steam bath, a covered pool and a pool that has a children's area. MEALS: Guests have at their disposal a Turkish restaurant, Regarding the food and beverage offering, the establishment offers a buffet breakfast and Ã  la carte lunch and dinner. PAYMENT METHODS: Customers can pay using Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="307.32" OriginalAmount="298.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04841" Longitude="29.02536" StarRating="0" HotelCode="|243072" HotelName="Nevv Bosphorus Hotel and Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No7 Mecidiye Muallim Naci Cd Besiktas</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/3/0/7/2/243072_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="307.41" OriginalAmount="298.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0286372" Longitude="28.9732703" StarRating="4" HotelCode="36323|1435578" HotelName="Galata Antique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Caddesi 119, 34430 Tunel, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/c9/bbc9c6d275f01622914283f5fbd0538f7317513c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="308.17" OriginalAmount="299.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.022023" Longitude="29.045114" StarRating="0" HotelCode="|153618" HotelName="Aspera Altunizade" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>MAHIR IZ CAD. ALTUNIZADE, USKUDAR 32</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/6/1/8/153618_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2011, has 80 rooms and 1 room adapted for people with reduced mobility. SITUATION: This establishment, Istanbul it is in is situated in the city centre excellent transport links to the city.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="308.36" OriginalAmount="299.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0405917" Longitude="28.9859094" StarRating="5" HotelCode="|23360" HotelName="Point  Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Topcu Caddesi Taksim 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/6/0/23360_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2005, has 9 floors and 194 rooms. The establishment boasts a lobby with elevators, a reception, 20 safety deposit boxes, a cloakroom, a currency exchange service, a kiosk, a television room and 6 conference rooms. Our guests can find a cafÃ©, a bar and 2 restaurants. The establishment offers guests internet, room service, a laundry service, a medical care service, a car park and indoor parking. SITUATION: This hotel is situated in a central area, 100 metres away from the establishment, you can find Taksim the Square of close to the establishment, guests have shops, leisure areas, near the establishment, guests will find tourist areas, in front of the hotel there is a public transport stop, is 20 kilometres away from Istanbul AtatÃ¼rk Airport. ROOM: The cosy rooms, have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, internet and a radio. They also have a coffee maker, a kettle, a mini-bar and a safe. Guests also have available suites with a living room-bedroom. FACILITIES: Clients can find a covered, heated swimming pool with a children's area, a sauna, a steam bath, a solarium, a massage service and beauty treatments. The establishment boasts a gym, handball and darts. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet restaurant, an Ã  la carte or set-menu lunch and dinner, dietary restrictions can be accomodated for and special dishes. Guests can book bed and breakfast, half-board or full-board.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="308.44" OriginalAmount="299.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008678864788" Longitude="28.976035416126" StarRating="5" HotelCode="174856|1007455" HotelName="Sura Design Hotel &amp; Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Divanyolu Caddesi, Ticarethane Sokak 45, Alemdar Mahallesi, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/c84d06e36e834f6fb73f98252bfbdd2e.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Sultanahmet, the historical district of Istanbul. The major si...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="310.78" OriginalAmount="301.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0649" Longitude="29.00386" StarRating="0" HotelCode="|23317" HotelName="Tempo Residence Gayrettepe" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rustubey Sok. No.2 Gayrettepe, Istanbul 34349</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/1/7/23317_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: this aparthotel was built in 2000. It has 8 floors and 21 junior suites. In the entrance, you can find a lobby with a reception, a safety deposit box service, a currency exchange service, lifts and internet. Guests are also offered a restaurant with air-conditioning, an indoor car park and a car park. There are many services available at the establishment, including room service, a laundry service and a medical care service. SITUATION: This hotel is in Istanbul the city centre of. ROOM: All the rooms have a bathroom, a direct line telephone, satellite or cable TV, a radio, a stereo and internet. They also offer an open-plan kitchen, a fridge, a double bed, a sofa, a safe (available for a fee) and a central heating system. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="310.83" OriginalAmount="301.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009201" Longitude="28.9619007" StarRating="3" HotelCode="|95707" HotelName="DOUBLETREE BY HILTON ISTANBUL - OLD CITY" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ordu Caddesi 31Beyazit,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/7/0/7/95707_1_1220.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a business centre. Pets are not allowed.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="311.63" OriginalAmount="302.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0035659" Longitude="28.9747459" StarRating="0" HotelCode="|51176" HotelName="Eresin Hotels Sultanahmet - Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucukayasofya Cad. No: 40</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/1/7/6/51176_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2001, is situated on a main street. It has 4 floors, 59 standard rooms and 5 suites. It has a lobby with a reception, a safety deposit box service, a currency exchange service and lifts. Our guests can find a bar, an Ã  la carte restaurant with air-conditioning with highchairs, a conference room, internet, room service, a laundry service and a car park. SITUATION: This cosy hotel is in the tourist centre. Near the establishment, you will find the sea. In the surrounding area, clients have restaurants, bars and a public transport stop. ROOM: The comfortable rooms have an air-conditioning system, a bathroom, a hairdryer, a direct line telephone and a satellite or cable television. They also have a radio, internet, a mini-bar, a safe (available for a fee) and central heating. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard, Diners Club and EC. OTHERS: The establishment offers a buffet breakfast and an Ã  la carte or set-menu lunch and dinner. Dietary restrictions can be accomodated for and special dishes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="311.63" OriginalAmount="302.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0048963" Longitude="28.9799967" StarRating="2" HotelCode="|28730" HotelName="Historia - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>MIMAR MEHMET AGA CAD. AMIRAL TAFDIL SK. 23</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/7/3/0/28730_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has a garden, has 6 floors and 27 rooms. The establishment has a lobby with a reception, a safety deposit box service, lifts, a cloakroom and a currency exchange service. Guests can find a bar, a TV room, a restaurant and a restaurant with air-conditioning, The establishment also offers internet, a bicycle storage room, room service, a laundry service, a medical care service and a car park. SITUATION: It is in the historic centre, 100 metres away, guests can find shops, restaurants, public transport stops and places of interest. it is 17 kilometres away from Istanbul Airport. ROOM: All the rooms have a bathroom, a hairdryer, a direct line telephone and a satellite or cable television. They also have a mini-bar, a double bed, an air-conditioning system and individual heating. Guests are offered family rooms. MEALS: Guests can book bed and breakfast, half-board and full-board, Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: The establishment accepts American Express, Visa and Mastercard.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="312.09" OriginalAmount="303" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="746920|284828" HotelName="Classy Suite Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Inonu Mahallesi, Elmadag Caddesi 44/50, Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/79/9679ab50ae2311333e16a958111daeba5c4e8abc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="312.09" OriginalAmount="303" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.024261" Longitude="28.97679167" StarRating="0" HotelCode="964428|477384" HotelName="Opale Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mueyyedzade Mahallesi, Maliye Caddesi 1/1, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/df/0adf90ddf1743dd1ae323ace37535018cae19f49.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="312.25" OriginalAmount="303.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0494711" Longitude="29.0245381" StarRating="0" HotelCode="|305429" HotelName="Loren Hotel&amp;suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/5/4/2/9/305429_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="313.12" OriginalAmount="304" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00446142434" Longitude="28.980073738703" StarRating="3" HotelCode="310813|216983" HotelName="Azade Premier" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Mehmet Aga Caddesi 17/19, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/30/e9/30e90df377cea6ffb458b15b58afdcc297723e4d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="313.95" OriginalAmount="304.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0053949" Longitude="28.979987" StarRating="3" HotelCode="|19955" HotelName="Glk Premier Acropol Suites and Spa - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AKBIYIK CD. SULTANAHMET 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/9/5/5/19955_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Best Western Acropol is rated four stars and boutique. SITUATION: 200 metres away, guests can find Sultanahmet Square, Topkapi Palace and Basilica Cisterna,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="314.17" OriginalAmount="305.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.029304" Longitude="28.987342" StarRating="0" HotelCode="|530544" HotelName="Tonight Hotel Port" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Meclis-i Mebusan Cd. N 39</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/0/5/4/4/530544_4cd0cbd1040.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="314.71" OriginalAmount="305.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003287" Longitude="28.975181" StarRating="0" HotelCode="|534743" HotelName="Me by Mula" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/7/4/3/534743_2f4ba911135.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="315.10" OriginalAmount="305.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05391" Longitude="28.94609" StarRating="5" HotelCode="|184606" HotelName="Lazzoni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/6/0/6/184606_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="315.18" OriginalAmount="306.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006146" Longitude="28.979495" StarRating="4" HotelCode="89553|hotel_uyan__special_class" HotelName="Uyan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mah., Utangac Sok. no 25</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/0b/d40b786b9e46d101612655d6567fda6544fd0724.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located the heart of the old city of Sultanahmet in Istanbul, within walking distance o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="315.22" OriginalAmount="306.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.85855" Longitude="29.27161" StarRating="0" HotelCode="|192814" HotelName="Sahil Butik" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Guzelyal? Mahallesi Sahilyolu Caddesi Al?nteri Sokak No:17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/8/1/4/192814_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="316.21" OriginalAmount="307" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009201285934" Longitude="28.976331342328" StarRating="5" HotelCode="299676|40244" HotelName="Sura Hagia Sophia 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,Internet,Lounge,Massage Centre,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Divanyolu Caddesi, Ticarethane Sokak 10, Alemdar Mahallesi, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9d/4d/9d4de131061d9438d410e356a63c30dfdc8d25fb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="317.24" OriginalAmount="308" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06372" Longitude="28.987756" StarRating="5" HotelCode="295369|38932" HotelName="Istanbul Marriott Hotel Sisli" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abide-i Hurriyet Caddesi 142, Sisli, 34381 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/9b/5a9bdd6c42ddc583ae06ddd3e84d4915f09d91da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="317.24" OriginalAmount="308" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038132303207" Longitude="28.988058861205" StarRating="4" HotelCode="300309|58008" HotelName="Avantgarde Taksim Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mete Caddesi 28, Gümüssuyu, Taksim, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/80/25801477930a1899b588c2692a1d0af5d2d26b37.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="317.24" OriginalAmount="308" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.032589" Longitude="28.97416" StarRating="5" HotelCode="208288|35748" HotelName="Radisson Blu Pera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Evliya Çelebi Mahallesi, Refik Saydam Caddesi 19, Tepebasi, Taksim, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/56/f1/56f1b9f6e572377e3469a866c73c1472742fffb4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="317.35" OriginalAmount="308.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0059441" Longitude="28.9796422" StarRating="0" HotelCode="|108065" HotelName="Blue Suites by V" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi Seyyit Hasan Sok., No:14, Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/0/6/5/108065_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in a central area, is in Sultanahmet the district of Sultan Ahmed Mosque 200 metres away, guests can find.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="317.40" OriginalAmount="308.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012386" Longitude="28.958614" StarRating="5" HotelCode="136266|122668" HotelName="Celal Aga Konagi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 27/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Balabanaga Mahallesi, Sehzadebasi Caddesi 1, Fatih, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/2a/2a8c0ef806eefaba/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming historical hotel is very close to all of the city's major tourist attractions and hist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="317.51" OriginalAmount="308.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.025346" Longitude="29.105638" StarRating="4" HotelCode="|220774" HotelName="Doubletree By Hilton Istanbul Umraniye" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Yamanevler Mahallesi Haldun Alagas Caddesi No:2 Umraniye.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/7/7/4/220774_334b7300839.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="318.27" OriginalAmount="309" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02414891" Longitude="28.97271546" StarRating="5" HotelCode="572710|237386" HotelName="The Galata Istanbul Hotel - MGallery by Sofitel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Arap Camii Mahallesi, Bankalar Caddesi 21, Beyoglu, 34421 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/4b/0d4ba2c2fb4be52b8bf149e0b38012b2ae73f72c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="319.01" OriginalAmount="309.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0555" Longitude="28.81889" StarRating="5" HotelCode="|192408" HotelName="Mayi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mahmutbey Mh. Peyami Safa Cd. No:25</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/4/0/8/192408_1_1389.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="319.23" OriginalAmount="309.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006282" Longitude="28.973546" StarRating="0" HotelCode="|533857" HotelName="Hotel Ravi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>terzihane sok no 13 / bindirdirek</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/8/5/7/533857_50824f31136.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="319.30" OriginalAmount="310" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005293600587" Longitude="28.974412679672" StarRating="3" HotelCode="10892|19799" HotelName="Ayasofya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Caddesi, Demirci Resit Sok. No:28, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/2f/26/2f26267b82ab73b3a43423fea3c8b8a9750aef75.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located in the Old City, only a few minutes’ walk from the Blue Mosque, St. S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="320.78" OriginalAmount="311.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04695" Longitude="28.98586" StarRating="0" HotelCode="|184769" HotelName="Overland Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ergenekon Mah. Papa Roncalli SoK No: 93</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/7/6/9/184769_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="320.87" OriginalAmount="311.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003609506027" Longitude="28.974739909172" StarRating="5" HotelCode="12157|36934" HotelName="Eresin Hotels Sultanahmet" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic 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,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucukayasofya Caddesi 40, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/33/3d/333db92cce79de8f6d1a74f65d8261f61db66954.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located at the heart of the tourist centre, close to the sea. Restaurants, ba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="321.32" OriginalAmount="311.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023832" Longitude="28.974946" StarRating="0" HotelCode="|84977" HotelName="The Purl  Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BANKALAR CAD.KARAKOY 2/1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/9/7/7/84977_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel was built in 2012 and has 32 rooms. SITUATION: This establishment, Istanbul it is in it is in the city centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="321.36" OriginalAmount="312" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02649744" Longitude="28.97799173" StarRating="0" HotelCode="442383|343246" HotelName="Galata 1875 Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Bicycle Rental,Coffee Shop,Concierge,Dry Cleaning,Elevator,Fax,Housekeeping,Internet,Kitchen,Laundry,LCD/Projector,Luggage Storage,Parking,Pets allowed,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hacimimi Mahallesi, Luleci Hendek Caddesi 25, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/07/5007145bef944f282628eb22ac1adb4b97527938.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Galata 1875 Suites in Istanbul (Galata), you'll be ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="322.55" OriginalAmount="313.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.061597" Longitude="28.989019" StarRating="5" HotelCode="207960|892515" HotelName="Radisson Blu Hotel Istanbul Sisli" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Mayis Caddesi 2, Sisli, 34360 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/296278/a_296278_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in Sisli, Istanbul, within walking distance of Cevahir Shopping Mall as well a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="323.26" OriginalAmount="313.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0045036" Longitude="28.9800046" StarRating="3" HotelCode="|86944" HotelName="Angel's Home" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/4/4/86944_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment was built in the 19th Century, The establishment has a terrace on the rooftop. SITUATION: Is situated inIstanbul the historic centre of. ROOM: The rooms have WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="323.51" OriginalAmount="314.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008872" Longitude="28.974853" StarRating="3" HotelCode="|76676" HotelName="Ayasultan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar mh. Catalcesme Sk. no 26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/6/6/7/6/76676_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is boutique. SITUATION: This hotel is in the historic area. It has good links to the tourist attractions. ROOM: The establishment has 36 comfortable rooms. OTHERS: The establishment offers a breakfast service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="324.45" OriginalAmount="315" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.963804" Longitude="28.802181" StarRating="5" HotelCode="385915|198751" HotelName="Crowne Plaza Istanbul Florya" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Massage Centre,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Yesilkoy Halkali Caddesi No. 95, Senlikköy Mahallesi Florya-Bakirkoy, 34290 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/58/7d/587d1fd638c3848e3e761c271f16c68650bbf61d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="325.76" OriginalAmount="316.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.906468" Longitude="29.313287" StarRating="4" HotelCode="|205469" HotelName="Isg Sabiha Gokcen Airport - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/5/4/6/9/205469_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="327.54" OriginalAmount="318" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01293892" Longitude="28.97726882" StarRating="0" HotelCode="784773|375165" HotelName="Centrum Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Ibn-I Kemal Caddesi 15, Sirkeci, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/fe/c8fee813949f453f9ac732465d548c8e93dd5368.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="328.23" OriginalAmount="318.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005037" Longitude="28.79753" StarRating="0" HotelCode="|528657" HotelName="Meros Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tevfikbey Mahallesi Halkali Caddesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/8/6/5/7/528657_b13c55c1017.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="328.57" OriginalAmount="319" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00992236" Longitude="28.97302488" StarRating="0" HotelCode="423735|198235" HotelName="Fer Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Business Centre,Currency Exchange,Designated Smoking Area,Dining,Fax,Housekeeping,Internet,Laundry,Parking,Printer,Restaurant,Room Service,Telephone Service,Valet Parking,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Molla ferani street, Türbedar Street 12, Nuruosmaniye Sultanahmet, 34120 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/58/c3/58c30ea0b77f2583b894fb289f8041b61114576f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;FER is a new luxury hotel which reflects the historical and the modern spirit of Istanbul. Hotel was...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="328.57" OriginalAmount="319.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.052375601961" Longitude="28.99053019808" StarRating="3" HotelCode="118872|boutique_riva_hotel" HotelName="Riva Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rumeli Caddesi 15, Nisantasi</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/25/26/252640cf7850fbed90007a35e4ec5f6f86b23242.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the upmarket shopping district of Nisantasi. Local transport is less than a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="328.86" OriginalAmount="319.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03397" Longitude="28.98744" StarRating="0" HotelCode="|193114" HotelName="Lir Residence Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gumussuyu Mah. Kazanci Yokusu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/1/1/4/193114_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="330.63" OriginalAmount="321" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0476041" Longitude="29.02476941" StarRating="0" HotelCode="850784|375174" HotelName="Feri Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ortakoy Salhanesi Sokak 8, Besiktas, 34347 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/6f/db6f3ebac8d3d3573bb3aaf61bc9872aa88ee62e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="330.79" OriginalAmount="321.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004871" Longitude="28.959882" StarRating="0" HotelCode="|522104" HotelName="Royal Kral As Suit Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nalbant Cami Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/1/0/4/522104_9e991ad0926.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="330.84" OriginalAmount="321.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007153529536" Longitude="28.973794550926" StarRating="4" HotelCode="65969|69924" HotelName="Deluxe Golden Horn" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahalesi, Binbirdirek Meydani Sokak 1, 34400 Istanbul, Sultanahmet</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/0a40bcd623f64a6f9e90af42b32d6f76.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally situated in the old town, only 100 m from shops, restaurants and public...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="331.91" OriginalAmount="322.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9952419" Longitude="29.0248026" StarRating="3" HotelCode="|83020" HotelName="Kadıköy Rıhtım Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>R?ht?m Cad No 62 Kadikoy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/2/0/83020_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is 10 minutes away from Harem Port It has excellent transport links to the ferry. ROOM: Each room has a sofa and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="332.25" OriginalAmount="322.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00527" Longitude="28.97696" StarRating="0" HotelCode="|95725" HotelName="Vogue Hotel Supreme Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mah. Yerebatan Cad.13 Sultanahmet.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/7/2/5/95725_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a medium-sized hall and a reception. ROOM: All the rooms have a television, a coffee maker, kettle, bottled water, an air-conditioning system, electronic safe, a hairdryer, a writing desk and internet (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="332.69" OriginalAmount="323.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.16130267" Longitude="29.04552696" StarRating="4" HotelCode="188698|fuat_pasa_mansion__special_class" HotelName="Fuat Pasa Yalisi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Çayirbasi Caddesi 148, Büyükdere, Sariyer, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/74/807463699a8daa297e1fcd5cd311c926771824d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="332.73" OriginalAmount="323.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0362433" Longitude="28.9849949" StarRating="4" HotelCode="|74829" HotelName="Cvk Taksim  Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Siraselviler Cad. No:11,Taksim</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/8/2/9/74829_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 85 rooms, The establishment boasts a restaurant, a cafÃ©, a lobby bar, a spa, conference rooms and meeting rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="333.30" OriginalAmount="323.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0107434" Longitude="28.9578742" StarRating="4" HotelCode="|72448" HotelName="Samir Deluxe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Buyuk Resitpasa Cd. Ahmet Suayip Sk. No.22,Laleli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/4/4/8/72448_7.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is located close to the university, close to the establishment, clients can find shops, places of interest. ROOM: Clients can find 40 rooms with an air-conditioning system, a satellite TV, a mini-bar, a safety deposit box, a bathroom and a writing desk. FACILITIES: The establishment has a restaurant, a bar and a terrace.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="333.30" OriginalAmount="323.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01443" Longitude="28.9761" StarRating="0" HotelCode="|536827" HotelName="Old Port Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Muradiye Caddesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/6/8/2/7/536827_c97b4652017.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="333.37" OriginalAmount="323.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.025131" Longitude="28.981089" StarRating="0" HotelCode="|537924" HotelName="Dream Inn Karaköy Bosphorus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yuva Sk. No8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/9/2/4/537924_01e200f0945.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="333.72" OriginalAmount="324.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.026454" Longitude="28.978021" StarRating="0" HotelCode="|528588" HotelName="Selvese Collection Galata 1875" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/8/5/8/8/528588_889bd561036.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="333.72" OriginalAmount="324.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.938279" Longitude="29.322708" StarRating="5" HotelCode="175795|crowne_plaza_hotel_istanbul__asia" HotelName="Crowne Plaza Istanbul - Asia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yenisehir Mahallesi, Dedepasa Caddesi 15, Kurtkoy-Pendik, 34912 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e3/b9/e3b95019664e84beebe0bb3b6c5fae6943eba7d0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul - Sabiha Gökcen (SAW).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="335.47" OriginalAmount="325.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0059474" Longitude="28.9688824" StarRating="0" HotelCode="|108148" HotelName="The White Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Emin Sinan Mahallesi Piyerloti Caddesi No:57 Old City/Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/4/8/108148_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a terrace. SITUATION: Sultanahmet It is in 10 minutes away from the establishment, you can find the mosque. ROOM: The establishment has suites with kitchen and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="335.49" OriginalAmount="325.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01495421" Longitude="28.97435994" StarRating="4" HotelCode="373528|602361" HotelName="Regie Ottoman Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Hobyar Mahalessi, Mimar Vedat Sokak 5, Sirkeci, 34112 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/93/c593e70b38a482acacce9e65326cdbee51549049.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="335.78" OriginalAmount="326.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.050517" Longitude="28.989867" StarRating="4" HotelCode="191113|cheya_residences_nisantasi_deluxe" HotelName="Cheya Deluxe Residence Nisantasi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vali Konagi Cd 20, Halaskargazi Mh., 34400 Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/08/1a08ed9ce398bea772926be412d5ff1dc1f05ab7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="335.86" OriginalAmount="326.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.144808257644" Longitude="29.053929448128" StarRating="4" HotelCode="260599|926045" HotelName="The Central Palace Bosphorus" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Haydar Aliyev Street 124, Tarabya Sariyer, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3b/b4/3bb4588e5018f4cd6e742f4e2b33d3bec5c9049c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Istanbul, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="336.36" OriginalAmount="326.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.970858" Longitude="29.039578" StarRating="0" HotelCode="|526269" HotelName="Petek Pansiyon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Alptekin Sk. 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/6/2/6/9/526269_c77c13c1035.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="336.81" OriginalAmount="327" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.988516" Longitude="29.021021" StarRating="5" HotelCode="165537|30346" HotelName="DoubleTree by Hilton Hotel Istanbul - Moda" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Caferaga Mahallesi, Albay Faik Sözdener Caddesi 31, Moda Kadikoy District, 34710 Istanbul - Asian side, Turkey</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/7e/4e/7e4e770fcb8b65c60fb44ee7dc1b89b2fbdc975e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of Istanbul, this urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="336.81" OriginalAmount="327" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.057168040828" Longitude="28.976010235443" StarRating="4" HotelCode="905797|45363" HotelName="Fraser Place Anthill Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Mahallesi, Incirli Dede, Caddesi No: 6, 34380 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/87/7f87be8c72032f42b4929ebda4111c31cdc7a7dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located next to Istanbul's modern business districts, Levent and Maslak, and only 3 km...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="338.00" OriginalAmount="328.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03331" Longitude="28.975168" StarRating="5" HotelCode="187043|758225" HotelName="Rixos Pera Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kamerhatun Mahallesi, Mesrutiyet Caddesi 44, Tepebasi, Taksim, 34440 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a1/e4/a1e49c5aa7c6e5e87c85fe1c1d861870df825c10.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="338.83" OriginalAmount="328.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012736" Longitude="28.9779493" StarRating="4" HotelCode="|19957" HotelName="Best Western Empire Palace  and Spa - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>HOCAPASA MAH.HUDAVENDIGAR CD. - SIRKECI 17-19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/9/5/7/19957_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was opened in 2004, has a beautiful terrace and 35 rooms. In the entrance, you can find a lobby with a reception, a currency exchange service, a cloakroom and a lift. The establishment also has a cafÃ©, 2 bars, a restaurant with air-conditioning, with highchairs, a conference room and internet. There are many services available at the establishment, including room service, a medical care service and a laundry service. SITUATION: It is in the historic centre, is 100 metres away from the tourist area, Clients can find shops, restaurants, bars and nightclubs. It is located nearSultanahmet the Square of the railway station, is situated 22 kilometres away from Istanbul Airport Is situated on a main street. ROOM: The inviting rooms, have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio, internet, a mini-bar, a king-size bed, a double bed, a safe (available for a fee) and an individual air-conditioning system. FACILITIES: The establishment boasts a Turkish bath. PAYMENT METHODS: Customers can pay using American Express, Visa and Mastercard. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and an Ã  la carte or set-menu lunch and dinner. Dietary restrictions can be accomodated for and special dishes. Guests can book half-board or full-board.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="340.05" OriginalAmount="330.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0361369" Longitude="28.9900874" StarRating="0" HotelCode="|86908" HotelName="Cheya Gumussuyu Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/0/8/86908_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Beyoglu Is situated in Close to Taksim the square. ROOM: Guests are offered apartments with TV, a kitchen, a dishwasher and internet (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="340.99" OriginalAmount="331.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012477" Longitude="28.958361" StarRating="0" HotelCode="|470009" HotelName="Rayelin Hotel Istanbul Old City Special Category" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sehzadebasi Cad no3 Fatih Istanbul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/0/0/9/470009_0a583721218.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="341.35" OriginalAmount="331.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035948" Longitude="28.989982" StarRating="4" HotelCode="191159|2551435" HotelName="Cheya Residence Gümüssuyu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Inönü Caddesi, Ömer Avni Mahallesi, Haci Hanim Sokak 6, Taksim, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/7a/f37a1ac40db28fa92dbf8ca88c6f686c44e9cda3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="341.69" OriginalAmount="331.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.988421" Longitude="29.021339" StarRating="5" HotelCode="|95706" HotelName="Doubletree By Hilton Istanbul Moda" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Caferaga Mh Albay F Sozdener Caddesi 31 Kadikoy 34710 Istanbul Turkey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/7/0/6/95706_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has rooms with a TV, sea views and a swimming pool. SITUATION: This hotel is 5 minutes away from the ferry terminal. 240 metres away, guests can find Kadikoy Underground Station. The establishment offers a transfer service to the airport for a supplement. ROOM: The rooms have an air-conditioning system, a mini-bar and room service. Some rooms have sea views. FACILITIES: This establishment has a gym, a spa, a sauna, a Turkish bath, massage rooms, car rental and private parking (free of charge). OTHERS: Clients have at their disposal a restaurant, a cafÃ©, a bar a restaurant and a swimming pool bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="341.88" OriginalAmount="331.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03866" Longitude="28.988129" StarRating="5" HotelCode="75235|144666" HotelName="Gezi Bosphorus" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mete Cad. 34, Taksim, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/f3/f4f3e1cc17e463328dbadee78c19f968bb4d9ed3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a great central location within 500 m of Taksim, with its links to the public tran...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="342.84" OriginalAmount="332.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.873241" Longitude="29.130442" StarRating="4" HotelCode="|83519" HotelName="Ascot  Buyukada" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MADENLER MAH.CINAR CAD. 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/5/1/9/83519_d5ebb701101.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="344.66" OriginalAmount="334.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0065497" Longitude="28.9719051" StarRating="0" HotelCode="|82908" HotelName="Paris Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Piyerloti Caddesi Dizdariye Medresesi Sok. No:5 Cemberlitas Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/0/8/82908_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is family-run, The establishment boasts a terrace with ocean views. SITUATION: It is inIstanbul the historic area of 2 minutes away, you can find Piyer Loti the square. ROOM: All the rooms have WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="344.77" OriginalAmount="334.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008479" Longitude="28.973499" StarRating="0" HotelCode="|475535" HotelName="Bentley Hotel Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bab-i Ali Cd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/5/3/5/475535_7c23cc91252.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="345.05" OriginalAmount="335" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.97967956" Longitude="28.88668737" StarRating="5" HotelCode="599925|237411" HotelName="Hilton Istanbul Bakirkoy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Currency Exchange,Fax,Laundry,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sakizagaci Mahallesi, Kennedy Caddesi 103, 34158 Istanbul, Bakirkoy</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/83/8e/838e5be2f5a4ac1a69d6486e306b22061e356109.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Istanbul, this hotel is ideal for business travellers as well as families.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="345.09" OriginalAmount="335.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01526" Longitude="28.97567" StarRating="0" HotelCode="|184332" HotelName="Empire Suite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hobyar Mah.Ankara cad.Dervisoglu Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/3/3/2/184332_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="345.74" OriginalAmount="335.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007157" Longitude="28.973787" StarRating="4" HotelCode="|17612" HotelName="Deluxe Golden Horn Sultanahmet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mah. Binbirdirek Meydan? Sok. No:1 34400</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/6/1/2/17612_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2006, has 4 floors, 71 rooms and 4 suites. The establishment boasts a lobby with a reception, a safety deposit box service, a currency exchange service, a cloakroom, 2 lifts, a cafÃ©, a games room, a TV room and an Ã  la carte restaurant with air-conditioning, with highchairs, The establishment also offers a conference room and internet. At an additional cost you can have access to room service, a laundry service, a medical care service and a car park. SITUATION: Is situated in the historic centre, 100 metres away, guests can find shops, restaurants and a public transport stop. close to the establishment, guests have places of interest. ROOM: Customers have comfortable and cosy rooms with a hairdryer, a direct line telephone, a bathroom, a satellite or cable television, a mini-bar and internet. They also have a double bed, fitted carpets and central heating. PAYMENT METHODS: Customers can pay using Visa and Mastercard. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast, an Ã  la carte lunch and an Ã  la carte or set-menu dinner. Guests can book bed and breakfast, half-board or full-board.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="346.08" OriginalAmount="336.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.8458" Longitude="29.296272" StarRating="4" HotelCode="|220769" HotelName="Doubletree By Hilton Istanbul - Tuzla" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Evliya Celebi Mah. Mustafa Kemal Cad 5,Tuzla</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/7/6/9/220769_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="347.05" OriginalAmount="336.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039751408394" Longitude="28.987700343132" StarRating="5" HotelCode="9356|29944" HotelName="Intercontinental Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Asker Ocagi Cad. No:1, Taksim, 34435 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/94/1994fcfdb97f9b65da37fd1ac17a08c5e4eef72e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming luxury hotel is centrally located close to Taksim Square in Istanbul's new town and be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="347.51" OriginalAmount="337.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0129226" Longitude="28.9761342" StarRating="4" HotelCode="|72542" HotelName="Levni  and Spa - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Main Entrance: Ankara Caddesi No: 12, Back Entrance: Ebusuud Caddesi No: 31, Sirkeci</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/5/4/2/72542_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Levni Hotel Istanbul is rated five stars. It has modern facilities, a flatscreen television and internet. You are also offered a covered swimming pool, a gym and a Turkish bath. It has a reception and a car hire desk. Guests can enjoy a massage service, a spa, a wellness centre, a sauna, a solarium and a gym. SITUATION: It is situated in the historic centre of Istanbul. It is 200 metres away from Topkapi Sarayi, is 200 metres away from the Tram Station of Bekleme Peronlari. 1 kilometre away from the establishment, guests will find the Atik Ali Pasha Mosque, ROOM: The bright rooms have modern furniture, a bathroom, a coffee maker and flat-screen satellite television. some rooms even have a balcony. OTHERS: Clients have at their disposal a Turkish restaurant. The establishment offers vegetarian dishes. It also has a pub.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="349.86" OriginalAmount="339.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.031934" Longitude="28.987917" StarRating="0" HotelCode="|533326" HotelName="Loop Hotel Bosphorus İstanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hardal Sk. 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/3/2/6/533326_11510601117.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="351.63" OriginalAmount="341.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.031448" Longitude="28.984509" StarRating="0" HotelCode="|522042" HotelName="Monnas Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/0/4/2/522042_a951c2e0905.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="352.00" OriginalAmount="341.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.059677" Longitude="28.97957" StarRating="4" HotelCode="|553409" HotelName="Bomonti Arjaan By Rotana" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Merkez Mah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/4/0/9/553409_2e426561342.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="353.29" OriginalAmount="343" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009194" Longitude="28.977119" StarRating="5" HotelCode="904126|32098" HotelName="Hagia Sophia Hotel Istanbul Old City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mahallesi, Yerebatan Caddesi 13, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/16/7e169b0d86c83214c91e31adcb920902a512f00a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the historical district of Sultanahmet, this hotel really does enjoy an enviable position...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="354.51" OriginalAmount="344.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0286331" Longitude="28.9731171" StarRating="0" HotelCode="|86777" HotelName="Galata Flats" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Caddesi No:84 Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/7/7/86777_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inTÃºnel the district of. ROOM: Clients can find fully-equipped apartments and have WiFi, (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="355.09" OriginalAmount="344.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.045097" Longitude="29.008628" StarRating="0" HotelCode="|443798" HotelName="The Pearl Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cihannuma Mah Mehmet Ali Bey Sok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/3/7/9/8/443798_39453891053.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="356.35" OriginalAmount="345.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.041136315164" Longitude="28.98340792738" StarRating="5" HotelCode="186411|888205" HotelName="Barceló Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mah 25, Abdulhak Hamit Caddesi, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/55/b3/55b3cf1e36da01d1c615b705b2dc64aa71b44968.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="356.46" OriginalAmount="346.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0285072" Longitude="28.9853036" StarRating="4" HotelCode="|107955" HotelName="Nidya  Galataport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Meclis-i Mebusan Cad. No:21 Tophane</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/9/5/5/107955_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a terrace with ocean views and the historic centre. It also has a spa. SITUATION: This establishment, Bosphorus it is 50 metres away from it is situated 450 metres away from Tophane the Tram Station of. ROOM: All the rooms have a flat-screen television and a mini-bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="357.14" OriginalAmount="346.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0127805" Longitude="28.9779216" StarRating="4" HotelCode="|17623" HotelName="Romance Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hudavendigar Caddesi No:5 (also 7)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/6/2/3/17623_6b01bcf0811.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 5 floors, 2 single rooms, 57 double rooms and 4 junior suites. The establishment has a reception, 60 safety deposit boxes, a currency exchange service, a cloakroom, 2 lifts, a cafÃ©, a bar, a television room, an Ã  la carte restaurant with air-conditioning, conference rooms and internet (for a fee), There are many services available at the establishment, including room service, a laundry service and a medical care service. The establishment also has an indoor car park. SITUATION: This urban hotel is in Istanbul the tourist area of it is situated near the city centre, Where you can find shops, boutiques, cafÃ©s, bars, restaurants and animated nightlife. nearby, there is a public transport stop, Sultanahmed Camii and Kapalicarsi it is near it is 18 kilometres away from the airport. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, internet, a mini-bar, a double bed, an air-conditioning system, a central heating system, a safety deposit box and a balcony. Clients are offered 1 disabled access room. PAYMENT METHODS: Customers can pay by American Express, Visa and Mastercard. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="357.14" OriginalAmount="346.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023801" Longitude="28.975882" StarRating="5" HotelCode="|192107" HotelName="10 Karakoy Istanbul - Special Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kemeralti Caddesi No: 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/1/0/7/192107_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="357.41" OriginalAmount="347" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.11241503" Longitude="28.98717334" StarRating="0" HotelCode="978087|410934" HotelName="Radisson Residences Vadistanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ayazaga Mahallesi, Kemerburgaz Caddesi 6A 7V/101, 34396 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/b8/99b8d5b3709b5e7b080c4b1b2fdf801a2c26160d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="358.44" OriginalAmount="348" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.024733454735" Longitude="28.980147896175" StarRating="5" HotelCode="320034|111426" HotelName="Novotel Istanbul Bosphorus" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kemankes Kara Mustafa Pasa Mahallesi, Kemankes Caddesi 57-59, Karakoy, 34425 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/6b/ce6bb32ae89d4bcf8309a1c8a95d120c042fca99.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="358.54" OriginalAmount="348.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03613" Longitude="28.985029" StarRating="4" HotelCode="|84945" HotelName="Taksim Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sira Selviler Caddesi 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/9/4/5/84945_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception and room service. SITUATION: Near the establishment, guests will findTaksim the square 80 metres away, guests have the metro station, is well-connected with places of interest, is situated 20 kilometres away from Istanbul AtatÃ¼rk Airport. ROOM: The rooms have an air-conditioning system, a flat-screen television, a courtesy tea and coffee service, a bathroom with a hairdryer and complimentary bathroom items. OTHERS: Regarding the food and beverage offering, clients can enjoy a continental buffet breakfast, a bar and a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="359.47" OriginalAmount="349" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.031735997928" Longitude="28.980529877811" StarRating="3" HotelCode="398333|217230" HotelName="Hammamhane" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Firuzaga Mahallesi, Cukurcuma Caddesi 45, Beyoglu, 34425 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/af/48af6c3eacead2bab22afcd21cd20c4d06fd93cb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="361.13" OriginalAmount="350.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.845788116174" Longitude="29.296227482877" StarRating="4" HotelCode="323674|CAX569800" HotelName="DoubleTree by Hilton Hotel Istanbul - Tuzla" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Evliya Celebi Mahallesi, Mustafa Kemal Caddesi 5, 34947 Tuzla, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/ce/b6ce99fac4c184183cf208cb8fcefdf555c9a23b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="361.53" OriginalAmount="351" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023792121461" Longitude="28.975888219126" StarRating="5" HotelCode="306003|47643" HotelName="10 Karaköy Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Müeyyedzade Mahallesi, Kemeralti Caddesi 10, 34425 Istanbul, Karaköy</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/07/6f073bb8132d0ab90ea0bda0ff061bcefbf2a8b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at Karaköy, Istanbul’s cultural, artistic and historical center, near art galle...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="362.56" OriginalAmount="352" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01094598" Longitude="28.95435599" StarRating="3" HotelCode="323632|47850" HotelName="Misa Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kemal Pasa Mahallesi, Yesil Tulumba Sokak No: 27, Laleli / Fatih, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/80/6480c784bcd563e107b9f2feade455523ab7349c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="362.58" OriginalAmount="352.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.07736" Longitude="29.013355" StarRating="5" HotelCode="300843|363692" HotelName="Wyndham Grand Istanbul Levent" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Conference Hall,Fax,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Esentepe Mahallesi, Büyükdere Caddesi 177-183, 34394 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/0a/020aeddeb25f6a9cbd234a2594e5ddddcfc19c07.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="362.96" OriginalAmount="352.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036525" Longitude="28.986158" StarRating="5" HotelCode="18366|30054" HotelName="The Marmara Taksim" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,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,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Osmanli Sokak 1/B, 34437 Istanbul, Taksim</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c0/40/c040fdec318974bb3db4682efd76547c6d84a9d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the heart of the city, this hotel offers holidaymakers everything they could wish for whe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="368.74" OriginalAmount="358" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.028161" Longitude="28.624467" StarRating="5" HotelCode="297939|47580" HotelName="Tuyap Palas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gurpinar Kavsagi, E-5 Karayolu Uzeri, Tuyap Fair Convention and Congress Center, 34500 Büyükçekmece, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/4f/114f2e8ce3f64aa7dc197b1364aeda898310a938.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="369.76" OriginalAmount="358.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.056006" Longitude="28.98774" StarRating="0" HotelCode="|470671" HotelName="Wish More Hotel Şişli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Halaskargazi 196</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/6/7/1/470671_e8f15a21200.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="370.80" OriginalAmount="360" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05032" Longitude="28.99114" StarRating="5" HotelCode="790559|284902" HotelName="Nish Palas" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Harbiye Mahallesi, Abdi Ipekci Caddesi 12, Nisantasi, Sisli, 34367 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/94/3c946e9bcf3e08981386e6c1e80026654b05e744.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="372.22" OriginalAmount="361.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.050942066263" Longitude="28.992040157318" StarRating="5" HotelCode="58544|66694" HotelName="The Sofa Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Tesvikiye Caddesi 41-41A, 34367 Istanbul, Nisantasi</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/ae/27aeb9231a20e7c43493a0d78ca0cc805a8ca18d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Tesvikiye neighbourhood of the Nisantasi quarter, Istanbul. There are nu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="372.86" OriginalAmount="362" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.088966363889" Longitude="29.035009145737" StarRating="5" HotelCode="185758|28613" HotelName="Le Meridien Istanbul Etiler" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cengiz Topel Caddesi No: 39, Etiler Mh., 34337 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/02/20/0220ea39068022504bb8b9bc336d6b2cbd02d495.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="373.86" OriginalAmount="362.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00304" Longitude="28.97561" StarRating="0" HotelCode="|184889" HotelName="Glk Premier Sea Mansion Suites and Spa - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucukayasofya Mh Mustafapasa Sk No 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/8/8/9/184889_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="375.00" OriginalAmount="364.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.10899" Longitude="29.023" StarRating="5" HotelCode="72623|2290165" HotelName="Hilton Istanbul Maslak" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Üçyol Mevkii, Büyükdere Caddesi 233, Maslak, Sariyer, 34485 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/3f/ee3f739c1d812b3c2ee05bc16b7f41d50caa8224.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel has set an unmatched standard for luxury in the heart of business and entertainment distr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="375.10" OriginalAmount="364.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.07889" Longitude="29.011805" StarRating="4" HotelCode="|184773" HotelName="Delta Hotels By Marriott Istanbul Levent" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/7/7/3/184773_367fe711114.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="375.47" OriginalAmount="364.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.041057948008" Longitude="28.987205576721" StarRating="5" HotelCode="11808|2832" HotelName="Divan Istanbul Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Asker Ocagi Caddesi 1, Taksim, 34367 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/56/585621cb558cbad7e4854b76eb9afe7d4d36d025.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel is located near Taksim Square (around 250 m away), in the centre of the city. I...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="377.57" OriginalAmount="366.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03831" Longitude="28.98707" StarRating="5" HotelCode="|72433" HotelName="Gezi Hotel Bosphorus, Istanbul, A Member Of Design Hotels - Special Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mete Cd. No 34 Taksim</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/4/3/3/72433_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inIstanbul the city centre of next to the establishment, clients can find Taksim the square Clients can also find the metro station, Bosphorus 5 minutes away from the establishment guests have It is situated 21 kilometres away fromIstanbul AtatÃ¼rk Airport. ROOM: The rooms have a satellite TV, internet, parquet flooring and a marble bathroom. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast and lunch and dinner service. OBSERVATIONS: The establishment offers car hire, ticket sale and a business centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="378.01" OriginalAmount="367" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.07416032" Longitude="28.923943" StarRating="4" HotelCode="936320|198819" HotelName="Isfanbul Holiday Home &amp; Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yesilpinar Mahallesi, Girne Caddesi, Eyüp, 34065 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d7/99/d799a116efb06094d544d69b6e5d1d008b1cd74a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="378.99" OriginalAmount="367.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.027287" Longitude="28.974515" StarRating="0" HotelCode="|485353" HotelName="World House Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sahkulu Mahallesi Galip dede Caddesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/5/3/5/3/485353_cc9d5c02004.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="379.12" OriginalAmount="368.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0504979" Longitude="28.9926594" StarRating="0" HotelCode="|61779" HotelName="The Stay Boulevard Nisantasi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tesvikiye Caddesi No:41-41ANisantasi,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/1/7/7/9/61779_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building was built in the 20th Century, has a spa centre, a gym, a swimming pool, a sauna and a Turkish bath. You are also offered an elegant hall, a reception and the cafÃ©. SITUATION: Nisantasi It is in it is a few minutes' walk away from Taksim the square BeyoÄŸlu and Harbiye nearby, you will find it is well-connected with modes of transport, is 5 minutes away from Osmanbey the train station. ROOM: The large rooms, are contemporary style, have a satellite TV, a CD player, a DVD player, an air-conditioning system, computer safe, desk items, a bathroom with a shower and a bath. OTHERS: It also hasTuuS the restaurant For an extra charge, clients can enjoy a breakfast service in room or in the cafÃ©.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="380.22" OriginalAmount="369.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0110016" Longitude="28.9846992" StarRating="4" HotelCode="|17634" HotelName="Doubletree By Hilton Istanbul - Sirkeci" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>NOBETHANE CAD. DARUSSADE SOK. SIRKECI 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/6/3/4/17634_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This business hotel, has 118 double rooms, 6 floors, a reception, a safety deposit box service, a currency exchange service, a lift, a TV room, internet, shops, 4 conference rooms, a laundry service, room service and a medical care service (for a fee), The establishment boasts a cafÃ©, a bar and a restaurant with air-conditioning, Kids can enjoy a playground, It also has a car park. SITUATION: This modern hotel is situated in the central area, in the surrounding area of the establishment, guests can find the commercial areas, Where you can find bars, shops, boutiques and restaurants. it is situated 15 kilometres away from the airport. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, satellite and cable television, internet, a mini-bar (available for a fee), a safe and central heating. FACILITIES: The establishment has a gym, a sauna and a massage service (available for a fee). PAYMENT METHODS: Customers can pay by Visa, American Express and Mastercard. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast, an Ã  la carte lunch and an Ã  la carte or set-menu dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="380.92" OriginalAmount="369.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.072077" Longitude="29.0151073" StarRating="0" HotelCode="|95717" HotelName="Avantgarde Levent Hotel - Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Buyukdere Cad. 161 Zincirlikuyu - Levent Istanbul,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/7/1/7/95717_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a covered swimming pool, 2 restaurants, business facilities, conference facilities, air-conditioning, 84 rooms, a lobby with a reception and express check-out. The establishment offers guests a currency exchange service, a cloakroom, a lift, a kiosk, a cafÃ©, a terrace and WiFi. For an extra cost you can have access to room service, a laundry service and a car park. SITUATION: The hotel is in a business area and the commercial area, 5 minutes away from the establishment guests have the metro station, Close to The Kanyon the shopping centre Taksim 15 minutes away from the establishment clients have Where you can find shops, restaurants, bars and nightclubs. 28 kilometres away from the establishment, guests will find Istanbul AtatÃ¼rk Airport it is situated 40 kilometres away from Sabiha Gokcen Airport. ROOM: Each room has a shower, a hairdryer, a direct line telephone, satellite or cable TV, internet, a safe, a mini-bar, an air-conditioning system and heating. FACILITIES: Guests are offered a covered swimming pool, parasols (available for a fee), a spa, a jacuzzi, 2 saunas, a steam bath and a Turkish bath. For a fee, you can enjoy spa treatments and a massage service. The establishment also offers pilates and a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="381.40" OriginalAmount="370.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05422" Longitude="28.988443" StarRating="4" HotelCode="|447928" HotelName="Hallmark and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Matbaaci Osmanbey Sokagi, 30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/9/2/8/447928_25b2c050929.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="382.21" OriginalAmount="371.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.047495726051" Longitude="29.024583046627" StarRating="5" HotelCode="55581|49764" HotelName="Radisson Blu Bosphorus Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ciragan Caddesi 46, 34349 Ortaköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/63/ea637d0a6d9e30eb13685d265c0a3508cca63e8c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="384.33" OriginalAmount="373.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.001423" Longitude="28.654071" StarRating="4" HotelCode="|174901" HotelName="Beymarmara Suite Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Baris Mah. Zafer cad.no: 4 Airport, Istanbul, Turkey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/4/9/0/1/174901_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="385.20" OriginalAmount="373.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05907" Longitude="28.983879" StarRating="0" HotelCode="|449459" HotelName="Ramada Encore By Wyndham Istanbul Sisli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Merkez Mahallesi, Sira Cevizler Caddesi, No 19/2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/4/5/9/449459_d8e89971420.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="385.36" OriginalAmount="374.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.001561" Longitude="28.654352" StarRating="4" HotelCode="188686|363085" HotelName="Beymarmara Suite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Kitchen,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Zafer Caddesi 4, Baris Mahallesi, 34520 Istanbul, Beylikdüzü</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/11/113833/113833a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="386.04" OriginalAmount="374.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013587947914" Longitude="28.978237509727" StarRating="4" HotelCode="16204|CAK304400" HotelName="Doubletree by Hilton Istanbul Sirkeci" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nöbethane Caddesi 5, Darussaade Sokak, Sirkeci, 34110 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/d7/4ad7cd7d13c8fd9d759557e2fa93f01df2dddfb7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is centrally located. Bars, restaurants, shops and boutiques can all be found...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="386.54" OriginalAmount="375.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023912" Longitude="28.977843" StarRating="4" HotelCode="|463494" HotelName="Galata’s Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kemankes Karamustafa Pasa Mah.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/3/4/9/4/463494_a8312532012.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="388.24" OriginalAmount="376.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0400229" Longitude="28.9881116" StarRating="5" HotelCode="|19956" HotelName="Intercontinental Istanbul, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ASKER OCAGI CAD. TAKSIM 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/9/5/6/19956_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2006, has 20 floors and 380 rooms. In the entrance, you can find a big hall, a reception with safety deposit boxes, a currency exchange service, lifts and conference facilities with internet, The establishment also has 2 inviting bars, 5 shops, a kiosk, a hairdresser's and a restaurant with air-conditioning, At an extra cost you can use room service, the launderette and the medical care service. Outdoors, guests can find a playground and a car park (for a fee). SITUATION: This cosy, luxururious hotel is located near Taksim the Square of it is situated between Bosphorus Bridge the commercial area, Where you can find shops and leisure areas. it is situated 25 kilometres away from the airport. ROOM: Guests are offered disabled access rooms with a bathroom with scales, a hairdryer, a direct line telephone, satellite or cable TV, a radio, a stereo, internet, a mini-bar (available for a fee), a coffee maker, a kettle, fitted carpets, an air-conditioning system, central heating and a safety deposit box. FACILITIES: Outdoors, clients have access to a swimming pool that has an area for children and deck chairs. At no extra cost, you can use a sauna and the Turkish bath. For a fee, guests can enjoy a massage service and a gym. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club. OTHERS: All meals in a buffet form, Regarding the food and beverage offering, clients have a set-menu lunch and dinner and an Ã  la carte lunch. Guests can book bed and breakfast, half-board or full-board.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="388.31" OriginalAmount="377" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02643713" Longitude="28.97461998" StarRating="3" HotelCode="413814|217211" HotelName="World House Hostel Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sahkulu Mahallesi, Galipdede Cadicalesi 85, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/8d/fc/8dfc3365a213e2ad38c85093b1be72c00597779b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This cosy hostel is in Old City. The property comprises a total of 17 snug accommodation units. Thos...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="388.36" OriginalAmount="377.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035964" Longitude="28.99074" StarRating="0" HotelCode="|486489" HotelName="Etiz Hotels and Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Emektar Sk. no 9-1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/6/4/8/9/486489_20a69ed2120.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="389.34" OriginalAmount="378" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02264945" Longitude="28.97700777" StarRating="0" HotelCode="760332|343495" HotelName="The Wings Hotel Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Karaköy Kemankes Mahallesi, Gümrük Sokak 26, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/67/6467d92560b3eb920b93f1d12a4bfaa23cbf742f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Wings Hotel is located in the center of Istanbul. Spice Bazaar is one kilometer from the accommo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="391.96" OriginalAmount="380.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.050594" Longitude="28.986457" StarRating="4" HotelCode="|455430" HotelName="Nex Istanbul City Center" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Dolapdere Cd. No:209</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/4/3/0/455430_7b9f36a1023.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="393.06" OriginalAmount="381.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.938642" Longitude="29.322419" StarRating="5" HotelCode="|193079" HotelName="Crowne Plaza Istanbul Asia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yenisehir Mah. Dedepasa Cad. No. 15 Kurtkoy- Pendik</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/0/7/9/193079_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="393.56" OriginalAmount="382.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.977492" Longitude="29.041586" StarRating="5" HotelCode="213518|920025" HotelName="Wyndham Grand Istanbul Kalamis Marina Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Fener Kalamis Caddesi 38, Istanbul 34726</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/7d/2c/7d2c4ca11da8bce6637e4f0ebd332c217a73fd16.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="395.52" OriginalAmount="384" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.029120437278" Longitude="28.973266477821" StarRating="4" HotelCode="200055|30440" HotelName="Eurostars Adahan Galata" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Asmali Mescit Mahallesi, General Yazgan Sokagi 14, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://images.dnatatravel.com/ei/3/6/4/6/3/2/8/0.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located in the heart of Istanbul. Its setting is especially ideal for guests ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="395.52" OriginalAmount="384" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00636" Longitude="28.973524" StarRating="3" HotelCode="267236|57993" HotelName="World Heritage" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Terzihane Sok No 17, Binbirdirek Mahallesi, Old City, Istanbul, Sultanahmet</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2a/d2/2ad2cc523ef9e34c602ccbac5e23f3d477e10fa7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="400.67" OriginalAmount="389" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006427" Longitude="28.979648" StarRating="4" HotelCode="53371|199499" HotelName="Seven Hills" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tevkifhane Sokak No 8, 34122 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/93/d99353f3ed077e44d77a1ccf4308fe1022892ee2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="403.50" OriginalAmount="391.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9774095" Longitude="29.0418005" StarRating="5" HotelCode="|83503" HotelName="Wyndham Grand Istanbul Kalamis Marina" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KALAMIS FENER CADDESI 38</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/5/0/3/83503_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception, restaurants, a lobby bar, coffee pot, outdoor swimming pools and a covered swimming pool. The establishment boasts a lift, WiFi in communal areas, a business centre, meeting rooms, a gym, a spa (for a fee) and a car park (for a fee). SITUATION: It is situated 500 metres away fromKalamis the Marina of it is 15 kilometres away from Sukru Saracoglu the Stadium of 2 kilometres away, you can find the railway station, Istanbul it is 20 kilometres away from. ROOM: The rooms have an air-conditioning system, a television, a direct line telephone, WiFi, a safety deposit box, a hairdryer and a tea service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="404.47" OriginalAmount="392.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0058212" Longitude="28.9808502" StarRating="0" HotelCode="|20382" HotelName="Poem" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AKBIYIK CAD.TERBIYIK SOK. SULTANAHMET 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/8/2/20382_eab7a991058.jpg</HotelPictures>
        <HotelDescription>HOTEL: This charming hotel, was built in the 19th Century, renovated in 2004, has 17 rooms, 3 floors, 1 single rooms, 13 double rooms and 3 suites. The establishment boasts a lobby with air-conditioning, a reception with safety deposit boxes, a currency exchange service and a TV room. The establishment offers guests a conference room, internet (for a fee), an inviting bar, a cafÃ©, a kiosk, a restaurant, room service, a laundry service, a medical care service and a car park. SITUATION: Is situated inIstanbul the heart of close to the establishment, guests have tourist points of interest, 500 metres away, there is a public transport stop situated 18 kilometres away fromIstanbul AtatÃ¼rk Airport. ROOM: The rooms a bathroom with a hairdryer, hydromassage, a shower, a direct line telephone, a satellite television, a central heating system and a mini-bar. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay using Visa, Eurocard and Mastercard.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="404.79" OriginalAmount="393" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05460602" Longitude="28.99642459" StarRating="5" HotelCode="593657|237685" HotelName="Tzl Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Tesvikiye Mahallesi, Sinoplu Sehit Cemal Sokak 9, Valikonagi Caddesi, Nisantasi, 34365 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/da/14/da14c5a6826d5ddef69d3e5d15a81808be2bdf1e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a café, a transfer service, room service and a business...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="405.17" OriginalAmount="393.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038748" Longitude="28.988242" StarRating="0" HotelCode="|151612" HotelName="Lokalist, Istanbul, A Tribute Portfolio Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GUMUSSUYU MAH. METE CAD. TAKSIM 28</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/1/6/1/2/151612_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel was built in 2013, has 59 rooms, 14 single rooms, 20 double rooms, 1 room adapted for people with reduced mobility, 12 executive rooms, 14 superior rooms and 1 family rooms. SITUATION: The hotel is in the city centre excellent transport links to public transport services, Close to modes of transport and points of interest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="407.76" OriginalAmount="395.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004107" Longitude="28.964345" StarRating="0" HotelCode="|523462" HotelName="Linda Port Hotel" 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/5/2/3/4/6/2/523462_6a59d420958.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="408.76" OriginalAmount="396.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034346" Longitude="28.984663" StarRating="0" HotelCode="|467090" HotelName="Grand Star Hotel Premium" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Siraselviler street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/0/9/0/467090_10ef45d1732.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="410.14" OriginalAmount="398.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03996" Longitude="28.9837698" StarRating="4" HotelCode="|24380" HotelName="Best Western Eresin Taxim" 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/2/4/3/8/0/24380_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2005, has 67 double rooms and 2 suites. The establishment boasts a lobby with elevators, a reception with safety deposit boxes, a cloakroom, a currency exchange service, a cafÃ© and a bar. It has internet (for a fee), 3 conference rooms, an Ã  la carte restaurant with air-conditioning with highchairs. The establishment also offers room service, a laundry service, a medical care service, a car park and indoor parking. SITUATION: This hotel is in the heart of Istanbul, is situated in the Square of Taksim. 100 metres away, clients have shops, bars, restaurants, nightclubs and a public transport stop. 25 minutes away from the establishment, you can find the airport. ROOM: The comfortable rooms have a bathroom with a shower, a hairdryer, a direct line telephone, a satellite or cable television, a radio and internet at an extra charge. They also have a mini-bar (available for a fee), a double bed, fitted carpets, an air-conditioning system, heating and a safe (available for a fee). OTHERS: The establishment offers a buffet breakfast and an Ã  la carte or set-menu lunch and dinner. Meals for specific diets can be ordered and special menus. Guests can book half-board or full-board. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="414.06" OriginalAmount="402.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0413077" Longitude="28.9839886" StarRating="5" HotelCode="|84944" HotelName="Barcelo Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mah Abdulhak Hamit Cad No 25</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/9/4/4/84944_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel was built in 2012, has 270 rooms, 31 suites and 3 rooms adapted for people with reduced mobility. SITUATION: This establishment, Istanbul it is in it is in the city centre, nearby, you will find the bus station and the railway station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="415.07" OriginalAmount="402.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.962205" Longitude="28.841133" StarRating="0" HotelCode="|541052" HotelName="Atakoy Marina Park Hotel Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Atakoy Marina Park Rauf Orbay Cad.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/1/0/5/2/541052_99149532157.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="417.00" OriginalAmount="404.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.048762" Longitude="28.992866" StarRating="4" HotelCode="166003|1025098" HotelName="The Stay Nisantasi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Harbiye Mahallesi, Abdi Ipekci 30, Nisantasi, Sisli, 34367 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/cb/bdcbb4250637b5e74625724ef1b45cba55b5e7f3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Istanbul's most fashionable district, Nisantasi, home to all the famous inte...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="417.15" OriginalAmount="405" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.972601299948" Longitude="28.87054585047" StarRating="4" HotelCode="410408|55570" HotelName="Sheraton Istanbul Ataköy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rauf Orbay Caddesi Sahilyolu 10, Ataköy, Bakirkoy, Istanbul 34158</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d7/f2/d7f2357c359f04092919664e00fbcfa82b49afe5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located close to central areas and ring roads. Guests will find the centr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="418.33" OriginalAmount="406.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.247926696347" Longitude="29.03559426355" StarRating="0" HotelCode="225657|4712065" HotelName="Otel Erzurumlu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kilyos, Kale Caddesi 59, Sariyer, 34450 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/34/db34142c9f7629a790391f8c00aa80e68d564d88.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="419.26" OriginalAmount="407.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.050498" Longitude="28.99269" StarRating="0" HotelCode="|533940" HotelName="Mas Suites Nisantasi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tesvikiye Cad.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/9/4/0/533940_873378f1131.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="420.84" OriginalAmount="408.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.064079" Longitude="29.010558" StarRating="5" HotelCode="|76764" HotelName="Point  Barbaros" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ESENTEPE YILDIZ POSTA CAD. SISLI 29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/6/7/6/4/76764_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is perfect for business and holiday stays, has 3 restaurants, a cake shop and 3 bars. The establishment boasts 15 meeting rooms and a sports centre. This hotel was opened in 2009, has 202 rooms, a hall with a reception and express check-out. The establishment has various facilities, such as air-conditioning, a safety deposit box service, a currency exchange service, a lift, a hairdresser's, a games room, internet, a car park and indoor parking. For an additional charge you'll be able to enjoy room service and a laundry service. SITUATION: This hotel Esentepe it is in it is in the business area excellent transport links to public transport services, is located between the airports, This hotel is situated 8 kilometres away from the tourist attractions, 35 kilometres away from the establishment, guests will find shops, is situated 25 kilometres away from Istanbul AtatÃ¼rk Airport it is 35 kilometres away from Sabiha Gokcen Airport. ROOM: The modern rooms, have an LCD television, internet, WiFi, videogames, a direct line telephone, a radio, computer safe, a central air-conditioning system, a bathroom with a shower, with a hairdryer, a double or king-size bed, a mini-bar, kettle, a coffee maker, a kettle and an iron. FACILITIES: The establishment boasts a sports centre, a covered swimming pool, a jacuzzi, a Turkish bath, 2 massage cabins, a tanning salon, a sauna and a steam bath. The establishment also has a fitness area, cycling, cardiovascular training room and pilates. For a fee, you can enjoy a steam bath and a massage service. MEALS: Regarding the food and beverage offering, the establishment offers a continental buffet breakfast and Ã  la carte, menu or buffet lunch and dinner. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="422.78" OriginalAmount="410.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04932" Longitude="29.026215" StarRating="0" HotelCode="|448890" HotelName="Crowne Plaza Istanbul Ortakoy Bosphorus, an IHG Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dereboyu Caddesi.No:10 34347 Besiktas</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/8/9/0/448890_96429861742.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="424.71" OriginalAmount="412.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.031007" Longitude="29.020214" StarRating="0" HotelCode="|522036" HotelName="A11 Hotel Bosphorus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>mimar sinan pasa limani cad no 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/0/3/6/522036_7858f4a0916.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="426.33" OriginalAmount="413.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.058492968135" Longitude="28.979532581675" StarRating="5" HotelCode="263724|CAT628000" HotelName="Hilton Istanbul Bomonti Hotel &amp; Conference Center" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Silahsor Caddesi 42, Bomonti-Sisli, 34381 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/bd/69bde99d6ebdadb914f9afff35aa04a50c94d3f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="426.42" OriginalAmount="414" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00388397" Longitude="28.97092924" StarRating="0" HotelCode="498706|237445" HotelName="Sufi Apart Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mahallesi, Yusuf Askin Sokak No: 18, 34122 Sultanahmet Fatih Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/2b/d92b1981c1d1e66c3116277fea3cb0abdd2990b2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="426.88" OriginalAmount="414.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0344361" Longitude="28.9838306" StarRating="0" HotelCode="|184934" HotelName="Pera Center Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/9/3/4/184934_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="427.45" OriginalAmount="415" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003201" Longitude="28.975383" StarRating="3" HotelCode="267824|478357" HotelName="Sargon Ayasofya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Kücük Ayasofya Mahallesi, Gelinlik Sokak No: 14, 34200 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/hotels/5000000/4470000/4461300/4461284/4461284_4_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="429.02" OriginalAmount="416.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00606" Longitude="28.981" StarRating="0" HotelCode="|448521" HotelName="Henna Istanbul" 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/5/2/1/448521_514a2351409.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="429.19" OriginalAmount="416.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0027654" Longitude="28.9746847" StarRating="0" HotelCode="|82882" HotelName="Maritime Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/8/8/2/82882_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Sultanahmet the centre of. ROOM: All the rooms have have an air-conditioning system and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="431.34" OriginalAmount="418.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01089" Longitude="28.95444" StarRating="0" HotelCode="|184662" HotelName="Misa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kemal Pasa Mah. Yesil Tulumba Sok No:27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/6/6/2/184662_1_6264.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="432.32" OriginalAmount="419.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0744038" Longitude="28.9239938" StarRating="4" HotelCode="|163519" HotelName="Vialand Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>YESILPINAR MH.GIRNE CD. EYUP</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/3/5/1/9/163519_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2014, has 101 rooms, 1 room adapted for people with reduced mobility and 22 family rooms. The establishment offers guests facilities for people with disabilities and a car park. SITUATION: This hotel Istanbul it is in is situated in the heart of the city, near the establishment, you will find the bus stop and the metro station, the hotel is close to the leisure areas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="438.59" OriginalAmount="425.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.041025928575" Longitude="28.988542556763" StarRating="5" HotelCode="9361|29924" HotelName="Grand Hyatt Istanbul" 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 30/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Harbiye Mahallesi, Taskisla Caddesi 1, Sisli, 34367 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/cb/57cb54235f2f33303deb55d80299bc373defec89.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of the city, this hotel offers everything that visitors would expect of a holid...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="438.78" OriginalAmount="426" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05044906" Longitude="28.99278374" StarRating="4" HotelCode="471478|217673" HotelName="Nisantasi Exclusive Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Lounge,Massage Centre,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Tesvikiye Caddesi 39, Nisantasi, Sisli, 34367 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/ca/8aca0eb2a132190a19d0b81d33d4630879dcf16e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="440.84" OriginalAmount="428" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02105337" Longitude="29.11850362" StarRating="3" HotelCode="267807|206120" HotelName="Boutique Princess Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Armagan Evler Mahallesi, Mithatpasa Caddesi, Basak Sokak No: 4, Ümraniye, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b2/f3/b2f35fe567fe9e2b5c05f3ecc61055419a455ff8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="440.95" OriginalAmount="428.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.10885" Longitude="28.98648" StarRating="5" HotelCode="854473|649716" HotelName="Radisson Blu Hotel, Vadistanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ayazaga Mahallesi, Cendere Caddesi 1A Apt. 109A, Sariyer, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/32/6c/326c50d37dfca5562abd1edbc33532a547104464.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="442.78" OriginalAmount="429.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004759" Longitude="28.980474" StarRating="0" HotelCode="|41152" HotelName="Amiral Palace Hotel and Spa Boutique Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bayram f?r?n? sok. Cankurtaran mah. No.3 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/1/5/2/41152_1_2250.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable hotel, it offers a buffet breakfast, a restaurant and a terrace. SITUATION: It is inSultanahmet the heart of this hotel is close to tourist points of interest. ROOM: The establishment has 32 rooms with a bathroom, a central air-conditioning system, a direct line telephone and a hairdryer. They also have a satellite TV, a mini-bar, room service, a safety deposit box and WiFi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="455.26" OriginalAmount="442" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06088401" Longitude="28.98719758" StarRating="3" HotelCode="430720|206136" HotelName="A Palace Hotel &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Abide-i Hürriyet Caddesi 139, Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/8a/808a1885e4c854e6aa65791cb76553fee2f0403f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="456.62" OriginalAmount="443.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.102234" Longitude="28.960964" StarRating="0" HotelCode="|472177" HotelName="Mövenpick Living Istanbul Camlivadi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hamidiye Mah. Ihlas Sokak C Blok No:13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/2/1/7/7/472177_de45afb1250.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="456.91" OriginalAmount="443.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.029088" Longitude="28.9819344" StarRating="0" HotelCode="|86969" HotelName="Witt Istanbul Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Defterdar Yokusu No:26 Cihangir</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/6/9/86969_343e5aa1104.jpg</HotelPictures>
        <HotelDescription>SITUATION: Cihangir It is in. ROOM: Customers can find luxurious rooms. FACILITIES: The establishment boasts a car park (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="457.32" OriginalAmount="444" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.065321" Longitude="29.00067923" StarRating="5" HotelCode="510099|198628" HotelName="Fairmont Quasar Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Büyükdere Caddesi 76, Mecidiyeköy, 34394 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c2/4a/c24a4b4d6a9072b03d6a00cfec0187f8a5062b4f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel, presiding over the vibrant Mecidiyeköy area with its rich and eclectic blend of office to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="458.67" OriginalAmount="445.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00645" Longitude="28.97337" StarRating="0" HotelCode="|185055" HotelName="The Ritus Istanbul Sultanahmet, Tapestry Collection by Hilton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mah. Divanyolu Caddesi, Dr. Eminpa?a Sk. No 2,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/0/5/5/185055_1479d9a1040.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="460.22" OriginalAmount="446.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.029096732998" Longitude="28.982064066139" StarRating="4" HotelCode="118815|2516035" HotelName="Witt Istanbul Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Aparthotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Defterdar Yokusu No:26, Cihangir, 34433 Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/3c/ec3c5e06938f95804cfea87dc015d85be54ba235.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="466.08" OriginalAmount="452.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.044156" Longitude="29.012873" StarRating="0" HotelCode="|559146" HotelName="SVK Bosphorus Residence" 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/5/5/9/1/4/6/559146_b49fa041336.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="467.86" OriginalAmount="454.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0397753" Longitude="28.9838471" StarRating="4" HotelCode="|37336" HotelName="Eresin Hotels Taxim and Premier" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TOPCU CAD NO 16 TAKSIM OTELLER BOLGESI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/3/3/6/37336_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="468.87" OriginalAmount="455.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0062279" Longitude="28.9793732" StarRating="4" HotelCode="|83031" HotelName="Uyan - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Utangac Sokak No 25 Cankurtaran</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/3/1/83031_730a8051135.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Sultanahmet it is in is situated in the historic centre. FACILITIES: The establishment has a terrace.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="469.68" OriginalAmount="456" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.995104280883" Longitude="29.098201870989" StarRating="5" HotelCode="444991|198236" HotelName="Sheraton Grand Istanbul Atasehir Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Barbaros Mahallesi, Mor Sumbul Sokak 1, Atasehir, 34746 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/57/fc57c957bf8c51eaff7ad5ff44e55cf483b50317.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="470.77" OriginalAmount="457.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.024376" Longitude="28.972334" StarRating="3" HotelCode="|453052" HotelName="The Galata Istanbul - MGallery" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Arap Cami Mahallesi Bankalar Caddesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/0/5/2/453052_7c9690e1336.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="472.55" OriginalAmount="458.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003635" Longitude="29.071571" StarRating="5" HotelCode="|444034" HotelName="Address Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Unalan Mah. Libadiye Cad. No:82F, G Blok G</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/0/3/4/444034_eddf50e1457.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="474.83" OriginalAmount="461" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.047694924395" Longitude="29.025206417162" StarRating="4" HotelCode="188756|46781" HotelName="The Stay Bosphorus" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ortaköy Salhanesi Sokak 1/A, Ortaköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/94/1d94243507b5c542e21bb46a08710969702a9c75.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the trendy area of Ortaköy on the Bosphorus, this charming hotel is just a few minutes aw...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="478.81" OriginalAmount="464.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.047558" Longitude="28.895557" StarRating="0" HotelCode="|468110" HotelName="Mayar Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mah.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/1/1/0/468110_ff49db71119.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="482.70" OriginalAmount="468.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0028" Longitude="28.9786" StarRating="0" HotelCode="|556296" HotelName="Seven Hills Palace and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sultanahmet Mahallesi Kadi Cikmazi Sok.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/6/2/9/6/556296_e88bc3a1652.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="483.66" OriginalAmount="469.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01568" Longitude="28.971466" StarRating="0" HotelCode="|454525" HotelName="Mest Hotel Istanbul Sirkeci" 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/5/4/5/2/5/454525_e34373e1759.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="483.74" OriginalAmount="469.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0357222" Longitude="28.9833911" StarRating="0" HotelCode="|86900" HotelName="Triada" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Istiklal Caddesi Meselik Sokak No:4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/0/0/86900_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers excellent service, a terrace and the massage service. SITUATION: Istiklal Avenue It is near Taksim the square.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="486.11" OriginalAmount="471.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03512" Longitude="28.988328" StarRating="5" HotelCode="263349|946935" HotelName="CVK Park Bosphorus Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gümüssuyu Mahallesi, Inönü Caddesi 8, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/d6/d6e15380edc57d05/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="486.30" OriginalAmount="472.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.047171601646" Longitude="29.00937795639" StarRating="5" HotelCode="43549|29764" HotelName="Conrad Istanbul Bosphorus" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly 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,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Cihannuma Mahallesi, Saray Caddesi 5, Besiktas, 34353 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/8f/858ff986985d310ec19fa0f7197cfa6ade7db89d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoying a prime location in the city centre, adjacent to Yildiz Palace and with stunning views of I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="488.61" OriginalAmount="474.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.026023" Longitude="28.97811" StarRating="4" HotelCode="|446548" HotelName="Burdock Istanbul, Autograph Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KEMERALTI CADDESI 33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/5/4/8/446548_f2341271050.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="491.31" OriginalAmount="477" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02872038" Longitude="29.01734938" StarRating="4" HotelCode="902706|56760" HotelName="Sözbir Royal Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Pasalimani Caddesi 4, Üsküdar, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/29/662911f5620bbf90afa80491ded45dcfdc7234b9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="494.25" OriginalAmount="479.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03883" Longitude="28.97405" StarRating="5" HotelCode="|224235" HotelName="Sheraton Istanbul City Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hac? Ahmet Mah. Kurtulu? Deresi Cad. No:23 Beyo?lu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/2/3/5/224235_1_3043.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="496.60" OriginalAmount="482.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.062922" Longitude="28.805635" StarRating="5" HotelCode="|445143" HotelName="Hilton Mall Of Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ziya Gokalp Mah Suleyman Demirel</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/1/4/3/445143_a79e9211215.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="502.64" OriginalAmount="488" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00266663" Longitude="28.9785864" StarRating="0" HotelCode="957436|399276" HotelName="Seven Hills Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sultanahmet Mahallesi, Kadi Cikmazi Sokak 11, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4f/44/4f44ca29aca6f5ee92874c61c6d9c54d2308841f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="521.91" OriginalAmount="506.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.031035456618" Longitude="28.9734390378" StarRating="5" HotelCode="15800|132764" HotelName="Pera Palace Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Caddesi 52, Tepebasi, Beyoglu, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/b2/27b2c3f50c05b39f83434224bbf89578a06f93d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Named after the hills of Pera and located close to the Golden Horn in the area of Tepebasi, this cha...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="524.27" OriginalAmount="509" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.962188530351" Longitude="28.841224660632" StarRating="4" HotelCode="423136|206395" HotelName="Atakoy Marina Park Hotel Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Concierge,Designated Smoking Area,Fax,Housekeeping,Internet,Kitchen,LCD/Projector,Luggage Storage,Parking,Restaurant,Telephone Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Rauf Orbay Caddesi, Sahilyolu 10, Atakoy Marina Park, Bakirkoy, 34158 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/af/40af3e5f587143731bb89f0be136e1c0b1d64be4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Istanbul, Atakoy Marina Park Residences is close to Ata...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="527.00" OriginalAmount="511.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005723676955" Longitude="28.980956639565" StarRating="4" HotelCode="66229|1434498" HotelName="Tria Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Akbiyik Caddesi, Terbiyik Sokak 7, 34100 Istanbul, Sultanahmet</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/b6/0bb655fb891e299863eb0dc3a5818e9a21db6603.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in a prime location in downtown Istanbul. It is just minutes from the Blue Mosque, Hagh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="528.61" OriginalAmount="513.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00964330434" Longitude="28.976418972015" StarRating="4" HotelCode="76208|590075" HotelName="Adamar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Yerebatan Caddesi 37, Sultanahmet, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/bc/4e/bc4e126419460459e6002a9fb0a65e1b7595fd4e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of historic Istanbul. Guests at the hotel will find restaurants, p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="528.61" OriginalAmount="513.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036799" Longitude="28.992627" StarRating="0" HotelCode="|529339" HotelName="Ando Living - Taksim Gumussuyu Townhouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/3/3/9/529339_f7b57cc1043.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="529.09" OriginalAmount="513.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0093087" Longitude="28.9757432" StarRating="4" HotelCode="|86878" HotelName="White House Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/7/8/86878_12.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Istanbul the historic centre of it is close to points of interest, Where guests can enjoy, the mosque and the bazaar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="530.45" OriginalAmount="515" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.13972498" Longitude="29.05731708" StarRating="5" HotelCode="13055|38217" HotelName="Grand Tarabya" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Haydar Aliyev Caddesi 154, Tarabya, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/b5/c5b53900e4be32c02f2f5b253950c390ac92929b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="545.57" OriginalAmount="529.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005764" Longitude="28.9811172" StarRating="3" HotelCode="|37007" HotelName="Tria  - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AKBIYIK CAD.TERBIYIK SOK. NO:7 SULTANAHMET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/0/0/7/37007_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 1932, renovated in 2007, has 22 rooms and 5 floors. The establishment has air-conditioning, a hall with a reception, a currency exchange service, a cloakroom and lifts. Our guests can find a bar, a dining room, a car park, room service, a laundry service and WiFi. SITUATION: Is situated in an excellent location, close to the establishment, clients can find tourist areas, 5 minutes away from the establishment clients have the tram station, the railway station, this hotel is situated 18 kilometres away from Istanbul Airport. ROOM: Clients are offered deluxe rooms with hydromassage and standard rooms. The rooms have a hairdryer, a direct line telephone, a television and internet. They also have a mini-bar, a coffee maker, a kettle, a double bed, an air-conditioning system, heating and a safety deposit box. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="545.81" OriginalAmount="529.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.050724" Longitude="28.990165" StarRating="4" HotelCode="|454074" HotelName="Cheya Residences Nisantasi Deluxe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Valikonagi Caddesi 20, Nisantasi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/0/7/4/454074_ab5381b1203.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="546.94" OriginalAmount="531.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004137" Longitude="28.978879" StarRating="0" HotelCode="|538018" HotelName="Bender Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Cd. 84</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/8/0/1/8/538018_728cc0b2138.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="555.38" OriginalAmount="539.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.015611" Longitude="28.97239" StarRating="5" HotelCode="|444221" HotelName="Cronton Design" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rahvanci Sok No 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/2/2/1/444221_e9424880917.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="570.76" OriginalAmount="554.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.030059" Longitude="28.988209" StarRating="0" HotelCode="|466209" HotelName="The Maestro Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Meclis-i Mebusan Cd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/6/2/0/9/466209_84a46df1008.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="582.85" OriginalAmount="565.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.044509491144" Longitude="28.989433050156" StarRating="5" HotelCode="9360|111676" HotelName="Hilton Istanbul Bosphorus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Caddesi, 34367 Harbiye, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/ab/33aba0301a7812dc08d793c9c80d8357599f3fc9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the European side of Istanbul with a breathtaking view of the Bosphorus, the hotel is wit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="598.43" OriginalAmount="581" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023750588476" Longitude="28.973847042189" StarRating="5" HotelCode="299654|38282" HotelName="The House Vault Karaköy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bankalar Caddesi 5, Beyoglu, 34420 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/73/7339c6aad434f8ee/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="605.64" OriginalAmount="588" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.960156956224" Longitude="29.0821440819" StarRating="3" HotelCode="903652|56556" HotelName="Suadiye Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bagdat Caddesi (Bagdat Boulevard) No:435, Suadiye, 34740 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/ca/88ca79ae82f564c0346d5ecce67c53d143d7ef51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="613.08" OriginalAmount="595.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023704" Longitude="28.978358" StarRating="0" HotelCode="|538376" HotelName="De Reve Galata" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kemankes Karamustafapasa mh.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/8/3/7/6/538376_ef61c7a2159.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="650.96" OriginalAmount="632" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00657266" Longitude="28.97896667" StarRating="5" HotelCode="782621|375195" HotelName="Hagia Sofia Mansion" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="luxurious historic hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Molla Fenari Mahallesi, Bab-i Ali Caddesi 3, Kat 4 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/8e/fb8e6bdded8a084ce673fe99121c9db4e6e2878e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="655.36" OriginalAmount="636.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0684451" Longitude="29.0302398" StarRating="0" HotelCode="|522253" HotelName="Ulus G Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ahmet Adnan Saygun Cd. 43</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/2/5/3/522253_ed71b391101.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="655.81" OriginalAmount="636.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040714381477" Longitude="28.997737169266" StarRating="5" HotelCode="9468|30174" HotelName="Swissôtel The Bosphorus - Istanbul" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Spa Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,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>Visnezade Mahallesi, Acisu Sokak 19, Macka, Besiktas, 34357 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7c/50/7c508630c6fb712b3142176e8ae96bc7050d07e0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Superbly located on a small hill near the Bosporus, this first-class hotel offers spectacular panora...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="658.33" OriginalAmount="639.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04752" Longitude="28.994135" StarRating="5" HotelCode="75766|85056" HotelName="Park Hyatt Istanbul - Maçka Palas" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tesvikiye, Bronz Sokak 4, Sisli, Istanbul 34367</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/88/3b88b580525e88d426106b4551dd427773f031c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="663.32" OriginalAmount="644.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.051156474603" Longitude="28.993172049522" StarRating="4" HotelCode="176170|home_suite_home_nisantasi_2" HotelName="Home Stay Home" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akkavak Sk. No:26, Tesvikiye Mah., Nisantasi - Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/28/87282dae23863f0fbf7fbf4bb7d38d469ba7109b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex enjoys a central location in the upmarket district of Nisantasi, known for its glamorou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="671.67" OriginalAmount="652.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00758" Longitude="28.9727" StarRating="0" HotelCode="|35366" HotelName="Sultanhan Hotel - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BINBIRDIREK MAH.PIYERLOTI CD.NO:15-17 /SULTANAHMET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/6/6/35366_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers excellent service. SITUATION: This establishment is in the Istanbul Peninsula. 200 metres away, guests will find the Cemberlitas tram stop. It is situated 550 metres away from Sultanahmet where you can find Santa Sofia, the mosque and Topkapi Palace. 1,3 kilometres away, you can find Kumkapi,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="672.69" OriginalAmount="653.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0065001" Longitude="28.969868" StarRating="4" HotelCode="|37013" HotelName="Aziyade Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Piyerloti Caddesi NO 30- Gedikpasa Sultanahmet 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/0/1/3/37013_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern hotel, has 105 rooms, 9 floors, a charming hall, a chimney and internet. Other services you can find are a reception, a currency exchange service, a cloakroom, a lift, a hairdresser's, bars and a restaurant. It has conference facilities, room service, a laundry service, a dry cleaner's and a car park (for a fee). SITUATION: It is in the historic centre, Hagia Sophia, the Sultan Ahmed Mosque and the Grand Bazaar Shopping Centre a few minutes walk away from the establishment, clients can find It is situated 10 minutes away from shops, restaurants, nightclubs, bars and a public transport stop. bars, is 18 kilometres away from Istanbul Airport. ROOM: The rooms have a central air-conditioning system, central heating, a mini-bar, a satellite television, a direct line telephone, internet, a double bed, a bathroom with a hairdryer, complimentary bathroom items and a safety deposit box. FACILITIES: The establishment boasts a jacuzzi and deck chairs. At no extra cost, you can use a sauna and the Turkish bath. For a fee, guests can enjoy a massage service, You also have at your disposal a gym. OTHERS: It has a restaurant with wonderful views, Regarding the food and beverage offering, you can enjoy a buffet breakfast and dinner. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="673.01" OriginalAmount="653.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006376499235" Longitude="28.969093859196" StarRating="5" HotelCode="10572|2092535" HotelName="Ajwa Hotel Sultanahmet" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Emin Sinan Mahallesi, Piyer Loti Caddesi 30, Sultanahmet, Eminönü, 34126 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/12/1a12ce2703d319499fdbeb85ea339a127d72834f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the old city centre, the hotel is within walking distance from the legendary monu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="682.26" OriginalAmount="662.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.041881" Longitude="28.99805" StarRating="5" HotelCode="|19959" HotelName="Swissotel The Bosphorus Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Visnezade Mah. Acisu Sok. NO. 19 Macka</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/9/5/9/19959_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This contemporary building and has a large hall, this elegant hotel, with air-conditioning, has 18 floors, 579 rooms, 23 suites and 82 apartments. It has a lobby with a reception, a safety deposit box service, a currency exchange service, a cloakroom, 8 lifts, a hairdresser's, a kiosk, a shop, 25 conference rooms, WiFi (for a fee), a bar, a cafÃ© and a restaurant with highchairs, At an additional cost, you can enjoy room service, a laundry service and a medical care service. Children can enjoy a playground, It also has a car park and an indoor car park. SITUATION: Is situated in an excellent location, is in a small hill, with panoramic views, Is situated inDolmabahce the Palace gardens of Macka Besiktas it is 10 minutes away from Where you can find bars, restaurants and shops. nearby, you will find a public transport stop, is situated 24 kilometres away from Istanbul Airport. ROOM: The modern rooms, a bathroom with a shower, a hairdryer, an air-conditioning system, central heating, fitted carpets, a double bed, a direct line telephone, a satellite or cable television, a safety deposit box (available for a fee), internet and a mini-bar. FACILITIES: The establishment has a pool that has a children's area, an outdoor bar, deck chairs, parasols, a heated pool, a sauna, a gym and a Turkish bath. By paying an additional cost, you can use a massage service and a tennis court. OTHERS: Regarding the food and beverage offering, clients can enjoy buffet breakfast and lunch and Ã  la carte lunch and dinner. Dietary restrictions can be accomodated for.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="688.40" OriginalAmount="668.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034910932891" Longitude="28.983150945461" StarRating="3" HotelCode="315912|395209" HotelName="The House of Tulpan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Katip Mustafa Çelebi Mhallesi, Abdullah Sokak 11, Beyoglu, 34000 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/39/395209/395209a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="700.40" OriginalAmount="680" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.049180019852" Longitude="28.98795563153" StarRating="5" HotelCode="300308|62773" HotelName="The St. Regis Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mim Kemal Oke Caddesi 35, Nisantasi Sisli, Istanbul 34367</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/9e/4e9e4f2a4978ae3b81724610074ad1efa9d75d33.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="703.91" OriginalAmount="683.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.026820714144" Longitude="28.975547254086" StarRating="4" HotelCode="185748|758285" HotelName="Georges Galata" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Serdar-I Ekrem Caddesi 24, Müeyyedzade Mh., Galata–Beyoglu, 34425 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3d/c9/3dc91e4c045792e02f9fef7ce1a4c20bfaf19756.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish hotel is located a few metres from Galata Tower and a five-minute walk from Istiklal St...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="722.19" OriginalAmount="701.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040528" Longitude="29.005123" StarRating="5" HotelCode="209570|923765" HotelName="Shangri-La Bosphorus Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sinanpasa Mahallesi, Hayrettin Iskelesi Sokak 1, Besiktas, 34353 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/23/d623f5906800e02256157faf2cce997658b00b6f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located between the Dolmabahçe Palace and the Naval Museum, within close prox...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="740.89" OriginalAmount="719.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0473674" Longitude="28.9933773" StarRating="0" HotelCode="|71371" HotelName="Park Hyatt Istanbul Macka Palas -  Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BRONZ SOKAK-TESVIKIYE 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/3/7/1/71371_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern, elegant hotel, has 90 deluxe rooms, The establishment boasts a breakfast room, a restaurant, a winery, a grill, a swimming pool area, a terrace and a bar. The establishment offers guests live music performances, air-conditioning, a lobby, a reception, a safety deposit box service, a currency exchange service, a cloakroom and a lift. At an additional cost you can have access to internet, room service, a laundry service, a car park and conference facilities. SITUATION: It is inNisantasi the heart of Where you can find shops, restaurants and bars. 700 metres away, clients have the convention centre, 500 metres away, there is an underground station, in front of the establishment, you can find a public transport stop situated 30 minutes away from tourist points of interest, 20 kilometres away from the establishment, guests will find Istanbul AtatÃ¼rk Airport it is 45 kilometres away from Sabiha Gokcen Airport. ROOM: The luxurious rooms suites, have internet, a direct line telephone, a television, a DVD player, a mini-bar, a safe, individual air-conditioning, individual heating, a bathroom with a shower, a bath and a hairdryer. There is also a king size or double bed, a radio and an ironing set. FACILITIES: You can find a spa, 2 saunas, treatments, a spa, a massage service (available for a fee) and a gym. You also have at your disposal a heated swimming pool with an outdoor bar and deck chairs. MEALS: Regarding the food and beverage offering, the establishment offers a breakfast service and Ã  la carte lunch and dinner. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="756.87" OriginalAmount="734.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.963943" Longitude="28.802057" StarRating="5" HotelCode="|193004" HotelName="Crowne Plaza Istanbul Florya, An Ihg" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yesilkoy Halkali Caddesi No: 95 (ex No. 93/1)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/0/0/4/193004_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="776.62" OriginalAmount="754" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00597332" Longitude="28.98012963" StarRating="0" HotelCode="744991|284870" HotelName="Istanbul Irini Seaview House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kutlugun Sokak 41, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=5707671</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="786.18" OriginalAmount="763.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0307598" Longitude="28.9753704" StarRating="0" HotelCode="|107996" HotelName="No11" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Balyoz Sok. No:11 Asmali Mescit Mah. Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/9/9/6/107996_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inPÃªra the district of this establishment, is 100 metres away from Istiklal Avenue It is situated 1 kilometre away fromTaksim the square. ROOM: All the rooms have a kitchen and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="804.67" OriginalAmount="781.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040358325844" Longitude="28.992010653019" StarRating="5" HotelCode="18479|30134" HotelName="The Ritz-Carlton Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Suzer Plaza, Askerocagi Caddesi 6, Elmadag, Sisli, 34367 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/cc/68/cc68214ff0b3bcbf99d2e4107b3f365085f704d4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive city hotel is located right in the elegant district of Dalmabahce and has fantastic v...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="825.81" OriginalAmount="801.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03637" Longitude="28.952864" StarRating="5" HotelCode="|453758" HotelName="Rixos Tersane Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Camiikebir Mahallesi Taskizak Tersanesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/7/5/8/453758_4556f011457.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="850.78" OriginalAmount="826" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03047043" Longitude="28.97318899" StarRating="5" HotelCode="450252|217759" HotelName="Soho House Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Evliya Celebi Mahallesi, Mesrutiyet Caddesi 56, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/ea/ea3946c70361c971/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="851.81" OriginalAmount="827" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.2603" Longitude="28.74254" StarRating="0" HotelCode="866484|490700" HotelName="YOTEL Istanbul Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tayakadin Mahallesi</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f9/b6/f9b669523ed3497f051b041b1189e788a5914ff0.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="979.58" OriginalAmount="951.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035275" Longitude="28.984865" StarRating="0" HotelCode="|474455" HotelName="Ravello Suites Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Siraselviler Cd. 25</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/4/4/5/5/474455_2266a091250.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="991.89" OriginalAmount="963" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.2603" Longitude="28.74254" StarRating="0" HotelCode="866486|479371" HotelName="YOTELAIR Istanbul Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tayakadin Mahallesi</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/82/72829755f725e48e7e5ead684181f1dc085bdc7a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1181.66" OriginalAmount="1147.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.025028" Longitude="28.973407" StarRating="0" HotelCode="|484418" HotelName="Ecole St Pierre Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Galata Kulesi Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/4/4/1/8/484418_720144c2026.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1184.97" OriginalAmount="1150.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006828" Longitude="28.981536" StarRating="4" HotelCode="|474388" HotelName="Joyways Istanbul Sultanahmet" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ishak Pasa Caddesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/4/3/8/8/474388_f7773511207.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1228.79" OriginalAmount="1193" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.066615" Longitude="29.017812" StarRating="5" HotelCode="300307|40272" HotelName="Raffles Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Zorlu Center, 34340 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/43/6843fbfa44f222724af717491374b3f19c353d0a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1491.40" OriginalAmount="1447.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.043973" Longitude="29.016143" StarRating="5" HotelCode="|23362" HotelName="Ciragan Palace Kempinski" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ciragan Caddesi 32, Istanbul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/6/2/23362_65c4f070809.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1986, renovated in 1999, has a main 5-storey building, a 3-storey annexed building and 315 rooms. In the establishment entrance, guests will find a spacious hall with a reception, a safety deposit box service, a currency exchange service, a cloakroom, a lift and a conference room with WiFi, The establishment also has a kiosk, shops, a hairdresser's, a bar and an Ã  la carte restaurant with air-conditioning, with highchairs, There are many services available at the establishment, including a laundry service, a laundry service and a medical care service. Outdoors, guests have access to a car park. SITUATION: This inviting, luxury hotel, BeÅŸiktaÅŸ it is in it is in a small hill, Bosphorus Bridge with beautiful views of it is close to Dolmabahce the Palace of 2 kilometres away, you can find shops, leisure areas and entertainment. in front of the hotel there is a public transport stop, is 60 minutes away from the airport. ROOM: The comfortable rooms, have a bathroom with a shower, a hairdryer, a direct line telephone, satellite or cable TV, a radio, internet, a mini-bar, fitted carpets, an air-conditioning system, a central heating system and a safety deposit box (available for a fee). FACILITIES: Outdoors, clients have access to a swimming pool with sunshades and deck chairs. Customers can enjoy a jacuzzi, a sauna, a solarium, a Turkish bath, a massage service and a gym. At the beach, you can find parasols, is 25 kilometres away from a golf course. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard, Diners Club and EC. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast and dinner and an Ã  la carte or set-menu lunch and dinner. Dietary restrictions can be accomodated for, The establishment offers special dishes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1530.18" OriginalAmount="1485.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.975492" Longitude="29.150704" StarRating="4" HotelCode="|469473" HotelName="Residence Inn By Marriott Istanbul Atasehir" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Inonu Mah Nenehatun Sokak No 8-10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/4/7/3/469473_94444f61808.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1598.74" OriginalAmount="1552.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006362330582" Longitude="28.979986310005" StarRating="5" HotelCode="12647|29834" HotelName="Four Seasons Hotel Istanbul at Sultanahmet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tevkifhane Sokak 1, Sultanahmet-Eminönü, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/68/546882ee8120bda5ed5164961209a80059f344a0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1747.12" OriginalAmount="1696.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.042468331959" Longitude="29.011893868446" StarRating="5" HotelCode="71508|86008" HotelName="Four Seasons Hotel Istanbul At The Bosphorus" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,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,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ciragan Caddesi 28, Besiktas, 34349 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/f3/9cf3e5d88103a62072ad797f73967d65d8b182c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The charming city hotel enjoys a spectacular location on the European side of the Bosphorus with vie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3993.31" OriginalAmount="3877" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.054196728523" Longitude="29.051874457672" StarRating="5" HotelCode="58543|226615" HotelName="Sumahan On The Water" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Kuleli Caddesi 43, Cengelköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/de/67de45cc2d3041639ef61fa9783a6729353662da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the Asian side of Istanbul, the hotel enjoys a unique waterfront location on the Bosphoru...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="17497.25" OriginalAmount="16987.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03274613763" Longitude="28.987388000156" StarRating="3" HotelCode="305471|361703" HotelName="Cihangir Ceylan Suite Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akyol Sokak 24, Mebusan Caddesi, Cihangir Beyoglu, 34433 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/81/ad81ce4f11439fd5d4dd5803a7acb16b5d1bdf23.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartment hotel comprises a total of 17 rooms. Services and facilities at the hotel include a sa...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18754.46" OriginalAmount="18208.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.032765" Longitude="28.987314" StarRating="0" HotelCode="|151921" HotelName="Cihangir Ceylan Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>MECLISI MEBUSAN CD.AKYOL SK. CIHANGIR-BEYOGLU 24</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/1/9/2/1/151921_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: The renovated hotel in 2004, has 17 suites and a car park. SITUATION: This establishment, is in Istanbul a good area in is situated in the city centre excellent transport links to places of interest, Close to the train stations, the bus station, the metro stop, the bus stop, places of interest and the harbour.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="21009051.99" OriginalAmount="20397137.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03394912" Longitude="28.98854746" StarRating="0" HotelCode="517144|889041" HotelName="Istanbul Modern Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Residences" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Gumussuyu Mahallesi, Kolcak Sokak 3, Beyoglu, 34425 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=5333319</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.26" OriginalAmount="76.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.045644" Longitude="28.983329" StarRating="0" HotelCode="|527655" HotelName="SOLO HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dolapdere Cd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.13" OriginalAmount="100.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0046272" Longitude="28.9628431" StarRating="0" HotelCode="|305176" HotelName="Milano &amp; Spa Sultanahmet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Muhsinehatun Mahallesi Cifte Gelinler Caddesi, Telli Odalar Sokak 48, Kumkap?, Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="107.32" OriginalAmount="104.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0055534" Longitude="28.9546122" StarRating="0" HotelCode="|305855" HotelName="Saint George Boutique House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="109.68" OriginalAmount="106.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0740441" Longitude="28.9823237" StarRating="0" HotelCode="|305957" HotelName="Mari Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ta?oca?? Caddesi no:27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="111.34" OriginalAmount="108.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007386" Longitude="28.952412" StarRating="0" HotelCode="|353859" HotelName="Pelican House Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.49" OriginalAmount="111.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0071864" Longitude="28.9525602" StarRating="0" HotelCode="|305398" HotelName="Fly Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="138.79" OriginalAmount="134.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0060605" Longitude="28.9599797" StarRating="0" HotelCode="|353844" HotelName="Hotel Red Rose" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.51" OriginalAmount="143.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0490037" Longitude="28.8974303" StarRating="0" HotelCode="|305739" HotelName="ömer Agah Istanbul Hotel Bayrampasa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>?ehirpark? Cd. No:225 Bayrampa?a</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="152.31" OriginalAmount="147.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013007" Longitude="28.939587" StarRating="0" HotelCode="|353872" HotelName="hotel oğuzhan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="184.46" OriginalAmount="179.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0060772" Longitude="28.9812458" StarRating="0" HotelCode="|353573" HotelName="şebnem hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Akb?y?k Caddesi Adliye sok no:1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="199.66" OriginalAmount="193.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.885566" Longitude="29.198777" StarRating="0" HotelCode="|565028" HotelName="Destiny Marine Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kordonboyu Mahallesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="208.19" OriginalAmount="202.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0121044" Longitude="28.9783904" StarRating="0" HotelCode="|301975" HotelName="Old City Luxx Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alaykosku Cad. No:10 Sultanahmet Sirkeci</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Central Heating,Currency Exchange,Designated Smoking Area,Garden,Lounge,Massage Centre,Nightclub,Sauna,Shopping Arcade,Wheelchair Access,Swimming Pool,Jacuzzi,Diet Meals,Heated Pool,Spa,Housekeeping,Smoking Rooms,Wake-up Call Service,Kitchen,Bicycle Rental,24 Hour Security,Airport Transfer (on Demand),Golf,24 Hour Power Supply,Business Centre,Dining,Parking,Printer,Valet Parking,ATM/Cash Machine,Meeting Room,Pets allowed,Babysitting,Boutique,Elevator,Banquet Hall,Kids Play Area,24 Hour Front Desk,24 Hour Room Service,Beauty Salon,Coffee Shop,Concierge,Dry Cleaning,LCD/Projector,Luggage Storage,Off-Site Parking,Pick &amp;amp; Drop</BasicAmenities>
    <HotelRating>3,5,4,2,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE</Meals>
    <PropertyType>CITY HOTEL,HOTEL DE CHARME,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,APARTMENT HOTEL,SPA HOTEL,CONFERENCE HOTEL,HISTORIC HOTEL,HOTEL,ECO HOTEL,AIRPORT HOTEL,APARTHOTEL,BOUTIQUE HOTEL,BUNGALOW COMPLEX,APARTMENT,CLUB RESORT,GUESTHOUSE,RESIDENCES,BED AND BREAKFASTS,RESIDENCE,HOSTELS,LUXURIOUS HISTORIC HOTEL,INNS,BED AND BREAKFAST,HOSTEL,BEACH HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
53363351-8a5f-414a-8dd4-ced37815f73e|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.SelectServerHelper.WaitingForDescriptionToChange()
   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
050d0194-b079-444d-abab-184b4a56b43b|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="050d0194-b079-444d-abab-184b4a56b43b">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="74076" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-07-10T00:00:00" End="2026-07-13T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info.yasholiday@gmail.com" Password="Admin@123" 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
050d0194-b079-444d-abab-184b4a56b43b|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
050d0194-b079-444d-abab-184b4a56b43b|HotelbedsSearch|successfull supplier interation||HotelBeds|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
050d0194-b079-444d-abab-184b4a56b43b|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
050d0194-b079-444d-abab-184b4a56b43b|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
050d0194-b079-444d-abab-184b4a56b43b|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:f4c4f361-253e-46ac-a963-c87267902921
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
050d0194-b079-444d-abab-184b4a56b43b|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
050d0194-b079-444d-abab-184b4a56b43b|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-06-12T10:25:24.9858912+01:00" Version="0" EchoToken="Search" TransactionIdentifier="050d0194-b079-444d-abab-184b4a56b43b" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="39.17" OriginalAmount="38.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04944" Longitude="29.02482" StarRating="0" HotelCode="|548639" HotelName="Bufes Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/8/6/3/9/548639_3db6d6f0057.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.63" OriginalAmount="50.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036762" Longitude="28.976931" StarRating="0" HotelCode="|475110" HotelName="Red Tent Suite 24" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kalyoncu Kullugu Cd no.23</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/1/1/0/475110_875e7301247.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.14" OriginalAmount="51.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98123" Longitude="28.73057" StarRating="3" HotelCode="|192507" HotelName="Istanbul Dedem  1" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gumuspala Mah. Nadide Sk. No 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/5/0/7/192507_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.32" OriginalAmount="53.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035259" Longitude="28.978642" StarRating="0" HotelCode="|537973" HotelName="Taksim Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/9/7/3/537973_248b7350920.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.62" OriginalAmount="54.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03114774" Longitude="28.97921998" StarRating="0" HotelCode="591878|paxx_istanbul_hotel_hostel" HotelName="Paxx Istanbul Hotel &amp; Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Laundry,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Firuzaga Mahallesi, Cezayir Sokak 2/A, Beyoglu, 34425 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/2f/c92f1ffccdb5ffe8d9a257e6ea75292b7639e91e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service, a restaurant, a bar and a la...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.65" OriginalAmount="55.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00715" Longitude="28.970654" StarRating="3" HotelCode="60060|hotel_santa_sophia" HotelName="Santa Sophia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Emin Sinan Mahallesi, Emin Sinan Hamami Sokak 2, Fatih, 34470 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ed/47/ed477f9572d92912567d82e4a59f88106363d028.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The family-friendly city hotel is located in the Sultanahmet district in the heart of the old city. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57.68" OriginalAmount="56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.021617614265" Longitude="28.944824233135" StarRating="3" HotelCode="311564|54900" HotelName="Hotel New Fatih Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akemsettin Mahallesi, Bedrettin Simavi Sokak 4, 34080 Istanbul, Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/23/94231b074f0c28e7c319e2e1bb2f9d7df168b4f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.71" OriginalAmount="57.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="962593|the_zanadu_istanbul" HotelName="The Xanadu Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mahallesi, Sehit Mehmet Pasa Sokak 26/1, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/e8/f1e804ecb906aff6c745ea99a9def62b4d7d73ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="59.74" OriginalAmount="58" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1357863-28481168/4024169871002992272/2277" HotelName="HOTEL ARINNA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/85000000/84140000/84134200/84134103/9b139b87_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.77" OriginalAmount="59.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00592425" Longitude="28.9719317" StarRating="3" HotelCode="965761|the_laila_hotel" HotelName="The Laila Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Dizdariye Yokusu 16, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/a7/29a7b102ab1c2273c2f3a26f6dae0087d57e86ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.04" OriginalAmount="59.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005048" Longitude="28.946627" StarRating="0" HotelCode="|534037" HotelName="Butique House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Atmaca Sk. No:36</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/0/3/7/534037_d2b37991146.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.80" OriginalAmount="60.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.001167733221" Longitude="28.798095953373" StarRating="4" HotelCode="489063|royal_inci_airport_hotel" HotelName="Royal Inci Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sadik Sokak No 8, Kartaltepe Mahallesi, Küçükçekmece, Istanbul 34124</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e5/a7/e5a7769418d8ed3c781dcdcdc218e4516d93d5ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.98" OriginalAmount="60.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0383331" Longitude="28.9833348" StarRating="0" HotelCode="|108307" HotelName="Budak Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Taksim Feridiye Cad No :19/1 Beyo?lu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/3/0/7/108307_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in the city centre, is situated 90 metres away from Taksim the square Istiklal Avenue.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.83" OriginalAmount="61.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02034571" Longitude="28.92844442" StarRating="1" HotelCode="323369|hotel_torun" HotelName="Hotel Torun" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Topkapi Mahallesi, Hamam Odalari Araligi No. 9, 34093 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3b/3a/3b3ac887e11efe123a4bdaf536a797a5d09736f8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.83" OriginalAmount="61.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04353013" Longitude="29.00771413" StarRating="3" HotelCode="599288|barba_rossa_residence" HotelName="Barba Rossa Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Barbaros Bulvari, Eski Yildiz Caddesi 34, Besiktas, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/78/8f78a94b08bc2bea60c9100236ba3539d2268d8d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.98" OriginalAmount="61.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0217" Longitude="28.94466" StarRating="0" HotelCode="|184669" HotelName="New Fatih Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Aksamsettin Mah. Bedrettdin</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/6/6/9/184669_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.86" OriginalAmount="62.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0057175" Longitude="28.97150117" StarRating="0" HotelCode="962310|the_lola_hotel_2" HotelName="The Lola Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Katip Sinan Cami Sokok 18, 34122 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/bc/c5bca9ac5e825c9fb0f0069140bcafb469e164c9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.63" OriginalAmount="62.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.997055" Longitude="28.711346" StarRating="0" HotelCode="|471933" HotelName="Avrupa Palace " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Uran Cd. 40</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/9/3/3/471933_aca0edb1232.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="65.92" OriginalAmount="64" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|638597-28494095/4024169871002992272/18220" HotelName="THE LAILA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/36000000/35670000/35668200/35668195/a284ef2c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.92" OriginalAmount="64.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.020530166626" Longitude="28.962631633764" StarRating="3" HotelCode="315880|diyar_hotel" HotelName="Diyar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Yavuz Sinan Mahallesi, Arapcesme Sokak 11, Kucuk Pazar-Fatih-Eminonu, Faith, 34412 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/72/4072b8772204de66dcc4b7bd910cb2052678b9e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access is available to guests in the public areas. Those arriving in their own veh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="66.75" OriginalAmount="64.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03842" Longitude="28.98125" StarRating="0" HotelCode="|184763" HotelName="Oriella Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/7/6/3/184763_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.75" OriginalAmount="65.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0053752" Longitude="28.9654935" StarRating="0" HotelCode="|108216" HotelName="Yasmin Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Hayretin Mahallesi Balipasa Yokusu Arayici Sokak No:2 Kumkapi Beyazit</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/1/6/108216_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a terrace with sea views. SITUATION: The hotel Beyazit it is in it is situated 10 minutes walk away from Sultanahmet the tourist points of interest in. ROOM: The establishment has rooms with an air-conditioning system and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.90" OriginalAmount="65.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008118" Longitude="28.960116" StarRating="0" HotelCode="|536866" HotelName="Istanbul Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ikbal Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/6/8/6/6/536866_f442ccb2000.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.98" OriginalAmount="66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00047988" Longitude="28.80049648" StarRating="3" HotelCode="499006|217183" HotelName="Express Inci Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Pamuk sokak, Kartal tepe mahallesi 13, Kucukcekmece, 34100 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/df/35/df35317959dc2f2d7e894f72e0d83a7c6ea5b71b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.98" OriginalAmount="66.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005706841122" Longitude="28.965504668648" StarRating="1" HotelCode="296190|yasmin" HotelName="Yasmin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Hayretin Mahallesi, Balipasa Yokusu, Arayici Sokak 2, Beyazit, Fatih 34100, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/45/bd459bd459a691b1d6aa8852f248fd536d364871.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 1 km from the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.01" OriginalAmount="67.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02003649" Longitude="28.96249599" StarRating="0" HotelCode="776279|marpalace_hotel" HotelName="Marpalace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Arap Cesmesi? Sokak 21, 34134 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/92/38927e346cf5b241d592e1f71c7c1a905e9a8851.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.01" OriginalAmount="67.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="968409|hotel_cigno_istanbul" HotelName="Hotel Cigno Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Pertev Pasa Sokak 38, 34126 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e5/0a/e50af1f468b000138017d148a05a2aa6fd416b0e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="69.34" OriginalAmount="67.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00508" Longitude="28.96192" StarRating="0" HotelCode="|533855" HotelName="Stylish Hotel Old City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Molatasi Caddesi No 28</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/8/5/5/533855_4f1e6911135.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="70.04" OriginalAmount="68" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|316493-28493918/4024169871002992272/10765" HotelName="REYDEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13300000/13295100/13295074/cd48eeb5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.04" OriginalAmount="68.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="817251|megaron_hotel_2" HotelName="Hotel Megaron" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/93/5393fc116168f9654f72f7cff74e355cb8a312ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="70.84" OriginalAmount="68.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006000016863" Longitude="28.971067965031" StarRating="3" HotelCode="37688|359325" HotelName="Diva's Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Katip Sinan Camii Sokak 31, Sultanahmet, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/d8/58d81cf60a1871df6d659ddc8a13686a7bee5bf2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located close to a park (about 100 m away). The city centre and tourist area with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.10" OriginalAmount="70.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="736245|milena_suites" HotelName="Milena Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kurabiye Sokak 26, Beyoglu, 34435 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/05/550518204a6c29babc6e498b56b26e85aad89103.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="73.02" OriginalAmount="70.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0357648" Longitude="28.9792424" StarRating="0" HotelCode="|353421" HotelName="Palmiye Hotel Taksim" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Huseyinaga Mah. Halas Sokak No:19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/4/2/1/353421_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.13" OriginalAmount="71.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98606" Longitude="28.718157" StarRating="3" HotelCode="297935|avcilar_inci_hotel" HotelName="Avcilar Inci" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Engin Sk. No. 6, Avcilar Merkez Mah., Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/e0/7ce0c92bf07949e7982e498946a45c319230b935.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.13" OriginalAmount="71.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03410606" Longitude="28.68127717" StarRating="3" HotelCode="374281|grand_dedem_hotel" HotelName="Grand Dedem Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Yenikent Mahallesi, 606 Sokak 4, 34510 Esenyurt, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/47/1f473581a35cca21490cf4786f4d48df5d8e65c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="73.25" OriginalAmount="71.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00052" Longitude="28.80059" StarRating="3" HotelCode="|242941" HotelName="Express Inci Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/2/9/4/1/242941_a4a0f510140.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.16" OriginalAmount="72.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007079" Longitude="28.95495" StarRating="3" HotelCode="169651|maral" HotelName="Maral Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Katip Kasim Mahallesi, Pasazade Sokak No: 17, Laleli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/39/5939bb65ae7d844aa764165852d31ac72f3b7177.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Laleli area of Istanbul, within comfortable walking distance of the majo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.07" OriginalAmount="72.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005096" Longitude="28.963955" StarRating="0" HotelCode="|86849" HotelName="Hotel Antik Ipek" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ciftegelinler Caddesi No:23 Kumkapi Sultanahmet Old City</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/4/9/86849_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 5 minutes away from the bazaar, this establishment, Kumkapi it is in. ROOM: The rooms have a satellite television. FACILITIES: Guests are offered a car park (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.10" OriginalAmount="72.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.981073" Longitude="28.730859" StarRating="0" HotelCode="|485048" HotelName="Green Palmiye Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gumuspala Mahallesi Londra Asfalti</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/5/0/4/8/485048_9d9defa2045.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.19" OriginalAmount="73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.050362575393" Longitude="28.985811036246" StarRating="3" HotelCode="933236|237538" HotelName="New City Hotel Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bozkurt Mahallesi, Esref Efendi Sokak 52, 34480 Pangalti, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d9/6a/d96ac11485cabbce7ca0f2b0fa23dd13375e3c1a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.19" OriginalAmount="73.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005547225" Longitude="28.9634007" StarRating="2" HotelCode="118843|antik_ipek_hotel" HotelName="Antik Ipek Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Cifte Gelinler Caddesi 39-41, Kumkapi Sultanahmet Old City, 34098 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/15/f115fda2c5bdd4e5f5e2b12e9d4ad49dfdd28f0d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hippodrome (5 min.)
	 300 meters from Metro
	 St. Sophia (8 min.)
	 Topkapi Palace (10 min.)
	 Blue ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.41" OriginalAmount="73.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0029711" Longitude="28.9760845" StarRating="3" HotelCode="|82998" HotelName="Berce" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kucukayasofya Cad. Mustafapasa Sok. No: 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/9/8/82998_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has a terrace. SITUATION: The hotel is next to the coast, is situated in Istanbul the Peninsula of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.65" OriginalAmount="73.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0204217" Longitude="28.9283415" StarRating="0" HotelCode="|108189" HotelName="Torun Istanbul Old City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kaleici Topkapi Mahallesi Hamam Odalari Aral?gi No:9 Topkapi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/8/9/108189_5.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is in Topkapi the district of 300 metres away, guests can find Pazartekke the tram stop of It has excellent transport links to Sultanahmet the historic area of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="76.22" OriginalAmount="74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00648379" Longitude="28.97130818" StarRating="3" HotelCode="635290|252295" HotelName="Seven Days Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Goktas Sokak 10, Sultanahmet, Fatih, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/da/73dac73a79d60322f9967f5fed3d5fe7edfdab13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.22" OriginalAmount="74.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03722683" Longitude="28.98170202" StarRating="3" HotelCode="372594|a_plus_residence" HotelName="A Plus Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mahallesi, Pelesenk Sokak 12, Beyoglu, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/e8/80e896984238267b9e672e1d225e0075018235b7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.22" OriginalAmount="74.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99431917" Longitude="28.83933039" StarRating="3" HotelCode="430714|grand_palace_hotel_9" HotelName="Grand Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Hurriyet Mahallesi, Hürriyet Caddesi, Altin Sokak 29, Bahcelievler, 34191 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/7d/467ded0c79ccaa422c2ed7dbc860cdc19e1a5e18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.63" OriginalAmount="74.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0061853" Longitude="28.9713528" StarRating="3" HotelCode="|86703" HotelName="Blue Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mah. Dizdariye Ceme Sok. No:49</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/0/3/86703_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: Sultan Ahmed Mosque It is situated 450 metres away from. ROOM: All the rooms have with WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="77.01" OriginalAmount="74.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005559" Longitude="28.968538" StarRating="3" HotelCode="141762|120322" HotelName="Fors" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Eminsinan Mahallesi, Piyerloti Caddesi, Kadirga Hamam Sokak 10, 34490 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/86/df86626f8395adadd0e22b02801d49a8dfe7f1fc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the old peninsula of Istanbul, within walking distance of highlights such as...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.25" OriginalAmount="75.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.045063968923" Longitude="28.983136146979" StarRating="3" HotelCode="375021|all_inn_hotel" HotelName="All Inn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Inonu Mahallesi Dolapdere Cadesi  No 78, Sisli, 34347 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/4b/a54b4c2c95814e0aa1a2bca7c7a99cdaf9c7046e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.25" OriginalAmount="75.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="730797|carvan_hotel" HotelName="Carvan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Küçükayasofya Mahallesi, Tahsinbey Sokak 28, Fatih, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/27/0a270dd6c45644ffffd8de33cc798243c2de0a60.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.25" OriginalAmount="75.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="851674|miklagord_hotel" HotelName="Miklagord Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Katip Sinan Cami Sokak 25, Istanbul 34122, Sultanahmet</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/84/d68473a7f9d72756897fa2ed8ae39059be52dfc1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="77.98" OriginalAmount="75.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.037587" Longitude="28.981394" StarRating="3" HotelCode="191174|1660008" HotelName="Element Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cevza Sokak 2, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/d3/43d3241ab3717982de6a9ef4c2dbf2244b7bee14.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.28" OriginalAmount="76.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003294" Longitude="28.980249" StarRating="4" HotelCode="144070|aruna_hotel" HotelName="Aruna Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Ahirkapi Sokak 74, Cankurtaran Mahallesi, 34122 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d6/66/d66643dea35e21e3c0774b8e80e250f2cffbe7e0.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located in the heart of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.28" OriginalAmount="76.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01553768" Longitude="28.95925098" StarRating="3" HotelCode="517091|seyri_istanbul_hotel" HotelName="Seyri Istanbul Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Molla Husrev Mahallesi, Uzumcu Sokak No 4, Vefa Caddesi, 34134 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/16/b11641e81af1be3e5aeb9928c4fc9b7e9c02c0d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="78.31" OriginalAmount="76.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99427" Longitude="28.83967" StarRating="0" HotelCode="|237790" HotelName="Grand Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hurriyet Mah Hurriyet Cad Altin Sok No 29 Bahcelievler</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/7/7/9/0/237790_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="78.89" OriginalAmount="76.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00568" Longitude="28.97225" StarRating="0" HotelCode="|523279" HotelName="Divas Silver Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Binbir Direk Mah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/2/7/9/523279_98b524a1140.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.31" OriginalAmount="77.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007555" Longitude="28.951731" StarRating="2" HotelCode="188673|hotel_akkus" HotelName="Akkus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Mahallesi, Valide Cami Sokak 12, 34096 Istanbul, Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/1a/9a1afb13baa7655079d180fac00a5df0483e99e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.31" OriginalAmount="77.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.988815" Longitude="28.797338" StarRating="3" HotelCode="188737|hotel_osaka_airport" HotelName="Hotel Osaka Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Hürriyet Mah. E-5 Yanyol 26-28, Bahçelievler, 34800 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/46/8b466825eec7e6d89af0d96225e4757c0702333c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.31" OriginalAmount="77.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00554993" Longitude="28.95460072" StarRating="2" HotelCode="593888|saint_george_boutique_house" HotelName="Saint George Boutique House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Katip Kasim Mahallesi, Yenisepetci Sokak 25/101, Yenikapi, Fatih, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/fd/cb/fdcb2ef40820fd987975475878e28bf1482f57f8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.31" OriginalAmount="77.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00569" Longitude="28.968841" StarRating="3" HotelCode="904571|new_pelda_hotel" HotelName="Old City Sultanahmet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pierlotti Cad. No:59, Çemberlitas, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/14/f414031d1fba0c1342bf01e3011ee01a6b224d64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just a couple of minutes' walk from Sultanahmet and the major attractions are r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.31" OriginalAmount="77.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005167631091" Longitude="28.970436035582" StarRating="4" HotelCode="902962|sultanahmet_suites__apartments_2" HotelName="Sultanahmet Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mah., Ozbekler Sok. No:4/1, Sultanahmet, Kadirga, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/f2/81f212ad913d92c1aef90ef6c94d2a2512904327.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.32" OriginalAmount="77.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03885" Longitude="28.98286" StarRating="0" HotelCode="|184795" HotelName="Q Pera Hotel Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mah. Feridiye Cad. No.38</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/7/9/5/184795_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.34" OriginalAmount="78.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0079617" Longitude="28.9678448" StarRating="4" HotelCode="300222|divani_ali_3" HotelName="Divan-i Ali Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Hayrettin Mahallesi, Divani Ali Sokak 7, Beyazit, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8a/d2/8ad220fca022e9c69c6233648ee2c5c76adedaa5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.34" OriginalAmount="78.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="850584|basak_apart_hotel" HotelName="Basak Apart Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kurban Sokagi, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/09/19099ee42176e19eb118137bc2517766f8ba75c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="80.48" OriginalAmount="78.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008111" Longitude="28.797988" StarRating="0" HotelCode="|466043" HotelName="Seyithan Palace Spa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tevfikbey Mahallesi. 2321 sokak. No2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/6/0/4/3/466043_383246c1052.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="80.95" OriginalAmount="78.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007647" Longitude="28.953293" StarRating="0" HotelCode="|558264" HotelName="Hotel Ozbek" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mustafa Kemalpasa Caddesi Tiryakihasan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/8/2/6/4/558264_12045921654.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="81.14" OriginalAmount="78.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0038466" Longitude="28.9717832" StarRating="3" HotelCode="|82967" HotelName="Magnificent" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/6/7/82967_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has WiFi, (free of charge), panoramic views. SITUATION: It is inSultanahmet the city centre of this hotel Istanbul It is in.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="81.22" OriginalAmount="78.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99326" Longitude="28.83739" StarRating="0" HotelCode="|192137" HotelName="Airport Best Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/1/3/7/192137_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.37" OriginalAmount="79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00581761" Longitude="28.97206321" StarRating="5" HotelCode="623419|271787" HotelName="Diva's Silver" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Katip Sinan Camii Sokak 31, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/625434/625434a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.37" OriginalAmount="79.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99488121" Longitude="28.83797862" StarRating="5" HotelCode="517388|orange_airport_hotel" HotelName="Orange Airport Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Zafer Mahallesi, Beydagi Sokak 28, Bahçelievler, 34197 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/28/05/28054628ccb0be013865c80186d90e3b7a6be288.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="81.86" OriginalAmount="79.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.057277" Longitude="28.981384" StarRating="0" HotelCode="|475018" HotelName="Solo Suites Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/0/1/8/475018_53de6361255.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="81.86" OriginalAmount="79.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.971321" Longitude="29.139977" StarRating="0" HotelCode="|304764" HotelName="Arkem Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>F?nd?kl? Mahallesi Ataturk Caddesi no 189 Maltepe</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/4/7/6/4/304764_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="82.34" OriginalAmount="79.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.993128" Longitude="28.8499867" StarRating="0" HotelCode="|353511" HotelName="Paradise Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/5/1/1/353511_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.40" OriginalAmount="80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007637246588" Longitude="28.976381424316" StarRating="0" HotelCode="188738|497670" HotelName="Ozbek" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tiryaki hasan Pasa Sokak No: 1, Mustafa Kemalpasa Caddesi, Aksaray/Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/91/2f910b05277f3362e5f02c5c4178276cba50db16.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.40" OriginalAmount="80.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00772102" Longitude="28.9515123" StarRating="2" HotelCode="374300|hotel_oz_villa" HotelName="Hotel Oz Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Mahhalesi, Valide Cami Sokak No:12, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/dc/f7dc9b90b7a927ee472dadf3734f2372878ed712.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.40" OriginalAmount="80.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.97138433" Longitude="29.1401462" StarRating="0" HotelCode="592238|city_loft_suites_maltepe_2" HotelName="Arkem Hotel &amp; Suite 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Findikli Mahallesi, Ataturk Caddesi 189, Maltepe, 34000 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/b6/3bb65b94a8bfbc666df067a986e6a385e0304f38.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="82.90" OriginalAmount="80.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.037671" Longitude="28.974489" StarRating="0" HotelCode="|485426" HotelName="St. Moscow Taksim By Emmy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Samanci Ali Sk. 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/5/4/2/6/485426_4b6f5872011.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="83.42" OriginalAmount="80.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005411938665" Longitude="28.96277717791" StarRating="3" HotelCode="65950|334305" HotelName="Tayhan Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Turkeli Caddesi 5, Kumkapi, 34480 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/89/a989148c16c68b382b057f6f7df5698a7a9a9de2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in Kumkapi, one of the ancient quarters of Istanbul, 5 minutes from the import...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.46" OriginalAmount="81.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036762" Longitude="28.976931" StarRating="0" HotelCode="|529292" HotelName="The Rent Tent Suite 23" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kalyoncu Kullugu Cd. 23</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/2/9/2/529292_e6b345d1026.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.61" OriginalAmount="81.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02028" Longitude="28.96316" StarRating="0" HotelCode="|242530" HotelName="Roof Istanbul Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yavuz Sinan Mahallesi Yogurtcu Nuri Sokak No:15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/2/5/3/0/242530_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.93" OriginalAmount="81.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99278" Longitude="28.84561" StarRating="0" HotelCode="|185053" HotelName="White Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mehmet Akif Mh. Ikinci Sk. No:20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/0/5/3/185053_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="84.01" OriginalAmount="81.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006163" Longitude="28.800936" StarRating="0" HotelCode="|468928" HotelName="Arena Luxury Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dr. Ali Demir Cd 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/9/2/8/468928_50947b51256.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="84.34" OriginalAmount="81.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006482" Longitude="28.9713361" StarRating="0" HotelCode="|86828" HotelName="Istanbul Comfort Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/2/8/86828_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 5 minutes away from the mosque. ROOM: The rooms have an air-conditioning system and a television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="84.44" OriginalAmount="81.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008270833652" Longitude="28.978212470947" StarRating="3" HotelCode="191084|1580628" HotelName="Magnificent Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Kadirga Liman Cd. No: 207-209, Küçükayasofya, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/69/f369b5e9a5ae7596f0445990dd8eae83a0cc8226.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.46" OriginalAmount="82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00408838" Longitude="28.96214277" StarRating="3" HotelCode="372274|217730" HotelName="Sun Comfort Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Muhsine Hatun Mahalessi, Tavasi Cesme Sokak 50, Kumkapi, Fatih 34130, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/14/4e144c6607cd86850e9d2f5168365ac61c34acca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.46" OriginalAmount="82.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005295624713" Longitude="28.971945047379" StarRating="3" HotelCode="171008|sultan_palace_hotel" HotelName="Sultan Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Katip Sinan Sokak 38, Kucuk Ayasofya Mahallesi, 34122 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/8e/298ed3ff08eb097371c2acab92856fd82e7d7e0e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Sultanahmet district of the city, the hotel is ideally situated for visiting the majo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.46" OriginalAmount="82.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006013679567" Longitude="28.954207599163" StarRating="3" HotelCode="186919|grand_oral_hotel" HotelName="Grand Oral" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Fabrika Sk. No:7, Mustafa Kemal Pasa Cad., Yenikapi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/64/9e6463d1aedd88da3a5da4c5caca4dfc95f3d280.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Yenikapi area of Istanbul, which is just 2 km from the major attractions...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.46" OriginalAmount="82.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004176" Longitude="28.966075" StarRating="3" HotelCode="187211|ottoman_tulip_hotel" HotelName="Ottoman Tulip" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Duzgun Sokak No: 13, Sehsuvar Bey Mah., Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/76/70/767063820fcff4d92a8661cdb87d074e44e49c91.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated within walking distance of all of the major historical tourist attractions in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.46" OriginalAmount="82.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00402681" Longitude="28.96651473" StarRating="2" HotelCode="323058|tom_square_boutique_hotel" HotelName="Tom Square Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Sehsuvarbey Mahallesi, Berham Cavus Sokak 4, Kumkapi, Fatih, 34100 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/91/dc91fa022a3044097ff3945b244d4a1abd697e54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located in the heart of Istanbul. Its setting is especially ideal for guests ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.46" OriginalAmount="82.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0703303" Longitude="28.98854393" StarRating="0" HotelCode="372590|ag_sisli_residence_" HotelName="AG Sisli Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Izzetpasa Mahallesi, Ayazma Yolu 57, Sisli, Mecidiyeköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/06/1b067b98656c03abbec9d352d80e2ea8acce46e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a transfer service, room service and a business centre. Wireless internet access in...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="84.53" OriginalAmount="82.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0054321" Longitude="28.9654846" StarRating="0" HotelCode="|95703" HotelName="MAY ISTANBUL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Hayrettin Mh., Bali Pa?a Yk?. No:86, 34126 Fatih/?stanbul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/7/0/3/95703_1_6369.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Sultanahmet the district of This hotel is in Istanbul the centre of 10 minutes away, you can find places of interest, Such as Topkapi the Palace of the bazaar. it is 14 kilometres away from Istanbul AtatÃ¼rk Airport. HOTEL: This hotel offers WiFi, (free of charge), rooms with satellite TV, air-conditioning, a terrace, a restaurant and a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.49" OriginalAmount="83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00506944" Longitude="28.96393036" StarRating="5" HotelCode="407177|217772" HotelName="Santefe Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Muhsine Hatun Mah. Ciftegelinler Cad. No:21 Kumkapi, Fatih, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/09/52/0952bf72e354a13856a82b3cb7ca03f7db1b8160.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.49" OriginalAmount="83.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.014053" Longitude="28.976622" StarRating="3" HotelCode="188711|esen_hotel" HotelName="Grand Esen Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hoca Pasa Orhaniye Caddesi 40-42, Fatih, 34112 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/c4/e5c4fe7d466ad9fb2ed757975abb20176bcc0c09.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.49" OriginalAmount="83.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.002911935891" Longitude="28.977862610451" StarRating="3" HotelCode="200056|lalinn_hotel" HotelName="Lalinn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Oyuncu Cikmazi, Oyuncu Sokak 4, Ahirkapi, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/cf/30cfc6585327b3ba16ee723fbbc53d131292b9bc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.49" OriginalAmount="83.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038117" Longitude="28.983352" StarRating="3" HotelCode="191182|hot_suites_taksim" HotelName="Hot Suites Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Taksim Firini Sokak No. 7, 34437 Taksim, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/0c/a1/0ca1a9c8ef41ad6656740184936cae15aec91302.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.49" OriginalAmount="83.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00009492" Longitude="28.69551487" StarRating="3" HotelCode="548490|grand_monaco_hotel" HotelName="Grand Temel Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Saadetdere Mahallesi, E5/Yanyol 68 Sokak 30/1, 34513 Avcilar, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4d/4c/4d4ce4feb8cd5acd8eea642f6c28893820f26b6f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.49" OriginalAmount="83.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="983211|tavra_hotel" HotelName="Tavra Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Muhsine Hatun Mahallesi, Cemre Sokak 7, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/8f/c38fa5e2bb00bcfbfdfd70adb928c126e6bc7018.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.77" OriginalAmount="83.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0380543" Longitude="28.9832343" StarRating="3" HotelCode="|86868" HotelName="Royal Pera Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Feridiye Cad. Taksim Firini Sok. No. 7 Taksim</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/6/8/86868_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inTaksim the Square of this hotel is in Istanbul the centre of Close to places of interest, shops, restaurants and bars.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.97" OriginalAmount="83.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00323" Longitude="28.97381" StarRating="0" HotelCode="|184562" HotelName="Rose Bouquets" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Cad No 67</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/5/6/2/184562_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="86.50" OriginalAmount="83.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.977537" Longitude="28.739289" StarRating="3" HotelCode="255922|1065708" HotelName="Expocity" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gümüspala Mahallesi D-100, Kuzey Yan Yol, No: 90, Avcilar, 34320 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ec/7f/ec7ff06a7c648c56ab56f805eb274b836c9db1c5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.52" OriginalAmount="84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006478" Longitude="28.971215" StarRating="3" HotelCode="267829|217620" HotelName="Istanbul Comfort" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Piyer Lotti Caddesi, Göktas Sokak No: 7/7A, Sultanahmet, Istanbul 34435</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/72/34/7234ba72a76ebc0bc4d3d35818c4d20d6d549e58.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.52" OriginalAmount="84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0362249" Longitude="28.9813167" StarRating="4" HotelCode="299547|237575" HotelName="Raven Istanbul Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Istiklal Caddesi, Süslü Saksi Sokak 3, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/0d/c80db7b608a2eb0b35241f00645af15a7d4d7794.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.52" OriginalAmount="84.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003839" Longitude="28.972813" StarRating="2" HotelCode="186042|hotel_new_era" HotelName="Ancient Town Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kasap Osman Sokak 10, Kucuk Ayasofya Mahallesi, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/60/1460f8b276a4251182a7e6601482c6a0a04465d4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.52" OriginalAmount="84.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0426618" Longitude="28.9823554" StarRating="3" HotelCode="300217|hera_montagna_hotel" HotelName="Hera Montagna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Inönü Mahallesi, Elmadag Caddesi 64, Sisli, Istanbul 34381</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/b2/93b21e71271514534f073f271acd2b7498c59535.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.52" OriginalAmount="84.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02032919" Longitude="28.96322485" StarRating="0" HotelCode="374116|hotel_ottoman_2_class" HotelName="Ottoman Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yavuz Sinan Mahallesi, Yogurtcu Nuri Sokak 15, Eminonu Fatih, 34134 Istanbul, Marmara Bölgesi, Turkey</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/11/691110e8c6b6051677611e26f0773f9df4f6a6c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="86.96" OriginalAmount="84.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0038126" Longitude="28.9725923" StarRating="2" HotelCode="|82903" HotelName="Ancient Town" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mah. Kasap Osman Sok No:10 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/0/3/82903_1362caf1159.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Sultanahmet the district of Istanbul it is in. FACILITIES: The establishment has a breakfast room.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.20" OriginalAmount="84.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03643" Longitude="28.97798" StarRating="0" HotelCode="|245082" HotelName="Taksim Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cukur Mahallesi Peskirci Sokak No 10 Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/0/8/2/245082_45ea4da1349.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="87.55" OriginalAmount="85" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|34386-28558339/4024169871002992272/8053" HotelName="DIVAS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/900000/894800/894704/919664bb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.55" OriginalAmount="85.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02540152" Longitude="28.97021888" StarRating="3" HotelCode="590097|guestroom_galata" HotelName="Flats Company - Karakoy Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Emekyemez Mahallesi, Bugulu Sokak 11, Karakoy, Beyoglu, Istanbul 34420</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/d4/4bd44776a8b761c8e8749fee399bbb8f91a00bf5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.55" OriginalAmount="85.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="966063|royal_suites_sultanahmet" HotelName="Royal Suites Sultanahmet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mahallesi, Sehsuvar Bey Sokak 2, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/34/6234317731eeacd0a57f6068bfed0c1ea4e8fb3f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="87.64" OriginalAmount="85.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013566" Longitude="28.977218" StarRating="3" HotelCode="73539|591265" HotelName="Kafkas Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hudavendigar Caddesi 35, Sirkeci, Fatih, 34104 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/08/51085c894e62f0c74deb09b48c8e3e1b5f0ba703.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the historical part of town. Sirkeci, with its links to the pu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.81" OriginalAmount="85.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0199891" Longitude="28.9632091" StarRating="0" HotelCode="|304514" HotelName="Reydel Hotel" 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/0/4/5/1/4/304514_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.26" OriginalAmount="85.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01361" Longitude="28.97888" StarRating="0" HotelCode="|184509" HotelName="Erenler and Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa maha.Tayahatun</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/5/0/9/184509_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.31" OriginalAmount="85.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0054163" Longitude="28.9718089" StarRating="0" HotelCode="|82996" HotelName="Theodian" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/9/6/82996_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment offers sea views and attentive service. SITUATION: It is situated close to the mosque. ROOM: Each room has WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.47" OriginalAmount="85.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0177" Longitude="28.92616" StarRating="0" HotelCode="|461430" HotelName="Ulubat Castle Hotel" 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/6/1/4/3/0/461430_4d1840f0641.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.58" OriginalAmount="86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03635491" Longitude="28.97795831" StarRating="0" HotelCode="588803|237664" HotelName="Taksim Palace Otel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Cukur Mahallesi, Peskirci Sokak 10, Kalyoncu Kullugu Caddesi, 34200 Istanbul, Marmara Region</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/761774/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.58" OriginalAmount="86.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="743502|idyllic_hotel_taksim" HotelName="Idyllic Hotel Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sehitmuhtar Mahallesi, kurabiye Sokak 10-/888, 34435 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/53/dc5319613f80db68a1936ebc95d2027fc04a465c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.58" OriginalAmount="86.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="689855|red_white_hotel" HotelName="Red White Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nisanca Mahalessi</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/07/1f/071f6e17f0daa3ca5798d3c69554acf7c3bfd6b9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.58" OriginalAmount="86.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0299489" Longitude="28.97084894" StarRating="0" HotelCode="767393|leader_mansion_hotel_sauna" HotelName="Leader Mansion Hotel &amp; Sauna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Bedrettin Mahallessi, Tarihi Sokak 27, 34440 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/94/c794f8fec143a4c4adde46fef8f696779b318cda.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.58" OriginalAmount="86.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="973596|pera_imperium_taksim" HotelName="Pera Imperium Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bekar Sokak 15, 34435 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c7/c0/c7c0fd807a88f8b96ac3c450a581b7fd1a5d998a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="88.72" OriginalAmount="86.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009706" Longitude="28.972862" StarRating="3" HotelCode="177347|211670" HotelName="Sipahi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Divanyolu Türbedar Sokak No:20, 34120 Çemberlitas, Eminönü, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/44/6e443723726ad7dc4a0e4b020532d24df1307f15.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A lobby and a reception are available to guests. Most of the storeys are easily accessible by lift. ...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.76" OriginalAmount="86.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00283" Longitude="28.97371" StarRating="0" HotelCode="|184598" HotelName="La Petite Maison" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mh Aksakal Sk No 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/5/9/8/184598_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.02" OriginalAmount="86.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.033801" Longitude="28.981449" StarRating="0" HotelCode="|475520" HotelName="ELEGANCE APART" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sadri Alisik Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/5/2/0/475520_73638af1243.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.07" OriginalAmount="86.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.037379" Longitude="28.976812" StarRating="0" HotelCode="|529349" HotelName="The Red Tent Suite 88" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kalyoncu Kullugu Cd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/3/4/9/529349_fb85c121047.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.25" OriginalAmount="86.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0368176" Longitude="28.9818482" StarRating="0" HotelCode="|108180" HotelName="Taxim Elegance Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mah. Pelesenk Sok. No: 5 /a</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/8/0/108180_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in a central area, is located 100 metres away from Istiklal Avenue it is 200 metres away from Taksim the Square of. ROOM: Customers can find modern rooms with kitchen and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="89.37" OriginalAmount="86.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.015575" Longitude="28.804462" StarRating="3" HotelCode="260217|1079228" HotelName="Air Boss Hotel Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tevfik Bey Mahallesi, Muammer Aksoy Caddesi, Akkus sokak 1, Sefaköy (1.730,29 km), 34290 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/c4/4ec4b2d39f57ec7f628f697400215d5aed71b4be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.61" OriginalAmount="87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03056901" Longitude="28.81510814" StarRating="3" HotelCode="445795|199084" HotelName="Grand Istanbul Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Gülbahar Caddesi 2, Gunesli, 34212 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/73/2f732cc33502f9928afc4b6860318d5cfacd6636.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="89.61" OriginalAmount="87" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|638355-32593237/4024169871002992272/2700" HotelName="SEYRI ISTANBUL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13420000/13415100/13415048/73806e8d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="89.61" OriginalAmount="87" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|185842-28558429/4024169871002992272/13448" HotelName="SULTANAHMET SUITES - APARTMENTS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2490000/2481300/2481226/ee07855c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="89.61" OriginalAmount="87.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.015930288801" Longitude="28.95799835995" StarRating="3" HotelCode="315870|birlik_apart_hotel_" HotelName="Birlik Apart Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Designated Smoking Area,Internet,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Molla Hüsrev Mahallesi, Akif Pasa Sokak 11, Vefa, 34134 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/60/d9604d6fd09aadc0a36b56c3b622251a2d1bc464.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Fatih district of Istanbul, this recently refurbished hotel is situated close to the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="89.61" OriginalAmount="87.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005299672966" Longitude="28.97199600935" StarRating="3" HotelCode="901215|theodian_hotel" HotelName="Theodian Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Küçükayasofya Caddesi, Katip Sinan Camii Sokak 32, Eminönü, 34400 Istanbul, Sultanahmet</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/da/06da6cf993bc7760c53db6e2d441d86d9eb32d07.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="89.61" OriginalAmount="87.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="766715|rays_hotel_2" HotelName="Rays Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sakizagaci Mahallesi, Iskele Caddesi 7, Bakirkoy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/2c/c62c695073e53e1d888858f5eba99c1a02448fd8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="89.61" OriginalAmount="87.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013681" Longitude="28.978814" StarRating="2" HotelCode="933223|erenler_hostel_3" HotelName="Hostel Erenler" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tayahatun Sokak No. 11, Hocapasa Mahallesi, Sirkeci, Eminönü, Istanbul 34110</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3d/69/3d695fba60f3748162a1a751f9445855f0543548.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can feel at home in one of the 33 rooms. Services and facilities at the hotel include a bagga...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="89.62" OriginalAmount="87.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.930028194594" Longitude="29.150075670919" StarRating="4" HotelCode="143934|2263665" HotelName="Sanli Suite Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Zümrütevler Mahallesi, Elifçe Sokak 3, Maltepe</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/a2/76a246a57458b54aefd6fd401d9fc400ba8f1a9b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.84" OriginalAmount="87.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.022684" Longitude="28.626541" StarRating="0" HotelCode="|527839" HotelName="King Apart Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/7/8/3/9/527839_92577bb1030.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.38" OriginalAmount="87.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0041165" Longitude="28.9662337" StarRating="0" HotelCode="|108136" HotelName="Ottomanzade" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sehsuvar Bey mah. Duzgun Sokak No :13 Kumkapi Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/3/6/108136_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is 15 minutes away fromSanta Sofia the Basilica of Topkapi the palace It is situated 850 metres away from the mosque.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.49" OriginalAmount="87.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9305" Longitude="29.30699" StarRating="0" HotelCode="|526621" HotelName="Elits Suits" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>3 Osmanli Bulvari</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/6/6/2/1/526621_906bda21056.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.53" OriginalAmount="87.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.994862" Longitude="28.837952" StarRating="0" HotelCode="|536723" HotelName="Orange Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Zafer Mahallesi Beydagi Sokak No:28</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/6/7/2/3/536723_6c70ef02044.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.64" OriginalAmount="88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="775985|343509" HotelName="Ulubat Bayan Apart Hotel Adults Only" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kalburcu Mehmet Cesmesi Sokak, 34104 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.64" OriginalAmount="88.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01908455349" Longitude="28.928337693214" StarRating="3" HotelCode="185750|topkapi_sabena_hotel_2" HotelName="Sabena" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Topkapi Caddesi No 6, Arpaemini Mah., Topkapi, 34270 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/03/d1/03d1dd208fe51f5a105edb83f8abedb0e5dc4baf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Fatih district of Istanbul with immediate public transport links to the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.64" OriginalAmount="88.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006013284749" Longitude="28.970594524468" StarRating="3" HotelCode="300223|letage_hotel_" HotelName="Zem Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Katip Sinan Sokak 10, Çemberlitas, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/2c/782c30c7162279bb0afe05db59906e1278ad6ed8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.64" OriginalAmount="88.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01666521" Longitude="28.93948039" StarRating="3" HotelCode="498263|hotel_1453" HotelName="Hotel 1453" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Molla Gurani Mh, Zaviye Sokak 27, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/3e/8d3e7dd17e55db6028f75e12f3166e1517717ab9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.69" OriginalAmount="88.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0151645" Longitude="28.8052691" StarRating="4" HotelCode="|82932" HotelName="Air Boss Istanbul Airport and Fair" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Muammer Aksoy Caddesi Akkus Sok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/3/2/82932_14.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 2 kilometres away fromIstanbul AtatÃ¼rk Airport. ROOM: All the rooms have a balcony and views of the city. FACILITIES: Clients can find a lounge.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.69" OriginalAmount="88.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0036965" Longitude="28.9753208" StarRating="3" HotelCode="|82994" HotelName="Mehmet Bey" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Cad. No:37 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/9/4/82994_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment offers breakfast service, The establishment has WiFi (free of charge). SITUATION: The establishment, is in a quiet area, is situated near the mosque. ROOM: Customers can find large rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.96" OriginalAmount="88.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005428" Longitude="28.967347" StarRating="0" HotelCode="|532708" HotelName="Peker Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sarayici Sokak No 15A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/7/0/8/532708_83051221039.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="91.06" OriginalAmount="88.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006117" Longitude="28.965891" StarRating="3" HotelCode="160862|130514" HotelName="May Hotel Istanbul" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Hayrettin Mahallesi, Bali Pasa Yokusu 86, Kumkapi, 34126 Istanbul, Beyazit</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/af/80/af80af7c1086e9938b4904496f1eb4f90c069c23.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in one of the oldest and most colourful quarters of Istanbul on the old histor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="91.22" OriginalAmount="88.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00558" Longitude="28.96397" StarRating="0" HotelCode="|475026" HotelName="Altun Life" 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/7/5/0/2/6/475026_58ca5e31200.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="91.42" OriginalAmount="88.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.059878" Longitude="28.988701" StarRating="2" HotelCode="|304717" HotelName="Molton Sisli Mls" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 May?s Mahallesi Op. Raif Bey Sokak No:37</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/4/7/1/7/304717_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.67" OriginalAmount="89.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.978451063911" Longitude="28.882742638576" StarRating="3" HotelCode="77616|best_western_tashan_business__airport_hotel" HotelName="Bakirkoy Tashan Business &amp; Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tashan Caddesi No:57, 34142 Bakirkoy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/85/82/8582c5b72e09c0a592b7ce9009ef90b7d6fea706.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.67" OriginalAmount="89.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039867296579" Longitude="28.982109812268" StarRating="3" HotelCode="191184|plussuite_hotel_" HotelName="Retropera Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Feridiye Caddesi 92, Beyoglu, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/5c/315c7a3f3b1ae7c067011a9fc347612841b2e05a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.67" OriginalAmount="89.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006006747165" Longitude="28.96384942853" StarRating="0" HotelCode="313380|altun_hotel" HotelName="Altun Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sarac Ishak Mahhalesi, Sakirefendi Cesmesi Sokak 10, Kumkapi, 34500 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/7d/c07d19a091340a196cc791124c9c378091cb81ee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.67" OriginalAmount="89.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01925976" Longitude="28.96044409" StarRating="0" HotelCode="372139|herton_hotel_" HotelName="Herton Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hocagiyaseddin Mahallesi, Hacikadin Caddesi Number 34/A, Kucukpazar Unkapani Fatih,, 34083 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/68/c768b8fa335e67e6e3095027927bfaaf9149489a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.67" OriginalAmount="89.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="776744|florin_hotel" HotelName="Florin Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Nisanca Mahallesi, Turkeli Caddesi, Asya Sokak 7, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/6d/0c6dc9a3b7d239489f8d199723378ba5d7af42dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.67" OriginalAmount="89.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006105" Longitude="28.96901" StarRating="3" HotelCode="904569|asitane_life_hotel" HotelName="Asitane Life" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Eminsinan Mah., Piyerloti Cad., Tulcu Sok. No:35, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e1/40/e14079e5be2e0ecab19189885265a46f255df50d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the centre of the historical district, the hotel is within walking distance of the major ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.67" OriginalAmount="89.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03821367287" Longitude="28.981811571164" StarRating="3" HotelCode="933252|taksim_nacre_residence" HotelName="Taksim Nacre Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Bülbül Mahallesi, Turan Caddesi 43, Taksim, 34435 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/e4/6ce485a7e997d9ae77b9cd65aef1778f6418a603.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a range of services and facilities for holidaymakers and business guests alike. Wir...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="91.72" OriginalAmount="89.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0166272" Longitude="28.9395174" StarRating="0" HotelCode="|305576" HotelName="1453" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Molla Gurani Mah. Zaviye Sokak No: 27 Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/5/5/7/6/305576_0d586b91709.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="91.73" OriginalAmount="89.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00742" Longitude="28.97074" StarRating="0" HotelCode="|185049" HotelName="Vizyon City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Emin Sinan Mh Gedik Pasa Cami Sk No 52</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/0/4/9/185049_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="91.88" OriginalAmount="89.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004536638169" Longitude="28.972750175033" StarRating="3" HotelCode="146574|861645" HotelName="Dara Istanbul" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Küçük Ayasofya Mahallesi, Su Terazisi Sokak No:25, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/34/2c/342cef01a5f4b33c7a00e82c05fc11e4b805ad82.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located within roughly 200 m of the Blue Mosque and within easy walking distance o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.08" OriginalAmount="89.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03617" Longitude="28.9804" StarRating="0" HotelCode="|184603" HotelName="Lavanta" 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/4/6/0/3/184603_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.26" OriginalAmount="89.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9933" Longitude="28.84423" StarRating="0" HotelCode="|549313" HotelName="Green Garden Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Incesu Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/9/3/1/3/549313_ca9e59b0718.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="92.28" OriginalAmount="89.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010873880375" Longitude="28.954022526741" StarRating="3" HotelCode="168587|608995" HotelName="Aspalace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Gumruk Emini Sok. No:8, Laleli, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/02/2b02cc8cbfa7d43a648da73ab875114f76839bef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated a 5-minute walk from the Aksaray district, with its many restaurants, bars, s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.63" OriginalAmount="89.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036334" Longitude="28.982169" StarRating="0" HotelCode="|475045" HotelName="Boss To Hotel Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bekar Sk. no:26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/0/4/5/475045_6336b431211.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="92.65" OriginalAmount="89.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00501898" Longitude="28.9646275" StarRating="3" HotelCode="148394|609625" HotelName="Grand Mark" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Çifte Gelinler Cad. No 16, Kumkapi, Sultanahmet, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/64/ec/64ec66f46257932650fc5d05c2fb8b237c501464.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.69" OriginalAmount="89.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01594" Longitude="28.957922" StarRating="0" HotelCode="|191236" HotelName="Birlik Apart " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>MOLLA HUSREV MAH.AKIF PASA SOK. VEFA-FATIH 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/2/3/6/191236_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.70" OriginalAmount="90.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="3" HotelCode="118842|abella_hotel_special_class_" HotelName="Abella" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Airport Transfer (on Demand),ATM/Cash Machine,Banquet Hall,Beauty Salon,Bicycle Rental,Designated Smoking Area,Dining,Fax,Laundry,Massage Centre,Pets allowed,Printer,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Küçükayasofya Street No 35, Sultanahmet/Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/21/d3219136ea5f80e38d2d890c1aff5f7c53914760.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel, which can be found in Old City, is a great option for families. Nestled just a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.70" OriginalAmount="90.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038932" Longitude="28.982795" StarRating="3" HotelCode="311560|borancik_suites" HotelName="Borancik Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Feridiye Caddesi 50, Taksim, Beyoglu, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/41/51/415103016cc28436e0dafe545bc5f832b2850c96.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.70" OriginalAmount="90.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00779084" Longitude="28.94932958" StarRating="4" HotelCode="372627|sinem_hotel_" HotelName="Sinem Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Mahallesi, Abdullah Çavus Sokak 15, 34200 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/83/2b/832b15879028f13cf7c8d2b0d735b48fd0a28bc3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service, a café, a transfer service and room service are available to guests of th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.70" OriginalAmount="90.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0348469" Longitude="28.97666463" StarRating="3" HotelCode="615072|molton_beyoglu_mls_hotel_2" HotelName="Molton Beyoglu MLS Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Beyoglu, Kamerhatun Caddesi 1, 26453 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/61/f06197fcca72b97d06996a29023ec5743d8d226d.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.70" OriginalAmount="90.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99325657" Longitude="28.84429167" StarRating="1" HotelCode="775664|green_garden_hotel_6" HotelName="Green Garden Istanbul Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sirinevler Mahallesi, Incesu Sokak 13, Bahcelievler, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/09/5b/095bd9fa7c31bd408ce03e637d13d0b639ba2ce6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.70" OriginalAmount="90.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.13570411" Longitude="29.84956426" StarRating="0" HotelCode="766617|agva_palas_hotel" HotelName="Agva Palas Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Agva Merkez Mahallesi?, Dumlupinar Caddesi? 3, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/9f/f79f005783b1520dd33d7a79abfd1db967bb953d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.70" OriginalAmount="90.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05841916" Longitude="28.98712951" StarRating="0" HotelCode="779450|royal_garden_suite_hotel_2" HotelName="Royal Garden Suite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mayis Mahasllesi, Halaskargazi Cadessi  174, Sisli, 34360 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/0d/79/0d79b7151634f268313df793ca233ef802a1dbc7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.70" OriginalAmount="90.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036226624468" Longitude="28.980537380357" StarRating="3" HotelCode="933256|lavanta_hotel_2" HotelName="Lavanta Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Süslü Saksi Sokak 17, 34435 Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/b7/32b7b3d0add24f8d03ab8f8801d6b90507427690.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.01" OriginalAmount="90.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9935" Longitude="28.7943" StarRating="0" HotelCode="|192196" HotelName="İstanbul Fair" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/1/9/6/192196_1_4603.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.02" OriginalAmount="90.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.017735" Longitude="28.955697" StarRating="0" HotelCode="|485495" HotelName="AZAD HOMES UNKAPANI" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kendir Sk. 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/5/4/9/5/485495_b85b3bb2000.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.03" OriginalAmount="90.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0300537" Longitude="28.973261" StarRating="0" HotelCode="|82989" HotelName="Hotel Monopol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Cad. No:93 Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/8/9/82989_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a car park (free of charge), a restaurant and WiFi (free of charge). SITUATION: It is situated 300 metres away fromTÃºnel the metro station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.13" OriginalAmount="90.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0094" Longitude="28.6663" StarRating="0" HotelCode="|565809" HotelName="Plus Park Suite and Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/5/8/0/9/565809_10b2a222012.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="93.14" OriginalAmount="90.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00581562" Longitude="28.96447606" StarRating="3" HotelCode="118875|605245" HotelName="Grand Liza Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sarac Ishak Mahallesi, Tiyatro Caddesi 92, Kumkapi, Istanbul, Sultanahmet</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f3/34/f3348f45ccdd56fd00bba0f0efc5b2cc0c4c285d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.46" OriginalAmount="90.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03573" Longitude="28.9789" StarRating="0" HotelCode="|192400" HotelName="Bayer Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Huseyinaga mahallesi, Halas sokak No:26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/4/0/0/192400_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.70" OriginalAmount="90.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04044" Longitude="28.98168" StarRating="0" HotelCode="|185059" HotelName="Zendy Suite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mah Feridiye Cad. No. 115</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/0/5/9/185059_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.70" OriginalAmount="90.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.995975" Longitude="29.025637" StarRating="0" HotelCode="|528267" HotelName="Kadikoy Port Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rasimpasa Mah. Rihtim Cad.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/8/2/6/7/528267_2dada1c1241.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.73" OriginalAmount="91.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035255079132" Longitude="28.978513072422" StarRating="3" HotelCode="191107|istanbul_irish_hotel_2" HotelName="Istanbul Irish Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Huseyinaga Mahallesi, Buyuk Bayram Sokak 17, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/57/c05753b66e7854405a60decaaec92a9c585ffc5d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.73" OriginalAmount="91.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008298681067" Longitude="28.955312026326" StarRating="3" HotelCode="213816|laleli_emin_hotel" HotelName="Emin Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Mesihpasa Caddesi 21, Laleli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/84/2a84a960b08f157bb2e7bf6e4108d1c073ed4198.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.73" OriginalAmount="91.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03961405435" Longitude="28.979710227189" StarRating="5" HotelCode="379046|terra_suites_hotel" HotelName="Terra Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Bülbül Mahallesi, Turan Caddesi 113, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/6a/df6a5430be6fe16acf8d343e6e306d5473448b54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.73" OriginalAmount="91.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="970359|plus_park_suite_hotel" HotelName="Plus Park Suite &amp; Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Güzelyurt Mallessi, Mimar Sinan Caddessi 65, 34515 Esenyurt, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/33/d533adcd953511cb54ec8e066feed657d4b95da2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="94.54" OriginalAmount="91.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007737" Longitude="28.962484" StarRating="3" HotelCode="213817|2007465" HotelName="Grand Emir" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Saraç Ishak Mah. Soganaga Cami Cad. Nur Sokak No: 9, Beyazit-Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/01/53/01535fe5b3129cd4336f765eb6a6103e88938696.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="94.56" OriginalAmount="91.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.97859" Longitude="28.87606" StarRating="0" HotelCode="|550244" HotelName="Piccolo Hotel Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cevizlik Mah. Istanbul Cad. No 25</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/0/2/4/4/550244_3b599b91115.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="94.62" OriginalAmount="91.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0370775" Longitude="28.9813171" StarRating="3" HotelCode="|108101" HotelName="Lemon Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mah. Altinbakkal Sok. No:42 Taksim/Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/0/1/108101_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is 300 metres away from Istiklal Avenue 4 minutes away, guests can find Taksim the Square of Taksim the underground station of. ROOM: The establishment has studios with an air-conditioning system and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="94.68" OriginalAmount="91.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.030269982433" Longitude="28.973444035103" StarRating="3" HotelCode="9358|1485728" HotelName="Elan Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Asmalimescit Mahallesi, Mesrutiyet Caddesi 91, Tepebasi, Beyoglu, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4b/8c/4b8cf54c3264c7b2b196aef70bbc0ef1eaf2bd44.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.76" OriginalAmount="92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03046771529" Longitude="28.973413759182" StarRating="3" HotelCode="901059|252247" HotelName="Monopol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Caddesi 93, 34430 Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c6/96/c696db9cef54d791318626ebef14e0cffa18b01f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.76" OriginalAmount="92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003158915565" Longitude="28.973773198165" StarRating="3" HotelCode="900674|63782" HotelName="Hotel Rose Bouquets" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Airport Transfer (on Demand),Banquet Hall,Bar,Designated Smoking Area,Housekeeping,Internet,Laundry,Printer,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Caddesi  67, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/2f/ea2fdc7a5ed37509977f358c3b04a0f3b938306c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Rose Hotel The Rose Hotel (rated 3x000D star) is a mid size hotel in Sultanahmet / Istanbul. Both on...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.76" OriginalAmount="92.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003242087526" Longitude="28.967946117446" StarRating="3" HotelCode="378848|galley_hotel" HotelName="Galley Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Bar,Beauty Salon,Coffee Shop,Concierge,Designated Smoking Area,Dining,Dry Cleaning,Elevator,Garden,Internet,Kitchen,Laundry,LCD/Projector,Library,Lounge,Luggage Storage,Massage Centre,Meeting Room,Nightclub,Off-Site Parking,Parking,Pets allowed,Porter,Restaurant,Room Service,Spa,Telephone Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>Sehsuvar Bey Mahallesi, Cömertler Sokak 25, 34126 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e9/88/e9885f3d0d194767c76d8ef71c7d052a15a4ff8e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Fatih, Galley Hotel promises a relaxing and wonderful...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.29" OriginalAmount="92.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00603" Longitude="28.96991" StarRating="0" HotelCode="|534468" HotelName="Nisa Apart Sultanahmet" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Eminsinan Mah Daghan Sok No 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/4/6/8/534468_791cb191445.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.32" OriginalAmount="92.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006631" Longitude="28.965134" StarRating="3" HotelCode="|534133" HotelName="Harran" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Sinan Mahallesi Tiyatro caddesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/1/3/3/534133_0b4e85a1143.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="95.33" OriginalAmount="92.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01288" Longitude="28.977183" StarRating="3" HotelCode="147514|467145" HotelName="Hotel Evsen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Ibnikemal Caddesi 19, 34110 Istanbul, Sirkeci</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/89/4e/894e78f5b1998bf52d79cc7163bd4a68a2a92dd2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in the old city in the Eminönü district within 15 minutes' walk fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="95.78" OriginalAmount="92.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006155872729" Longitude="28.954969346523" StarRating="3" HotelCode="185587|1581228" HotelName="Grand Anatolia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Guvenlik Caddesi 44, Katip Kasim Mahallesi, Yenikapi, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/54/db54a910b96c662a346be092d1f2b354ebdbfb24.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the city’s historic peninsula. It is close to Kumkapi, which is famous for i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.79" OriginalAmount="93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05997205" Longitude="28.98874821" StarRating="2" HotelCode="373323|343342" HotelName="Molton Sisli Mls Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Designated Smoking Area,Internet">
        <Address>
          <AddressLines>
            <AddressLine>19 Mayis Mahallesi, Operator Raifbey Sokak 37, 34360 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/40/f34080d1e56a7ee91dd37fda98eb4e53374ac3e5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Location
This hotel is located in Istanbul (Sisli), close to Istanbul Cevahir Shopping and Entertain...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.79" OriginalAmount="93.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005025622015" Longitude="28.970482197864" StarRating="2" HotelCode="267826|ercan_inn_hotel" HotelName="Ercan Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Currency Exchange,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Kadirga Limani Caddesi 161, Kumkapi, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/ef/9eefe841e5ad3c821c339aad114bdfbc3dfe5cfb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;One of the best advantage of the Ercan Apart Hotel for our guest is its location.Our Hotel is not on...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.79" OriginalAmount="93.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.989352812495" Longitude="28.715335627992" StarRating="3" HotelCode="373853|demir_suite_hotel" HotelName="Demir Suite Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Cihangir Mahallesi, Defne Sokak 2/2, Avcilar, 34320 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/f3/b0f37e146a590739c0baf365da626bdac9580eaf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.79" OriginalAmount="93.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003293" Longitude="28.977154" StarRating="3" HotelCode="902726|hotel_sphendon" HotelName="Sphendon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sultan Ahmet Mahdii, Akbiyik Degirmeni Sokak 50, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/2e/5e2e4839712932ec04a9751be6d99d9085a9cee1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally placed for sightseeing as it is located in the Sultanahmet district of Istanbul...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="96.12" OriginalAmount="93.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00499" Longitude="28.955444" StarRating="3" HotelCode="219925|1079208" HotelName="Abel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Katip Kasim Mh. Langa Hisar Cad. No: 41, Yenikapi, Aksaray, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/cf/f3cf56788d8b3bd7efeb8a28986db4b7cef981b9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.28" OriginalAmount="93.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.981915" Longitude="28.723486" StarRating="0" HotelCode="|523832" HotelName="Hotel Avcilar City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Merkez Mahallesi, Fatih Sokagi no:40</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/8/3/2/523832_40e5ad51144.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.43" OriginalAmount="93.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0081238" Longitude="28.9557854" StarRating="0" HotelCode="|353839" HotelName="Malkoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mesihpasa Cad.No:41 Laleli Fatih/Istanbul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/8/3/9/353839_1_2140.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="96.45" OriginalAmount="93.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007382836138" Longitude="28.664417601189" StarRating="3" HotelCode="260600|916895" HotelName="ibis Istanbul Esenyurt" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Güzelyurt Mahallesi Haramidere, E-5 Karayolu 5-7, Kuzey Yanyol, 34515 Esenyurt, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/7e/4d7eab6cf2e0b4de97c0ff3eecd76de2cd61abec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="96.51" OriginalAmount="93.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003034694615" Longitude="28.976116315737" StarRating="3" HotelCode="144828|606245" HotelName="Berce Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Küçük Ayasofya Caddesi, Ogul Sokak 6, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/db194afc14047a51/92/9259e285cd3feacf/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.56" OriginalAmount="93.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007237" Longitude="28.948708" StarRating="0" HotelCode="|537433" HotelName="Hotel Mardia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Mah. Asimbey sk.No.4 Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/4/3/3/537433_41421122133.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="96.82" OriginalAmount="94" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|24836-28493773/4024169871002992272/14668" HotelName="TAYHAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1140000/1134300/1134211/4aa6e373_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.82" OriginalAmount="94.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05298700793" Longitude="28.987126350403" StarRating="3" HotelCode="185591|arsima_hotel_istanbul" HotelName="Arsima" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tavukçu Fetih Sok. 22, Osmanbey Cumhuriyet Mah., Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/a1/06a1b8beda3566f135ce8a473a9153a0a9425bba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in a great location for the Lutfi Kirdar Congress Centre and the Cemal Resit Rey concer...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.82" OriginalAmount="94.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.077796" Longitude="28.981922" StarRating="4" HotelCode="292259|the_hotel_ottoman_city" HotelName="Ottoman City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vatan Cad. Esen Sok. No:2, Caglayan, Kagithane, Istanbul 34403</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/hotels/11000000/10370000/10360500/10360491/10360491_40_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located right in the heart of Istanbul. Its setting is especially ideal for g...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.82" OriginalAmount="94.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03911704" Longitude="28.97617337" StarRating="2" HotelCode="516185|black_suite_2" HotelName="Pera Livinn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bostan Mahallesi, Yaya Köprüsü Sokak 18, Dolapdere Beyoglu, 34435 Istanbul, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/27/be276eba67ba0532bfc217bfee29cc6c32da70c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.84" OriginalAmount="94.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05036" Longitude="28.98585" StarRating="0" HotelCode="|192894" HotelName="New City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bozkurt Mah Esref Efendi Sok No 52</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/8/9/4/192894_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.85" OriginalAmount="94.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0093614" Longitude="28.9578011" StarRating="0" HotelCode="|86815" HotelName="Hotel Bazaar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ordu Cad. No: 59 Laleli Beyaz?t</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/1/5/86815_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has WiFi, (free of charge), a restaurant. SITUATION: It is inSultanahmet the district of 1 metres away, guests can find Topkapi Ulubatli the metro station of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.95" OriginalAmount="94.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005588" Longitude="28.959325" StarRating="3" HotelCode="|534575" HotelName="Mahya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Molatasi Cad No.78</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/5/7/5/534575_dba79741111.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="97.06" OriginalAmount="94.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0039482" Longitude="28.9689407" StarRating="3" HotelCode="|95933" HotelName="Fuat Bey Palace " 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/9/5/9/3/3/95933_1_1767.jpeg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is in Sultanahmet (Estambul) the district of Sultanahmet (Estambul) 200 metres away from the sea, and, the Grand Bazaar 15 minutes walk away, guests can find. ROOM: All the rooms have WiFi (free of charge), a flat-screen television, an air-conditioning system, parquet flooring, a mini-bar, a bathroom, a kettle and a coffee maker. FACILITIES: The hotel offers a gym, a sauna, a reception and tourist information. You also have at your disposal a hammam. RESTAURANT: Customers can enjoy a buffet breakfast and a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="97.50" OriginalAmount="94.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003714763198" Longitude="28.97501885891" StarRating="3" HotelCode="154060|959565" HotelName="The Sunrise" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Caddesi No:36, Sultanahmet, Fatih, Istanbul 34400</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/0c/f90cba15cd70387f2500fa313586b679dcf418a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97.85" OriginalAmount="95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04036798" Longitude="28.98170082" StarRating="0" HotelCode="308226|252297" HotelName="Suite Dreams" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Feridiye Caddesi 135, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/5a/9a5afe6418b4c06dd69a2b5db5254e15022b2bf0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="97.85" OriginalAmount="95" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|610173-28534986/4024169871002992272/11857" HotelName="ATLANTIS ROYAL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/39000000/38210000/38209800/38209778/015e9b52_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.85" OriginalAmount="95.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012140269058" Longitude="28.956450808616" StarRating="3" HotelCode="200049|lyon_hotel" HotelName="Lyon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Gençtürk Cad. 18, Sekbanlar Sokak No:16, Sehzadebasi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/2d/8f2d01d6ee2275bd2d4db68edb962b048db951b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Lyon Hotel’s staff can organize outdoor excursions and citywide excursions. Guests can make use of l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.85" OriginalAmount="95.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02135098" Longitude="28.92810205" StarRating="3" HotelCode="309349|hotel_oz_yavuz" HotelName="Otel Öz Yavuz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Topkapi Mahallesi, Izmirli Niyazi Sokak 21, Topkapi, Kaleiçi, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/8c/408cecb0e64ebcdf27d47d88a485214083103afc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.85" OriginalAmount="95.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00553" Longitude="28.97181" StarRating="3" HotelCode="410436|art_city_hotel_istanbul" HotelName="Art City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Kucukayasofya Mahallesi, Katip Sinan Camii Sokak 30, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/80/2f801054b65a1c5793a951a2183c3ff88d505b01.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is situated in Istanbul's premium location, surrounded by all its major historical an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.85" OriginalAmount="95.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.974315326012" Longitude="28.875134682209" StarRating="3" HotelCode="374940|le_marde_hotel" HotelName="Le Marde" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Zeytinlik Mahallesi, Kennedy Caddesi, Ömer Naci Sokak 49, Bakirkoy, 34000 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/dd/17dd607653d355106320ad0b961ddcff7707735a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.85" OriginalAmount="95.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036628204479" Longitude="28.983008149412" StarRating="1" HotelCode="404107|bunkahaus" HotelName="Bunkahaus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mahallesi, Ana Cesme Sokak 3, 34453 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/f8/1cf8512f2b8a90b6d86bad1bde92c980b44154ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.85" OriginalAmount="95.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038889598562" Longitude="28.982223381615" StarRating="3" HotelCode="470466|taksim_cetinkaya_suite_" HotelName="Cetinkaya Suite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Concierge,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe mah. Feridiye cad. Caylak sok. No:18, Beyoglu, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/32/8732a04f7af5f8e0e769bd4466a3dc35f01a6442.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Taksim, Cetinkaya Suites promises a relaxing and wond...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="97.92" OriginalAmount="95.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.025555" Longitude="28.973154" StarRating="3" HotelCode="305484|34816584" HotelName="By Murat Galata" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Bereketzade Mahallesi, Laleli Çesme Sokak No: 10, Galata, 34200 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/36/369546/369546a_hb_a_035.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="97.99" OriginalAmount="95.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0035183" Longitude="28.9712225" StarRating="0" HotelCode="|108351" HotelName="Emirhan Inn Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mahallesi Odev Sokak No 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/3/5/1/108351_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts WiFi (free of charge) and panoramic views. SITUATION: This establishment, Sultanahmet it is in it is in Istanbul the old district of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="98.09" OriginalAmount="95.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03654" Longitude="28.97755" StarRating="0" HotelCode="|242142" HotelName="Balance Hotel Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kalyoncukullugu Mah Narcil Sok No 3 Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/2/1/4/2/242142_e4515710344.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="98.12" OriginalAmount="95.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0036641" Longitude="28.9749375" StarRating="3" HotelCode="|72549" HotelName="Sunrise" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Caddesi 36</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/5/4/9/72549_10c07291852.jpg</HotelPictures>
        <HotelDescription>HOTEL: This contemporary style hotel and it offers excellent service. SITUATION: Is situated in an excellent location, near the establishment, you will find places of interest, tourist points of interest. ROOM: The large, comfortable rooms and fully-equipped.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="98.46" OriginalAmount="95.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038232" Longitude="28.982926" StarRating="0" HotelCode="|151953" HotelName="Comfort Hotel Taksim" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SEHIT MUHTAR MAH.FERIDIYE CAD.CAMDALI SK 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/1/9/5/3/151953_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2013, has 21 rooms, 5 single rooms, 8 double rooms, 4 suites and 4 triple rooms. SITUATION: This hotel is in the city centre, is well-connected, close to the establishment, clients can find the bus station and the railway station, is situated close to public transport services and entertainment areas.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="98.54" OriginalAmount="95.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034056" Longitude="28.980833" StarRating="0" HotelCode="|475678" HotelName="BALİ STAR CİTY HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Koca Aga Sk. 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/6/7/8/475678_cb7a3401211.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="98.59" OriginalAmount="95.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0057" Longitude="28.97984" StarRating="2" HotelCode="191092|1657888" HotelName="Antique Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Kutlugün Sokak 51, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/78/e078141fafd329d3667d2884844579618ea46e09.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="98.74" OriginalAmount="95.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006527" Longitude="28.9703421" StarRating="0" HotelCode="|86888" HotelName="My Home Sultanahmet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Emin Sinan Mah.Piyerloti Cad.No: 35</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/8/8/86888_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a terrace on the rooftop and sea views. SITUATION: This establishment, is 600 metres away from the mosque and. ROOM: The establishment has rooms with air-conditioned and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.88" OriginalAmount="96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00375455" Longitude="28.97866926" StarRating="0" HotelCode="779816|343280" HotelName="Hotel Estambul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sultanahmet Mahallesi, Konut Sokak 12, Fatih, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/49/e349ecbf34ab3139097bbad5feb57272c761d954.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.88" OriginalAmount="96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010432690575" Longitude="28.951378928012" StarRating="3" HotelCode="320757|237443" HotelName="Hotel Star Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Iskenderpasa Mahallesi, Sekerci Sokak 16, Aksaray, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/37/370939/370939a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.88" OriginalAmount="96.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003344183795" Longitude="28.971666276652" StarRating="3" HotelCode="297054|sultanahmet_king_palace_hotel" HotelName="Sultan Ahmet King Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kücük Ayasofya Mahallesi, Kadirga Liman Caddesi, Bardakci Sokak 18, Sultan Ahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/cb/16cbe0dd032475743723c32bb741c2a81baff115.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.88" OriginalAmount="96.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004853879958" Longitude="28.965363876726" StarRating="3" HotelCode="315878|ciwan_hotel" HotelName="Raimond Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Hayrettin Mahallesi, Kadirga Limani Caddesi 7, Kumkapi, 34121 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/1f/1d/1f1dc4d10e6e7aeeed49020d0a9fc1e37136f0be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.88" OriginalAmount="96.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05376502" Longitude="28.99263116" StarRating="3" HotelCode="373450|berlin_hotel_nisantasi_" HotelName="Berlin Hotel Nisantasi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Mah. Madalyon Sok. No:10 Nisantasi, Sisli 34363 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/71/e671607c04e73385b15698a5797e141b02f0b6ef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.88" OriginalAmount="96.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00384573" Longitude="28.9691946" StarRating="0" HotelCode="628809|pembe_apart_hotel" HotelName="Pembe Apart Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mahallesi, Donus Sokak 7, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c1/68/c16814cdbcef6ac3b45c73262d10cfa48cc562b1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.88" OriginalAmount="96.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00341593" Longitude="28.97158611" StarRating="0" HotelCode="818580|honey_hotel_3" HotelName="Honey Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mahallesi, Cardakli Firin Sokak, Kadirga Caddesi 1, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/37/3b37621ea78b75eab61348786356113badcf7ff9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.88" OriginalAmount="96.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006918998111" Longitude="28.9497272" StarRating="0" HotelCode="936296|hotel_life_2" HotelName="Life Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34096 Aksaray</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/dc/32dc8b80f66017874754448e6b94f5e75c751f95.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="98.89" OriginalAmount="96.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03123" Longitude="28.97921" StarRating="0" HotelCode="|527172" HotelName="Chez Bore Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cezayir Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/7/1/7/2/527172_803fc761244.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="98.92" OriginalAmount="96.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.993186" Longitude="29.025519" StarRating="3" HotelCode="213612|305416" HotelName="Ayyildizlar Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Misaki Milli Sokak No:27, Kadiköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/302328/a_302328_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.13" OriginalAmount="96.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02556" Longitude="28.97324" StarRating="0" HotelCode="|184212" HotelName="By Murat Hotels Galata - Boutique Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bereketzade Mah Lalelicesme Sok No 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/2/1/2/184212_1_4538.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.29" OriginalAmount="96.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03975" Longitude="28.9816" StarRating="0" HotelCode="|522893" HotelName="Pera Sultan Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/8/9/3/522893_31723a51009.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.36" OriginalAmount="96.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010355" Longitude="28.95177" StarRating="0" HotelCode="|567410" HotelName="Oren Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Nalinci Fevzi Sk. no:17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/7/4/1/0/567410_158b30e1321.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.41" OriginalAmount="96.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0070226" Longitude="28.9644962" StarRating="0" HotelCode="|86779" HotelName="Pearl Hotel Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mithatpasa Cad.Mollabey Sokak 10 Beyazit</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/7/9/86779_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inBeyazit the district of Istanbul it is in. ROOM: All the rooms have a television and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.58" OriginalAmount="96.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.994282" Longitude="28.84405" StarRating="0" HotelCode="|545096" HotelName="White Corner Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Fetih Cd. No:11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/5/0/9/6/545096_2566a3f1033.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="99.63" OriginalAmount="96.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003702618148" Longitude="28.969123363495" StarRating="3" HotelCode="58254|95106" HotelName="Kupeli Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kadirga Meydani Donus Sokak 14, Kucukayasofya, Istanbul, Sultanahmet</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/13/138bc0a2435ae9f7/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located only about 50 m from the centre of Kucuk Ayasofya in Istanbul, 300 m from the S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.89" OriginalAmount="96.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0055296" Longitude="28.9797589" StarRating="0" HotelCode="|86803" HotelName="Antique and Guesthouse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kutlugun Sk. No:51 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/0/3/86803_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a restaurant on the rooftop, sea views, rooms with air-conditioning and WiFi (free of charge). SITUATION: This establishment, Sultanahmet it is in Sultan Ahmed Mosque it is close to and Topkapi the palace.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.91" OriginalAmount="97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0357447" Longitude="28.97884612" StarRating="3" HotelCode="367828|206402" HotelName="Babu Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Hüseyinaga Mahallesi, Halas Sokak 26, 34435 Istanbul, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/640096/640096a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.91" OriginalAmount="97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003379136766" Longitude="28.973308836805" StarRating="3" HotelCode="186043|237423" HotelName="Emir Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kücük Ayasofya Mahallesi, Akburcak Sokak 8, Sultanahmet, 34200 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/26/41267687ed69cbaf0e7bc682d4537181bde8223b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.91" OriginalAmount="97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00896201" Longitude="28.95745535" StarRating="0" HotelCode="517474|237587" HotelName="Sahinler Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Koska Caddesi 8, Laleli, 34480 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/81/e8/81e8aa7d28f0e31f4ada703d7a63f0e426b5bcc1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="99.91" OriginalAmount="97" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|171692-28447431/4024169871002992272/15643" HotelName="MEVLANA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/27000000/26890000/26880600/26880503/80924b62_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.91" OriginalAmount="97.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003593312601" Longitude="28.974090814591" StarRating="4" HotelCode="26524|erguvan_special" HotelName="Erguvan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Garden,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Küçük Ayasofya Mahallesi, Aksakal Caddesi 1, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/dc/c5dcf9e92b80a82909505c2b08b63a9f050feca1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the old town, and all the major monuments can be reached in a few minutes by...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.91" OriginalAmount="97.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0084511" Longitude="28.9464758" StarRating="3" HotelCode="296192|alfa_hotel_4" HotelName="Alfa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray, 22 Cerrahpasa Caddesi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/1f/381f815932f94fac14083d07d0a82ec3c6301e7b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Aksaray. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.91" OriginalAmount="97.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0399685" Longitude="28.98143077" StarRating="0" HotelCode="498987|pera_sultan_suite" HotelName="Pera Sultan Suit Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Feridiye Caddesi, Caylak Sokak 73, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e1/2a/e12a3f64302a9bb83d0a6996d7b95bce79cf09bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.91" OriginalAmount="97.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00514232" Longitude="28.9549167" StarRating="0" HotelCode="939243|blue_istanbul_apart" HotelName="Blue Istanbul Apart" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Katip Kasim Mahallesi, Langa Hisari Caddesi 27, Fatih, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/a0/aea09133d3c5faa162bde39bec583450bbb7ac09.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Blue Istanbul Apart, you'll be centrally located in Istanbul,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="100.61" OriginalAmount="97.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0324616" Longitude="28.967227" StarRating="0" HotelCode="|305366" HotelName="Beyoglu Huzur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bulent Demir Cad. ?air Mihri Sokak No:4, Beyo?lu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/5/3/6/6/305366_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="100.64" OriginalAmount="97.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.026846" Longitude="28.970129" StarRating="0" HotelCode="|530661" HotelName="Galapera Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Emekyemez Mah., Nazli Hanim Sokak No:5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/0/6/6/1/530661_994fe371057.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.94" OriginalAmount="98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00597231" Longitude="28.96963423" StarRating="3" HotelCode="963825|217155" HotelName="Best Home Suites Sultanahmet Aparts" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Eminsinan Mahallesi, Daghan Sokak 11, Sultanahmet Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/4a/a14a0218a95e06c80348701638eab84cadb8784a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.94" OriginalAmount="98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007114" Longitude="28.970048" StarRating="0" HotelCode="957624|414867" HotelName="HHK Hotel Downtow" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Emin Sinan Mahallesi, Emin Sinan Hamami Sokak 16, 34126 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ee/c3/eec346af92ff96a809c325ed08202c06a478d799.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.94" OriginalAmount="98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="779829|343283" HotelName="Hotel Kibele" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sarac Ishak Mahallesi, Mabeyinci Yks 1/5, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a8/cc/a8cc8793169b3c83894886b3c9f20af6ca5a1c5d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="100.94" OriginalAmount="98" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|633394-28474399/4024169871002992272/3883" HotelName="LIKA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/45000000/44790000/44782800/44782770/ed824264_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="100.94" OriginalAmount="98.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.053523010811" Longitude="28.99274289608" StarRating="3" HotelCode="169157|bc_hotel" HotelName="BC" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Valikonagi Caddesi, Madalyon Sokak No: 5, Nisantasi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5d/6a/5d6a3a8f2546eef9f2ea029339aeee75e1d19c1b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Istanbul's Nisantasi district, known as a shopping centre for designer label...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="100.94" OriginalAmount="98.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="620111|hotel_semih" HotelName="Hotel Semih" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Kemalettin Mahallesi, Mithatpasa Caddesi 15, Fatih, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/ce/59cef05098ef0f3af7df218b3acd78ab72d846c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.31" OriginalAmount="98.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007073" Longitude="28.964384" StarRating="0" HotelCode="|443380" HotelName="Almina Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/3/3/8/0/443380_1fd048a1043.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.54" OriginalAmount="98.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.990052" Longitude="28.720257" StarRating="0" HotelCode="|529437" HotelName="Beta Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Aral Sk. 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/4/3/7/529437_78797e61200.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.84" OriginalAmount="98.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04929" Longitude="29.02292" StarRating="0" HotelCode="|192346" HotelName="Ortakoy Aysem Sultan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mecidiye Mh. Cevirmeci Sk. No 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/3/4/6/192346_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.97" OriginalAmount="99.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.979313" Longitude="28.874841" StarRating="0" HotelCode="|538902" HotelName="Blueway" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cevizlik Mahallesi Dantelaci Sokak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/8/9/0/2/538902_55b118f1025.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.97" OriginalAmount="99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03259744" Longitude="28.9754442" StarRating="0" HotelCode="598244|237350" HotelName="Double DD Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Asmali Mescit Mahallesi, Kallavi Sokak 16/1, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/7d/cd/7dcde03649a264143b8fa4ea02bb9cc7756db3cf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.97" OriginalAmount="99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00487" Longitude="28.95598" StarRating="0" HotelCode="607367|486313" HotelName="Grand Milan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Katip Kasim Mahhesi</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/778052/185b90bd-5a20-45cc-8779-d94cd6ea9184.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="101.97" OriginalAmount="99" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|267484-28558474/4024169871002992272/6764" HotelName="DIVANI ALI HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/8000000/7996900/7996891/b8e023b2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.97" OriginalAmount="99.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010969006184" Longitude="28.954789638519" StarRating="3" HotelCode="43841|birbey" HotelName="Birbey Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Diet Meals,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kemalpasa Mahallesi, Mektep Sokak 1-3, Aksaray, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/78/68783c560f7e4cc5986f22f8584effcd5b21ba6d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located at the heart of Istanbul just a short walk from the lively cit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.97" OriginalAmount="99.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9779488" Longitude="29.1429211" StarRating="4" HotelCode="471480|vois_hotel" HotelName="Vois Hotel Akademik Konaklama &amp;  Spa  &amp; Konferans" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Inönü Mahallesi, Kayisdagi Caddesi 254, Atasehir, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/dc/24dca97b39b84c182df5eafe4f081fb090690b11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.97" OriginalAmount="99.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02548706" Longitude="28.97304319" StarRating="0" HotelCode="775548|vedat_gokkan" HotelName="The Galataport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bereketzade Mahallesi, Lalelicesme Sokak 10, Galata, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/61/2361d440be88997602a10d328a2554dbeca03410.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.97" OriginalAmount="99.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="956842|delbab_hotel" HotelName="Delbab Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Katip Kasim Mahallesi, Langa Hisari Sokak 20, Yenikapi, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/85/3385588af85d35adca65244e7cb2e9fbaade3722.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.00" OriginalAmount="100" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03245248" Longitude="28.96721631" StarRating="0" HotelCode="619566|252192" HotelName="Beyoglu Huzur Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Bülent Demir Caddesi, Sair Mihri Sokak 4, Beyoglu, 34440 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/38/fa38b6ce1bc2cbb61b75b607ec7ddc71d3f62ba0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="103.00" OriginalAmount="100" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|610370-28480950/4024169871002992272/9341" HotelName="BURAK APART" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/35000000/34970000/34969700/34969691/d211fe2d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.00" OriginalAmount="100.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003083" Longitude="28.972475" StarRating="3" HotelCode="191128|antik_sofia_hotel" HotelName="Antik Sofia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Küçük Ayasofya Cad. No: 84, Sultanahmet, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/73/0673b7436fd76e0dab6251fdba097ba85f11f2fd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.00" OriginalAmount="100.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03442486262" Longitude="28.98045025582" StarRating="3" HotelCode="292241|alyon_hotel_taksim" HotelName="Alyon Hotel Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuloglu Mahallesi, Alyon geçidi Sokak 2, Beyoglu, 34420 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/d5/23d54f2f018511c5ebd9a95273b0a891e34bd685.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.00" OriginalAmount="100.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.992795" Longitude="29.027483" StarRating="3" HotelCode="311577|zirve_otel" HotelName="Zirve Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Osmanaga Mahallesi, Resit Efendi Sokak 38, Kadiköy, 34714 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/b0/69b0c99f697358287ec59fdbe9adcb9e4c670456.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.00" OriginalAmount="100.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.978832258228" Longitude="28.877548297115" StarRating="3" HotelCode="315891|naila_hotel" HotelName="Naila" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Cevizlik Mahallesi, Huban Sokak 1, 34142 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/0d/610dd2431e15b3ec15f48e7733ebea5f2a1d6b18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.00" OriginalAmount="100.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02511653" Longitude="28.97117711" StarRating="4" HotelCode="431030|vavien_hotel" HotelName="Vavien Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Arap Cami Mahallesi, Aylak Sokak 5, Karaköy, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/f0/76f08efd9154e9ab03cd25372b7ad4ad0295c6af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.00" OriginalAmount="100.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.946082" Longitude="29.124857" StarRating="3" HotelCode="933200|anka_business_park_" HotelName="Anka Business Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akgüvercin Sokak 9, Idealtepe Mahallesi, Maltepe, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/33/b533656e2358c840f97111b2a2d68e2409160229.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.00" OriginalAmount="100.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008678" Longitude="28.689367" StarRating="4" HotelCode="933233|comfort_hotel_haramidere" HotelName="Comfort Hotel Haramidere" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Namik Kemal Mahallesi, Tonguc Baba Caddesi 84, Haramidere, 34513 Esenyurt, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/87/2787bd67447bc59d616e8e7083584959a14ac1d1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.44" OriginalAmount="100.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03362" Longitude="28.98379" StarRating="0" HotelCode="|550544" HotelName="Taksim Avenue Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Katip Mustafa Celebi Mah. Hocazade Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/0/5/4/4/550544_53648441207.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="103.47" OriginalAmount="100.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.020491047319" Longitude="28.928404635582" StarRating="2" HotelCode="155289|1082468" HotelName="Yavuz" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Topkapi Cad. No:30, Kaleiçi, Topkapi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/07/5407b120cd99d6b094fefeea736aaa95f6f10da2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set in pleasant surroundings in the Topkapi/Fatih area of the city, roughly 5 km from t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.48" OriginalAmount="100.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006588" Longitude="28.9530849" StarRating="3" HotelCode="|37161" HotelName="Grand Ant" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KUCUK LANGA CADDESI - AKSARAY 9-11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/1/6/1/37161_5493b931448.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment with air-conditioning, was renovated in 2006, has 55 comfortable rooms, The establishment also offers a restaurant, a lobby with a reception, a currency exchange service, a lift, WiFi, room service and a laundry service. SITUATION: This urban, family hotel, Aksaray it is in a few minutes walk away, you can find Hagia Sophia, Topkapi Palace and the Grand Bazaar museums, is situated 15 kilometres away from Istanbul AtatÃ¼rk Airport. ROOM: The comfortable rooms, have a direct line telephone, a satellite TV, a hairdryer, individual air-conditioning, central heating and a balcony or terrace. PAYMENT METHODS: Customers can pay using Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast and Ã  la carte lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.73" OriginalAmount="100.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008238" Longitude="28.9562989" StarRating="0" HotelCode="|86713" HotelName="Laleli Emin Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mesih Pasa Cad, No 21 Laleli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/1/3/86713_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is in Istanbul the historic area of 700 metres away, guests can find the bazaar, Santa Sofia in just 10 minutes, clients can get to. MEALS: Guests are offered a breakfast service. ROOM: All the rooms have WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.78" OriginalAmount="100.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.943911" Longitude="29.133573" StarRating="0" HotelCode="|527143" HotelName="Guest Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Girne Mahallesi, Girne Caddesi 123</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/7/1/4/3/527143_7e28cc21054.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.89" OriginalAmount="100.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0333" Longitude="28.97674" StarRating="0" HotelCode="|485268" HotelName="Golden Street Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Istiklal Cd. Numara 110</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/5/2/6/8/485268_3d4a8eb2041.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.98" OriginalAmount="100.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0399266" Longitude="28.9821162" StarRating="0" HotelCode="|108027" HotelName="Ottopera Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mh. Feridiye Cd. No:95 / 97 Beyoglu Taksim</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/0/2/7/108027_8.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is 300 metres away fromTaksim the Square of the metro station.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.03" OriginalAmount="101" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003207" Longitude="28.975928" StarRating="0" HotelCode="760339|478358" HotelName="Hotel Antique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Elevator">
        <Address>
          <AddressLines>
            <AddressLine>Küçükayasofya Caddesi, Ogul Sokagi  17, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/bf/0cbfd54d22f912ba9bd5d03b3000f1a379cf8ea4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Antique House Istanbul||Only 750 metres from the Blue Mosque and Hagia Sophia, Antique House Istanbu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.03" OriginalAmount="101" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04910233" Longitude="29.02336864" StarRating="2" HotelCode="323401|58647" HotelName="Ayse'M' Sultan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Çevirmeci Sokak No: 4, Ortaköy/Besiktas, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/d5/d2d5079762adf19d4236fb9d156c078ab010b5f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="104.03" OriginalAmount="101" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|595148-20593094/4024169871002992272/14727" HotelName="SUN COMFORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18360000/18356000/18355974/3bad0f60_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="101.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.025453" Longitude="28.973043" StarRating="3" HotelCode="310384|by_murat_royal_hotels_boutique_class" HotelName="By Murat Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Bereketzade Mahallesi, Lalelicesme Sokak 10, Galata, 34200 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/ef/46ef643cfa5129898dbf7015d18e7e70cded421e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="101.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9425692" Longitude="29.1201005" StarRating="3" HotelCode="300219|grand_hotel_avcilar" HotelName="Grand Hotel Avcilar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Designated Smoking Area,Fax,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>E 5 Yanyol 66, Avcilar, 34740 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/cc/f6cc04a8bb2ffc7668d406c9aebc90cd8861dd79.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near Istanbul Atatürk Airport, and 10 minutes from Tuyap and Cnr Expo Exhibitio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="101.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02327773" Longitude="28.9604496" StarRating="0" HotelCode="372756|hotel_baykal_" HotelName="Baykal Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 20/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Uskuplu Caddesi, Fukarababasi Sokak 12, Kadir Has Üniversitesi Yani, Unkapani, Fatih, 34083 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/e4/3ee4e011e9f71eebceb890b66be136aa3803bdb1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the shores of Golden Horn in Unkapani, Hotel Baykal is 3 km from the historic Sultahahmet...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="101.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9099282" Longitude="29.2033269" StarRating="0" HotelCode="582734|golden_dream_otel" HotelName="Golden Dream Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Orta Mahallesi, Kanuni Sokak 8, Kartal, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/0f/e20f913625a8e30497304b0cabe028c795cb7249.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a café and room service. Wireless internet access in pu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="101.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01248855" Longitude="28.97469776" StarRating="0" HotelCode="735501|hotel_queens_land_istanbul" HotelName="Queensland Hotel Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Printer,Room Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Hobyar Mahallesi, Cemal Nadir Sokak 7, Old City Istanbul, 34112 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/84/70/84707b3d25cad339363fc4ee5a2a4aafb8add261.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel can be found in Old City. A total of 32 bedrooms are available for guests' co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="101.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98081553" Longitude="28.87658047" StarRating="0" HotelCode="776434|guven_suit_otel" HotelName="Guven Suit Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Cevizlik Mahallesi, Hat Boyu Cikisi 36, 34158 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/60/b460605c77d2a73c2fa9f38cd2eaf35ea2e73842.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="104.33" OriginalAmount="101.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02548" Longitude="28.97301" StarRating="0" HotelCode="|184217" HotelName="By Murat Royal Hotels" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bereketzade Mah Lalelicesme Sok No 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/2/1/7/184217_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="104.35" OriginalAmount="101.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.93363" Longitude="29.139675" StarRating="0" HotelCode="|535188" HotelName="Bossuite Hotel Maltepe" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Baglarbasi Mah Sakarya Sok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/1/8/8/535188_562786f1458.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="104.48" OriginalAmount="101.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.029557" Longitude="28.973692" StarRating="0" HotelCode="|560375" HotelName="Jurnal Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Asmali Mescit Mahallesi Jurnal Sokak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/0/3/7/5/560375_a3850871731.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="104.50" OriginalAmount="101.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01242599" Longitude="28.9560116" StarRating="2" HotelCode="374767|20259951" HotelName="Hamit Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kemalpasa Mahallesi, Gencturk Caddesi 47, Fatih, 34134 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/78/fb/78fbb3f2a587fbbe95563fd9710ce9f87e8f0574.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="104.57" OriginalAmount="101.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.85569" Longitude="29.28208" StarRating="0" HotelCode="|227297" HotelName="Blue Marine Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/7/2/9/7/227297_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="104.63" OriginalAmount="101.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.025463" Longitude="28.972905" StarRating="0" HotelCode="|191249" HotelName="Galatower" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BEREKETZADE MH.LALELI CESME SK. BEYOGLU 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/2/4/9/191249_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="104.83" OriginalAmount="101.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00757938" Longitude="28.94891255" StarRating="3" HotelCode="776203|2010306" HotelName="Hermanos Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Mahallesi, Manastirli Rifat Sokak 25, 34096 Istanbul, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/bc/25bc1bf8a6acd0ef358f750c04ef3a1f3fcb9bb1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="104.83" OriginalAmount="101.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007016392463" Longitude="28.952841367604" StarRating="3" HotelCode="37691|25553" HotelName="Grand Ant Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucuklanga Cadessi 9, Aksaray, Istanbul 34096</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a7/26/a72660627e846d9d97b85ac84e95d936faa501f0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly, city hotel is located in the heart of the historical district of Aksaray. Muse...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.06" OriginalAmount="102" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008188179525" Longitude="28.957004822125" StarRating="3" HotelCode="529008|406438" HotelName="Malkoc Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mesih Pasa Caddesi 41, Laleli Aksaray, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/58/587884/587884a_hb_a_007.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Malkoc Hotel located in Laleli which is one of the centers in istanbul, is in walking distance to hi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.06" OriginalAmount="102" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9303282" Longitude="29.30614054" StarRating="0" HotelCode="960903|491216" HotelName="My Palace Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yenisehir Mahallesi, Osmanli Bulvari 13/213, Pendik, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/2b/312bc35b2b2dea1ececb05ed016154ec8b1f338c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.06" OriginalAmount="102" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01395224377" Longitude="28.977824449539" StarRating="3" HotelCode="907369|22811" HotelName="Q Inn Hotel Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Dervisler Sokak 7, Sirkeci, Fatih, 34120 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/68/a6/68a6bb1620137dc444ff20d4552c3bd397368e57.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.06" OriginalAmount="102" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005899666667" Longitude="28.980670222222" StarRating="2" HotelCode="397896|217745" HotelName="Sultan Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mh., Akbiyik Cd No:17, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/618822/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.06" OriginalAmount="102" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039832027544" Longitude="28.982500476092" StarRating="3" HotelCode="315910|217697" HotelName="Ten Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Taksim Caddesi, Cambazoglu Sokak 6, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a9/56/a9561380b19e7d77132a633b7a28bd858818db11.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.06" OriginalAmount="102.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00511218" Longitude="28.96379533" StarRating="3" HotelCode="315764|alphonse_hotel" HotelName="Alphonse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Muhsine Hatun Mah. Çiftegelinler Cad No. 25, Kumkapi, 34126 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/27/fe2798737a801c530bd0a43eb6d96995261969fd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.06" OriginalAmount="102.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.81591764" Longitude="29.30319381" StarRating="3" HotelCode="363664|grand_lion_hotel" HotelName="Grand Lion Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Postane Mahallesi, Istasyon Caddesi 3, Iskele Karsisi, 34940 Tuzla, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/cd/65cded7abd304d82beb9112347d691934f76d2a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the seafront in Tuzla, this hotel is 9 km from the airport. It offers air-conditioned gue...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.06" OriginalAmount="102.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01894101552" Longitude="28.96311340367" StarRating="0" HotelCode="398130|cafe_halic_hotel" HotelName="Golden Horn VIP Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Demirtas Mahallesi, Ayranci Sokak 9, Suleymaniye, 34116 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/d0/5fd09045b4fd9f58c80b3df1fc58d9a001f5ab44.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.06" OriginalAmount="102.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99689654" Longitude="29.14700558" StarRating="0" HotelCode="776538|nar_palace" HotelName="Nar Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Serifali Mahallesi, Miras Sokak 4, Bayraktar Bulvari, Umraniye, 34775 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/c0/87c09fc0b5ea8ee7eaea09f1fbfda9ba3e642eb4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="105.14" OriginalAmount="102.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007589" Longitude="28.949098" StarRating="3" HotelCode="160519|752935" HotelName="Alahan" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Laundry,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Çakiraga Mah., Manastirli Rifat Sok. No:25, Aksaray, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/30/305353/305353a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.16" OriginalAmount="102.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011831" Longitude="28.953999" StarRating="0" HotelCode="|17638" HotelName="Birbey" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ATATURK BULVARI KEMALPASA MAH.MEKTEP SOK AKSARAY 1/3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/6/3/8/17638_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 1990, has 31 double rooms, a lobby, a reception with safety deposit boxes, a cloakroom, a lift and a kiosk. The establishment boasts a games room, a television room, a restaurant with air-conditioning, with highchairs, internet. There are many services available at the establishment, including room service, a laundry service, a medical care service, a car park and an indoor car park. SITUATION: This attractive urban hotel is situated in Istanbul a central area of it is close to the city centre, in the surrounding area, clients can find the commercial area, Where you can find shops, boutiques, bars, restaurants, shops, leisure areas and entertainment. ROOM: It has inviting rooms with a bathroom, a hairdryer, a direct line telephone, a satellite or cable television, a radio, a stereo, internet, a mini-bar, a double bed, fitted carpets, central heating and a safe. PAYMENT METHODS: Customers can pay using Visa and Mastercard. OTHERS: All meals in a buffet form, Regarding the food and beverage offering, clients have Ã  la carte lunch and dinner and a set-menu dinner. The establishment offers special dishes and food for those with special dietary requirements..</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.62" OriginalAmount="102.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.015824" Longitude="28.958831" StarRating="0" HotelCode="|521426" HotelName="Güler Palas Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vefa Cd. No:54</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/4/2/6/521426_a5bfda31133.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.62" OriginalAmount="102.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.002359" Longitude="28.941786" StarRating="0" HotelCode="|535870" HotelName="Valens Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mihri Hatun Sk. 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/8/7/0/535870_6821b342052.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="105.67" OriginalAmount="102.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00482" Longitude="28.96544" StarRating="3" HotelCode="169308|1668308" HotelName="Loor Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Hayrettin Mahallesi, Kadirga Liman Caddesi 9/11, Kumkapi-Fatih, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/236207/a_236207_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to the Sultanahmet district of Istanbul and within 200 m of Kumkapi where...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.81" OriginalAmount="102.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036114" Longitude="28.979844" StarRating="0" HotelCode="|534110" HotelName="Mayza Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Atif Yilmaz Sok. 27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/1/1/0/534110_00a27c21132.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.86" OriginalAmount="102.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006065" Longitude="28.797065" StarRating="0" HotelCode="|535581" HotelName="White Life Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Tevfik Bey Mah. Vahit Efendi Sokak no:4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/5/8/1/535581_a43a77e1148.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.95" OriginalAmount="102.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0034068" Longitude="28.9787656" StarRating="0" HotelCode="|86945" HotelName="Naz Wooden House Inn - Byzantine House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Degirmeni Sok. No:7 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/4/5/86945_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is small. SITUATION: It is situated near the mosque, Topkapi the palace the bazaar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.06" OriginalAmount="102.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003178" Longitude="28.975895" StarRating="0" HotelCode="|86935" HotelName="Antique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/3/5/86935_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has WiFi (free of charge) and a terrace on the rooftop. SITUATION: This welcoming hotel is in SultÃ¡n Ahmet the area Istanbul it is in 500 metres away, guests will find the mosque.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.07" OriginalAmount="102.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0062" Longitude="28.79749" StarRating="0" HotelCode="|184884" HotelName="Sapko Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tevfik Bey Mah. Vahit Efendi Sok No:10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/8/8/4/184884_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.08" OriginalAmount="102.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0052562" Longitude="28.9642764" StarRating="3" HotelCode="|72541" HotelName="Grand Liza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tiyatro Cad no 92, Beyazit</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/5/4/1/72541_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Grand Liza Hotel is rated three stars, is situated in a central area, has a restaurant and comfortable standard rooms. SITUATION: This hotel is in Beyazit where you can find restaurants. Is situated in a central area where you can find tourist points of interest. ROOM: The rooms have an air-conditioning system, WiFi, a hairdryer, a safety deposit box and a mini-bar. OTHERS: Clients have at their disposal room service and a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="106.09" OriginalAmount="103" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05605568" Longitude="28.98301864" StarRating="4" HotelCode="688444|284860" HotelName="Wisteria Boutique Hotel Bomonti" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,ATM/Cash Machine,Central Heating,Designated Smoking Area,Housekeeping,Internet,Laundry,Massage Centre,Sauna,Spa,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Mahallesi, Izzetpasa Sokak 56, Bomonti-Sisli, 34380 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/ef/03ef3e7ced24169bcf484eae590f00f7a5fd4c39.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel features free WiFi and views of city in Istanbul. Attractively set in the Sisli district, this...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.09" OriginalAmount="103.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00700091" Longitude="28.97102624" StarRating="4" HotelCode="471477|grand_naki_hotel" HotelName="Grand Naki Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Piyer Loti Caddesi 12/14, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/a5/c8a5d7d3896bbfdb33457f6dfba1f80bc5037a08.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.09" OriginalAmount="103.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0062517" Longitude="28.96480314" StarRating="0" HotelCode="569801|ista_palace_hotel" HotelName="Ista Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Designated Smoking Area,Laundry,Lounge,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Sarac Isahpasa Mahallessi, Tiyatro Caddesi 68/A, Gedikpasa, Sultanahmet, Istanbul 34080</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/93/2d9307a13a17d3d7ee43222b0ebf596287ef1eda.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt; Ista Palace Hotel is located in Sultanahmet which is the one of oldest parts of Istanbul. Belonging...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.09" OriginalAmount="103.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00465616" Longitude="28.9628357" StarRating="3" HotelCode="516837|milano_hotelspa_istanbul" HotelName="Hotel Milano Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Muhsine Hatun Mahallesi, Çiftegelinler Caddesi, Telliodalar Sokak 48, Kumkapi, Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/bd/d5bd1b3515943cddd875844c04baea7dd0b77945.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.09" OriginalAmount="103.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.97174549" Longitude="29.14447211" StarRating="0" HotelCode="599100|arkem_hotel_1" HotelName="Arkem Hotel &amp; Suite 1" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Findikli Mahallesi, Sarmasik Sokak 183, 34854 Istanbul, Maltepe</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/fa/adfa85b9f8f7da40dc7f27b58dfb7b16b5ee3e77.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="106.12" OriginalAmount="103.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03593146" Longitude="28.98063357" StarRating="0" HotelCode="323404|896022" HotelName="Mint Residence Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mahallesi Nane Sokak No: 14, Beyoglu, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/fb/8e/fb8e84d59105ef2d2fb11398c7596dfdef551707.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a transfer service and room service, f...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.28" OriginalAmount="103.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0059" Longitude="28.98067" StarRating="0" HotelCode="|192615" HotelName="Sultan and Guesthouse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mh., Akbiyik Cd No:17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/6/1/5/192615_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="106.36" OriginalAmount="103.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013072030479" Longitude="28.821010842922" StarRating="2" HotelCode="904565|151947" HotelName="Han Hostel Airport North" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse,Airport Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Degirmenbahce Caddesi Turgut Reis Sokak 3, Yenibosna, 34197 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/238302/a_238302_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel is situated in the Yenibosna area of the city. The port at Bakirköy is 8 km away and from...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.62" OriginalAmount="103.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0356327" Longitude="28.9812252" StarRating="2" HotelCode="|86743" HotelName="Grand  Palmiye" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Istiklal cad. Imam Adnan sok No 16 Taksim /Istanbul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/4/3/86743_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a terrace and WiFi (free of charge). SITUATION: It is in a quiet area, Close to Istiklal the street 350 metres away, clients have Taksim the Square of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.76" OriginalAmount="103.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.97174" Longitude="29.14445" StarRating="0" HotelCode="|551833" HotelName="Arkem Hotel 1" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Findikli Mah. Sarmasik Sokak No: 183</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/1/8/3/3/551833_58404491556.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.12" OriginalAmount="104" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04733" Longitude="28.98489" StarRating="0" HotelCode="847897|375211" HotelName="Taksim Time Hotel Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ergenekon Mahallesi, Dolapdere Caddesi 108, Harbiye, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/7d/327dacd3fd65243e2df88ccde17babaa23c81eae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.12" OriginalAmount="104" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.93388513" Longitude="29.13944308" StarRating="0" HotelCode="373014|205875" HotelName="Bossuite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Baglarbasi Mahallesi, Sakarya Sokak 31, Maltepe, 34844 Istanbul, Marmara Region</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/a3/3ea3bff8c4b79abb0942fd3f8177e4cf4542f063.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.12" OriginalAmount="104" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02618091" Longitude="28.97771641" StarRating="0" HotelCode="621249|252303" HotelName="Unver Galata Apart" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Hacimimi Mahallesi, Galata Mandirasi Sokak 18, Beyoglu, 34425 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/72/e772f5f85a791b7ed75fe2cdd4fc328105f52353.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="107.12" OriginalAmount="104" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|136997-28549161/4024169871002992272/15821" HotelName="DARA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3040000/3032500/3032437/cb955c6e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="107.12" OriginalAmount="104" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|171746-28434595/4024169871002992272/17775" HotelName="HAN HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4050000/4042600/4042506/9030c76e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.12" OriginalAmount="104.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.985605" Longitude="28.787832" StarRating="4" HotelCode="55804|sevcan_hotel" HotelName="Sevcan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Country House" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Londra Asfalti 44, Florya, 34810 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/e3/d7e3e7a4be3a21c1d0ce13a6a21c54605c6b34f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the town centre. Countless entertainment and cultural venues as well as sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.12" OriginalAmount="104.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035639459411" Longitude="28.981221454902" StarRating="3" HotelCode="346341|grand_hotel_palmiye" HotelName="Grand Hotel Palmiye" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Air Conditioning,Airport Transfer (on Demand),Bar,Central Heating,Housekeeping,Laundry,Restaurant,Room Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Sehitmuhtar Mahallesi Istiklal caddesi, Imam Adnan sokak 16, Taksim, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/26/0026d33641500f9bf11fbf2c92510ce3ed4f7d83.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Grand Hotel Palmiye is a perfect choice for those who want to enjoy the advantage of staying at the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.12" OriginalAmount="104.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04530483" Longitude="28.98325372" StarRating="3" HotelCode="323405|cumbali_plaza_hotel" HotelName="Cumbali Plaza Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Bozkurt Mahallesi Dolapdere Caddesi No. 135, 34375 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/66/7d66bec9c355d981c498879b1c90e16c22006a4e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.12" OriginalAmount="104.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.930478728292" Longitude="29.306899061179" StarRating="5" HotelCode="640137|elits_suits" HotelName="Elit Perla Palas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Sabiha Gokcen Havalimani Karsisi, Osmanli Bulvari 13, Kurtkoy-Pendik, 34912 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/95/de95f40cd80135f4d16fe0f8d9039a71f4605e08.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.12" OriginalAmount="104.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01448971" Longitude="28.95934367" StarRating="0" HotelCode="850528|the_queen_hotel_2" HotelName="The Queen Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kalanderhane Mahallesi, Cemal Yener Tosyali Cadessi 52/101, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/79/64/79642470ca01acf8fdafbc5f58a30ee5a28b1c67.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.12" OriginalAmount="104.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04028646" Longitude="28.98124247" StarRating="0" HotelCode="782611|otel_sweet_home_taksim" HotelName="Sweet Home Taksim Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Caylak Sokak 86, 34437 Istanbul, Beyoglu</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/1e/c11ef02efce6c72613f8e68654eeccee4b9c8248.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.12" OriginalAmount="104.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04527076" Longitude="28.98309912" StarRating="0" HotelCode="966213|ferman_apart_hotel" HotelName="Ferman Apart Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Eskisehir Mahallesi, Dolapdere Caddesi 77/1, Sisli, 34360 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/ac/b0ace8300de9b67a6a3468d65fda4ea3133d750c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="107.81" OriginalAmount="104.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.994964" Longitude="28.912493" StarRating="4" HotelCode="207964|2250635" HotelName="Diamond City Istanbul" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Telsiz Mh., Muammer Aksoy Cd. No. 16, Zeytinburnu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/ef/ffefebb4bc1e60a44e81be149834268c2efcc1f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Zeytinburnu, just 200 metres from the Olivium Shopping Centre, the hotel is situated clos...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="107.89" OriginalAmount="104.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02754" Longitude="28.97988" StarRating="0" HotelCode="|192310" HotelName="Waw Hotel Galataport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Haci Mimi Mh. Karabas St. No:8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/3/1/0/192310_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="108.00" OriginalAmount="104.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.986236" Longitude="28.718347" StarRating="0" HotelCode="|537921" HotelName="Greenwich Istanbul Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Engin Sk. 25</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/9/2/1/537921_ff8360c0943.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="108.08" OriginalAmount="104.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00477" Longitude="28.96549" StarRating="3" HotelCode="|184618" HotelName="Grand Ninova" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Hayrettin Mah. Kadirgaliman Cad. No/9 Fatih Beyazit</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/6/1/8/184618_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.15" OriginalAmount="105" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01613" Longitude="28.948701" StarRating="3" HotelCode="9370|407738" HotelName="Pianoforte" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Feyzullah Efendi Cd No: 17, 34620 Kiztasi, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/05/7205bb5a73decf6b79455b39791db4965b04cf5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="108.15" OriginalAmount="105" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|633320-28455277/4024169871002992272/3319" HotelName="JUST INN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11310000/11301100/11301095/79e7eaf2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="108.15" OriginalAmount="105" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|637979-28455322/4024169871002992272/5690" HotelName="PEARL ISTANBUL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9850000/9843300/9843230/558d4228_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.15" OriginalAmount="105.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036998" Longitude="28.981335" StarRating="3" HotelCode="191173|taxim_trend_suites_3" HotelName="Taxim Trend Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mahallesi, Altinbakkal Sokak 26, Beyoglu, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/28/ad288e1d2f2d5d836d0e623aa78e99381f4aa1ed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.15" OriginalAmount="105.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04384124" Longitude="29.00067373" StarRating="0" HotelCode="640903|newway_apartments" HotelName="Newway Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Visnezade Mahallesi, Sair Nedim Caddesi, Haci Halit Bey Sokak 15, 34357 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/94/9894e185c294e7880fb95e350f50f0100e97c653.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location A stay at Newway Apartments places you in the heart of Istanbul, minutes from Mari...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.15" OriginalAmount="105.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036118" Longitude="28.9795" StarRating="2" HotelCode="933203|hotel_yonca" HotelName="Hotel Yonca" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Beauty Salon,Business Centre,Concierge,Elevator,Internet,Laundry,Parking,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>Tarlabasi Bulvari, Toprak Lüle Sokak 5, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/da/9edae3b9819f84b70a44df7206cfc87772def699.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Beyoglu-Taksim, Hotel Yonca promises a relaxing and w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.15" OriginalAmount="105.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003468" Longitude="28.97590903" StarRating="0" HotelCode="977363|the_new_season_apart_" HotelName="The New Season Apart" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucukayasofya Caddesi, Yegen Sokak 1, Sultanahmet, Fatih, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/12/0b12d0592c4afeb35cbb937079929345f983d9ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="108.23" OriginalAmount="105.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.916196" Longitude="29.136157" StarRating="0" HotelCode="|461909" HotelName="Dragos Resort Hotel Spa Restaurant" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Piri Reir Cd. 22/1 Yali Mahallesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/1/9/0/9/461909_abc59091015.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="108.42" OriginalAmount="105.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02097" Longitude="28.92676" StarRating="0" HotelCode="|184511" HotelName="Hotel Goldengate" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Topkap mah.topkap cd. No 47</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/5/1/1/184511_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="108.47" OriginalAmount="105.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007508" Longitude="28.97077" StarRating="0" HotelCode="|153035" HotelName="Leyenda Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>BINBIRDIREK MH.GEDIKPASA CAMI SOK.CEMBERLITA 58</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/0/3/5/153035_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2014 and renovated in 2014. It has 20 standard rooms, 10 single rooms, 10 double rooms, 1 suite and 5 superior rooms. The establishment also offers a car park. SITUATION: This hotel is in Istanbul is situated in the city centre, close to the train stations, the bus station, public transport services and places of interest.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="108.47" OriginalAmount="105.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.053426" Longitude="28.807499" StarRating="0" HotelCode="|485919" HotelName="In House Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/5/9/1/9/485919_7b15f422147.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="108.55" OriginalAmount="105.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02102" Longitude="28.92818" StarRating="0" HotelCode="|242409" HotelName="Topkapı Otel Özyavuz" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/2/4/0/9/242409_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="108.73" OriginalAmount="105.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0042992" Longitude="28.9665045" StarRating="0" HotelCode="|108060" HotelName="Tom Square  Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sehsuvarbey Mah., Berham Cavus Sok., No:33, Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/0/6/0/108060_4.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Istanbul the Peninsula of 150 metres away, guests can find the sea. ROOM: Each room has WiFi (free of charge), an air-conditioning system and a satellite television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.18" OriginalAmount="106" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00998988009" Longitude="28.954447338623" StarRating="4" HotelCode="936560|27765" HotelName="Glorious Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yesil Tulumba Sokak 17, Ordu Caddesi, Laleli, 34080 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/a54768438e5b40a284636a7e18d4d8f1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul. The train station, along with other public transpor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.18" OriginalAmount="106" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006272518938" Longitude="28.797627156222" StarRating="3" HotelCode="399217|198886" HotelName="Sapko Airport Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Tevfik Bey Mahallesi, Vahit Efendi Sokak 10, Sefaköy, 34295 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/80/5d8073d6bb4c03bf7f5a0a3b4be063aca77cbc89.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.18" OriginalAmount="106.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.052571" Longitude="28.986729" StarRating="3" HotelCode="74005|nil_hotel" HotelName="Nil" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tavukcu Fethi Sokak No 25, Osmanbey, 34380 Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e0/9f/e09f8f03fa3a074bb17c1325836d21459b543756.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Osmanbey district of the city where Istanbul’s textile market is situat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.18" OriginalAmount="106.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006184" Longitude="28.964823" StarRating="3" HotelCode="191100|angels_garden_hotel" HotelName="Angels Garden Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tiyatro Caddesi 90, Beyazit, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/47/00/47008b7dd8e067c11b88cdba32f6678c3c4e0520.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.18" OriginalAmount="106.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039889386573" Longitude="28.98208122567" StarRating="3" HotelCode="263736|ottopera_hotel" HotelName="Ottopera Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Feridiye Street 95, Taksim, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/db/05db13e062d18f335768beff66c4b4cd22ffede0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.18" OriginalAmount="106.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03368069" Longitude="28.98363111" StarRating="5" HotelCode="541883|apart_of_many_things" HotelName="Apart of Many Things" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Katip Mustafa Celebi Mahallesi, Taksim, Hocazade Sokak 11, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/01/ca/01cab4ab1ad4f4db9814361d47737ceb148c64b6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="109.43" OriginalAmount="106.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9787933" Longitude="28.8776123" StarRating="0" HotelCode="|304812" HotelName="Naila Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cevizlik Mahallesi Huban Sokak No:1 Bak?rkoy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/4/8/1/2/304812_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="109.44" OriginalAmount="106.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.029986" Longitude="28.683273" StarRating="0" HotelCode="|565743" HotelName="Quars Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sultaniye Mahallesi 350.sk No.10/A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/5/7/4/3/565743_179553a1031.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="109.81" OriginalAmount="106.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005644" Longitude="28.665497" StarRating="0" HotelCode="|545791" HotelName="ELİTE PARK HOTEL and SUİTES" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Yakuplu Mahallesi 65.Sokak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/5/7/9/1/545791_5cf2a441044.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="107" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00546237" Longitude="28.96954531" StarRating="2" HotelCode="517404|217752" HotelName="Reyyan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Emin Sinan Mahallesi Pertevpasa Sokak 46/1, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/45/452213/452213a_hb_a_004.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="110.21" OriginalAmount="107" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1443526-32607577/4024169871002992272/15335" HotelName="MONEZZA AVCILAR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/79000000/78310000/78306300/78306205/7089804f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.21" OriginalAmount="107.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01046154" Longitude="28.94831693" StarRating="3" HotelCode="373418|hotel_ekol" HotelName="Hotel Ekol" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Molla Gürani Mahallesi, Tanburi Cemil Bey Sokak Number 7, Aksaray, 34093 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/49/984914f4eb80c151ee1b1e10393216a4b0dda267.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.22" OriginalAmount="107.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0137663" Longitude="28.9771894" StarRating="2" HotelCode="|39799" HotelName="Kafkas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/9/9/39799_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 36 rooms and a bar with a terrace, with fantastic views, Some of the establishment facilities on offer are a lobby with a reception, a safety deposit box service, a currency exchange service, a cloakroom, a lift, a bar, a restaurant and WiFi. At an additional cost, you can enjoy room service and a laundry service. SITUATION: The hotel is in the historic centre, Sirkeci it is 5 minutes away from Sultanahmet 8 minutes away, you can find Where you can find restaurants and shops. Hagia Sophia, Topkapi Palace and Sultan Ahmed Mosque it is 10 minutes away from it is situated 21 kilometres away from Istanbul AtatÃ¼rk Airport. ROOM: The spacious, comfortable rooms, have a bathroom with a shower, a hairdryer, a direct line telephone, a satellite or cable television, a mini-bar, a double bed, an individual air-conditioning system, central heating and a safety deposit box. PAYMENT METHODS: Customers can pay by Mastercard and Visa. OTHERS: Clients have at their disposal a restaurant with international dishes a bar with terrace.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.29" OriginalAmount="107.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01034" Longitude="28.95404" StarRating="0" HotelCode="|193118" HotelName="Laleli Blue Marmaray " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ordu cad Selimpasa Sok No 18 Laleli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/1/1/8/193118_3e1abd21602.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.33" OriginalAmount="107.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98542" Longitude="29.11129" StarRating="0" HotelCode="|530041" HotelName="Artura Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kizilirmak Sokak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/0/0/4/1/530041_f493e5c1236.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.35" OriginalAmount="107.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.049749" Longitude="28.391796" StarRating="0" HotelCode="|556539" HotelName="Legend Otel Tem" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/6/5/3/9/556539_6356cab1627.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.61" OriginalAmount="107.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.033881" Longitude="28.983181" StarRating="0" HotelCode="|484987" HotelName="Nupera Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Katip Mustafa Celebi Mah. Mac Sok.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/4/9/8/7/484987_0927c812017.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.63" OriginalAmount="107.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01335" Longitude="28.97721" StarRating="0" HotelCode="|184585" HotelName="Just Inn Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/5/8/5/184585_29970ff1501.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="111.00" OriginalAmount="107.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005242" Longitude="28.96509" StarRating="0" HotelCode="|534604" HotelName="Ria Suites Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Arayici Sokagi 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/6/0/4/534604_ef2d75c1131.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="111.13" OriginalAmount="107.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005701" Longitude="28.9715488" StarRating="3" HotelCode="|185058" HotelName="Zem" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mah. Katip Sinan Sok. No:10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/0/5/8/185058_ad03be90853.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="111.20" OriginalAmount="107.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.025312" Longitude="28.973074" StarRating="0" HotelCode="|454496" HotelName="Corner Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/4/9/6/454496_65a437b1301.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.24" OriginalAmount="108" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03810151" Longitude="28.9817764" StarRating="0" HotelCode="598479|237399" HotelName="Green Bird Suit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/06/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mahallesi, Turan Caddesi 47, Beyoglu, Istanbul 34435</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/73/fa73b7de6f198a82f55383c1a6a46cdb6945ea14.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.24" OriginalAmount="108" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03373557" Longitude="28.98372675" StarRating="3" HotelCode="411840|217630" HotelName="La Pazza Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/06/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Katip Mustafa Celebi Mahallesi, Hocazade Sokak Number 10, Cihangir, Beyoglu, Taksim, 34433 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/b1/48b13ff33d92cb13dcf3ca8bf29506734146c01e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="111.24" OriginalAmount="108" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|637928-28455319/4024169871002992272/5660" HotelName="PALMERA OLD CITY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/39000000/38930000/38929900/38929866/57070af3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.24" OriginalAmount="108.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03510362" Longitude="28.97716627" StarRating="3" HotelCode="267841|grand_hisar_hotel" HotelName="Grand Hisar Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kalyoncu Kulluk Caddesi 22/1, 34420 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/95/de956bd242940b0d821c64ef8f9e2acdbb9e320b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.24" OriginalAmount="108.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00500854" Longitude="28.97307954" StarRating="0" HotelCode="779803|white_pearl_apart" HotelName="White Pearl Apart" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mahallesi, Su Terazisi Sokak 23, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/5b/bf5bde4d63ae3c18fe462b4f7b93044336c8845a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="111.70" OriginalAmount="108.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011305" Longitude="28.952799" StarRating="3" HotelCode="|84896" HotelName="Kaya Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>ISKENDER PASA MH.CINGIRAKLI BOSTAN SOKAK, AKSARAY 40</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/8/9/6/84896_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Bayezid II Mosque It is situated 1 kilometre away from the establishment, is in the historic centre, near the establishment, you will find historic points of interest, cultural places. ROOM: The establishment has 30 rooms with a bathroom, an air-conditioning system, heating, heating, a direct line telephone, a mini-bar, a television and a hairdryer.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="111.91" OriginalAmount="108.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.97432" Longitude="28.87506" StarRating="0" HotelCode="|235914" HotelName="Le Marde Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/9/1/4/235914_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.14" OriginalAmount="108.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.986001" Longitude="29.131019" StarRating="0" HotelCode="|484742" HotelName="216 Turkuaz Suit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ilbey Sk. 51</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/4/7/4/2/484742_777a1e72019.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.19" OriginalAmount="108.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00396" Longitude="28.959622" StarRating="0" HotelCode="|534718" HotelName="okdahotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>alisan sokak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/7/1/8/534718_2daecb51445.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.23" OriginalAmount="108.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034727" Longitude="28.977231" StarRating="0" HotelCode="|530824" HotelName="Hotel Martin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sahne Sk. 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/0/8/2/4/530824_f87456e1032.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.27" OriginalAmount="109" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.047365439361" Longitude="28.986318753373" StarRating="4" HotelCode="933241|199885" HotelName="Arach Hotel Harbiye" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Business Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Caddesi, Prof. Dr. Celal Öker Sokak 5, Harbiye, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/2f/e72f2dc662a4ac3805ef24660bc8679d1e2cfce2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in the city district Sisli-Nisantasi, opposite the Istanbul Military Museum. Links to t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.27" OriginalAmount="109" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008819152017" Longitude="28.949781241507" StarRating="3" HotelCode="398388|217157" HotelName="Birinci Apart Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Mahallesi, Çakiraga Camii Sokak 10, 34093 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/90/cb905da0dabe7b75f23e5cfb3d88af8eef394582.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.27" OriginalAmount="109" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00796963" Longitude="28.964744" StarRating="0" HotelCode="976949|479488" HotelName="Elyka Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Kemalettin Mahallesi, Dibekli Cami Sokak 17, Beyazit, Fatih, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/23/b6235005f8d2eba16eeb8745d745e89d1901c2e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.27" OriginalAmount="109" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010261604736" Longitude="28.954066132952" StarRating="3" HotelCode="323793|210045" HotelName="Laleli Blue Marmaray Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Ordu Caddesi Selimpasa Sokak 18, Laleli, 34070 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/43/430300/430300a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="112.27" OriginalAmount="109" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1313301-28481418/4024169871002992272/2565" HotelName="LA SERA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/73000000/72660000/72651600/72651585/fd2286bd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="112.27" OriginalAmount="109" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|611725-28455234/4024169871002992272/7013" HotelName="MARI SUITES HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21760000/21756100/21756071/17d621d9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="112.27" OriginalAmount="109" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|230453-28543464/4024169871002992272/12060" HotelName="GRAND ESEN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2370000/2363200/2363115/0e2e30e1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.27" OriginalAmount="109.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012613752715" Longitude="28.974752391209" StarRating="2" HotelCode="315885|istanbul_central_hotel" HotelName="Istanbul Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hobyar Mahallesi, Cemal Nadir Sokak 10, Fatih, 34112 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/76/22/7622653a7a15755edec79cdd8ead8091c86ae78a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.27" OriginalAmount="109.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.002863845855" Longitude="28.974142826485" StarRating="3" HotelCode="496440|arven_butique_hotel" HotelName="Arven Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucukayasofya Mahallesi, Cayiroglu Sokak 6, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/46/08/46080b4a30b3336674549fb5f0f31954ab9c5b60.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Istanbul, this boutique hotel has the perfect ambience for guests who appreciate a stylis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.27" OriginalAmount="109.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01926964" Longitude="28.92731901" StarRating="0" HotelCode="517098|liman_hotel_2" HotelName="Liman Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Topkapi Caddesi, Dullar Cikmazi Sokak No 12, Topkapi, 34087 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/ee/a7ee404ece08c65c7c7b3d088c361db27a1507cc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.27" OriginalAmount="109.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9944268" Longitude="28.83640656" StarRating="4" HotelCode="517176|niconya_port_suitehotel" HotelName="Niconya Port Suite&amp;hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Yenibosna Zafer Mahallesi, Calislar Sokak No 11, 34194 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/04/af04552b67727dd2aff9a238cde60b8b29a75933.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.27" OriginalAmount="109.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.90689774" Longitude="29.1854726" StarRating="0" HotelCode="593300|zengin_suit" HotelName="Zengin Suit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Esentepe, Kucuk Menderes Sokak 1, Kartal, 34870 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/13/621311dfd7ae365239819c46479518bf6745c038.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.27" OriginalAmount="109.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04902217" Longitude="29.02495625" StarRating="0" HotelCode="597671|loren_hotelsuites" HotelName="Loren Hotel Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Mecidiye Mahallesi, Disbudak Sokak 11, Ortakoy Besiktas, 34347 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fe/44/fe448e9c078de916208aec3132db5a26298f30c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.51" OriginalAmount="109.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0391209" Longitude="28.9820021" StarRating="0" HotelCode="|304621" HotelName="Taksim Cetinkaya Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/4/6/2/1/304621_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.66" OriginalAmount="109.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.976654" Longitude="28.876324" StarRating="0" HotelCode="|537515" HotelName="Vitabella Suites" 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/5/3/7/5/1/5/537515_257826e0905.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.89" OriginalAmount="109.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009091" Longitude="28.96214" StarRating="0" HotelCode="|555173" HotelName="Istanbul Town Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ordu Cad. Kalayci Sevki Sok. No: 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/5/1/7/3/555173_ae3cd251846.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="113.21" OriginalAmount="109.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03719" Longitude="28.98181" StarRating="0" HotelCode="|529015" HotelName="Butterfly Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mah Altinbakkal Sok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/0/1/5/529015_bedb0511238.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="113.24" OriginalAmount="109.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0059084" Longitude="28.9796434" StarRating="0" HotelCode="|86939" HotelName="Cosmopolitan Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kutlugun Sk.26 Cankurtaran</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/3/9/86939_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a rooftop with fantastic views. SITUATION: This establishment, is in Sultanahmet the area it is in Istanbul the historic centre of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.30" OriginalAmount="110" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008572603533" Longitude="28.954666256905" StarRating="4" HotelCode="16956|2776" HotelName="Istanbul Royal Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Cad. No: 16, 34480 Laleli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d3/14/d31453c3e4d44cbc6b0337841473f2b3750b9a8b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally located in the Aksaray district of the city. Countless shopping a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="113.30" OriginalAmount="110" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|638783-28455362/4024169871002992272/6344" HotelName="ANTIK IPEK SUIT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/638783/20203592139535.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.30" OriginalAmount="110.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005965607077" Longitude="28.954330980778" StarRating="4" HotelCode="130462|grand_unal" HotelName="Grand Ünal Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mustafa Kemalpasa Caddesi Fabrika Sokak 16, Yenikapi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b8/b9/b8b9d73024f8bb4d7c55f27d18143529b500fd53.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.30" OriginalAmount="110.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039166" Longitude="28.983147" StarRating="4" HotelCode="315774|inntel_hotel_istanbul" HotelName="Inntel Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Taksim Dolapdere Caddesi 49, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/77/da77b5f732d82fee4940d388fcd32c3f2c52be37.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.30" OriginalAmount="110.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00295" Longitude="28.97617" StarRating="3" HotelCode="903014|sur_hotel_sultanahmet_4" HotelName="Sur Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sultanahmet Mahallesi, Mustafa Pasa Sokak 3, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/61/df/61df9f9540b1a3b2c060fe9e050cfae62f615182.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="113.52" OriginalAmount="110.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007057" Longitude="28.954652" StarRating="3" HotelCode="188697|1082578" HotelName="Erbazlar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hayriye Tüccari Cad. No: 10, Aksaray, Istanbul 34470</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/88/9488a207663c2af1c4a7344e8ea0b169b4609748.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Laleli district of the old city in Istanbul, just 2 km from the historic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="113.62" OriginalAmount="110.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0089575" Longitude="28.9549983" StarRating="4" HotelCode="|55932" HotelName="Istanbul Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Caddesi 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/9/3/2/55932_6f2b7830503.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a TV room, a bar, shops, a car park, a safety deposit box service, a meeting room, a laundry service, a restaurant and air-conditioning in communal areas. SITUATION: This establishment, is situated in Istanbul the historic centre of near the establishment, you will find Hagia Sophia, the Grand Bazaar, Sultan Ahmed Mosque and Topkapi Palace the racecourse, is situated 15 kilometres away from Istanbul AtatÃ¼rk Airport. ROOM: The rooms have an air-conditioning system, a satellite television, a mini-bar, a direct line telephone, a hairdryer and a radio.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.08" OriginalAmount="110.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05545" Longitude="28.9928" StarRating="0" HotelCode="|184229" HotelName="Canka Residence by Overland" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Albay Sadri Alantar Sokak 7-33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/2/2/9/184229_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="114.33" OriginalAmount="111" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1271809-21295207/4024169871002992272/15286" HotelName="DOSSO DOSSI HOTELS LALELI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/72000000/71760000/71752800/71752753/21536dcf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="114.33" OriginalAmount="111" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1272380-24473015/4024169871002992272/15631" HotelName="ERESIN HOTELS EXPRESS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/72000000/71960000/71951700/71951652/54ec614e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.33" OriginalAmount="111.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.978438566163" Longitude="28.87094030233" StarRating="4" HotelCode="315781|rawda_hotel_bakirkoy_" HotelName="Rawda  Bakirkoy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Fisekhane Caddesi, Cumhuriyetçi Sokak 3, Bakirköy, 34140 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/60/ed607c4723d705c7a98aa325002109026d0ad3a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.37" OriginalAmount="111.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035159" Longitude="28.9767033" StarRating="0" HotelCode="|108246" HotelName="#bunk" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Inonu Mahallesi Papa Roncalli Sokak No: 34 Sisli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/4/6/108246_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inBeyoglu the district of Close to Istiklal Avenue.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.42" OriginalAmount="111.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009055" Longitude="28.975439" StarRating="0" HotelCode="|524739" HotelName="oldmile palace hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>catal cesme sok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/7/3/9/524739_8b56c640903.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="114.73" OriginalAmount="111.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003957689773" Longitude="28.968713350742" StarRating="3" HotelCode="382716|814443" HotelName="Ottoman's Pearl Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sehsuvarbey Mahallesi, Comertler Sokak 3/101, Sultanahmet, 34126 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/cd/ec/cdecbd46156b4c717f1672ac0a36fe46976cd171.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.93" OriginalAmount="111.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.992837" Longitude="28.794888" StarRating="0" HotelCode="|464484" HotelName="World Point Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Besyol Mahallesi,Birlik Caddesi.No2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/4/4/8/4/464484_c673a220710.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.14" OriginalAmount="111.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00505" Longitude="28.95495" StarRating="0" HotelCode="|193017" HotelName="Matiat Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Langa Hisari Street, No:19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/0/1/7/193017_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.23" OriginalAmount="111.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0168061" Longitude="28.9492709" StarRating="3" HotelCode="|82876" HotelName="Tugra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Fevzi Pasa Caddesi Feyzullah Efendi Sokak No:6 Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/8/7/6/82876_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Sultanahmet it is situated 2,8 kilometres away from Where customers can find the historic monuments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.36" OriginalAmount="112" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05361928" Longitude="28.99266026" StarRating="0" HotelCode="593193|237201" HotelName="BC Burhan Cacan Hotel &amp; Spa &amp; Cafe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Mahallesi, Madalyon Sokak 13, Valikonagi Caddesi, Nisantasi Osmanbey Sisli, 34363 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=5385403</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.36" OriginalAmount="112" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00724425" Longitude="28.95249066" StarRating="0" HotelCode="517105|375227" HotelName="Prens Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Mahallesi, Tiryaki Hasan Pasa Caddesi, Kocibey Sokak 28, 34200 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/ostrovok/16/c5/16c5ba3947c3c5b8b873baa7c184c08929e1d233.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.36" OriginalAmount="112" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013997" Longitude="28.977937" StarRating="1" HotelCode="933218|237695" HotelName="Yeni Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="24 Hour Power Supply,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Nöbethane Caddesi. Dervisler Sokak No.12, Sirkeci, Old City Sultanahmet, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/c1/56c1eda8492a4149d557704298b49f6ffc7fb562.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The yeni hotel will certainly be a great budget option. Located in the city centre, this hotel is cl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="115.36" OriginalAmount="112" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1445372-32344829/4024169871002992272/363" HotelName="DAYS INN BY WYNDHAM ISTANBUL ARNAVUTKOY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1445372/202572314245785.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="115.36" OriginalAmount="112" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|638504-28455348/4024169871002992272/14046" HotelName="TAKSIM MOOD" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16520000/16518400/16518352/a1313ecb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="115.36" OriginalAmount="112" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1163902-28453343/4024169871002992272/14231" HotelName="SULTAN HOSTEL AND GUESTHOUSE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11500000/11497700/11497679/04d2d58a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="115.36" OriginalAmount="112" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|360953-28493955/4024169871002992272/18973" HotelName="GALLEY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12570000/12569100/12569011/8d05441f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.36" OriginalAmount="112.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.902039" Longitude="29.196099" StarRating="3" HotelCode="260168|villa_vanilla_hotel" HotelName="Villa Vanilla" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Boutique,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Esentepe Mahalessi, Yildiz Cadessi 9, Kartal, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/c7/54c7c5a81bb0929c3961af1fb0d06c5953b3763e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Kartal district on the Asian side of Istanbul, this hotel has easy access to Sabiha G...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.36" OriginalAmount="112.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.021053" Longitude="28.927442" StarRating="3" HotelCode="297941|hotel_goldengate" HotelName="Golden Gate" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Topkapi Cad. No. 47, Topkapi Mah., Topkapi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d4/b6/d4b6ee3b256efab6a7ae34d08f16a640aa89cad0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.36" OriginalAmount="112.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0670498" Longitude="28.9984902" StarRating="4" HotelCode="310559|white_monarch_hotel" HotelName="White Monarch Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mecidiyeköy Mahallesi, Selahattin Pinar Arkasi, Naci Kasim Sokak 2, Sisli, 34200 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/d7/b2d7f304a33dccf62797f38c2c4993e3a635adda.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.36" OriginalAmount="112.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02672069" Longitude="28.97028262" StarRating="0" HotelCode="596411|peradise_hotel" HotelName="Peradise Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nazlihanim Sokak 10, Istanbul 34000</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/c8/97c86b0b82c7708b71490e288ff0fba3d23f1b2e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.36" OriginalAmount="112.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010726745587" Longitude="28.957930037278" StarRating="2" HotelCode="933202|sureyya_hotel" HotelName="Süreyya Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ahmet Suayip Sokak 14, Fethibey Caddesi, Laleli, Fatih, 34134 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/bf/6b/bf6ba346d77ba2be544f84348dab506851263d92.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just a few minutes' walk from the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.67" OriginalAmount="112.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008133" Longitude="28.954318" StarRating="0" HotelCode="|554280" HotelName="Saray Hotel Laleli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mesihpasa Cd. 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/2/8/0/554280_91c806a1301.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.67" OriginalAmount="112.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005942" Longitude="28.962519" StarRating="0" HotelCode="|484608" HotelName="Senyor Garden Hotel" 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/8/4/6/0/8/484608_22c1dfd2038.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.73" OriginalAmount="112.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006414" Longitude="28.959266" StarRating="0" HotelCode="|534252" HotelName="Bona Sera Hotel" 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/5/3/4/2/5/2/534252_4c1ad1f1148.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.89" OriginalAmount="112.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.977604" Longitude="28.73928" StarRating="4" HotelCode="|126067" HotelName="Expocity Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gumuspala Mahallesi No 90 Avcilar,D-100 Kuzey Yan Yol</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/6/0/6/7/126067_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a car park, (free of charge), a buffet breakfast. SITUATION: Is situated inAvcilar the district of 10 kilometres away, you can find Istanbul AtatÃ¼rk Airport it is 12 kilometres away from Tuyap the exhibition centre It is situated 25 kilometres away from a commercial centre and restaurants, nearby, there is a station. ROOM: All the rooms have WiFi, a satellite TV, an air-conditioning system, a mini-bar, computer safe, a bathroom and complimentary bathroom items.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="115.98" OriginalAmount="112.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012483" Longitude="28.954966" StarRating="2" HotelCode="186026|605255" HotelName="History" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Genctürk Caddesi. Sirvanizade Sk. No:14, 34470 Sehzadebasi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/3d/ad3d3ad43dd10c6961435ad2d95efc75d2a78db8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="116.12" OriginalAmount="112.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003769" Longitude="28.975558" StarRating="3" HotelCode="150065|606025" HotelName="Istanbul Holiday Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Küçük Ayasofya Caddesi 28, Sultanahmet, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/53/9c/539cec25e0aa12709bf61db7fc2275b3c74232ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a superb location in the Sultanahmet district of Istanbul. The Blue Mosque is a st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.15" OriginalAmount="112.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006394" Longitude="28.968628" StarRating="0" HotelCode="|534355" HotelName="Armar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cephaneci Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/3/5/5/534355_855bf561145.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.33" OriginalAmount="112.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006408" Longitude="28.665183" StarRating="0" HotelCode="|543717" HotelName="Heraldic Room Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Haramidere Cd. 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/3/7/1/7/543717_68061752216.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.37" OriginalAmount="112.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0063756" Longitude="28.9817896" StarRating="0" HotelCode="|108024" HotelName="Premist Hotels Sultanahmet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi Ishakpaa Caddesi No.12 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/0/2/4/108024_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 300 metres away fromTopkapi the Palace of, Is situated inSultanahmet the city centre of. ROOM: All the rooms have WiFi (free of charge), an air-conditioning system and a television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="116.39" OriginalAmount="113" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|67081-32597366/4024169871002992272/11213" HotelName="ASMALI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16090000/16085100/16085030/059cac88_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.39" OriginalAmount="113.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011317" Longitude="28.952914" StarRating="3" HotelCode="260170|kaya_madrid_hotel_istanbul" HotelName="Kaya Madrid Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Iskenderpasa Mahallesi, Cingiraklibostan Sokak 40, Fatih, Aksaray, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/7f/8a7fb1f3990a4f6e157d7cff76739cf8ed2ba018.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.39" OriginalAmount="113.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00514" Longitude="28.95458" StarRating="4" HotelCode="323378|matiat_hotel_istanbul" HotelName="Matiat Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Tulbentci Husamettin Mahallesi, Langa Hisari Sokak No: 19, Yenikapi, Fatih, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/b3/aab301753167ac374fcca64be127c102a47754de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.47" OriginalAmount="113.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003183" Longitude="28.9746901" StarRating="0" HotelCode="|86947" HotelName="Sur Hotel Sultanahmet" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>K. Ayasofya Cd. Mustafapasa Sok. No:25</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/4/7/86947_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is family-run, has a terrace. SITUATION: It is 5 minutes away from the mosque.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.48" OriginalAmount="113.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005091" Longitude="28.955455" StarRating="0" HotelCode="|84894" HotelName="Abel Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>KATIP KASIM MAH.LANGA HISARI CAD.YENIKAPI 41</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/8/9/4/84894_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: Yenikapi Is situated in the establishment, is near the historic centre, is well-connected with places of interest. ROOM: The rooms have an air-conditioning system, a television, a direct line telephone, internet, a safety deposit box, a bathroom with a shower, a hairdryer and a hairdryer. FACILITIES: The establishment boasts a reception, a restaurant, a bar, a lift and a safe. The establishment also offers an air-conditioning system, room service, a launderette, a dry cleaner's (available for a fee) and internet.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="116.50" OriginalAmount="113.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003431551633" Longitude="28.9787669" StarRating="3" HotelCode="32163|1635418" HotelName="Naz Wooden House Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Degirmeni Sokak 7, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/39/86/3986a8cf2ad22b5687a567a42a33dd6c2d9e5a7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.59" OriginalAmount="113.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.060428" Longitude="28.988193" StarRating="0" HotelCode="|533418" HotelName="Orange Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Teyyareci Cemal Sokagi 23-1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/4/1/8/533418_437122d1107.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.83" OriginalAmount="113.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0110803" Longitude="28.9578753" StarRating="0" HotelCode="|25185" HotelName="Laleli Gonen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Fethi bey cad zeynep kamil sK no:24</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/8/5/25185_6.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated nearLaleli the shopping centre in the surrounding area, clients have tourist areas. ROOM: The spacious and modern rooms, fully-equipped, have a sofa, a flat-screen television and a living room. FACILITIES: The establishment boasts a swimming pool.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.86" OriginalAmount="113.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.002873" Longitude="28.9737607" StarRating="0" HotelCode="|82963" HotelName="Nova Roma Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mah. Aksakal Sok. No: 23 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/6/3/82963_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 5 minutes away from the mosque, 300 metres away, guests will find the sea. ROOM: All the rooms have WiFi (free of charge). FACILITIES: The establishment boasts a terrace.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.87" OriginalAmount="113.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.998362" Longitude="29.1423858" StarRating="3" HotelCode="|108127" HotelName="Asia Artemis Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Serifali Mahallesi Turcan Caddesi No: 59 - Atasehir</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/2/7/108127_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a reception. SITUATION: AtaÅŸehir It is in. ROOM: The establishment has modern rooms, with air-conditioned, a television and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.88" OriginalAmount="113.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.044438" Longitude="28.982587" StarRating="0" HotelCode="|485635" HotelName="Trip Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dolapdere Cd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/5/6/3/5/485635_91047a72137.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="117.09" OriginalAmount="113.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0399442" Longitude="28.9820561" StarRating="4" HotelCode="|107947" HotelName="Villa Pera Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi Feridiye Caddesi No:113 - 116 Taksim (No:113 - 80)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/9/4/7/107947_c28fba51122.jpg</HotelPictures>
        <HotelDescription>HOTEL: It is situated in a renovated large building windows. SITUATION: This hotel is 500 metres away from Taksim the Square of Istiklal Avenue.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="117.10" OriginalAmount="113.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0071014" Longitude="28.9500585" StarRating="0" HotelCode="|82976" HotelName="Fuar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Namik Kemal Cad. Kucuk Langa Araligi Sok. No:1 Aksaray</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/7/6/82976_3f878a81543.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a restaurant and with views, rooms with air-conditioning. SITUATION: The hotel is in Istanbul the city centre of Sultanahmet it is 2 kilometres away from.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="117.26" OriginalAmount="113.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.930294" Longitude="29.306763" StarRating="0" HotelCode="|531727" HotelName="Sabiha Gokcen Hotel Istanbul Houses" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yenisehir mah. Osmanli Blv.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/1/7/2/7/531727_0962d0d1101.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="117.27" OriginalAmount="113.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03884" Longitude="28.9835" StarRating="0" HotelCode="|192237" HotelName="Rooms Inn Taxim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dolapdere taksim street 29 beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/2/3/7/192237_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="117.27" OriginalAmount="113.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.002737" Longitude="28.798691" StarRating="0" HotelCode="|475539" HotelName="The Business Class Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kartaltepe Mah. 2.Namik Kemal Cad.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/5/3/9/475539_7e6a8011254.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="117.30" OriginalAmount="113.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.989315" Longitude="29.08395" StarRating="0" HotelCode="|526953" HotelName="Near Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/6/9/5/3/526953_45e3f2d1057.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="117.33" OriginalAmount="113.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.019565" Longitude="28.827009" StarRating="0" HotelCode="|486101" HotelName="Comfort Point Hotel" 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/8/6/1/0/1/486101_a77f5132147.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="117.38" OriginalAmount="113.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0338829" Longitude="28.9810224" StarRating="0" HotelCode="|82941" HotelName="Next2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kuloglu Mah.Kocaaga Sok. No.10 Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/4/1/82941_5.jpg</HotelPictures>
        <HotelDescription>ROOM: The establishment has suites with WiFi, (free of charge), a television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.42" OriginalAmount="114" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.001759384708" Longitude="28.805659196959" StarRating="3" HotelCode="300221|47572" HotelName="Sahra Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kartaltepe Mahallesi, Hisar Sokak 1, Kücükcekmece, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/90/b8/90b8e50940fac8b37866ad3e26fd6ba51177ff82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.42" OriginalAmount="114" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03539148" Longitude="28.97878148" StarRating="3" HotelCode="737250|324344" HotelName="Taksim Maxwell Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Huseyinaga Mahallesi, Buyuk Bayram Sokak 18, Beyoglu, 34435 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c2/dd/c2ddaf6396621b0263dca3b5374e68c27f6a092c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.42" OriginalAmount="114.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00850398" Longitude="28.95163236" StarRating="0" HotelCode="369877|hotel_real_life" HotelName="Hotel Real Life" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Valide Camii Sokak No:15 Aksaray Fatih, 34093 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/c2/33c277391ef5f1d90be46e29934c3250224c0efe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.42" OriginalAmount="114.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00328082" Longitude="28.97715124" StarRating="0" HotelCode="735446|nuray_hotel" HotelName="Nuray Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sultanahmet Mahallesi, Akbiyik Degirmeni Sokak 44, 34122 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/02/a7/02a7a1845c9e4939049c122d38bd03808997fe98.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="117.77" OriginalAmount="114.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00755" Longitude="28.961169" StarRating="0" HotelCode="|522200" HotelName="Calenberg Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Daltaban Yks.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/2/0/0/522200_c083a670932.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.45" OriginalAmount="115" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03612530189" Longitude="28.980412550998" StarRating="2" HotelCode="496867|199462" HotelName="Taksim Park Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mahallesi, Suslu Saksi Sokak 23, 34420 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/00/e4002c47bc458558b322b85f6925c5c55b082dcf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="118.45" OriginalAmount="115" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|608119-28494033/4024169871002992272/19025" HotelName="FERMAN PERA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/32000000/31110000/31106600/31106526/2d341b32_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.45" OriginalAmount="115.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007289" Longitude="28.949412" StarRating="3" HotelCode="10556|avlonya_hotel" HotelName="Avlonya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Langa Araligi Caddesi No:11, 34096 Aksaray, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/cd/a5cd8e9f83b323dcc54b19dbe4aa8983bb1e7e2c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.45" OriginalAmount="115.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.017095223798" Longitude="28.949693441391" StarRating="3" HotelCode="185586|tugra_hotel" HotelName="Tugra Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Feyzullah Efendi Sokak 6, Fevzipasa Cad., Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/82/40820c160190dbac09a994e16b3db725409d6467.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the Fatih district of Istanbul, the hotel is centrally located for the major tourist att...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.45" OriginalAmount="115.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.001373" Longitude="29.144507" StarRating="3" HotelCode="189365|asia_artemis_suite" HotelName="Asia Artemis Suite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Serifali Mahallesi, Turcan Caddesi No. 59, Atasehir, 34775 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/93/b393f788a1439a66e715068e41be2a9caca8dc73.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to the financial district near Atasehir on the Asian side of the city. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.45" OriginalAmount="115.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005117432418" Longitude="28.965209514984" StarRating="2" HotelCode="315771|ottoman_time_hotel" HotelName="Ottoman Time Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Hayrettin Mahallesi, Bali Pasa Yokusu 94, Fatih, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/aa/8f/aa8f8ec0d31731e51adb6800fed9d4c1ea8566ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.45" OriginalAmount="115.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.033830089992" Longitude="28.981026067153" StarRating="3" HotelCode="404620|hotel_next2" HotelName="Hotel Next2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuloglu Mahallesi, Kocaaga Sokak 10, Turnacibasi Caddesi, Beyoglu, 34433 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/82/5782d599bacdd199047ab4f49abd50afa169a825.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.45" OriginalAmount="115.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03594884" Longitude="28.98232216" StarRating="0" HotelCode="548869|la_bella_suites_istiklal" HotelName="La Bella Suites Beyoglu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Housekeeping,Internet,LCD/Projector,Luggage Storage,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mahallesi, Bekar Sokak 16, Taksim, Beyoglu, 34435 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/03/6503216ce66ebfe7a90303b5b2fe67f5f8ffff44.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at La Bella Suites Beyoglu in Beyoglu (Istanbul City C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.45" OriginalAmount="115.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="977257|armoni_life_hotel" HotelName="Armoni Life Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tevfikbey Mah, Vahit Efendi Sokak 7, Kucukcekmece Sefakoy, 34295 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/97/cf97616395189fe7f443bd7c0cca0123cf42575c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="118.50" OriginalAmount="115.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0098916" Longitude="28.9546456" StarRating="0" HotelCode="|86830" HotelName="Davos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ordu Cad. Yesil Tulumba Sokak No. 23 Laleli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/3/0/86830_04d76881256.jpeg</HotelPictures>
        <HotelDescription>HOTEL: The establishment is well-connected with the public transport service. SITUATION: the Grand Bazaar It is near Topkapi the Palace of. ROOM: Each room has WiFi (free of charge) and a television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="118.61" OriginalAmount="115.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.068323" Longitude="28.9996461" StarRating="4" HotelCode="|447168" HotelName="The Bold" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Selahattin Pinar Cd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/1/6/8/447168_859abf21141.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="118.72" OriginalAmount="115.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01046" Longitude="28.97867" StarRating="0" HotelCode="|185024" HotelName="The Print House " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Caddesi Guzel Sanatlar Sok no:5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/0/2/4/185024_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="118.73" OriginalAmount="115.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.027222" Longitude="28.977479" StarRating="0" HotelCode="|528599" HotelName="Galata King Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/8/5/9/9/528599_8f5c1d61043.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="118.77" OriginalAmount="115.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.032724" Longitude="28.977285" StarRating="0" HotelCode="|532566" HotelName="Destinia Pera Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Akansu Sk No 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/5/6/6/532566_314ad571017.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.00" OriginalAmount="115.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0137387" Longitude="28.9776296" StarRating="0" HotelCode="|86784" HotelName="Yeni Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/8/4/86784_ff144741111.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has, rooms, with WiFi. SITUATION: 5 metres away, guests will findGÃ¼lhane the Park of it is located 500 metres away from the ferry.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="119.05" OriginalAmount="115.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011045503574" Longitude="28.959112084061" StarRating="3" HotelCode="37690|940885" HotelName="Laleli Gönen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Fethibey Caddesi, Zeynepkamil Sokak 24, Laleli, 34134 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/7f/c77f9170444e8b7a4bb603172f28ee2a679dce94.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is situated in Istanbul, about 1 km from the sea. The tourist attractions can be re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="119.07" OriginalAmount="115.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0378868" Longitude="28.98301505" StarRating="3" HotelCode="174004|1080438" HotelName="Three Apples Suites and Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Çorbaci Sokak 7, Sehit Muhtar Mahallesi, 34435 Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/c1/3cc132a2538d78498c308dfc54c3ce11248bb677.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.09" OriginalAmount="115.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004165" Longitude="28.9688878" StarRating="3" HotelCode="|108305" HotelName="Sultans" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/3/0/5/108305_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a terrace and WiFi (free of charge). SITUATION: This hotel Sultanahmet it is in Sultan Ahmed Mosque it is located 800 metres away from.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.21" OriginalAmount="115.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0106872" Longitude="28.9544171" StarRating="4" HotelCode="|17605" HotelName="Glorious" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>YESIL TULUMBA SOK.ORDU CAD. LALELI-AKSARAY 17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/6/0/5/17605_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: The renovated hotel in 2005, has 2 buildings, 6 floors and 96 rooms. In the entrance, guests are offered a lobby with a reception, a safety deposit box service and a currency exchange service. SITUATION: It is located nearIstanbul the centre of 5 minutes away from the establishment, guests will find public transport services, the tourist attractions, shops and restaurants. it is 15 minutes away from bars, nightclubs. ROOM: The cosy rooms, have a bathroom with a hairdryer, a bath, a direct line telephone, satellite or cable TV, a mini-bar, a double bed, an air-conditioning system and heating. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and Ã  la carte or set-menu lunch and dinner. PAYMENT METHODS: Customers can pay by Visa and Mastercard.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.24" OriginalAmount="115.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01274" Longitude="28.93811" StarRating="0" HotelCode="|193167" HotelName="Ilicak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Millet Caddesi No.81</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/1/6/7/193167_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.26" OriginalAmount="115.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0042829" Longitude="28.9639869" StarRating="0" HotelCode="|353459" HotelName="Istanbul Family Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Muhsine Hatun Mah. Mustesar Sok N:2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/4/5/9/353459_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.38" OriginalAmount="115.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0098597" Longitude="28.9766782" StarRating="0" HotelCode="|85094" HotelName="Merial" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ALAYKOSKU CAD. SULTANAHMET 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/0/9/4/85094_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers WiFi (free of charge), a reception, room service, a wake-up service, a baggage room and a lift. SITUATION: This hotel is 150 metres away from Topkapi the Palace of the Grand Bazaar it is 400 metres away from it is situated 200 metres away from the tram, 20 kilometres away from the establishment, guests will find Istanbul AtatÃ¼rk Airport. ROOM: Each room has an air-conditioning system, a satellite television, wooden floors, a mini-bar, a television and a bathroom with a hairdryer.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="119.47" OriginalAmount="115.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005262383137" Longitude="28.973261182286" StarRating="3" HotelCode="89551|279975" HotelName="Ferman Sultan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Suterazisi Sokak 8, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/2b/f22b66857c2a1c73ea4f9f09aaf574526fb4da8b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.48" OriginalAmount="116" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0582735" Longitude="28.987841215344" StarRating="3" HotelCode="293680|35907" HotelName="Comfort Beige" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Mayis Mah., Samanyolu Sk. 118, 34360 Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/219569/219569a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.48" OriginalAmount="116.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034961478703" Longitude="28.983304881752" StarRating="3" HotelCode="315989|ada_homes_hotel_taksim" HotelName="Ada Homes Hotel Taksim" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Katip Çelebi Mahallesi, Abdullah Sokak 13, Taksim, Beyoglu, 34433 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/f2/c7f27e9f29df6bd10faab2f38529a3a90e7eed73.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.48" OriginalAmount="116.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00831847" Longitude="28.95176851" StarRating="0" HotelCode="850497|hamitbey_hotel_prestige" HotelName="Hamitbey Hotel Prestige" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Mahallesi, Inkilap Caddesi 26, Fatih, 34096 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/fe/34fed2d505927b40b8534b57fff3874c9571c8a1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.48" OriginalAmount="116.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010325839047" Longitude="28.975194511744" StarRating="2" HotelCode="900678|meddusa" HotelName="Meddusa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nuruosmaniye Caddesi 5, Cagaloglu, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/5d/085d5d3d6e93c026b67990e6f3b2912ee3afcf90.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers are welcomed at the hotel, which has a total of 21 rooms. A lobby and a reception are ava...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.48" OriginalAmount="116.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03439813" Longitude="28.98253803" StarRating="0" HotelCode="787604|ferman_pera" HotelName="Ferman Pera Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Katip Mustafa Celebi Mahallesi, Tel Sokak 4, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/69/4a69b49d1ae669a3f50bb9250153be3cf447b300.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.48" OriginalAmount="116.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="956603|taksim_diamond_hotel" HotelName="Taksim Diamond Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Asmali Mescit Mahallesi, Balyoz Sokak 3, Beyoglu, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/65/9265e05b37bae344f3f15375314fa491f5f0f7f7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.53" OriginalAmount="116.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.054436" Longitude="28.992462" StarRating="0" HotelCode="|533425" HotelName="Nişantaşı Diamond Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Ismet Armagan Sokak, No: 29-31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/4/2/5/533425_48b6b111112.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.56" OriginalAmount="116.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040286" Longitude="28.981891" StarRating="0" HotelCode="|530261" HotelName="Sel Suite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Feridiye Cd. No 114</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/0/2/6/1/530261_c0b53451020.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.58" OriginalAmount="116.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0106407" Longitude="28.9581551" StarRating="0" HotelCode="|82935" HotelName="Hotel Sureyya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Fethibey Caddesi,Ahmet Suayip Sokak No:14 Laleli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/3/5/82935_31d14f61529.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a restaurant, a bar and WiFi (free of charge). SITUATION: Is situated inLaleli the district of close to the establishment, clients can find Ordu the shopping street.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.72" OriginalAmount="116.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.037" Longitude="28.98179" StarRating="0" HotelCode="|184572" HotelName="Iq Houses" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Istiklal Cad. Kurabiye Sk. No: 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/5/7/2/184572_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.84" OriginalAmount="116.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0125821" Longitude="28.9779307" StarRating="0" HotelCode="|46496" HotelName="Adora" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HUDAVENDIGAR CAD ERDOGAN SOK NO 14-16 SIRKECI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/4/9/6/46496_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This small hotel, urban and has 15 rooms, The air-conditioned establishment has 6 floors, a lobby with a reception, a currency exchange service, a cloakroom, a lift, a bar, a restaurant and WiFi. For an additional charge you can use room service and the launderette. SITUATION: Is situated inIstanbul the city centre of it is in an excellent location, You can find restaurants, pubs, nightclubs, the tourist centre, park, shops, public transport services and the railway station. Hagia Sophia, Topkapi Palace, the Grand Bazaar and Sultan Ahmed Mosque It is located close to it is situated 17 kilometres away from Istanbul AtatÃ¼rk Airport It is situated 60 kilometres away fromSabiha Gokcen Airport. ROOM: The comfortable rooms, a bathroom with a shower, a hairdryer, a direct line telephone, satellite or cable TV, internet, a mini-bar, an individual air-conditioning system, individual heating and a safe. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and Ã  la carte lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="120.14" OriginalAmount="116.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98418" Longitude="29.108414" StarRating="0" HotelCode="|565304" HotelName="A11 Hotel Atasehir" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kucukbakkalkoy Mah. Senlik Sok.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/5/3/0/4/565304_0b38b372047.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="120.35" OriginalAmount="116.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.019919" Longitude="28.928317" StarRating="0" HotelCode="|474888" HotelName="HİSAR HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TOPKAPI MAHALLESI TOPKAPI CADDESI NO 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/4/8/8/8/474888_146f78a1252.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.51" OriginalAmount="117" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="866022|381268" HotelName="Levo Suites Macka" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Servirevan Sokak, 34357 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/9b/a39b86cc7d8dadf3d35aa2f42a3f332687dec987.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.51" OriginalAmount="117" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0104817" Longitude="28.97848001" StarRating="5" HotelCode="374780|217641" HotelName="The Print House Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Caddesi Güzel Sanatlar Sokak no:5 Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/3b/4d/3b4dee2615bc800b20da4225587047907e162691.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="120.51" OriginalAmount="117" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|638628-28455359/4024169871002992272/18015" HotelName="THE QUEEN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/33000000/32580000/32570900/32570830/2c452dc5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.51" OriginalAmount="117.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01651" Longitude="28.952566" StarRating="2" HotelCode="188721|yesilpark_hotel" HotelName="Yesil Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Buyuk Karaman Cad, No: 15, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/f2/58f23fc3f89a7bb47602dfb69b2f593af4f23b6f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.51" OriginalAmount="117.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010672034107" Longitude="28.97486772209" StarRating="1" HotelCode="306014|sunlife_hotel_old_city" HotelName="Sunlife Hotel Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mahallesi, Molla Fenari Sokak 9, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/f0/cff0072b3e59c32139037d915e1fa90e9b3404a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.51" OriginalAmount="117.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036604605104" Longitude="28.982768658385" StarRating="3" HotelCode="320762|iq_houses" HotelName="IQ Houses Kurabiye" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Kurabiye Sokak No: 2, Beyoglu, 34435 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/a42fcd2598674c508807ceb253dd7f1d.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.51" OriginalAmount="117.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04378362" Longitude="28.98157018" StarRating="4" HotelCode="323637|dencity_hotel" HotelName="Dencity Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Eskisehir Mahallesi, Dolapdere Caddesi Karabatak Sokak No. 11, Taksim, 34375 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/14/6f14503aebc560171a635f6fc35a0907dcb3b064.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.51" OriginalAmount="117.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01046631" Longitude="28.95448502" StarRating="2" HotelCode="363792|hotel_davos_istanbul" HotelName="Hotel Davos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Ordu Caddesi, Yesil Tulumba Sokak No. 23, Laleli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/d3/4bd33dc9bf19f84c9f93e7122039b08dbc030394.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.51" OriginalAmount="117.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="964301|yeni_caglayan_otel" HotelName="Yeni Caglayan Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Caglayan Vatan Caddesi 42, Kagithane, 34403 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/35/d135d720dc72c1e0104cc014d72439c7187f8f2a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="120.58" OriginalAmount="117.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040286" Longitude="28.981236" StarRating="0" HotelCode="|524099" HotelName="Taksim Soushian Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/0/9/9/524099_86277ff1110.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="120.88" OriginalAmount="117.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012967" Longitude="28.947381" StarRating="3" HotelCode="296470|6439177" HotelName="Best Nobel Hotel 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Iskenderpasa Mahallesi, Ahmediye Caddesi No: 12, Aksaray, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/16/162473/162473a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just a 5-minute walk from Aksaray underground station and there are many shops ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.19" OriginalAmount="117.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04256" Longitude="28.98408" StarRating="4" HotelCode="|220775" HotelName="The White Orient" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Elmadag Caddesi no 38 sisli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/7/7/5/220775_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.34" OriginalAmount="117.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0433834" Longitude="28.9853247" StarRating="0" HotelCode="|382297" HotelName="The Central House Istanbul Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Inonu Mah. Papa Roncalli Sokak No:34, Elmadag</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/2/2/9/7/382297_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.53" OriginalAmount="117.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0120671" Longitude="28.9550329" StarRating="2" HotelCode="|83011" HotelName="History Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gencturk Cad. Sirvanizade Sok. No:14 Sehzadebasi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/1/1/83011_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a terrace and a restaurant. SITUATION: This smart hotel is next to the town hall, is located 300 metres away from SaraÃ§hane park.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.54" OriginalAmount="118.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011014" Longitude="28.958461" StarRating="0" HotelCode="|533542" HotelName="Polanin Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Balabanaga Mahallesi Zeynep Kamil Sokak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/5/4/2/533542_dfafee51455.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.54" OriginalAmount="118.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0061949" Longitude="28.9808301" StarRating="0" HotelCode="|82889" HotelName="Istanbul Hotel and Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi Akbiyik Caddesi No 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/8/8/9/82889_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has WiFi (free of charge). SITUATION: Sultanahmet Is situated in this establishment, is in the historic centre, Sultan Ahmed Mosque It is 5 minutes away from. ROOM: The rooms have an air-conditioning system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.54" OriginalAmount="118" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00504086" Longitude="28.97133615" StarRating="0" HotelCode="776903|343402" HotelName="Riverland Suites &amp; Apart Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mahallesi, Ozbekler Sokak 22, Sultanahmet, 34122 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=9622948</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.54" OriginalAmount="118" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04256015" Longitude="28.98407694" StarRating="4" HotelCode="632481|271824" HotelName="The White Orient Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Inonu Mahallesi, Elmadag Caddesi 38, Sisli, 34373 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/b0/50b0e2bdd47c8d3c95dbbad017dae438f5d7cc9f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.54" OriginalAmount="118.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008061" Longitude="28.962361" StarRating="3" HotelCode="188666|hotel_selenay" HotelName="Selenay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>SOGANAGA TAVSANTASI SOKAK 12, BEYAZIT, ISTANBUL, 34490</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/ae/06ae647df8d1ccbf907d24e22694762e3fb4c372.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.54" OriginalAmount="118.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03393455" Longitude="28.97892112" StarRating="3" HotelCode="323383|hotel_mara_3" HotelName="Hotel Mara Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Turnacibasi Caddesi No: 4, Kuloglu Mahallesi, Beyoglu, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/52/a3/52a3a078c1a3af2d1cc64ac1d241175440395f49.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.54" OriginalAmount="118.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.047442472718" Longitude="28.986100130977" StarRating="3" HotelCode="574354|park_by_clover" HotelName="Park By Clover" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Ergenekon Mahallesi, Papa Roncalli Sokak 122-1, Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d0/da/d0da665d5c74513b8fdd3b4e9ef96e3dcdc02ddc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.76" OriginalAmount="118.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.981238" Longitude="29.15504" StarRating="0" HotelCode="|529617" HotelName="Nice Royal Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>KAYISDAGI MAH. USLU CAD. NO 123</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/6/1/7/529617_6f557161043.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="121.86" OriginalAmount="118.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01364866403" Longitude="28.97624194622" StarRating="4" HotelCode="37689|134884" HotelName="Ipek Palas" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic 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,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Orhaniye Cad. 9, Sirkeci, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e2/28/e228a1b867ca3df5e95cd1f42373192c01c99004.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of the Old Town. It is within walking distance of all the city’s ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.87" OriginalAmount="118.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00465" Longitude="28.97269" StarRating="3" HotelCode="|79065" HotelName="Dara Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Su Terazisi Sokak 25 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/0/6/5/79065_1_6493.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is family-run, is rated 3 stars. SITUATION: This establishment, is situated in Sultanahmet the heart of near the establishment, you will find the racecourse, is situated close to the bazaar. ROOM: Each room has a bathroom, WiFi, a satellite TV, a mini-bar and a safety deposit box. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.92" OriginalAmount="118.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9298041" Longitude="29.3057494" StarRating="0" HotelCode="|86866" HotelName="Airport Residence Kurtkoy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yeni Sehir Mah.Mustafa Akyol Sokak No:3 Kurtkoy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/6/6/86866_13.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 3 kilometres away fromSabiha Gokcen Airport the establishment is 8 kilometres away from Istanbul the Park of it is 25 kilometres away from a shopping centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="122.20" OriginalAmount="118.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004864484425" Longitude="28.883563578129" StarRating="5" HotelCode="75504|334365" HotelName="Green Park Merter" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Nazim Erten Sokak No 13, 34173 Merter, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/1a/801aafec4b20464fdda518f3372c36214358849e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is 5 minutes from the CNR Exhibition centre and very close to the main districts of Istanb...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.28" OriginalAmount="118.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9944" Longitude="28.83641" StarRating="0" HotelCode="|241647" HotelName="Niconya Port Suiteandhotel" 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/2/4/1/6/4/7/241647_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.41" OriginalAmount="118.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03568" Longitude="28.98121" StarRating="3" HotelCode="|184931" HotelName="Taksim Istiklal Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mh. Imam Adnan Sk. no:15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/9/3/1/184931_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="122.48" OriginalAmount="118.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004232949896" Longitude="28.972342014313" StarRating="3" HotelCode="169627|930595" HotelName="Aleph Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mahallesi, Sehit Mehmet Pasa Sokak 15, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/66/8b66ba23398acc71b7194747f89733a1f99afd5f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located close to Sultanahmet in the historical district of Istanbul. Kumkapi, b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.49" OriginalAmount="118.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0053344" Longitude="28.9733921" StarRating="0" HotelCode="|86936" HotelName="Ferman Sultan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mah. Su Terazisi Sok. No:8 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/3/6/86936_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has large rooms and luxurios. It has WiFi (free of charge) and a terrace with ocean views. SITUATION: It is in the historic centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="122.57" OriginalAmount="119" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03903155" Longitude="28.98171999" StarRating="5" HotelCode="962059|217622" HotelName="Istanbul HUB Flats" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Taksim Çesmesi Sokak 11, Taksim, 34437 Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/29/1d29cab2d6261da1f1faf8df5060a26f58b3cec6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="122.57" OriginalAmount="119" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03533492" Longitude="28.97804173" StarRating="3" HotelCode="312309|217604" HotelName="LifeRoom Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hüseyinaga Mahallesi, Topcekenler Caddesi 15, Beyoglu, 33425 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/59/591317/591317a_hb_a_002.JPG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can feel at home in one of the 14 rooms. Services and facilities at the hotel include a s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="122.57" OriginalAmount="119" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035114" Longitude="28.976043" StarRating="4" HotelCode="263717|375310" HotelName="Walton Hotels Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Kamerhatun Mahallesi, Hamalbasi Caddesi 28, Beyoglu, Taksim, 34420 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/09/094ca96876b00531/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.57" OriginalAmount="119.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007099" Longitude="28.949959" StarRating="3" HotelCode="43550|fuar_hotel" HotelName="Otel Fuar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Mahallesi, Kucuk Langa Araligi Caddesi 1, 34300 Aksaray, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/67/2f67cc0082c057c072ef7157b2a397ad14670297.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.57" OriginalAmount="119.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9094673" Longitude="29.13881325" StarRating="0" HotelCode="382332|the_island_house_hotel_3" HotelName="Island Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Yali Mahallesi, Sahilyolu Sokak 24, 34000 Maltepe, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/a2/43a249d2096eb1ee1d6fdaa2c6268881b19def8f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Maltepe.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.57" OriginalAmount="119.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.978405368162" Longitude="29.142688124298" StarRating="4" HotelCode="531346|cityloft_81" HotelName="Cityloft 81" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kayisdagi Caddesi 203, Atasehir, 34750 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/7e/a5/7ea5c5f1c115e67b85a40bd666c282cc0d8589c4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.63" OriginalAmount="119.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0537313" Longitude="28.9925484" StarRating="3" HotelCode="|353212" HotelName="Bc Burhan Cacan and Spa and Cafe" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Valikonagi Cad. Madalyon Sk.no:13 Nisantasi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/2/1/2/353212_2d8081d2333.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.92" OriginalAmount="119.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0071435" Longitude="28.9556082" StarRating="0" HotelCode="|353840" HotelName="Hotel Marina City" 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/5/3/8/4/0/353840_9688b002318.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.92" OriginalAmount="119.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03267" Longitude="28.83043" StarRating="0" HotelCode="|192431" HotelName="De Maison Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Gunesli Mah Kirazli Cad Sanayi Sok No 25</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/4/3/1/192431_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.99" OriginalAmount="119.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9460406" Longitude="29.124735" StarRating="0" HotelCode="|86914" HotelName="Anka Business Park Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Delta Hospital Arkasi Akguvercin Sok No:9 Kucukyali</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/1/4/86914_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a cafÃ©, internet, WiFi (free of charge), a restaurant, a laundry service, a sauna and a games room. SITUATION: It is close to the main road.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.36" OriginalAmount="119.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0352274" Longitude="29.1664838" StarRating="0" HotelCode="|305479" HotelName="Zin D Home Cekmekoy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Merkez Mahallesi, Uskudar Caddesi No: 31, Cekmekoy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/5/4/7/9/305479_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.39" OriginalAmount="119.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03533" Longitude="28.97805" StarRating="0" HotelCode="|184554" HotelName="Life Room" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Huseyinaga Street Topcekenler Road No15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/5/5/4/184554_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.60" OriginalAmount="120" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01228981" Longitude="28.95490634" StarRating="3" HotelCode="936556|47659" HotelName="Bisetun Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gencturk Mah. Sirvanizade Sok. No:7, Fatih 34080, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/71/04712c948fb8e313c8422e2d49d8cfff73883ccc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.60" OriginalAmount="120" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007564571179" Longitude="28.951919550535" StarRating="4" HotelCode="300839|47720" HotelName="Comfort Life" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bar,Currency Exchange,Designated Smoking Area,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Inebey Mahallesi, Tiryaki Hasan Pasa Caddesi 33, Aksaray, Fatih, 34096 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/5d/d75d518f0822d170eb2fbd80b2b45c94af0189c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Aksaray district of the city, this modernly furnished hotel is well positioned for th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.60" OriginalAmount="120" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01110531" Longitude="28.95548286" StarRating="2" HotelCode="374890|237396" HotelName="Grand Laleli Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Genctürk Caddesi 30, Laleli, 34200 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/d2/61/d2611cb0e30df975379e1f464e888419b39bd740.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.60" OriginalAmount="120" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0485563" Longitude="29.02480424" StarRating="0" HotelCode="597695|237417" HotelName="Hot Budget" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Mecidiye Mahallesi, Buyuksekerci Sokak 5, Ortakoy, Besiktas, Istanbul 34347</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/80/ff802efc6e57b02c0a61b331d82eb1ab18ab32c2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="123.60" OriginalAmount="120" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|637426-28455293/4024169871002992272/16998" HotelName="ERSARI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/637426/2020228105053138.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="123.60" OriginalAmount="120" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1402353-27830910/4024169871002992272/17694" HotelName="FUAT BEY PALACE HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/74000000/73270000/73264700/73264693/8da4d33f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.60" OriginalAmount="120.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003235" Longitude="28.97703" StarRating="3" HotelCode="191075|blue_tuana_hotel" HotelName="Blue Tuana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Degirmen Sokak No:3, 34122 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8c/4a/8c4a26cebb617b062682736d13006b7b1307fd45.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.60" OriginalAmount="120.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.002733" Longitude="28.974748" StarRating="3" HotelCode="191129|ottomania_hotel" HotelName="Sea House Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mahallesi, Cayiroglu Sokak 34, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/23/34/2334c2988c5009ba5606bbe93db8eb3510bc3a86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located in the centre o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.60" OriginalAmount="120.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.026289210659" Longitude="28.97208643265" StarRating="0" HotelCode="267832|galata_west_hostel" HotelName="Galata West Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bereketzade Mahallesi, Savcibey Cikmazi Okcumusa Caddesi 3, Beyoglu, 34421 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/6a/ce6ac1f610ca275aa9b10ff2e4e7aadf9eaa6f7b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.60" OriginalAmount="120.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011047225529" Longitude="28.955305897671" StarRating="3" HotelCode="347240|sultan_city_hotel" HotelName="Sultan City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel,Bed and breakfasts" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Gencturk Caddesi 29, Laleli, 34134 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/79/f67958d1295789fcf4ab0779c9d7bd459402092f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Sultan Otel A warm welcome awaits you at the mid size Sultan Otel in Istanbul. Guests can enjoy a me...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.60" OriginalAmount="120.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03082202" Longitude="28.97498495" StarRating="3" HotelCode="455240|sanat_hotel_pera" HotelName="Sanat Hotel Pera Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Asmali Mescit Mahallesi, Balyoz Sokak 7, Beyoglu, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/fc/31fc87cf79f11791795e46c769c04b5c62cbf869.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located in the heart of Istanbul. Its setting is especially ideal for guests ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.60" OriginalAmount="120.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005071878649" Longitude="28.972644269362" StarRating="3" HotelCode="395279|stone_hotel_istanbul" HotelName="Stone Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Sehit Mehmet Pasa Yokusu Sokak 34, Sultanahmet, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/10/83/108318ca79cf77eb6392df27ccdddd884348f3f3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Istanbul, this boutique hotel is ideal for guests who appreciate a stylish a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.60" OriginalAmount="120.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00810297" Longitude="28.95771543" StarRating="2" HotelCode="735921|version_hotel" HotelName="Version Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 26/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Koska Caddesi 40, Laleli, 34480 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/df/04dfe17299c308bdb8a73e9d88d96859f46d6768.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Laleli, Version Hotel is 250 m from Laleli Tram Station offering easy access to the histo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.60" OriginalAmount="120.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.984002203561" Longitude="29.114250685267" StarRating="3" HotelCode="933230|nice_royal" HotelName="Nice Royal Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Housekeeping,Internet,Smoking Rooms,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Kücükbakkalköy Mahallesi, Isiklar Caddesi 12, Atasehir, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/5a/dc5ad7f97bdc9083779b3ad2f1e7b6bef6e31bfb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in Asian Side. Visitors will not be bothered during their stay, as th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.78" OriginalAmount="120.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03894" Longitude="28.982417" StarRating="0" HotelCode="|529704" HotelName="The Row Taksim Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Asiklar Sk. 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/7/0/4/529704_a7a41c41039.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.94" OriginalAmount="120.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00349" Longitude="28.968988" StarRating="0" HotelCode="|533046" HotelName="Villa Paradiso Hotel" 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/5/3/3/0/4/6/533046_5ec6ebb1118.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.95" OriginalAmount="120.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0398029" Longitude="28.9824147" StarRating="0" HotelCode="|108268" HotelName="Regency World Suite Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mah. Taksim Cad. Cambazoglu Sok. No 3 Taksim</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/6/8/108268_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts WiFi (free of charge). SITUATION: Is situated in the city centre, 150 metres away, guests will find Taksim the Square of. ROOM: The establishment has suites with a sitting room and a satellite television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.95" OriginalAmount="120.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.869996" Longitude="29.2684793" StarRating="0" HotelCode="|353398" HotelName="Kervan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/3/9/8/353398_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.95" OriginalAmount="120.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01176" Longitude="28.95424" StarRating="0" HotelCode="|193211" HotelName="Grand Pamir" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kemalpasa Mah. Gencturk Cad. Mektep Sok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/2/1/1/193211_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.99" OriginalAmount="120.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.90606" Longitude="29.28334" StarRating="0" HotelCode="|550707" HotelName="216 Hill" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Seyhli Mah. Aksemsettin Cd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/0/7/0/7/550707_414189d1109.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="124.21" OriginalAmount="120.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0320476" Longitude="28.9772086" StarRating="0" HotelCode="|305028" HotelName="Cirrus Tomtom" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tomtom Mah. Eski Cicekci Sk. No:18 Taksim/Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/5/0/2/8/305028_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="124.26" OriginalAmount="120.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038985" Longitude="28.983232" StarRating="0" HotelCode="|534377" HotelName="ROCO Beyoğlu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dolapdere Taksim Cd 39</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/3/7/7/534377_8dcd9a21153.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="124.33" OriginalAmount="120.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039046" Longitude="28.982055" StarRating="0" HotelCode="|533657" HotelName="Gokotta Suite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/6/5/7/533657_d8ccfcc1136.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="124.36" OriginalAmount="120.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0365" Longitude="28.97515" StarRating="0" HotelCode="|184154" HotelName="Istanberry - Berry Life Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Omer Hayyam Cad No 26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/1/5/4/184154_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="124.40" OriginalAmount="120.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9418789" Longitude="29.1438189" StarRating="0" HotelCode="|82925" HotelName="Macity Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/2/5/82925_1.jpg</HotelPictures>
        <HotelDescription>ROOM: This hotel has rooms, with an air-conditioning system and WiFi (free of charge). OTHERS: Regarding the food and beverage offering, clients have a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="124.61" OriginalAmount="120.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0105127" Longitude="28.9541127" StarRating="0" HotelCode="|86763" HotelName="Grand Dilara Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ordu Cad. Selimpasa Sok No: 24 Laleli?</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/6/3/86763_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception and tourist information. SITUATION: Is situated inLalei the district of. ROOM: Each room has WiFi (free of charge) and a television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.63" OriginalAmount="121" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00305" Longitude="28.97486" StarRating="3" HotelCode="634579|30996" HotelName="Asmali Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kücük Ayasofya Caddesi, Mustafa Pasa Sokak 25, Sultanahmet, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/84/84cd54f5579536d2/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located approximately 300 metres south of the Blue Mosque in the Sultanahmet area of th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.63" OriginalAmount="121" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03696298" Longitude="28.98332357" StarRating="5" HotelCode="974617|217651" HotelName="Utarit Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mahallesi, Utarit Sokak 6, Beyoglu, 34435 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/5d/0f5dba55b9ceaa4a104902cb6934c16b47f3c4bb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="124.63" OriginalAmount="121" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|633429-28455283/4024169871002992272/5013" HotelName="MADURO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/37000000/36790000/36787900/36787801/dbbabdf1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.63" OriginalAmount="121.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.069214545841" Longitude="29.002892358698" StarRating="3" HotelCode="188735|nif_hotel" HotelName="Payidar Suite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Guelbahar Mahallesi, Oya Sokak 14, Bueyuekdere Cadessi, Sisli Mecidiyekoey, 34394 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/ca/21ca6f34fc0db5c2ef236c79132b6cb19244bc3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.63" OriginalAmount="121.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.929737456442" Longitude="29.305629667424" StarRating="3" HotelCode="267860|airport_residence_2" HotelName="Airport Residence Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yenisehir Mahallesi, Mustafa Akyol Sokak 3, Millet Caddesi, 34912 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/5c/265c60e1b77530b3baa4c7146f533ca61b22d40e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.63" OriginalAmount="121.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.014529" Longitude="28.978999" StarRating="2" HotelCode="267821|emek" HotelName="Hotel Emek" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nöbethane Caddesi, Demirkapi, Kummeydani Sokak No 13, Sirkeci, Istanbul 34110</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/2f/5a2f0747686436a29a06383b7dd77e624c0b54db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.63" OriginalAmount="121.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.037715494485" Longitude="28.983205862178" StarRating="3" HotelCode="306001|santa_lucia_hotel" HotelName="Taksim Santa Lucia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mahallesi, Yogurtcu Faik Sokak 14, 34235 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d0/85/d0855f6d9cf53b2ef36de18181cab13a03e05220.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.63" OriginalAmount="121.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.015670400257" Longitude="28.959038745507" StarRating="3" HotelCode="318292|nagehan_hotel_old_city" HotelName="Nagehan Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mollah üsrev, Üzümcü Sokak, Fatih, 34134 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/39/ac3930dd89d2013df2cefdd01e00d78f47fcaee9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.63" OriginalAmount="121.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00372615" Longitude="28.98033493" StarRating="0" HotelCode="611081|sultan_mansion" HotelName="Sultan Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mhallesi, Keresteci Hakki Sokak 1/3, Fatih Sultanahmet, Fatih, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/7d/7b/7d7b7df38d085dd13bbe11eee14632f9e140b0c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.63" OriginalAmount="121.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="968496|kunlun_hotel_7" HotelName="Kunlun Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Topkapi Mahallesi, Turgut Ozal Millet Caddesi 148, Sehremini, Fatih, 34093 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/26/5e26cdca7bb13fad9d5ed7b7f6b9fc2a29350a1b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.63" OriginalAmount="121.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="983185|yolohostel" HotelName="Yolo Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Izzettin Sokak 46, 34716 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/f0/1df049c573ca708fb8d39e3393935af3176c18d6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="124.73" OriginalAmount="121.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.94132448599" Longitude="29.143716394901" StarRating="4" HotelCode="915600|188461" HotelName="Rhiss Hotel Maltepe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Bar,Conference Hall,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Zümrütevler Mahallesi, Atatürk Caddesi 32, 34852 Maltepe, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/43/37431b7639aff4ef804a45b4b163697f652c51d4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="124.89" OriginalAmount="121.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003542" Longitude="28.964249" StarRating="0" HotelCode="|534275" HotelName="Newalla Hotel Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sehsuvar Bey Mah., Kurkcu Kuyusu Sok. 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/2/7/5/534275_587acb41100.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="124.95" OriginalAmount="121.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0038295" Longitude="28.9755719" StarRating="0" HotelCode="|86978" HotelName="Sarnic and Sarnic Premier - Ottoman Mansion" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Cad. No:26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/7/8/86978_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is situated in a historic building a terrace on the rooftop. SITUATION: It is situated 10 minutes away fromSanta Sofia the Church of Topkapi the Palace of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="125.12" OriginalAmount="121.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005018" Longitude="28.8835356" StarRating="5" HotelCode="|45254" HotelName="The Green Park Merter" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NAZIM ERTEN SOK NO 13 - MERTER</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/2/5/4/45254_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a living room, a gym, the massage service, a Turkish bath, a swimming pool and WiFi. SITUATION: Is situated in the shopping area, in front of the hotel there is a public transport stop.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="125.25" OriginalAmount="121.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01364" Longitude="29.11809" StarRating="0" HotelCode="|191246" HotelName="Princess Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>ARMAG MAHALL MITHATPASA CADDESI BASAK SOKAK No:4 UMRANI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/2/4/6/191246_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="125.30" OriginalAmount="121.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003758" Longitude="28.975458" StarRating="4" HotelCode="36324|4517635" HotelName="Sarnic Hotel" 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,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Caddesi No. 26, Sultanahmet, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/67/675cb58b148d340a/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally located within walking distance of shopping and entertainment ven...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="125.39" OriginalAmount="121.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010548988018" Longitude="28.977647" StarRating="3" HotelCode="191060|2009885" HotelName="Le Safran Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mahallesi, Zeynep Sultan Cami Sokak 5, Eminonu, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/96/4a96e1a7dec6352aefda0796cf78c392274de6ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.66" OriginalAmount="122" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03798958" Longitude="28.98229005" StarRating="3" HotelCode="738878|324328" HotelName="Long Stay Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Central Heating,Currency Exchange,Designated Smoking Area,Fax,Garden,Housekeeping,Kitchen,Laundry,Massage Centre,Pets allowed,Printer,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mahallesi, Turan Caddesi 26, Taksim, Beyoglu, 34420 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/631576/631576a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Long Stay is Located in the heart of historic center of Istanbul in an extremely characteristic ,qui...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.66" OriginalAmount="122" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006284531331" Longitude="28.981936982821" StarRating="4" HotelCode="263738|57628" HotelName="Premist Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Ishakpasa Sokak 12, 14, 16, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/19/197620/197620a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located in the heart of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.66" OriginalAmount="122.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005674541835" Longitude="28.954132373016" StarRating="3" HotelCode="9368|orient_mintur_hotel" HotelName="Orient Mintur Otel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mermerciler Caddesi 1, Yenikapi, 34380 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/2c/dc2cd720aeeb6da6827db791a541155d5e425126.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the old city centre, close to the Yenikapi tram stop. It enjoys the advanta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.66" OriginalAmount="122.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.019876" Longitude="28.928101" StarRating="2" HotelCode="207967|grand_reis_otel" HotelName="Grand Reis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Currency Exchange,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Topkapi cd Hamamodalari çikmazi No:1, Kaleiçi, Topkapi, Fatih, istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/04/4904997d2003390eb92bfba4632df34f6d3f4d02.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Topkapi-Pazartekke area of the city, the hotel is only a few minutes’ walk from the c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.66" OriginalAmount="122.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007329566175" Longitude="28.954062728836" StarRating="0" HotelCode="303971|delta_hotel_istanbul" HotelName="Delta Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Caddesi 26/1, Aksaray, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9a/02/9a022204a5cec44a216420da39123cf56facfe50.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.66" OriginalAmount="122.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.059900913149" Longitude="28.988684769038" StarRating="3" HotelCode="323359|lampa_design_hotel" HotelName="Lampa Design Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mayis Mahallesi, Operator Raif Bey Sokak 35, Halaskargazi Caddesi 19, 34363 Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/7f/cf/7fcf615adf9de10fe0ea61bcf85e34acc33e1392.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.66" OriginalAmount="122.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0027619" Longitude="28.97365056" StarRating="2" HotelCode="544363|walnut_shell_hotel" HotelName="Walnut Shell Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mahallesi, Fatih, Aksakal sokak 22, 34410 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/26/df26eecd6a499a0b6b4ea7946fd55475bc14f2cb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.66" OriginalAmount="122.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.993177" Longitude="28.84582683" StarRating="0" HotelCode="772352|moon_suit_hotel_2" HotelName="Moon Suit Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sirinevler Mahallesi, Marasal Fevzi Cakmak 3 Sokak 8, Bahcelievler, 34188 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/b9/fcb95ffee0e294df03e9c6ad328b96990499bd47.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.66" OriginalAmount="122.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.057105153627" Longitude="28.912743812234" StarRating="3" HotelCode="936272|gumus_palas_hotel" HotelName="Gümüs Palas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Merkez Mahallesi, Ali Galip Bey Caddesi 20, Gaziosmanpasa, 34245 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/f4/b2f4d79a9bc8ad63c1fe043757b3cc56423f1684.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.66" OriginalAmount="122.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03001838" Longitude="28.96972904" StarRating="0" HotelCode="964788|new_taksim_hotel" HotelName="New Taksim Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bedrettin Mahallesi, Havuz Sokak 23A, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/d7/e1d741fa6f9654cb7f62b4d345cdeb987bc994e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="125.67" OriginalAmount="122.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.977932" Longitude="28.87677" StarRating="0" HotelCode="|470104" HotelName="Merlin Hotel Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Beyaz Zambak Sk. 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/1/0/4/470104_2bd25791251.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="125.70" OriginalAmount="122.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.994616" Longitude="28.840808" StarRating="0" HotelCode="|524745" HotelName="Comfort Suites Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sedef Sk. 17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/7/4/5/524745_86444631142.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.00" OriginalAmount="122.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0056896" Longitude="28.9716504" StarRating="0" HotelCode="|108163" HotelName="Ersari Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mah. Dizdariye Yokusu Sok No 5 Fatih Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/6/3/108163_8.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is located 400 metres away from the mosque, 10 minutes away, guests can find Topkapi the Palace of. ROOM: Each room has WiFi (free of charge), an air-conditioning system, a television and a mini-bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.50" OriginalAmount="122.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0046474" Longitude="28.9736167" StarRating="0" HotelCode="|83028" HotelName="Aleph Hotel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mah. ehit Mehmet Paa Sok. No:15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/2/8/83028_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is in, a building, was built in the 19th Century, The establishment boasts a cafÃ© with a terrace and sea views. SITUATION: It is 3 minutes away fromSultanahmet the Square of. ROOM: The rooms have an air-conditioning system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.61" OriginalAmount="122.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99394" Longitude="29.02615" StarRating="0" HotelCode="|246419" HotelName="Kadikoy Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rasimpasa Mahallesi Rihtim Cad. No 12 Recaizade Sok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/6/4/1/9/246419_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.62" OriginalAmount="122.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.033138" Longitude="28.679502" StarRating="0" HotelCode="|526461" HotelName="Grand Moon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/6/4/6/1/526461_335f1691023.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="126.68" OriginalAmount="122.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012786366776" Longitude="28.956854084656" StarRating="4" HotelCode="161935|592535" HotelName="Tilia Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kemalpasa Mahallesi, Mahmudiye Çesme Sokak 3, Laleli-Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/14/c114be15efd748ec4d90750637acf656c45712f5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel is located less than 5 minutes' walk from Istanbul's Grand Bazaar, and 1 km fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.69" OriginalAmount="123" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039839733612" Longitude="28.984655449074" StarRating="4" HotelCode="318571|32810" HotelName="Nova Plaza Taksim Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Lamartin Caddesi 21, Beyoglu, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/06/061d2638263c72dc/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a great location in the heart of Istanbul in busy Taksim. It has easy access to the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.69" OriginalAmount="123" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03197673198" Longitude="28.977045772982" StarRating="3" HotelCode="470476|199250" HotelName="Cirrus Suites Tomtom" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Tomtom Mahallesi, Eski Cicekci Sokak 18, Beyoglu, 34435 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/634706/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.69" OriginalAmount="123" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.053715117156" Longitude="28.945672898148" StarRating="4" HotelCode="442580|150642" HotelName="Ramada Hotel &amp; Suites Istanbul Golden Horn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Sutluce Mahallesi, Imrahor Caddesi 12, Beyoglu, 34450 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/ce/79cee75e98a05bde422b75082ea928751bca473d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.69" OriginalAmount="123" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.912295800366" Longitude="29.217391614165" StarRating="4" HotelCode="310547|198907" HotelName="Ramada Encore Istanbul Kartal" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Mahallesi, Kartal Caddesi 53, 34876 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/74/05/7405252f40858a068ddab8a64fe749b8af036ba9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul - Sabiha Gökcen (SAW).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="126.69" OriginalAmount="123" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|560123-32593555/4024169871002992272/6519" HotelName="ARVEN BOUTIQUE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15760000/15755600/15755523/66e31eb6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="126.69" OriginalAmount="123" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|611652-28494063/4024169871002992272/11018" HotelName="AVCILAR CITY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/31000000/30360000/30352800/30352771/e381e79a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.69" OriginalAmount="123.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02105337" Longitude="29.11850362" StarRating="3" HotelCode="267807|boutique_princess_hotel" HotelName="Boutique Princess Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="boutique hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Armagan Evler Mahallesi, Mithatpasa Caddesi, Basak Sokak No: 4, Ümraniye, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b2/f3/b2f35fe567fe9e2b5c05f3ecc61055419a455ff8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.69" OriginalAmount="123.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012681649509" Longitude="28.940222418823" StarRating="4" HotelCode="321869|golden_taha_hotel" HotelName="Golden Taha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Molla Gürani Mahallesi, Findikzade Sokak 5, 34093 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/5a/885a7a15efab9668eab07be4cb35a4c232e1a8ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.69" OriginalAmount="123.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01465386" Longitude="29.15996106" StarRating="5" HotelCode="791043|zin_d_home_dudullu_suits" HotelName="Zin D Home Dudullu Suits" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="residence" CnxPolicy="Free CXL until 25/06/2026" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Designated Smoking Area,Fax,Garden,Internet,Kitchen,Parking,Printer,Sauna,Swimming Pool,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Inanç Türkes Caddesi 3, Yukari Dudullu, Ümraniye, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/ca/bfcaa8e015aae10c3e8d6d81f0c1fb61e2f3daf4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Exclusively designed for adults, this cosy residence is in Asian Side. Those wishing to escape the h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.69" OriginalAmount="123.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03311663" Longitude="28.98740451" StarRating="4" HotelCode="957431|cihangir_palace_hotel" HotelName="Cihangir Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cihangir Mahallesi, Mebusan Yokusu Sokak 39, 34433 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/71/c2/71c2e957c091245f0d9d1e009382a2672b575dfc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.69" OriginalAmount="123.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.018157291523" Longitude="28.631819058861" StarRating="4" HotelCode="933211|avm_apart_hotel" HotelName="Expoist Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Mahallesi, E-5 Yanyolu, Beylikdüzü, 34520 Büyükçekmece, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/51/715180d6a90329d11b85445bd612a1b141923a89.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.69" OriginalAmount="123.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="981901|vander_valk_istanbul_hotel" HotelName="Vander Valk Istanbul Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Balabanaga Mahallesi, Harikzedeler Sokak 25/A, Laleli, Fatih, Istanbul 34000</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/dc/81dc7f0e62860ff8bf1ec27983937d44578e22a9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.81" OriginalAmount="123.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.029481" Longitude="28.805726" StarRating="3" HotelCode="|205313" HotelName="Ibis Istanbul West" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Halkali Merkez Mahallesi,Fatih Caddesi Tokel SokakNo:1 Kucukcekmece.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/5/3/1/3/205313_1_7671.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="126.84" OriginalAmount="123.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003468" Longitude="28.979892" StarRating="4" HotelCode="191095|1673658" HotelName="Sultan Tughra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sultanahmet Mah. Keresteci Hakki Sok. No: 21 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/db/57/db571d66bab6ddac943c3b159c21317eff47bfb7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.98" OriginalAmount="123.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0160984" Longitude="28.9532051" StarRating="2" HotelCode="|82939" HotelName="Yesilpark" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/3/9/82939_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a restaurant, a terrace and WiFi (free of charge). SITUATION: It is located in front ofSantos ApÃ³stoles the Church of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.05" OriginalAmount="123.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0062218" Longitude="28.9390932" StarRating="0" HotelCode="|82948" HotelName="Cagri Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Cerrahpasa Mah. Kocamustafapaa Cad. No:114 Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/4/8/82948_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a reception. SITUATION: It is inFatih the district of this establishment, is 2,5 metres away from the Grand Bazaar the square. ROOM: They have WiFi (free of charge) and a flat-screen television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.35" OriginalAmount="123.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007498" Longitude="28.96217" StarRating="0" HotelCode="|523328" HotelName="Mayer Hotel Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nur Sk. 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/3/2/8/523328_2c78ce20956.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.67" OriginalAmount="123.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.032886" Longitude="28.976642" StarRating="3" HotelCode="|453045" HotelName="West Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Acara Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/0/4/5/453045_09540c91013.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.72" OriginalAmount="124" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00580269" Longitude="28.96413139" StarRating="0" HotelCode="731127|489219" HotelName="B'Guest House&amp;Apartment" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Bed and breakfasts" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sarac Ishak Mahallesi, Kumkapi Degirmeni Sokak 5, Beyazit, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/c8/01c8cca83da10c8952095e2b8da2aeca5a7dfe62.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.72" OriginalAmount="124" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.026653" Longitude="28.955787" StarRating="3" HotelCode="933221|198974" HotelName="Lotus Hotel Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Vakif Mektebi Sokak No.1, Yavuzsultanselim Mahallesi, Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/85/8e859bb7ad65926b36c9e998a3aba8c03c2b8a2f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.72" OriginalAmount="124.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.030487469457" Longitude="28.97351719183" StarRating="4" HotelCode="61757|pera_rose_hotel__special_class" HotelName="Pera Rose Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Caddesi 87, Tepebasi, Beyoglu, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/28/a4/28a4f8a40a94f40e209a59aa0cf9230369fcaf5c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Istanbul's business, shopping and entertainment centre, around a 5-minu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.72" OriginalAmount="124.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006468" Longitude="28.952088" StarRating="3" HotelCode="186211|akyildiz_hotel" HotelName="Akyildiz Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Langa Bostanlari Sokak 6, Mustafa Kemal Pasa, Aksaray, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/04/01/0401f17895246b615016f9dca7df2c101bfdd905.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.72" OriginalAmount="124.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.978556940409" Longitude="29.124441675994" StarRating="4" HotelCode="310528|atasehir_palace_hotel__conference" HotelName="Atasehir Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Kücükbakkalköy Mahallesi, Kayisdagi Caddesi 143/1, Atasehir, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/0f/e9/0fe939a9597661eba3f454e99250808d50815741.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.72" OriginalAmount="124.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00794198" Longitude="28.94935726" StarRating="2" HotelCode="517169|sim_hotel_2" HotelName="Sim Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 27/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Namik Kemal Caddesi, Abdullah Cavus Sokak No 14, Aksaray, 34096 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/07/7d/077d9411798f308e5261c2dd71a46cd8a45ba78d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.72" OriginalAmount="124.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="865958|class_suites_taxim" HotelName="Class Suites Taxim" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/06/2026" HotelFacility="Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Feridiye Cadessi 51, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/e6/10e696cda2deec62d121f533b76c27121b72eb4e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.72" OriginalAmount="124.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="985542|the_peraport_hotel" HotelName="The Peraport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Emekyemez Mahallesi, Nazlihanim Sokak 7/B, Yolcuzade Iskender Caddesi, 34420 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/42/564258950a40e593da8b1e26090ffbcef9e6fed6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.90" OriginalAmount="124.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06844" Longitude="29.002" StarRating="0" HotelCode="|192880" HotelName="Nif Sisli" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/8/8/0/192880_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.17" OriginalAmount="124.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.026213" Longitude="28.971892" StarRating="0" HotelCode="|527292" HotelName="HAUS Suites Galata" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/7/2/9/2/527292_f68d75e1242.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.18" OriginalAmount="124.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.928971" Longitude="29.149107" StarRating="0" HotelCode="|532030" HotelName="The Hera Maltepe Otel andSpa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Acarlar Sk 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/0/3/0/532030_4f134061031.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.21" OriginalAmount="124.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0067155" Longitude="28.9731172" StarRating="0" HotelCode="|86851" HotelName="Sultanahmet Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mah. Klodfarer Cad. No:19 Sultanahmet Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/5/1/86851_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: Istanbul It is in 5 minutes away from the establishment, clients can find Topkapi the Palace of and the mosque. ROOM: The rooms have internet, (free of charge), a television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.25" OriginalAmount="124.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038799" Longitude="28.983076" StarRating="0" HotelCode="|529631" HotelName="Santa Rio hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Feridiye Cd. 36</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/6/3/1/529631_7aa5cb91054.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="128.25" OriginalAmount="124.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.025018" Longitude="29.042363" StarRating="3" HotelCode="176348|809605" HotelName="Holiday Inn Express Istanbul - Altunizade" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oymaci Sk., 18, Altunizade Mahellesi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/8e/0d8e4793506053b72a88088fe707508323a48715.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.30" OriginalAmount="124.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005931" Longitude="28.970513" StarRating="0" HotelCode="|154508" HotelName="Kadirga Antik Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>EMIN SINAN MH.KATIP SINAN CD. SULTANAHMET 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/4/5/0/8/154508_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 15 rooms, 9 double rooms, 5 triple rooms and quadruple rooms. SITUATION: This hotel Istanbul it is in is situated in the city centre excellent transport links to the city, Close to the train stations, the bus station, the metro station, bus stops, entertainment areas and the harbour.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.37" OriginalAmount="124.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.016349" Longitude="28.959418" StarRating="0" HotelCode="|533527" HotelName="Vefa Hotel and Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vefa Cd. 45</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/5/2/7/533527_8a8cc8b1118.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.40" OriginalAmount="124.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98008" Longitude="28.79326" StarRating="0" HotelCode="|548946" HotelName="Florya House Hotel" 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/5/4/8/9/4/6/548946_bc8c7dc0024.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.63" OriginalAmount="124.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0038712" Longitude="28.9803622" StarRating="4" HotelCode="|86709" HotelName="Sultan Tughra - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sultanahmet Mah.Keresteci Hakk? Sokak No:17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/0/9/86709_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is a historic building. ROOM: It has stylish rooms and with WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.66" OriginalAmount="124.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.064612" Longitude="28.96883" StarRating="0" HotelCode="|560325" HotelName="Elm Suite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Talatpasa Mahallesi, Emirgazi caddesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/0/3/2/5/560325_455b92d1757.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.67" OriginalAmount="124.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00575" Longitude="28.96674" StarRating="4" HotelCode="|37012" HotelName="My Assos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>UYSAL SOK. NO. 6 SARAC ISHAK MAH, BEYAZIT PK 34492</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/0/1/2/37012_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has a car park and internet (free of charge). SITUATION: It is inIstanbul the historic area of near the establishment, guests will find shops, tourist points of interest ,Beyazit It is close to. ROOM: The spacious rooms, have a mini-bar, cable television and a direct line telephone. They also have an air-conditioning system, a bath and a hairdryer. FACILITIES: The establishment has a sauna, a Turkish bath and a massage service. Customers can also find a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.68" OriginalAmount="124.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0042403" Longitude="28.9724832" StarRating="3" HotelCode="|86827" HotelName="Sultanahmet Cesme" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kucukayasofya Mh. Sehit Mehmet Pasa Sok. No:22 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/2/7/86827_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: Guests can find a terrace with ocean views. SITUATION: It is situated 200 metres away from the mosque, Santa Sofia 5 minutes away, guests can find.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.75" OriginalAmount="125" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00705" Longitude="28.95575" StarRating="5" HotelCode="373604|199222" HotelName="Darkmen Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hayriye Tüccari Cad. 28, Katip Kasim Mah, Laleli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/f6/58f675a22d52f47a6e3510417f0dc0bcb5bbc45d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Istanbul. For guests who appreciate a stylish ambience...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.75" OriginalAmount="125" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006152" Longitude="28.954518" StarRating="3" HotelCode="13001|19793" HotelName="Grand Emin Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mustafakemalpasa Caddesi, Fabrika Sokak 13, Yenikapi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/d7/9ed713b04e9262afdab731dae4b2b4042de269ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.75" OriginalAmount="125" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00716166" Longitude="28.94980233" StarRating="0" HotelCode="623362|252246" HotelName="Hotel Mekke" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bed and breakfasts" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Mahallesi, Küçüklanga Araligi Caddesi 7, Aksaray, 34096 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/18/8d18d8c668e1abdc2fddbaec34b5de2615356d13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="128.75" OriginalAmount="125" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="28.5497" Longitude="77.1282" StarRating="3" HotelCode="0|354239-28442190/4024169871002992272/14055" HotelName="SUREYYA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>A-2/67, ROAD NO. 2,NH-8, MAHIPALPUR EXT, NEAR INTERNATIONAL AIRPORT, NEW DELHI, IN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6970000/6963700/6963670/15e9d630_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Location.    Hotel The RTS is located in New Delhi, close to AMBI Mall, DLF Emporio Vasant Kunj, and DLF Promenade Vasant Kunj. Additional area points of interest include Qutub Minar and Jheel Park.    Hotel Features.   This 3-star property offers a meeting/conference room and business services. Room service is available 24 hours a day. Additional property amenities include dry cleaning/laundry services.    Guestrooms.     All guestrooms at Hotel The RTS feature air conditioning. Guestrooms offer phones. LCD televisions are available in guestrooms.     Room Info:  Name: Deluxe single Description:    One King Bed   The LCD television is offered for your entertainment. Air conditioning and a phone are included.     Name: Deluxe double Description:    One Double Bed   The LCD television is offered for your entertainment. Air conditioning and a phone are included.     Name: Executive Double room Description:    One Double Bed   The LCD television is offered for your entertainment. Air conditioning and a phone are included.     Name: Executive Single Description:    One Double Bed   The LCD television is offered for your entertainment. Air conditioning and a phone are included.     Name: Suite Description:    One Double Bed   The LCD television is offered for your entertainment. Air conditioning and a phone are included.       Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.  &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.75" OriginalAmount="125.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01392" Longitude="28.976545" StarRating="3" HotelCode="267823|septimum_hotel" HotelName="Septimum" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Orhaniye Caddesi No: 29, Sirkeci, Fatih, 34112 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/7b/567b2650b5dd81cb55ef0fd40a3aea1ef588191f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.75" OriginalAmount="125.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008873" Longitude="28.95465" StarRating="2" HotelCode="311565|hotel_rio_9" HotelName="Hotel Rio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sait Efendi Sokak 20/1, Aksaray Caddesi, Laleli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/84/3184a957b3f3b75e5673a2fecea1007793f08cce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guest accommodation comprises 22 rooms. Services and facilities at the hotel include a baggage stora...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.75" OriginalAmount="125.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0195891" Longitude="28.96097445" StarRating="0" HotelCode="766789|my_boutique_hotel" HotelName="My Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hoca Giyasettin Mahallesi, Haci Kadin Caddesi 49, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/b3/7fb3f8ffb4c411c236ab82ba18d1c3b9ed4c1647.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.75" OriginalAmount="125.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007408940592" Longitude="28.970839407987" StarRating="3" HotelCode="933884|leyenda_hotel_2" HotelName="Leyenda Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mah. Gedikpasa Cami Sokak No:58, Çemberlitas Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/94/cc/94cc70b6c636933b3a0d1692c3b41bfdd2ec2c77.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.75" OriginalAmount="125.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00447217" Longitude="28.96495367" StarRating="0" HotelCode="985277|goldensand_hotel" HotelName="Golden Sand Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Üstad Sokak 15A, Fatih, 34126 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/52/02/5202646c21e0aee25370d1362bc6614c3e1ff2eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.79" OriginalAmount="125.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0081265" Longitude="28.9760486" StarRating="3" HotelCode="|86937" HotelName="Sultanahmet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Divanyolu Str.20, Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/3/7/86937_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a terrace with sea views and WiFi (free of charge). SITUATION: The hotel is in Istanbul the centre of Santa Sofia it is 200 metres away from the mosque.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="128.85" OriginalAmount="125.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005243" Longitude="28.98181" StarRating="3" HotelCode="191098|2516495" HotelName="Ipekyolu" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Meydani No:8, Sultanahmet, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/55/a05534ed66c1f985afa7ad5e381ba07fd421dafa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="128.89" OriginalAmount="125.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.061054524198" Longitude="28.984666273016" StarRating="4" HotelCode="298200|364317" HotelName="Style Hotel Sisli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Merkez Mahallesi, Abide-i Hürriyet Caddesi, Iskenderoglu Sokak 28/A, Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/60/70605b75709c4b93546f8d8630a54dd87925d98d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.96" OriginalAmount="125.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0038376" Longitude="28.9755383" StarRating="3" HotelCode="|95896" HotelName="Istanbul Holiday" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Caddesi No.28 Sultanahmet,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/8/9/6/95896_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Istanbul the historic centre of it is in Sultanahmet the district of Close to the mosque and tourist points of interest. Santa Sofia it is situated 10 minutes away from. ROOM: The rooms have WiFi (free of charge), a television, luxurious beds and a bathroom. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast and a bar. FACILITIES: Guests are offered a reception, a transfer service to the airport, tourist information and car hire.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="129.04" OriginalAmount="125.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011677385547" Longitude="28.956841528415" StarRating="3" HotelCode="10673|275525" HotelName="Barin" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sehzadebasi Fevziye Caddesi 7, 34470 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/56d7770a5b7148b3923553c140de4928.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern city hotel is located in Istanbul. Several shopping areas with shops, boutiques, bars as...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="129.06" OriginalAmount="125.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039904671773" Longitude="28.983925126949" StarRating="3" HotelCode="74093|1067888" HotelName="Hotel Eterno" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Topcu Caddesi 19, Talimhane, Taksim, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/31/b2/31b257fc15e10ec14dc875790944612c67f06063.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="129.17" OriginalAmount="125.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007037" Longitude="28.970463" StarRating="3" HotelCode="89552|138244" HotelName="Kupeli" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Eminsinan Mah. Gedikpasa, Hamam Cad. 4</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/23/0a/230a734ab0bab6e7a8edb3a4554292ce1391e1cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel enjoys a superb location within walking distance of a number of historical ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="129.53" OriginalAmount="125.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039535" Longitude="28.981047" StarRating="0" HotelCode="|534204" HotelName="Ahg Atlas Hotel Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Duvarci Adem Sk. 37</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/2/0/4/534204_30783471120.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="129.69" OriginalAmount="125.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00677" Longitude="28.97133" StarRating="0" HotelCode="|454598" HotelName="Artika" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/5/9/8/454598_d4632a51040.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129.78" OriginalAmount="126" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.030013664327" Longitude="28.973192274571" StarRating="3" HotelCode="145176|410610" HotelName="Bristol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Caddesi 101, 34430 Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c5/e3/c5e3ad093f82d46dc320166bebbab6d932dadc5e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is in New City. The property consists of 91 rooms. Those who dislike animals may e...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="129.78" OriginalAmount="126" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1323121-32417790/4024169871002992272/2299" HotelName="VILLA PARADISO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/77000000/76160000/76159800/76159707/ff11e7cd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="129.78" OriginalAmount="126" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|637909-32593101/4024169871002992272/5523" HotelName="OTTOMANS PEARL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12770000/12769900/12769858/245bb24d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="129.78" OriginalAmount="126" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|876237-28534993/4024169871002992272/8508" HotelName="MEKKE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/21000000/20080000/20076400/20076303/c8fbbdff_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="129.78" OriginalAmount="126" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|612254-28494075/4024169871002992272/10302" HotelName="ATIK PERA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/24000000/23910000/23906400/23906374/c785f10c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="129.78" OriginalAmount="126" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|142312-28558384/4024169871002992272/17761" HotelName="THE PERA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3130000/3124400/3124313/279aab90_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.78" OriginalAmount="126.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01051" Longitude="28.95408" StarRating="3" HotelCode="51565|grand_dilara_hotel" HotelName="Grand Dilara" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Selimpasa Sokak 24, Ordu Caddesi, Laleli, 34134  Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/48/d648802271f290d6c5db8bc3a514628c220e6174.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.78" OriginalAmount="126.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039642850041" Longitude="28.982851836805" StarRating="4" HotelCode="177594|faros_hotel_taksim" HotelName="Faros Hotel Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Taksim Caddesi 55, 34437 Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/0f/07/0f076c736c5fe7b3203e7f787d1f5fc71f3919d2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Istanbul by Taksim Square with restaurants, shops, entertainmen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.78" OriginalAmount="126.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.048717" Longitude="29.025304" StarRating="2" HotelCode="300257|ortakoy_aparts_2" HotelName="Ortakoy Aparts" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Muvakkit Sokak 19, Ortakoy Besiktas, Princess Hotel karsisindadir, 34000 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/6c/8b6c9f4df2094f344114b21e0787117dbf80a97f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.78" OriginalAmount="126.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03279842" Longitude="28.97686335" StarRating="3" HotelCode="736774|maroon_tomtom" HotelName="Maroon Tomtom" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Boutique,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Tomtom Mahallesi, Acara Sokak 3, Beyoglu, 34433 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/9f/949fe649420fd2316b6caaa8cb88c4be3642997b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in Istanbul, Marmara region, Maroon Tomtom is set 60 m from St. Anthony of Padua Church. Am...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.78" OriginalAmount="126.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034069058638" Longitude="28.981093630373" StarRating="4" HotelCode="907370|stories_apart_karakol" HotelName="Taksim Prelude Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuloglu Mahallesi, Sadri Alisik Sokak 26, Beyoglu, 34435 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/44/e34476385f7d36e4a98633f0ba83d62c8e56b3d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming aparthotel is located in the Taksim/Beyoglu area, just a few metres from Istiklal Stre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.78" OriginalAmount="126.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03530881437" Longitude="28.678642525131" StarRating="4" HotelCode="933255|dab_hotel" HotelName="DAB Hotel Esenyurt" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baglar Çesme Mahallesi, 1110. Sokak 4, Esenyurt, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/69/eb6937894e02fd450e3aadb1a00be18a30bb70c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.78" OriginalAmount="126.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="977061|elm_suite_hotel" HotelName="Elm Apart Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Talatpasa Mahallesi, Zumre Sokak 4, Emirgazi Caddesi, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/67/b067435be5527e6fe807c4a1f17a91cf59e9905a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="129.86" OriginalAmount="126.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039516" Longitude="28.981766" StarRating="0" HotelCode="|533390" HotelName="Taksim La Marino Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/3/9/0/533390_325de491150.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.24" OriginalAmount="126.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039186" Longitude="28.976141" StarRating="0" HotelCode="|533734" HotelName="Meridiani Taksim Hotel" 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/5/3/3/7/3/4/533734_0489c111120.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="130.24" OriginalAmount="126.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005115477236" Longitude="28.973908424377" StarRating="3" HotelCode="17072|326245" HotelName="Saba" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Jacuzzi,Laundry,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek mah., Sehit Mehmet Pasa Yokusu No.8, Sultanahmet, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/bc/b6/bcb65701aa7c2712f156c087366dd7151a245710.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.52" OriginalAmount="126.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0033341" Longitude="28.9699299" StarRating="0" HotelCode="|82995" HotelName="Saruhan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mah.Cinci Meydani Sok.No:30 Kadirga</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/9/5/82995_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 600 metres away from the mosque. ROOM: Customers have large rooms with a balcony.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.54" OriginalAmount="126.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007585" Longitude="28.949344" StarRating="0" HotelCode="|453035" HotelName="New Emin " 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/5/3/0/3/5/453035_d6c4a321642.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.71" OriginalAmount="126.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040445" Longitude="28.983337" StarRating="0" HotelCode="|525171" HotelName="EA Exclusive" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sht. Muhtar Bey Cd. 59</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/1/7/1/525171_29d63011141.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.79" OriginalAmount="126.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036576" Longitude="28.976701" StarRating="0" HotelCode="|526803" HotelName="Istanberry - Luna Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/6/8/0/3/526803_eb18c821027.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.81" OriginalAmount="127.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.044093" Longitude="28.985233" StarRating="0" HotelCode="|534215" HotelName="Elegance Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Inonu Mahallesi, Babil Sk. No:19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/2/1/5/534215_356605b1125.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.81" OriginalAmount="127" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02476868" Longitude="28.684824" StarRating="0" HotelCode="613691|252171" HotelName="Agora Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Zafer Mahallesi Dogan, Arasli Bulvari 93, 34513 Esenyurt, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/72/af7258b08a5881fcb937d3538b2a98f85978a32e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.81" OriginalAmount="127" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0230649" Longitude="28.63614308" StarRating="4" HotelCode="310550|198899" HotelName="Reis Inn Hotel Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Massage Centre,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Ataturk Mahallesi, Adnan Kahveci Bulvari 7, 34840 Büyükçekmece, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/zz/e6ad9c46ef20555a2814cefc889a6969b715126b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.81" OriginalAmount="127" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00694491" Longitude="28.94722434" StarRating="4" HotelCode="563351|219562" HotelName="Yuksel Istanbul Yenikapi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Mahallesi, Kucuk Langa Caddesi 70, Yenikapi-Fatih, 34096 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/fa/f3faee03fd6806c84e8ec0f99a262d2c974dcda9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="130.81" OriginalAmount="127" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|290825-28493913/4024169871002992272/18923" HotelName="CUMBALI PLAZA HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11040000/11032300/11032248/e2aafb3c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.81" OriginalAmount="127.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.002863" Longitude="28.9742" StarRating="4" HotelCode="95949|albatros_premier_hotel" HotelName="Albatros Premier" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mah., Cayiroglu Sokak No: 1, Istanbul 34122</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/f5/c5f5bef7ed79952d2e3b74e3f0b64ad63324cbd1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the old city quarter of Sultanahmet and is within easy walking distance of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.81" OriginalAmount="127.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="981711|wonder_wood_hotel" HotelName="Wonder Wood Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mahallesi, Ozbekler Sokak 24, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/57/05/5705e4760bc8cd68c318979998927b9ec46fa016.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.81" OriginalAmount="127.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="971289|maduro_hotel_istanbul" HotelName="Maduro Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Fatih, Cilavci Sokak 13/A, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/d6/bdd6cf56fa0f4e3e19aaea5ed43975aee1866428.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="130.84" OriginalAmount="127.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007538" Longitude="28.955594" StarRating="3" HotelCode="43553|47714" HotelName="Grand Ons" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesihpasa Caddesi Azimkar Sokak 32, Laleli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a5/46/a5460e0db0feb3c923f7b169b2c8f76a7669c56d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This centrally located hotel is located about 500 m from the sea within 100 m of links to the public...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.10" OriginalAmount="127.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.931394" Longitude="29.143089" StarRating="0" HotelCode="|533183" HotelName="Monezza Hotel - Maltepe" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kumru sokak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/1/8/3/533183_b9618aa1149.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="131.12" OriginalAmount="127.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011379035909" Longitude="28.954452976687" StarRating="3" HotelCode="200041|1485718" HotelName="Budo Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kemalpasa Mahallesi, Yesil Tulumba Sokak No:39, 34134 Istanbul, Laleli</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/47/8647387d5ebfc20aeed0eb798e03583d4532ff16.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.17" OriginalAmount="127.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038937" Longitude="28.982877" StarRating="0" HotelCode="|525296" HotelName="Mila Suites Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Feridiye Cd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/2/9/6/525296_4ed63dc1018.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.17" OriginalAmount="127.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9970153" Longitude="29.0264253" StarRating="0" HotelCode="|108298" HotelName="Bade Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rasimpasa Mah. Org. Sahap Gurler Caddesi, No:24/A Kad?koy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/9/8/108298_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Istanbul Is situated in 400 metres away, guests will find the sea and HaydarpaÅŸa the Railway Station of. ROOM: All the rooms have an air-conditioning system and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.17" OriginalAmount="127.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005971" Longitude="28.666666" StarRating="0" HotelCode="|537625" HotelName="ASGARD HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Haramidere Cd. 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/6/2/5/537625_503fa970948.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.17" OriginalAmount="127.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0125" Longitude="28.9748" StarRating="0" HotelCode="|184575" HotelName="Istanbul Central Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hobyar Mh., Cemal Nadir Str., N:10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/5/7/5/184575_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.23" OriginalAmount="127.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006963" Longitude="28.966323" StarRating="0" HotelCode="|152411" HotelName="Grand Bazaar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BALIPASA YOKUSU SK. GEDIKPASA/FATIH 30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/4/1/1/152411_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1994, was renovated in 2014, has 25 standard rooms, 5 single rooms, 16 double rooms and 4 triple rooms. Guests are also offered facilities for people with reduced mobility. SITUATION: This establishment is in Istanbul is situated in the city centre. Close to the establishment, clients can find the bus stop, the metro stop and places of interest.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.29" OriginalAmount="127.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.87735" Longitude="29.23012" StarRating="4" HotelCode="|192505" HotelName="Inera Pendik" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Bat Mah. Sabri Takn No 29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/5/0/5/192505_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.29" OriginalAmount="127.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0043201" Longitude="28.9821277" StarRating="0" HotelCode="|82893" HotelName="Ipekyolu Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Meydani No:8 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/8/9/3/82893_15.jpg</HotelPictures>
        <HotelDescription>SITUATION: This boutique hotel is in Sultanahmet the area it is 5 minutes away from Hagia Sophia the Basilica of Topkapi the Palace of. ROOM: The establishment has rooms, with WiFi, (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.29" OriginalAmount="127.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03536" Longitude="28.97801" StarRating="0" HotelCode="|485104" HotelName="Lazz City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/5/1/0/4/485104_1229cde2042.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.46" OriginalAmount="127.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0034763" Longitude="28.9733054" StarRating="3" HotelCode="|108102" HotelName="Family Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mah. Akburcak Sok. No:6 Sultanahmet/Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/0/2/108102_98c50821116.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Sultanahmet it is in Sultan Ahmed Mosque 300 metres away, guests can find Santa Sofia it is 10 minutes away from Topkapi the Palace of. ROOM: The rooms have an air-conditioning system and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="131.47" OriginalAmount="127.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05536" Longitude="28.987464" StarRating="3" HotelCode="188680|1082488" HotelName="Atik Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ebekizi Sok. No: 5, Mesrutiyet Mah., Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/c7/cdc75b72df30c3af3274f30294892cef07ea3c8d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.48" OriginalAmount="127.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010514" Longitude="28.957406" StarRating="3" HotelCode="|174754" HotelName="Kecik" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Balabana?a Mh., Fethibey Cd., No:6 Laleli, Fatih,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/4/7/5/4/174754_e22180b1526.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.56" OriginalAmount="127.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00741" Longitude="28.97111" StarRating="0" HotelCode="|184652" HotelName="Miran Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mh Gedikpasa Cami Sk No 66</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/6/5/2/184652_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.58" OriginalAmount="127.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0083792" Longitude="28.9581892" StarRating="3" HotelCode="|82985" HotelName="Yuksel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mesihpa%u015Fa Cad. No: 75 Laleli - %u0130stanbul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/8/5/82985_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has WiFi (free of charge). SITUATION: It is inIstanbul the city centre of Close to and the mosque.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.79" OriginalAmount="127.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.940315" Longitude="29.120164" StarRating="0" HotelCode="|523591" HotelName="Anka Premium Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Idealtepe Mh.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/5/9/1/523591_7f9a60c1131.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.84" OriginalAmount="128" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00247966" Longitude="28.97768772" StarRating="4" HotelCode="151786|35285" HotelName="Mangana Konak" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oyuncu Cikmazi Sokak 14, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/9c/619c249abaaf6976b4c2e2ba6923a4b6d22d951a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an ideal location as a base for exploring the major attractions of the Sultanahmet...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="131.84" OriginalAmount="128" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|76765-28558361/4024169871002992272/16321" HotelName="ERGUVAN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/906300/906267/b78b2e08_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.84" OriginalAmount="128.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012754107593" Longitude="28.955256342888" StarRating="3" HotelCode="43561|hotel_sogut" HotelName="Sogut" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bukalidede Sok. No: 11-13, 34470 Sehzadebasi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/second/58/60/5860fe178d6e1ba93cd24a57db9a3ba245586c54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies just a short distance from the city centre where guests will discover a diverse selec...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.84" OriginalAmount="128.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98310514" Longitude="28.87331583" StarRating="4" HotelCode="297060|kuk_hotel" HotelName="Kuk Bakirköy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Kartaltepe Mahallesi, Teyyareci Nurettin Sokak 6, Incirli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/bc/27bcaed33284a8952f2f755ab259bac49b769019.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.84" OriginalAmount="128.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03376222" Longitude="28.98369147" StarRating="3" HotelCode="374881|astan_hotel_taksim" HotelName="Astan Hotel Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Katip Mustafa Celebi Mahallesi, Hocazade Sokak No: 16, 34433 Istanbul, Beyoglu</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/32/e03210c888a30159cadcd31b72e3bf2299a24c39.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.84" OriginalAmount="128.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006614126729" Longitude="28.971909717558" StarRating="5" HotelCode="364302|paris_hotel_8" HotelName="Istanbul Paris Hotel &amp; Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 28/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Piyerloti Caddesi Dizdariye Medresesi Sokak 9/11, Cemberlitas, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/c2/53c254ee49e2e4dce10f29f23b15005e66969626.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.84" OriginalAmount="128.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99274429" Longitude="29.025898" StarRating="0" HotelCode="517135|okur_otel" HotelName="Okur Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Osmanaga Rihtim Caddesi, Resit Efendi Sokak No 7, Kadikoy, 34714 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/ba/59baeb9882fc2e6bd28c468c7e3f7685d12965ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.84" OriginalAmount="128.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0040797" Longitude="28.96445027" StarRating="0" HotelCode="817589|gojis_apartments" HotelName="Goji's Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Muhsine Hatun Mahallesi</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/e3/efe3445d6f3e62811dfa024c06d2ba20795fb333.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.88" OriginalAmount="128.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.026609" Longitude="28.9556077" StarRating="0" HotelCode="|107985" HotelName="Lotus " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Yavuzsultanselim Mah. Vak?f Mektebi Sok.No:1 Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/9/8/5/107985_85d271c1157.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a terrace with sea views, WiFi (free of charge), rooms with air-conditioning and flatscreen satellite television. SITUATION: The hotel the Golden Horn it is 200 metres away from it is in the old city.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="132.02" OriginalAmount="128.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003407087918" Longitude="28.976059556007" StarRating="4" HotelCode="191082|4511075" HotelName="Emine Sultan" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Kapi Agasi Sokak 6, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/06/43/06433621acbcb1520ad693c3f51371687cc5aca8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.12" OriginalAmount="128.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036199" Longitude="28.980757" StarRating="0" HotelCode="|474499" HotelName="LINNGA HOTEL and SUITE" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>sehit muhtar mah.suslu saksi sokak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/4/4/9/9/474499_3a7b2a31214.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.21" OriginalAmount="128.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0033468" Longitude="28.9760222" StarRating="0" HotelCode="|86835" HotelName="Emine Sultan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kapi Agasi Sok. No:6 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/3/5/86835_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a terrace. SITUATION: Near the establishment, guests will find the mosque, Sultanahmet it is in.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="132.34" OriginalAmount="128.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9803" Longitude="28.9025" StarRating="3" HotelCode="66536|66964" HotelName="ibis Istanbul Zeytinburnu" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kazlicesme Mahallesi, Kennedy Caddesi 56, Zeytinburnu, 34025 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/59/96/5996c16c630cc19757e4d2f9a3efa20067b67f8d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.37" OriginalAmount="128.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98951" Longitude="29.083508" StarRating="0" HotelCode="|534886" HotelName="COMFORT INN SUITE" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Derecik Sokak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/8/8/6/534886_af0e5db1455.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.61" OriginalAmount="128.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0121425" Longitude="28.9783022" StarRating="0" HotelCode="|83005" HotelName="The Constantine" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Cad. No:19 Sirkeci</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/0/5/83005_6.jpg</HotelPictures>
        <HotelDescription>SITUATION: Santa Sofia It is located 300 metres away from. FACILITIES: Regarding the food and beverage offering, there is a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="132.62" OriginalAmount="128.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004427" Longitude="28.971857" StarRating="3" HotelCode="177349|753825" HotelName="Sultanahmet Çesme Hotel Istanbul" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Küçükayasofya Mahallesi, Sehit Mehmet Pasa Sokak 22, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/ff/fdff9529028b2bc16253098b947795e715305e10.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.86" OriginalAmount="128.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038347" Longitude="28.983542" StarRating="0" HotelCode="|526524" HotelName="Joy Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dolapdere Taksim Cd 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/6/5/2/4/526524_5993cc71001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.87" OriginalAmount="129" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003553088054" Longitude="28.969982993846" StarRating="4" HotelCode="315881|47729" HotelName="Dualis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucukayasofya Mahallesi, Sehsuvarbey Sokak 37, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/d6/07d6be36ff28865a9f4d10daa2ae8efaf727f4aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.87" OriginalAmount="129" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.037335234745" Longitude="28.982236555156" StarRating="3" HotelCode="263728|237452" HotelName="Invictum Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mahallesi, Altin Bakkal Sokak No:6, Taksim, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/a0/85a0c5e72d740fc41765a1e30f4c1bf90b05a199.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.87" OriginalAmount="129" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004577" Longitude="28.968206" StarRating="3" HotelCode="191090|375258" HotelName="Sultans Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Küçük Ayasofya 17A, Mahallesi Kadirga Meydani Sk, 34122 Sultanahmet</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/42/064267b732989cb27538f84c829f54d7215f3e30.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.87" OriginalAmount="129" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004997075865" Longitude="28.973610509193" StarRating="3" HotelCode="298194|47813" HotelName="Timeks Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mah., Dizdariye Cesmesi Sokak 3, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/406369/a_406369_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="132.87" OriginalAmount="129" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|514178-32593011/4024169871002992272/12136" HotelName="GRAND LALELI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/21000000/20120000/20119100/20119083/0f88ce03_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="132.87" OriginalAmount="129" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|67107-19507472/4024169871002992272/14771" HotelName="ORIENT MINTUR" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/902700/902666/33b7c9f0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.87" OriginalAmount="129.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034244" Longitude="28.984521" StarRating="4" HotelCode="67828|vardar_palace_hotel__special_class" HotelName="Vardar Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Siraselviler Cildir 16, 34433 Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/c4/cdc452960ab3f852119f281f1cf8a2e5d94b4a2d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.87" OriginalAmount="129.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01194859163" Longitude="28.957386016846" StarRating="3" HotelCode="56899|grand_medya_hotel" HotelName="Grand Medya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Fethi Bey Caddesi No. 26, Kemal Pasa Mahallesi, Laleli - Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/df/8bdfc3405fc219e1e384e92a19474e750ef1bef6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul, with the highlights of the Hagia Sophia, the Topkap...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.87" OriginalAmount="129.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034042" Longitude="28.983481" StarRating="4" HotelCode="160537|city_center_hotel" HotelName="City Center Hotel Taksim" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Katip Mustafa Celebi Mahallesi, Siraselviler Caddesi, Billurcu Çikmazi 1, Beyoglu, 34433 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/56/83/568313a7023b54e94f2289a8f4fed8d70c80456d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in a comfortable and peaceful environment, only a minute's walk from Istanbul's busi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.87" OriginalAmount="129.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00756959" Longitude="28.94886467" StarRating="0" HotelCode="369778|hotel_umit_2" HotelName="Hotel Umit 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Namik Kemal Caddesi Manastirli Rifat Sokak Number 24 Fatih/Aksaray, 34093 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/02/5102b506ff8f4dab4e3ad6beb476ff357a7cc2da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.87" OriginalAmount="129.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003487501087" Longitude="28.973314683333" StarRating="3" HotelCode="358158|family_istanbul" HotelName="Family Istanbul Hotel &amp; Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mahallesi, Akburcak Sokak 6, Sultanahmet, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/91/fb91d550bc5db2a96aeff3b58b7976699182d246.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.87" OriginalAmount="129.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.90671325" Longitude="29.1921252" StarRating="0" HotelCode="776755|eagle_palace_suites" HotelName="Eagle Palace Suites Kartal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Esentepe Mahallesi, Kocatepe Caddesi 16, Kartal, 34870 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/d1/ecd17f34a6a8797e96a3f6039686cacd4ef8f016.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Eagle Palace Suites is a self-catering accommodation located in Istanbul. Free WiFi access is availa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.87" OriginalAmount="129.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="964629|reggae_apart_hotel" HotelName="Reggae Apart Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sehsuvar Bey Mahallesi, Neviye Sokak 65, Kadirga Limani Caddesi, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/28/d02864a98ed36ab8f643b5d9924dfd400ec2e413.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.87" OriginalAmount="129.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036219" Longitude="28.980791" StarRating="3" HotelCode="933220|taxim_hotel_marin" HotelName="Taxim Marin Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Atif Yilmaz Caddesi, Süslüsaksi Sokak No. 21, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/b0/f7b01cb7b7f0e90c9ccb34c64cbeb588c93085e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.99" OriginalAmount="129.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0027806" Longitude="28.9741423" StarRating="0" HotelCode="|83029" HotelName="Deniz Houses" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cay?roglu Sok. No:16 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/2/9/83029_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel offers, WiFi, (free of charge). SITUATION: This family-owned hotel, Sultanahmet it is in it is located 300 metres away from the mosque. ROOM: Customers can find traditional-style rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="133.08" OriginalAmount="129.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0394622" Longitude="28.9811815" StarRating="0" HotelCode="|108162" HotelName="Pera Orient" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bulbul Mah. Duvarci Adem Sok. No:35 Taksim Beyoglu Istanbul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/6/2/108162_1_4069.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is located 400 metres away fromTaksim the Square of 6 minutes away from the establishment you have the metro station. ROOM: The establishment has suites with an air-conditioning system and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="133.13" OriginalAmount="129.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.028836883722" Longitude="28.973169687572" StarRating="3" HotelCode="118849|592525" HotelName="The Pera Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Caddesi 113, Taksim, Beyoglu, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/72/a772aa2653a38db1b5cde2f470ef91765253a115.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel enjoys an amazing location in the centre of Istanbul. The underground station, P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="133.28" OriginalAmount="129.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004943425815" Longitude="28.973675072193" StarRating="4" HotelCode="163831|137124" HotelName="Sultan House" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dizdariye Çesme sk. No.1,, Binbir Direk Mahallesi, Sultanahmet, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/fe/fe20dd170578136b/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in one of Istanbul's most colourful and historic quarters, close to the Hippod...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="133.30" OriginalAmount="129.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006982072224" Longitude="28.963632101852" StarRating="4" HotelCode="57930|1063888" HotelName="Assos Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sarac Ishak Mahallesi, Uysal Sokak 6, Beyazit, 34130 Istanbul, Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/ae/d3aef16763e020aefeece2ccf9432d6922621526.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is situated within easy walking distance of Istanbul's major places ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="133.64" OriginalAmount="129.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006928" Longitude="28.948873" StarRating="0" HotelCode="|534038" HotelName="Mays Royal Hotel" 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/5/3/4/0/3/8/534038_d36d2171147.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="133.64" OriginalAmount="129.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.074221" Longitude="28.981174" StarRating="0" HotelCode="|525392" HotelName="Park Çağlayan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ekim Sokagi 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/3/9/2/525392_73106ca1055.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="133.78" OriginalAmount="129.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03401" Longitude="28.981131" StarRating="0" HotelCode="|530222" HotelName="Şiva Pera Hotel and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sadri Alisik Sk. 28</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/0/2/2/2/530222_a78f8e31055.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="133.80" OriginalAmount="129.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0077166" Longitude="28.964733" StarRating="3" HotelCode="|83040" HotelName="Sembol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/4/0/83040_27d4b7f1635.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a buffet breakfast, a laundry service and tourist information. SITUATION: It is situated 2 kilometres away fromTopkapi the Palace of. ROOM: All the rooms have an air-conditioning system and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="133.85" OriginalAmount="129.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005577" Longitude="28.964604" StarRating="0" HotelCode="|533549" HotelName="Novus Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tiyatro Cd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/5/4/9/533549_9a140911134.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.90" OriginalAmount="130" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012661008262" Longitude="28.940286934376" StarRating="4" HotelCode="174448|23231" HotelName="All Seasons Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Molla Gurani Cad. Emin Ali Yasin Sk No:5, Findikzade, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/a1/a8a1361b1c4c285433024e29630757e2a7938306.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel lies in the district of Findikzade. Sultanahmet Square, the heart of the old town,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.90" OriginalAmount="130" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.978558" Longitude="28.882109" StarRating="3" HotelCode="188696|477810" HotelName="Epos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Havlucular Sk. No: 3, Istanbul Cad., Bakirköy, Istanbul 34720</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/76/7d7684e380831165160c21783199d2d7e4602c12.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.90" OriginalAmount="130" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.8700645" Longitude="29.2686056" StarRating="1" HotelCode="933268|271800" HotelName="Kervan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Dry Cleaning,Internet,Laundry,Luggage Storage,Parking,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>E5 Yanyol 176, Kaynarca, Pendik, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/51/a551c38aa67c309e5e3f36cbdc76d7a7561b80df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Istanbul, Kervan Hotel Pendik puts everything the city has to offer just ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.90" OriginalAmount="130" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034192" Longitude="28.984517" StarRating="4" HotelCode="904128|47582" HotelName="InnPera Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Siraselviler Cad. No:15, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/e4be4105b1b148be8e60a4fe1da41383.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.90" OriginalAmount="130" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039794" Longitude="28.982397" StarRating="3" HotelCode="267853|199516" HotelName="Regency World Suite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Taksim Caddesi, Cambazoglu Sokak No: 3, Beyoglu, Istanbul 34200</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/ee/bdee8deada3197fa83bdb2b7a47bb12d7f8df806.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="133.90" OriginalAmount="130" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|638619-28455358/4024169871002992272/7462" HotelName="THE PERAPORT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/38000000/37430000/37420600/37420552/bcb59860_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="133.90" OriginalAmount="130" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|558758-28558560/4024169871002992272/11863" HotelName="REGENCY WORLD SUITE AND HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/558758/2018831115433171.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="133.90" OriginalAmount="130" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|230913-19512782/4024169871002992272/14943" HotelName="PREMIST HOTEL SULTANAHMET" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5710000/5702900/5702886/7a1c3914_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.90" OriginalAmount="130.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00608746" Longitude="28.98087778" StarRating="3" HotelCode="445718|new_backpackers_hostel" HotelName="New Backpackers Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Caddesi No : 22, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/94/e19484482e868e9ba56f466ba079d25e156f456a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel offers a restaurant, a bar, a transfer service and room service. Wireless internet access...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.90" OriginalAmount="130.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04334713" Longitude="29.00356245" StarRating="5" HotelCode="375417|golden_pen_hotel" HotelName="Hotel Golden Pen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sinanpasa Mahallesi, Yenimahalle sokak No: 9, Besiktas, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/d1/62d1cbe995ec1b2fcab0dc4ecfba773453aeb92d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.90" OriginalAmount="130.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00279278" Longitude="28.97329344" StarRating="5" HotelCode="581208|sultanahmet_inn_hotel" HotelName="Sultanahmet Inn Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Küçükayasofya Mahallesi, Akburçak Sokak 23, Sultanahmet, Fatih, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/1b/a7/1ba7f651ab03fc4f90695bf6e66cc128881bd31f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.90" OriginalAmount="130.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98047251" Longitude="29.10889194" StarRating="3" HotelCode="548546|cityloft_24_suites" HotelName="Cityloft 24 Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Albay Sokak 26, Kucukbakkalkoy, Atasehir, 34755 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/47/05/4705fcced34e2937d929271a7087513b932abd9e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.90" OriginalAmount="130.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009069722181" Longitude="28.947912181162" StarRating="2" HotelCode="936295|hotel_la_white" HotelName="Hotel La White" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Cerrahpasa Caddesi 6, Aksaray, Fatih, 34093 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/63/ec63630ece44b575675ae6c0a7b9df8c3417770b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="133.95" OriginalAmount="130.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0701442" Longitude="28.9885173" StarRating="0" HotelCode="|353413" HotelName="Ag Sisli Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Izzet Pasa Mh. Ayazma Yolu Sk. No:57 Mecidiyekoy/Sisli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/4/1/3/353413_bab4af91250.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="134.08" OriginalAmount="130.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04527" Longitude="28.98327" StarRating="0" HotelCode="|184263" HotelName="Cumbalı Plaza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bozkurt Mah. Dolapdere Cad. No.135</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/2/6/3/184263_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="134.09" OriginalAmount="130.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0556" Longitude="28.99161" StarRating="3" HotelCode="|184238" HotelName="Carina Park Suites Nisantasi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Mahallesi Kevser Sokak No:20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/2/3/8/184238_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="134.10" OriginalAmount="130.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9926771" Longitude="28.8470355" StarRating="3" HotelCode="|447996" HotelName="Holiday Inn Express Istanbul - Atakoy Metro, an IHG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sirinevler Mahallesi Maresel Fevzi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/9/9/6/447996_270c5e51343.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="134.23" OriginalAmount="130.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011336" Longitude="28.947624" StarRating="3" HotelCode="|475533" HotelName="GRAND VATAN HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Adnan Menderes Vatan Bulvari no 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/5/3/3/475533_7ae76531250.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="134.36" OriginalAmount="130.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99258322" Longitude="28.84683201" StarRating="3" HotelCode="568592|703356" HotelName="Holiday Inn Express Istanbul Atakoy Metro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Sirinevler Mahallesi, Maresal Fevzi Cakmak 1 Sokok 7-13, Bahcelievler, 34188  Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/33/bd3399d3f81e3f4eeee42851a13272e86d3071f8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="134.61" OriginalAmount="130.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.90704" Longitude="29.18556" StarRating="0" HotelCode="|551949" HotelName="Zengin City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/1/9/4/9/551949_b6d43501518.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="134.79" OriginalAmount="130.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013457" Longitude="28.681998" StarRating="0" HotelCode="|447749" HotelName="Days Hotel By Wyndham Istanbul Esenyurt" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ZAFER MAH ADILE NASIT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/7/4/9/447749_18ecbf30828.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="134.91" OriginalAmount="130.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006858" Longitude="28.973186" StarRating="3" HotelCode="191102|2191045" HotelName="Sultanahmet Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Klodfarer Caddesi 19, Sultanahmet, 34122 Istanbul, Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/b6/65b6136d18eff02c643913e97ecbb8930b22fe4a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.93" OriginalAmount="131" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01165781" Longitude="28.95418855" StarRating="3" HotelCode="323408|217225" HotelName="Grand Pamir Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Gencturk Caddesi, Yesil Tulumba Sokak No: 43, Kemalpasa Mahallesi, Laleli / Fatih, 34080 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/59/593545/593545a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.93" OriginalAmount="131" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03528504" Longitude="28.98574015" StarRating="2" HotelCode="567604|217614" HotelName="Hotel V Plus Taksim" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Cihangir Mahallesi, Pürtelas Sokak 6/A, Kazanci Yokusu, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/21/f0211ddc42c324f0e48aa4d97bd473eb865d7c22.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a safe, a restaurant, a café and room service. Wireless internet access is availabl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="134.93" OriginalAmount="131" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|14814-28549148/4024169871002992272/3890" HotelName="SARNIC OTTOMAN MANSION" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/590000/582500/582428/3252b01a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="134.93" OriginalAmount="131" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|609916-28494035/4024169871002992272/9764" HotelName="ALHAMBRA APART" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15240000/15235700/15235667/81a18a61_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.93" OriginalAmount="131.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038521" Longitude="28.983114" StarRating="4" HotelCode="267840|aston_residence" HotelName="Aston Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Feridiye Caddesi 26, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/fc/81fc9e94566c7ae74cadb9e6704324e4e18c90de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.93" OriginalAmount="131.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013247029952" Longitude="28.977596518437" StarRating="3" HotelCode="258262|hotel_ilkay" HotelName="Hotel Ilkay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hudavendigar Street 28-30, 34210 Istanbul, Eminonu</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/81/93/8193092b188628c6c478744044d755c9f220949d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This town hotel is located in the tourist centre of the town.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.93" OriginalAmount="131.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035207971092" Longitude="28.9875838903" StarRating="3" HotelCode="395281|taksim_star_express_hotel" HotelName="Star Hotel Taksim" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dünya Saglik Sokak 11, Inönü Caddesi, Taksim, Beyoglu, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/0d/0f0d93838a6c26799cd8b1a7b82b66cd70cb219d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within 5 minutes' walking distance of the heart of the city and Taksim Square, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.93" OriginalAmount="131.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00691074" Longitude="28.96973004" StarRating="3" HotelCode="736768|primero_hotel" HotelName="Primero Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bar,Currency Exchange,Designated Smoking Area,Fax,Housekeeping,Internet,Laundry,Lounge,Nightclub,Parking,Printer,Restaurant,Room Service,Spa,Telephone Service,Valet Parking,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Eminsinan Mahellesi, Petev Pasa Sokak 25, Cemberlitas, 34100 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/8f/878f9252ad9a355ed0014e7be555773c66f7f376.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel can be found in Old City. Located within 100 metres from the town centre, the acco...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="135.04" OriginalAmount="131.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035935" Longitude="28.980073" StarRating="0" HotelCode="|533363" HotelName="Taxim34 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Atif Yilmaz Cd. 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/3/6/3/533363_238b0d31135.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="135.11" OriginalAmount="131.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008635" Longitude="28.954095" StarRating="0" HotelCode="|559486" HotelName="The Bosfor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ihtisap Agasi Sk. 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/9/4/8/6/559486_bd1cf3f1721.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="135.11" OriginalAmount="131.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0060621" Longitude="28.9539802" StarRating="0" HotelCode="|86860" HotelName="Grand Emin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mustafa Kemal Paa .Cad Fabrika Sok No 13 Yenikapi Eminonu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/6/0/86860_7.jpg</HotelPictures>
        <HotelDescription>SITUATION: Istanbul It is in Close to the sea, Yali park Yeni Kapi the railway station. FACILITIES: Guests are offered a swimming pool.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="135.20" OriginalAmount="131.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.030107163549" Longitude="28.973333699406" StarRating="4" HotelCode="149986|2301605" HotelName="Tulip City Taksim Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly 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,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Caddesi 95, Pera, Beyoglu, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/e4/e4843e93e07a40368a254e78b27f4148/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the historical Pera, Istanbul's shopping and entertainment centre. It is 5 m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="135.29" OriginalAmount="131.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03933" Longitude="28.98317" StarRating="0" HotelCode="|184568" HotelName="Inntel Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mah Taksim Dolapdere Cad No:49</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/5/6/8/184568_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="135.56" OriginalAmount="131.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.044285" Longitude="28.819459" StarRating="0" HotelCode="|472262" HotelName="King City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Halkali Cd. 102</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/2/2/6/2/472262_1b44d741223.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="135.56" OriginalAmount="131.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035341" Longitude="28.978326" StarRating="3" HotelCode="172514|153002" HotelName="Odda Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Balo Sokak 30, Beyoglu, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/153002/153002a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Approximately 80 metres from the buzzing Istiklal Street and 700 metres from Taksim Square, the hote...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="135.56" OriginalAmount="131.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012851494796" Longitude="28.976587210399" StarRating="3" HotelCode="119206|125237" HotelName="Agan" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ebussuud Caddesi, Saffetipasa Sokak 4, Sirkeci, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/93/f6/93f66a311daa4daf8e0622120453e16abef16865.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="135.70" OriginalAmount="131.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04018" Longitude="28.914941" StarRating="4" HotelCode="|153611" HotelName="Ramada Encore By Wyndham Istanbul Bayrampasa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>YENIDOGAN MAH. S. NACI CAKAR SOK 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/6/1/1/153611_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2013, has 128 rooms, 124 double rooms, 2 suites and 2 rooms adapted for people with reduced mobility. The establishment has facilities for people with reduced mobility and a car park. SITUATION: This establishment, Istanbul it is in is situated in the city centre, nearby, you will find the bus station and the railway station, close to the establishment, guests have the bus stop, the metro stop and the airport. it is situated near the city.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="135.77" OriginalAmount="131.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008923" Longitude="28.960701" StarRating="3" HotelCode="162159|1067328" HotelName="Akgün Hotel Beyazit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Ordu Caddesi, Hazinedar Sokak 6, Beyazit, 34490 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/24/1524f615579afb782052ec0b2fe5c3e306e3d335.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="135.83" OriginalAmount="131.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039327157602" Longitude="28.981397845404" StarRating="3" HotelCode="263339|2279305" HotelName="Endless Suites Taksim" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Taksim Caddesi, Kocatepe Mah, Cambazoglu Sk 25, 34437 Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/2c/bc2cd41db9a7bcf9a37bf5530df090028b79356c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="135.86" OriginalAmount="131.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0361452" Longitude="28.979498" StarRating="0" HotelCode="|108234" HotelName="Yonca" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/3/4/108234_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is 200 metres away from Istiklal Avenue 500 metres away, guests can find Taksim the square. ROOM: The rooms have an air-conditioning system, a flat-screen television and a mini-bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="135.89" OriginalAmount="131.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.028717" Longitude="28.979765" StarRating="3" HotelCode="207972|4712935" HotelName="Trio Suites Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bogazkesen Cad No:27, Tophane, Beyoglu, 34425 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/9e/ad9e5c03c8b6d59068f077d6da1b0be5fa0fc53b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Tophane, the hotel is close to the Galata and Pera districts and there are many shops, ca...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="135.96" OriginalAmount="132" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|865625-32596610/4024169871002992272/6163" HotelName="DEM ISTANBUL AIRPORT HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/45000000/44570000/44563300/44563213/e71a8932_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.96" OriginalAmount="132.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00520858723" Longitude="28.980270624161" StarRating="2" HotelCode="191078|big_apple_hostel__hotel" HotelName="Big Apple Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Caddesi Bayramfirin Sokak No:12, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/ac/71ac458ee4a4417b908088bec365a9f0c09e09c2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.96" OriginalAmount="132.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.054153817992" Longitude="28.98580275066" StarRating="3" HotelCode="308217|aymira_suite_hotel" HotelName="Aymira Apart Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Mahallesi, Rumeli Caddesi 106, Osmanbey, Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/7e/d6/7ed6bc323016f73ec17471fa77abbba54f0aa141.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.96" OriginalAmount="132.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03430655" Longitude="28.98372612" StarRating="0" HotelCode="548560|arart_hotel" HotelName="Arart Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Katip Mustafa Celebi Mahallesi, Billurcu Sokak 4, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/51/3151e877147042fd30ce7259c1f9e8a7f5839a39.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service, a safe and room service. Wir...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.96" OriginalAmount="132.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008379618408" Longitude="28.963636561937" StarRating="4" HotelCode="933247|golden_rain_hotel_old_city" HotelName="Golden Rain Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Kemalettin Mahallesi, Mithatpasa Caddesi, Abihayat Sokak No. 6, Eminönü, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/f1/b4f1fa6ae48c0cc2bd7be598f499319888a5b53e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.96" OriginalAmount="132.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="967077|element_garden" HotelName="Element Garden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cihangir Mahallesi, Dr Mehmet Oz Sokak 21, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/7b/8c7b14513caa756125bb70e21517e43c032050e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.96" OriginalAmount="132.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="978784|basilissis_hotel" HotelName="Basilissis Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Guzelsanatlar Sokak 4, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/69/7b692bc056134079d755b79fe9d6ca1008b5649a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="136.10" OriginalAmount="132.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.97834" Longitude="29.12428" StarRating="0" HotelCode="|192646" HotelName="Continent Hotel Ataşehir" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucukbakkalkoy Mah.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/6/4/6/192646_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="136.20" OriginalAmount="132.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01566" Longitude="28.95889" StarRating="0" HotelCode="|184665" HotelName="Nagehan Hotel Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Molla Husrev Mh. Uzumcu Sk. No: 1-3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/6/6/5/184665_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="136.22" OriginalAmount="132.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0061882" Longitude="28.9799033" StarRating="0" HotelCode="|83043" HotelName="Turk Art Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mah. Tevkifhane Sok. No:12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/4/3/83043_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has rooms with WiFi and (free of charge). breakfast service. SITUATION: This hotel Istanbul it is in it is close to the mosque.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="136.32" OriginalAmount="132.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0036935" Longitude="28.9725279" StarRating="3" HotelCode="|82934" HotelName="Basileus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mahallesi, Sehit Mehmet Pasa Sok. No:1 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/3/4/82934_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is 300 metres away fromMarmara the coast of Close to Santa Sofia the Mosque of. ROOM: The rooms have a balcony and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="136.38" OriginalAmount="132.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.037587" Longitude="28.813821" StarRating="0" HotelCode="|464445" HotelName="Dem İstanbul Airport Hotel" 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/6/4/4/4/5/464445_a8e7ce50752.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="136.46" OriginalAmount="132.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003893" Longitude="28.974102" StarRating="3" HotelCode="|40755" HotelName="Erguvan  - Special Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/7/5/5/40755_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel, with air-conditioning, renovated in 2007 and has 22 rooms, The establishment has a lobby with a reception, a safety deposit box service, a currency exchange service, a cloakroom, a lift, a bar, a restaurant and WiFi. For an extra cost you can have access to room service and a car park. SITUATION: Is situated in the historic centre, near the establishment, you will find monuments, is 15 kilometres away from the 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 internet, a mini-bar, a double bed, a safe, an air-conditioning system and heating. MEALS: Customers have at their disposal a restaurant, coffee shop and terrace. PAYMENT METHODS: Customers can pay using Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="136.59" OriginalAmount="132.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035298" Longitude="28.978288" StarRating="0" HotelCode="|74831" HotelName="Petros" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Balo Sok. 30, Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/8/3/1/74831_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment offers a transfer service to the airport and rooms with internet. SITUATION: Near the establishment, you will findStikal the street it is 1 kilometre away from Taksim the Square of it is 5 minutes away from restaurants. ROOM: The rooms a bathroom, a hairdryer, flat-screen satellite television and a courtesy tea and coffee service. They also have a direct line telephone, a safety deposit box, a mini-bar and WiFi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="136.59" OriginalAmount="132.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03948" Longitude="28.98116" StarRating="3" HotelCode="260216|874765" HotelName="Pera Orient Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe, Duvarci Adem Sokak 35, Taksim, Beyoglu, 34435 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/4c/834c4fd67129f1f5a3358660d5b7c7c2f7e6729b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="136.99" OriginalAmount="133" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|610739-28455215/4024169871002992272/5050" HotelName="CIHANGIR PALACE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/37000000/36700000/36699000/36698963/ad40c52d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="136.99" OriginalAmount="133" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|638879-28455364/4024169871002992272/8117" HotelName="BEYTUL GALATA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21220000/21219100/21219046/b95dbec6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.99" OriginalAmount="133.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.002769466812" Longitude="28.974206149578" StarRating="3" HotelCode="176167|mari_time_hotel" HotelName="Mari Time" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cayiroglu Sokak No. 9, Kucuk Ayasofya Mahallesi, Sultanahmet, Istanbul 34122</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/39/3e/393e1b072bd3e11fbb58a0e41cce88177bf84013.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located on the Sultanahmet peninsula, roughly a 10 to 15-minute walk to the maj...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.99" OriginalAmount="133.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00631" Longitude="28.96687" StarRating="3" HotelCode="172037|gedik_pasa_konagi" HotelName="Gedik Pasa Konagi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Gedikpasa Cadesi, 70, Beyazit Dsitrict 34126, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9b/7b/9b7b2cceaf438e0a11ea0d78bd77f390991c43cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the district of Beyazit, roughly 400 m from the attractions of the Sultanah...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.99" OriginalAmount="133.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.975565" Longitude="28.874714" StarRating="3" HotelCode="188682|bakirkoy_hotel" HotelName="Bakirkoy Pansiyonu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Zeytinlik Mahallesi, Omer Naci Sokak 25, Bakirkoy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/6f/2b6f9ad042ede9ab9642af6c654142c976408ef9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.99" OriginalAmount="133.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.048638" Longitude="29.025189" StarRating="3" HotelCode="297938|corner_hot" HotelName="Corner Hot" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Buyuk Sekerci Sk. No. 1, Ortakoy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/a9/c1a96fa3c79b32845aa50d528759f3fe26cc2e08.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.99" OriginalAmount="133.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.993949386466" Longitude="28.841045670818" StarRating="3" HotelCode="306017|tempo_fair_suites" HotelName="Tempo Fair Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hürriyet Mahallesi, Hürriyet Caddesi 17, Bahcelievler, 34192 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a6/87/a687fe8df1da680b5a266e93ab9fde53563d47e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.99" OriginalAmount="133.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.049449478312" Longitude="28.985658994868" StarRating="3" HotelCode="364424|park_grazza_hotel" HotelName="Park Grazza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Ergenekon Mahallesi, Dolapdere Caddesi 158, 34375 Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/6c/68/6c68de11a9747ab8e75265faa4729b26e50afb5f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.99" OriginalAmount="133.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05468392" Longitude="28.82386453" StarRating="5" HotelCode="578351|tryp_by_wyndham_istanbul_airport" HotelName="TRYP by Wyndham Istanbul Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>13 Ordu Caddesi, Building A, Mahmutbey, 34218 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/ae/33ae461b58c3aff89263e0fe9a7b69a99f963271.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.99" OriginalAmount="133.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.97579615" Longitude="29.1486161" StarRating="0" HotelCode="623791|cityloft_161" HotelName="Cityloft 161" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Zumrut Sokak, 34755 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/76/9f/769fe819b204b69207512be72ae67c8d8c7c130d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a restaurant, a café, a bar and a busi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.99" OriginalAmount="133.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.993674028346" Longitude="28.841188381615" StarRating="3" HotelCode="933232|tempo_suites_airport" HotelName="Tempo Suites Airport Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hürriyet Caddesi 14, Güngören Sokak, Bahcelievler, 34192 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/13/46/1346bbd9b653c7576d7e46f73e3ea9fa1fc73080.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.25" OriginalAmount="133.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.022695" Longitude="28.960317" StarRating="0" HotelCode="|475645" HotelName="Vento Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Yesil Tulumba Sokagi No:15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/6/4/5/475645_ba853b91254.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.30" OriginalAmount="133.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0345018" Longitude="28.9855027" StarRating="0" HotelCode="|86747" HotelName="Style Star Hotel Cihangir" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cihangir Mahallesi Baskurt Sokak No.8, Cihangir,Taksim 34433</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/4/7/86747_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a restaurant. SITUATION: 2 minutes away, guests can findTaksim the square Istiklal the street. ROOM: Guests are offered rooms with air-conditioned and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="137.38" OriginalAmount="133.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04032686819" Longitude="28.985067900226" StarRating="3" HotelCode="191056|2009035" HotelName="Ferman Hilal Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Topcu Caddesi 23, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/cf/ddcf4c03704acb793f43e819eaa6231c85863f38.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.46" OriginalAmount="133.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0489856" Longitude="29.0254246" StarRating="0" HotelCode="|534404" HotelName="Dilens Bosphorus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mecidiye Mh. Carsiagasi Sk. Besiktas</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/4/0/4/534404_a0932a31112.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="137.60" OriginalAmount="133.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007798569176" Longitude="28.958774457672" StarRating="4" HotelCode="174010|37014" HotelName="Nanda Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Kemalettin Mahallesi, Koska Caddesi Seyhnameci Sokak 14, 34130 Istanbul, Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/7c/6b7cd23d39f06d97724609aa73bc219b2faa8170.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Laleli, Fatih area of old Istanbul, within 1 km of the Grand Bazaar and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.67" OriginalAmount="133.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9932967" Longitude="29.0264334" StarRating="0" HotelCode="|353504" HotelName="beyazköşk otel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/5/0/4/353504_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.83" OriginalAmount="133.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003395" Longitude="28.9785741" StarRating="0" HotelCode="|184768" HotelName="Ottomarin Hotel Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Area Akbiyik Degirmeni Str. No9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/7/6/8/184768_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.87" OriginalAmount="133.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0081452" Longitude="28.9644049" StarRating="0" HotelCode="|86942" HotelName="Nezih Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mithatpasa Cad. Yenidevir Sok. No: 8 Beyazit</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/4/2/86942_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a lobby and a sitting room. SITUATION: It is 5 minutes away from the bazaar. ROOM: The rooms have an air-conditioning system and room service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.87" OriginalAmount="133.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0116321" Longitude="28.956492" StarRating="3" HotelCode="|83034" HotelName="Bergama" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Fevziye Cad. No:34 Sehzadebasi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/3/4/83034_40cfc9e1616.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated next to the palace, museums and monuments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.88" OriginalAmount="133.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0378038" Longitude="28.9830928" StarRating="3" HotelCode="|86808" HotelName="Three Apples Suites and" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/0/8/86808_12.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Istanbul it is in TarlabaÅŸi it is in 3 minutes away from the establishment, you can find Taksim the Square of. ROOM: All the rooms have WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.91" OriginalAmount="133.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04443" Longitude="28.9826" StarRating="0" HotelCode="|184566" HotelName="Icon Istanbul Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Eskisehir Dist., Dolapdere St No. 43/47</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/5/6/6/184566_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.02" OriginalAmount="134" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012242" Longitude="28.95716" StarRating="3" HotelCode="933207|205335" HotelName="Bergama Hotel Istanbul" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Elevator,Internet,Parking,Pick &amp;amp; Drop,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesih Pasa Mahallesi, Fevziye Caddesi No. 34, Sehzadebasi, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/50/37/50372d0e34c501b45896e1c6001fdb44a60eb0e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Istanbul (Laleli), Bergama Hotel is minutes from Sehzad...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.02" OriginalAmount="134" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039861952714" Longitude="28.914422641525" StarRating="4" HotelCode="298196|45382" HotelName="Ramada Encore Bayrampasa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yenidogan Mahallesi, Sehit Naci Çakar Sokak 11, 34030 Bayrampasa, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/406371/a_406371_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.02" OriginalAmount="134" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="968058|488335" HotelName="Grand Bosfor Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mesih Pasa Mahallesi, Ihtisap Agasi Sokak 8, Fatih, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/ext/d5/21/d521ab879d95745573ce702d3f5a73f4ebe5bb53.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="138.02" OriginalAmount="134" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|609928-28494038/4024169871002992272/16187" HotelName="GRAND UNAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4890000/4886200/4886121/93a82dce_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="138.02" OriginalAmount="134" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1258667-28535002/4024169871002992272/17225" HotelName="GUMUS PALACE SUITES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1258667/20218491818508.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.02" OriginalAmount="134.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.037569953731" Longitude="28.982596347221" StarRating="3" HotelCode="305942|sabra_residence_hotel" HotelName="Trass Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mahallesi Turan Caddesi 5, Beyoglu, 34250 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/6f/4e6fb3e49a3b527f7be13e0f21234fd41b71556e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.02" OriginalAmount="134.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01150876" Longitude="28.94060957" StarRating="4" HotelCode="365965|real_star_hotel" HotelName="Real Star Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Haseki Sultan Mahallesi, Millet Caddesi 47, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/fc/f1fc541dbc89753a044f2b9ace3e71ab722043df.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.02" OriginalAmount="134.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05906715" Longitude="28.98482163" StarRating="0" HotelCode="620974|sparkle_hotel_2" HotelName="Sparkle Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="boutique hotel" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Harzemsah Sokak 30, 34381 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/13/bb/13bbdb6c465679e3af37edff57948f118dda3a44.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.02" OriginalAmount="134.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03554287" Longitude="28.98694011" StarRating="0" HotelCode="736517|juno_hotel_taksim" HotelName="Juno Hotel Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gumussuyu Mahallesi, Dunya Saglik Sokak 17, Beyoglu, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/cd/37cdf3d4b36716e0f41a503a9d9ae39960816b27.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.02" OriginalAmount="134.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="3" HotelCode="899477|santa_ottoman_hotel" HotelName="Santa Ottoman" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sehit muhtar mahallesi, Kurabiye Sokak 1, Zambak Sokak, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/ec/bbec33f21f172d17250baba8ef9397e59ceae357.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Standing in the heart of Istanbul, in Taksim square with magnificent views of Istiklal street, Taksi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="138.14" OriginalAmount="134.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.978752" Longitude="28.878355" StarRating="4" HotelCode="188687|2561685" HotelName="Mercure Istanbul Bakirkoy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Istanbul Caddesi 71, Bakirköy, 34142 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/5a/845a79a110f28ff5d3829ebee2c28a940b2ede0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="138.45" OriginalAmount="134.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039666" Longitude="28.983389" StarRating="0" HotelCode="|305131" HotelName="Ferman Hilal" 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/0/5/1/3/1/305131_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="138.48" OriginalAmount="134.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.017105" Longitude="29.061151" StarRating="0" HotelCode="|534598" HotelName="ELİTE MARMARA BOSPHORUS and OTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Serhat Emre Sk No 27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/5/9/8/534598_eb0fca51127.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="138.62" OriginalAmount="134.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.052741479071" Longitude="28.98672369393" StarRating="3" HotelCode="191118|1006175" HotelName="Cumbali Luxury Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Mahallesi, Tavukçu Fethi Sokak 31, Osmanbey, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/85/1485fd3c98d51c2f1afebde935ba27a06cb742ae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="138.67" OriginalAmount="134.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.058709" Longitude="28.988595" StarRating="3" HotelCode="130275|608385" HotelName="Titanic Comfort Sisli" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Operator Raif Bey Sokak 40, 34360 Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/e4/64e427bb1aa199826c9e637bfe76bb7dcfd9b2e2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="138.74" OriginalAmount="134.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006934618615" Longitude="28.966193764418" StarRating="4" HotelCode="299677|255702" HotelName="Enderun Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tiyatro Caddesi, Esirci Kemalettin Sokak 4, Beyazit, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/8a/278a407d1be2603ea60164e7d70d8cebeab539a8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="138.83" OriginalAmount="134.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0068213" Longitude="28.970983" StarRating="3" HotelCode="|22631" HotelName="Golden Crown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PIYERLOTI CAD. CEMBERLITAS-SULTANAHMET 10 // Piyer Loti Cad. Test Sokak No:45</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/3/1/22631_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 2003, has 35 rooms, a lobby with a reception, a lift, a safety deposit box service and a currency exchange service. Guests are also offered a bar, a television room, an Ã  la carte and buffet restaurant with air-conditioning and internet. There are many services available at the establishment, including room service, a laundry service and a medical care service. SITUATION: This urban hotel is situated in Istanbul the historic centre of Bosphorus Bridge it is 500 metres away from a few minutes walk away from the establishment, clients can find the Grand Bazaar, Hagia Sophia and Topkapi Palace monuments, 300 metres away, there is a tram stop, is situated 20 kilometres away from Istanbul AtatÃ¼rk Airport. ROOM: The stylish rooms with air-conditioning, have a bathroom, a direct line telephone, a satellite or cable television, a mini-bar, a radio, a double or king-size bed and central heating. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and an Ã  la carte or set-menu dinner. Guests can book half-board.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.05" OriginalAmount="135" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00895283" Longitude="28.95414414" StarRating="5" HotelCode="503858|217691" HotelName="The Center Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesihpasa Mahallesi, Sait Efendi Sokak no 11, Laleli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/20/17208d8d9298e11cea897917872599d314591cce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.05" OriginalAmount="135.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.871072233854" Longitude="29.268374404746" StarRating="3" HotelCode="267864|classes_boutique_hotel" HotelName="Classes Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>E-5 Yan Yol Üzeri 195, Üst Kaynarca, Pendik, 34899 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/c3/b4c37fca349f79a2bb26b14b244c8b9160e762bc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.05" OriginalAmount="135.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023795247904" Longitude="28.975327893645" StarRating="4" HotelCode="313494|karakoy_aparts" HotelName="Karaköy Aparts Hotel &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yüksek Kaldirim Caddesi 49, 34560 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/80/e180e8ae110b8afa30718784eaaac0b215160976.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.05" OriginalAmount="135.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.063180178659" Longitude="29.001382146857" StarRating="4" HotelCode="313403|business_life_boutique_hotel_" HotelName="Business Life Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Fulya Mahallesi, Vefa Deresi Sokak 15 A, Fulya, 34394 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/37/96/3796d84aeafebf613fe328909e12571c4e55329a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.05" OriginalAmount="135.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.054372594662" Longitude="28.988638711045" StarRating="3" HotelCode="310823|fatih_hotel_corner" HotelName="Fatih Corner" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Mahallesi, Haci Mansur Sokak 71, Osmanbey, 34363 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/df/71df1db0dabab18c3e4c3af31cf94f569e478d50.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests of the hotel can reach various storeys easily and comfortably by lift. Services and facilitie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.05" OriginalAmount="135.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0143716" Longitude="28.97907265" StarRating="3" HotelCode="308234|sayeban_gold_hotel" HotelName="Sayeban Gold Hotel Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Kummeydani Sokak 14, Nöbethane Caddesi, Sirkeci, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/29/642978619a4e4d6135236c6ca0cbbbd157dd3fe3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.05" OriginalAmount="135.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99813047" Longitude="29.1426815" StarRating="3" HotelCode="374744|bomontist_suit" HotelName="Bomontist Suit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Serifali Mahallesi Kule Sok No:17, Ümraniye Istanbul 34775 Türkiye</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/08/a0/08a05abb13b83371dab4800e29ddad7dd367faff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.05" OriginalAmount="135.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.031776733379" Longitude="28.977980957993" StarRating="3" HotelCode="380968|nuru_ziya_suites" HotelName="Nuru Ziya Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tomtom Mahallesi, Nur-u Ziya Sokak 33, Yeni Çarsi Caddesi, Beyoglu, 34433 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9b/08/9b08c446731243c86e4c23a004a0ce5ce4e2025d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.05" OriginalAmount="135.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="768253|taksim_abc_hotel" HotelName="Taksim ABC Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Feridiye Cadessi 30, Taksim, Beyoglu, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/4a/734ab65d07d6c8b9c5cee6e6b198fff7b034d43e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.05" OriginalAmount="135.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003478" Longitude="28.969249" StarRating="3" HotelCode="933196|ottoman_elegance_hotel" HotelName="Ottoman Elegance" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Donus Sok. No. 26, Kadirga Meydani Sehsuvarbey Mahallesi, Hagia Sophia, Sultanahmet, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/28/1a/281a2902621dd28043ffb67f1f681718c866e03f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="139.21" OriginalAmount="135.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005233" Longitude="28.980963" StarRating="0" HotelCode="|523226" HotelName="Cape Palace Hotel" 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/5/2/3/2/2/6/523226_02bdadd0914.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="139.24" OriginalAmount="135.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0342869" Longitude="28.9844347" StarRating="4" HotelCode="|82946" HotelName="Innpera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>S?raselviler Cad No :15 Taksim</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/4/6/82946_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is 50 metres away fromTaksim the square. ROOM: Customers have rooms with views of the city and Bosphorus views of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="139.34" OriginalAmount="135.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0089961" Longitude="28.9543196" StarRating="0" HotelCode="|305585" HotelName="The Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mesihpa?a Mahallesi Sait Efendi Sokak No:11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/5/5/8/5/305585_0f2a10f1711.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="139.39" OriginalAmount="135.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01266" Longitude="28.94027" StarRating="0" HotelCode="|193205" HotelName="Golden Ak Marmara Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mollagurani Mah. Findikzade Sokak No 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/2/0/5/193205_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="139.72" OriginalAmount="135.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009803" Longitude="28.977588" StarRating="1" HotelCode="191072|2231485" HotelName="Anadolu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mahallesi Yerebatan Caddesi Salkim Sogut Sokak no:3, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/fb/fafb87be0eee224a706c56fdaa7d509dda7fef88.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="139.81" OriginalAmount="135.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.054681" Longitude="29.026497" StarRating="0" HotelCode="|548152" HotelName="Class Hotel Bosphorus" 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/5/4/8/1/5/2/548152_dc111fb1140.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="139.85" OriginalAmount="135.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00611" Longitude="28.66431" StarRating="4" HotelCode="|235965" HotelName="Empire İstanbul " 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/2/3/5/9/6/5/235965_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140.08" OriginalAmount="136" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="3" HotelCode="877117|324323" HotelName="Istanbul Grand Aparts" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Muhsine Hatun Mahallesi, Turkyeri Caddesi 5, Beyazit, Istanbul 34126</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/a6/20a6d7e53db6de451e0259a9df270cdb4be5333c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140.08" OriginalAmount="136" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005817352488" Longitude="28.954915427709" StarRating="4" HotelCode="168614|23236" HotelName="Blue Marmaray" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Guvenlik Caddesi 43, Yenikapi, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/1e/571ec1f379e22b0b2376ff6c746ba95dcba9e19b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in Yenikapi, approximately a 20-minute walk to the highlights of S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="140.08" OriginalAmount="136" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|610206-28455200/4024169871002992272/11699" HotelName="BAKIRKOY TASHAN BUSINESS AND AIRPORT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/913100/913100/a0c537a8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="140.08" OriginalAmount="136" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|639340-28455375/4024169871002992272/16510" HotelName="EMIRTIMES KADIKOY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/639340/2020368502773.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.08" OriginalAmount="136.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004242" Longitude="28.890269" StarRating="4" HotelCode="155338|zoe_airport_boutique_hotel" HotelName="Zoe Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ahmet Kutsi Tecer Cad. No: 12, Merter, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/58/b9584226d6042dacec79fde2e14c4877e13d7d0c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated 10 km from the city centre, World Trade Center and the CNR trade fair grounds,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.08" OriginalAmount="136.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012904" Longitude="28.976445" StarRating="2" HotelCode="191062|second_home_hostel" HotelName="Second Home Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Ebusuud cad. No: 19, Sirkeci, Eminönü, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/fc/15fcb374d7868da938ee3cb89740242cb875a8cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.08" OriginalAmount="136.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.060238025726" Longitude="28.977716203705" StarRating="4" HotelCode="293571|urban_hotel_bomonti" HotelName="Big Box Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akar cd. No: 28, Halide Edip Adivar mah., Bomonti/Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/68/fc6868db074664bb8b3122451f9cd379691432bc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.08" OriginalAmount="136.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0082376" Longitude="28.9783589" StarRating="3" HotelCode="308230|k_suites_hotel_" HotelName="K Suites Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Halide Edip Adivar Mahallesi, Balci Sokak 35, Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/b0/0db003cea23ef69ba32c16732beae583fa810b31.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.08" OriginalAmount="136.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03027154" Longitude="28.97450667" StarRating="3" HotelCode="298260|hotel_gritti_pera" HotelName="Gritti Pera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Asmali Mescit Caddesi 20, Tünel - Beyoglu, Beyoglu, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/1e/9e1ec67dc7dd23a3e8d8a9da52767aa9ae72a3ed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.08" OriginalAmount="136.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00270893" Longitude="28.97463872" StarRating="2" HotelCode="308225|seatanbul_apart_istanbul" HotelName="Seatanbul Apart Hotel Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cayiroglu Caddesi 32, Sultanahmet, Fatih, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/40/d4/40d43aa454268c15cfec70cbf649764d9308ae04.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.08" OriginalAmount="136.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.97432486" Longitude="28.87574208" StarRating="3" HotelCode="374901|rios_hotel" HotelName="Rios Edition Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Cevizlik Mahallesi, Kennedy Caddesi 5, Bakirköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/c9/ccc942c3d2e4b868f0feaf62a844fe24fa60a537.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.08" OriginalAmount="136.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9927166" Longitude="29.02906443" StarRating="0" HotelCode="730300|armoni_city_hotel" HotelName="Armoni City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Osmanaga Halitaga Caddesi, Genclik Sokak 7, Altiyol, 34714 Istanbul, Kadiköy</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/1d/711d5f808c9daed999188beb4a7a16c5c164eec6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="140.23" OriginalAmount="136.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0132761" Longitude="28.9770861" StarRating="0" HotelCode="|41585" HotelName="Best Nobel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>EBUSSUUD CAD SAFFETIPASA SOK 14-16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/5/8/5/41585_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2007, has 35 rooms, air-conditioning, a lobby, a reception, a safety deposit box service, a currency exchange service, a cloakroom, a lift and a restaurant. For an additional charge you'll be able to enjoy room service and internet. It also has WiFi. SITUATION: This hotel is situated in Istanbul the historic centre of Hagia Sophia, Topkapi Palace and Sultan Ahmed Mosque close to the establishment, clients can find it is near bars, restaurants, shopping areas and public transport services. near the establishment, guests will find Sirkeci the train and bus station it is situated 18 kilometres away from Istanbul AtatÃ¼rk Airport the establishment is 65 kilometres away from Sabiha Gokcen Airport. ROOM: The comfortable rooms, have a bathroom, a hairdryer, a direct line telephone, satellite or cable TV, internet, a mini-bar, a double bed, a safe, heating and an air-conditioning system. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa. OTHERS: The establishment offers international cuisine.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="140.23" OriginalAmount="136.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040860040043" Longitude="28.9837038517" StarRating="4" HotelCode="12447|1079938" HotelName="Feronya Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Abdulhakhamit Caddesi 58, Taksim, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c6/82/c682f5034b8399cc62641fee53a7b14937549d10.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="140.33" OriginalAmount="136.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.051135" Longitude="29.023682" StarRating="0" HotelCode="|540384" HotelName="Elite Marmara Bosphorus Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mecidiye Mahallesi Kumbaracibasi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/0/3/8/4/540384_c6dfd222110.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="140.67" OriginalAmount="136.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0088385" Longitude="28.9544317" StarRating="0" HotelCode="|108184" HotelName="Rio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray caddesi sait Efendi Sokak No:21/1 - Laleli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/8/4/108184_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has, WiFi, (free of charge). SITUATION: The hotel is in Laleli the centre of it is situated 15 minutes away from the bazaar, 150 metres away, guests will find the tram station excellent transport links to, Sultan Ahmed Mosque it is 5 minutes away from.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="140.73" OriginalAmount="136.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008907" Longitude="28.95418" StarRating="0" HotelCode="|536151" HotelName="Grand Lara Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Saitefendi Sokagi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/6/1/5/1/536151_61dd95f2001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="140.86" OriginalAmount="136.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.049057" Longitude="29.025525" StarRating="0" HotelCode="|84909" HotelName="Ortakoy Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>MUVAKKIT SOKAK ORTAKOY BESIKTAS 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/9/0/9/84909_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has WiFi (free of charge), a reception, a car park (for a fee) and a transfer service to the airport, (for a fee). SITUATION: This establishment, the Bosphorus it is 100 metres away from Clients can find bars and restaurants. 3,5 kilometres away, there is a tram stop excellent transport links to and Taksim the square it is situated 28 kilometres away from Istanbul AtatÃ¼rk Airport. ROOM: All the rooms have an air-conditioning system, a satellite television, modern facilities, a living room, a dining room, a kitchen with fridge, hob, kitchenware, a bathroom with bathroom items and a kitchen.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="140.99" OriginalAmount="136.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.875902" Longitude="29.244272" StarRating="0" HotelCode="|524286" HotelName="Butik Pendik Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dogu Mahallesi ErolKaya Caddesi No:172</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/2/8/6/524286_512f1511133.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.11" OriginalAmount="137" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02501502" Longitude="28.8159874" StarRating="5" HotelCode="936797|45801" HotelName="Divan Suites Istanbul G-Plus" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Baglar Mahallesi, Mimar Sinan Caddesi 35, Günesli 34209, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/f5/f5a2a056a824940d/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the centre of Istanbul’s new business district, just five minutes from Istan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.11" OriginalAmount="137" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00342692745" Longitude="28.978429031912" StarRating="3" HotelCode="933251|58235" HotelName="Ottomarin Hotel Sultanahmet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Degirmeni Sokak 9, Akbiyik Bulvari, 34122 Sultanahmet </AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=760695</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.11" OriginalAmount="137" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039552019427" Longitude="28.981839720867" StarRating="3" HotelCode="305999|237593" HotelName="Sheriff Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Cambazoglu Sokak 22, Feridiye Caddesi, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/44/2d442a79c7e935b579f23de06cb71b7d3e449a6b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.11" OriginalAmount="137" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005794" Longitude="28.98027" StarRating="3" HotelCode="900673|343296" HotelName="Zeugma" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Akbiyik Caddesi 31, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/16/65163b881cb93ef32508d74584fe2b8d9474a22d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="141.11" OriginalAmount="137" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1413241-27441100/4024169871002992272/2104" HotelName="TRADEMARK COLLECTION BY WYNDHAM OPERLA AIRPORT HOTELS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88410000/88408300/88408252/6f1fb5ff_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.11" OriginalAmount="137.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040308" Longitude="28.98347" StarRating="4" HotelCode="161005|taksim_park_city_hotel" HotelName="Nova Plaza Park Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Sehit Muhtar Caddesi 53, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/94/2494b6b65c04b550006de076a4612b6814a0334e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.11" OriginalAmount="137.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00413" Longitude="28.975525" StarRating="4" HotelCode="171881|sarnic_premier_hotel" HotelName="Sarniç Premier Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Caddesi 26, Sultanahmet, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/57/7b576434cf12c1688c112b0bf392fdc7830a8e8f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the heart of the Sultanahmet district, within a few minutes' walk of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.11" OriginalAmount="137.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.014122753778" Longitude="28.977458998561" StarRating="3" HotelCode="102497|grand_seigneur_old_city_hotel" HotelName="Grand Seigneur Hotel Old City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hoca Pasa Mahallesi, Nöbethane Caddesi 18, Fatih, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a0/43/a0437aad7ca419e5f3fb32580093d86d022f3021.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the historic peninsula of Eminönü, close to the city wall and Topkapi Palace...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.11" OriginalAmount="137.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00386123" Longitude="28.97147868" StarRating="3" HotelCode="369608|yakut_hotel" HotelName="Yakut Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Küçük Ayasofya Mah. Kadirga Liman Cad., Çardakli Firin Sok. No:3 Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/4c/ee4c2346295b12db53821ea19ab22406173f2d83.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.11" OriginalAmount="137.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00923836" Longitude="28.9549477" StarRating="3" HotelCode="323617|eskar_hotel_" HotelName="Eskar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesih Pasa Mahallesi, Aksaray Caddesi Ceylan Sokak No: 17, Laleli, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/58/d2/58d24ed56820bd579e68ac26a41a8ae5017379dc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.11" OriginalAmount="137.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007445" Longitude="28.973307" StarRating="4" HotelCode="907368|burckin_hotel" HotelName="Burckin Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Klodfarer Caddesi 18, Istanbul, Sultanahmet, Marmara</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8d/cb/8dcb31e27c33e6c2dc4c34acadaf2f7390df34df.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.11" OriginalAmount="137.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00909827" Longitude="28.94916688" StarRating="0" HotelCode="956540|valens_hotel_downtown" HotelName="Valens Otel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Mahallesi, Sorguçcu Sokak 4, 34096 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/46/25/4625f29348065e345f9d68e8c0c7015093e45a7b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.44" OriginalAmount="137.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.033643" Longitude="29.049709" StarRating="0" HotelCode="|529186" HotelName="New Beylerbeyi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Burhaniye Mahallesi Beybostani Sk. no 49</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/1/8/6/529186_4f22eb91203.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.51" OriginalAmount="137.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9983" Longitude="29.14226" StarRating="0" HotelCode="|192748" HotelName="Discovery Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>erifali Mahallesi Kule Sok No:17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/7/4/8/192748_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.61" OriginalAmount="137.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.985481" Longitude="28.765159" StarRating="0" HotelCode="|567328" HotelName="La Pearl Konaklama" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Fatih Mahallesi 832 Yanyol Caddesi no10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/7/3/2/8/567328_d63360d1330.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="141.67" OriginalAmount="137.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.028774200029" Longitude="28.807258467394" StarRating="4" HotelCode="146399|99502" HotelName="Courtyard Marriott Istanbul International Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Basin Ekspress Yolu, Fatih Caddesi Dereboyu Sokak 2, Halkali, Istanbul 34303</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/zz/dcad0913201008027bc103737b64b2eb78a9eb3c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.71" OriginalAmount="137.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03348" Longitude="28.982614" StarRating="0" HotelCode="|546089" HotelName="Elegance House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/6/0/8/9/546089_ea84be41006.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.78" OriginalAmount="137.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.053792" Longitude="28.949678" StarRating="4" HotelCode="|85014" HotelName="Dosso Dossi Hotels and Spa Golden Horn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SUTLUCE MAH.IMRAHOR CAD.DUTLUK SOKAK,BEYOGLU 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/0/1/4/85014_bba612f1615.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a gym, a car park, a transfer service (free of charge), (on request), WiFi (free of charge), The establishment also offers meeting rooms, communal areas, a shop and a reading room. SITUATION: This establishment, the Golden Horn it is in Istanbul is situated in Close to, and the Congress Centre. 10 minutes away from the establishment clients have the historic centre, 15 minutes away, guests can find the business area, is situated 30 minutes away from Istanbul AtatÃ¼rk Airport. ROOM: Each room has a tea service, a coffee maker, a kettle, a mini-bar, a desk, chair, a television, a direct line telephone, data connection and a safe. OTHERS: Regarding the food and beverage offering, clients can enjoy a restaurant, a buffet breakfast, Ã  la carte lunch and dinner and a lobby bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.95" OriginalAmount="137.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01325" Longitude="28.977595" StarRating="3" HotelCode="|22976" HotelName="Ilkay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hudavendigar Street 28-30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/7/6/22976_569b90f0922.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1985, renovated in 2000. It has 6 floors, 60 rooms, 47 double rooms, 3 single rooms and 10 suites. In the entrance, guests are offered a lobby, a reception with safety deposit boxes, a currency exchange service and a lift. It also has a cafÃ© and internet. There are many services available at the establishment, including room service, a laundry service, a medical care service and a car park. SITUATION: This urban hotel is situated in the tourist centre. ROOM: The stylish rooms with air-conditioning, a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a double bed, fitted carpets and central heating. PAYMENT METHODS: Customers can pay by American Express, Visa and Mastercard. OTHERS: Regarding the food and beverage offering, clients can enjoy buffet breakfast and lunch and an Ã  la carte or set-menu lunch and dinner. The establishment offers special dishes and food for those with special dietary requirements.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="142.14" OriginalAmount="138" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|135093-28558381/4024169871002992272/17339" HotelName="GUNES HOTEL MERTER" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/522700/522621/d1271398_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.17" OriginalAmount="138.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.977904" Longitude="29.136276" StarRating="0" HotelCode="|565975" HotelName="The Hera Suit Hotels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kartal Cd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/5/9/7/5/565975_9337acb1023.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.25" OriginalAmount="138.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0058129" Longitude="28.8704028" StarRating="0" HotelCode="|382300" HotelName="Hotel Atabay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/2/3/0/0/382300_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.37" OriginalAmount="138.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0089777" Longitude="28.9543418" StarRating="0" HotelCode="|108228" HotelName="Bulvar Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mesih Pasa Mah. Sait Efendi Sok. No:13 Laleli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/2/8/108228_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Laleli it is in 200 metres away, there is a tram stop, is situated 2 kilometres away from Sultanahmet the historic area of. ROOM: Customers can find soundproofed rooms, with WiFi, (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.38" OriginalAmount="138.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0372249" Longitude="28.9828002" StarRating="0" HotelCode="|107952" HotelName="Long Stay İstanbul Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mah. Turan Cad. No:5 Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/9/5/2/107952_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a reception and WiFi (free of charge). SITUATION: This cosy hotel is 3 minutes away from Istiklal Avenue it is 250 metres away from Taksim the Square of Taksim the underground station of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.42" OriginalAmount="138.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.024942" Longitude="28.970387" StarRating="0" HotelCode="|533012" HotelName="Depiero Hotel Karaköy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sari Zeybek Sk. 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/0/1/2/533012_49d69301157.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.46" OriginalAmount="138.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.97878" Longitude="29.168728" StarRating="0" HotelCode="|535272" HotelName="Pasha Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ferhatpasa MH. Ferhatpasayolu Cad No 55A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/2/7/2/535272_c4b38ce1448.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.67" OriginalAmount="138.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.019972" Longitude="28.96358" StarRating="0" HotelCode="|532862" HotelName="Roof Halic Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tahsildar Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/8/6/2/532862_e89af961020.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.70" OriginalAmount="138.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.907083" Longitude="29.288335" StarRating="0" HotelCode="|552850" HotelName="ERS LİFE AİRPORT HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AKSEMSETTIN MAH.FATIH BLV.NO 518 SULTANB</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/8/5/0/552850_078ae881107.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.84" OriginalAmount="138.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01338" Longitude="28.97742" StarRating="0" HotelCode="|193120" HotelName="Lalahan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hudavendigar Caddesi No: 26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/1/2/0/193120_4b8e00c1615.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.85" OriginalAmount="138.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0485899" Longitude="28.9874125" StarRating="0" HotelCode="|108097" HotelName="Golf Royal İstanbul Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Halaskargazi Cad. No:7 Taksim/Harbiye</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/0/9/7/108097_5.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inHarbiye the area 200 metres away, guests will find Istanbul the Convention Centre It is 10 minutes away fromTaksim the square. ROOM: The establishment has spacious suites.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.95" OriginalAmount="138.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0692647" Longitude="29.0024676" StarRating="0" HotelCode="|82900" HotelName="Payidar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/0/0/82900_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 15 minutes away fromTaksim the square the exhibition centre. ROOM: Customers can find modern rooms with LCD TV and a patio.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="143.09" OriginalAmount="138.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.986959" Longitude="29.11151" StarRating="0" HotelCode="|474376" HotelName="Rise Inn Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Nartanesi Sk. 11/A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/4/3/7/6/474376_f08e5f31200.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="143.17" OriginalAmount="139.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0296608" Longitude="28.9750738" StarRating="0" HotelCode="|84899" HotelName="Gumusyan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ASMALI MESCIT MAH. ASMALI MESCIT SK. BEYOGLU 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/8/9/9/84899_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel, has a reception and a bar. SITUATION: This establishment, is close to Istiklal the street it is situated 2,7 kilometres away from Lutfi Kirdar the convention centre 4,2 kilometres away, you can find Istanbul Cevahir the shopping centre Cicek it is 600 metres away from Where clients can find bars, restaurants and taverns. la Torre de GÃ¡lata it is situated 500 metres away from La Plaza de Taksim 1,5 kilometres away from it is situated 20 kilometres away from Istanbul AtatÃ¼rk the airport. ROOM: The rooms have WiFi (free of charge), a mini-bar (free of charge), wooden floors, modern furniture, a writing desk, a satellite television, an air-conditioning system, a hairdryer and complimentary bathroom items. OTHERS: Regarding the food and beverage offering, clients can enjoy a breakfast service, The establishment offers a transfer service to, the airport, for an extra charge.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.17" OriginalAmount="139" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006655278404" Longitude="28.95316107016" StarRating="4" HotelCode="321383|198986" HotelName="Marmara Place Istanbul Old City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Inebey Mahallesi, Gazi Mustafa Kemal Pasa Caddesi 11-15, Yenikapi, Fatih, 34200 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/30/20307ce0222bba53c0b47f1dd451a6e57bdbba50.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.17" OriginalAmount="139" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034429" Longitude="28.984572300594" StarRating="3" HotelCode="260173|425622" HotelName="Economic Star" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Siraselviler Caddesi 45, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/af/4bafd46c24a4517b64cf87bba2f76329c7e30cd3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="143.17" OriginalAmount="139" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|611287-28494058/4024169871002992272/21289" HotelName="NL AMSTERDAM HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/33000000/32510000/32507900/32507864/428efc1d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.17" OriginalAmount="139.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035270161355" Longitude="28.894292414188" StarRating="4" HotelCode="161539|grand_s" HotelName="Grand S" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yavuz Selim Mahallesi, Yavuz Selim Caddesi 20, Esenler, 34220 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/ba/e8bac681d74c3a8e81852038767f494a26f69d73.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is within easy walking distance (2 minutes) of Esenler Istanbul intercity bus terminal, th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.17" OriginalAmount="139.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007512" Longitude="28.94814" StarRating="4" HotelCode="161120|the_city_hotel" HotelName="The City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Mahallesi, Namikkemal Caddesi, Manastirli Rifat Sokak 33, Fatih, 34300 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/fe/54feb09bb53290072571920416c5c034d20b52ed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of the Old Town of Istanbul, very close to some cultural places o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.17" OriginalAmount="139.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008245" Longitude="28.954145" StarRating="3" HotelCode="175221|yuksel" HotelName="Yüksel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesihpasa Caddesi 75, Laleli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/7d/b07def67dee07e7271f3afe063b9f2f35fdf72d3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.17" OriginalAmount="139.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03342693746" Longitude="28.985400152779" StarRating="3" HotelCode="200042|cihangir_hotel" HotelName="Cihangir Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Aslan Yatagi Sk. No:17, Cihangir, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/4e/c44e56b5cdc47218dc3a71426e5db0ef74986282.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a restaurant, a bar, a transfer service, room service and a conference room. Wirele...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.17" OriginalAmount="139.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008886" Longitude="28.962798" StarRating="0" HotelCode="395277|dundar_hotel_spa" HotelName="Bilinc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ordu Caddesi, Sekbanbasi Sokak 8, 34490 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f1/ed/f1ed39d4162d524864af1862dad174d005282a09.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.17" OriginalAmount="139.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0343757" Longitude="28.98137003" StarRating="2" HotelCode="398393|ayramin_hotel" HotelName="Ayramin Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Katip Çelebi Mahallesi, Anadolu Sokak 4, 34433 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/2b/zz/2bad0a585ffd7f6e74fcf608ae2c1b7aa5f354aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.17" OriginalAmount="139.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.97712052" Longitude="28.87434761" StarRating="0" HotelCode="613070|des_suites_hotel" HotelName="DES Suites Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Zeytinlik Mahallesi, Sokak 1, Ebuziya Caddesi Omer Naci, Bakirkoy, 34140 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/fa/bc/fabc733aaeeb3bba3d7628ef60fa2159c7fc3e03.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="143.21" OriginalAmount="139.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05773" Longitude="29.00104" StarRating="0" HotelCode="|534869" HotelName="Best Fulya Apart" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dikilitas Mah Ayazmadere Cad</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/8/6/9/534869_682364f1132.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="143.30" OriginalAmount="139.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.979975" Longitude="29.104452" StarRating="0" HotelCode="|551408" HotelName="Asia Business Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kucukbakkalkoy Mahallesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/1/4/0/8/551408_b1a93421413.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="143.31" OriginalAmount="139.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01398" Longitude="28.97835" StarRating="4" HotelCode="|184564" HotelName="lino" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/5/6/4/184564_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="143.44" OriginalAmount="139.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.975135" Longitude="28.876869" StarRating="0" HotelCode="|522077" HotelName="Aura Marina Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Muhtar Halil Kral Sk. 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/0/7/7/522077_019a6c90949.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="143.85" OriginalAmount="139.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9707298" Longitude="29.1110191" StarRating="5" HotelCode="|96072" HotelName="The Green Park Bostancı" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Icerenkoy Mah. Manolya Sanayi Sok. ,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/6/0/7/2/96072_dd5ac8a1305.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 196 rooms, a lobby with a reception, express check-out, restaurants, bars, a cafÃ© and a pub. The establishment offers guests a hairdresser's, meeting rooms, internet, ping-pong, a safety deposit box service, a currency exchange service, a cloakroom and a lift. There are many services available at the establishment, including a car park, the indoor car park, room service and a laundry service (for a fee). SITUATION: This hotel Istanbul it is in 2 kilometres away from the establishment, guests will find Bostanci the city centre of Bagdat the shopping area of restaurants, bars and cafÃ©s. 20 metres away, guests can find public transport services, is situated 20 kilometres away from Sabiha Gokcen Airport. ROOM: The rooms have a double or king-size bed, a central air-conditioning system, a direct line telephone, a satellite TV, a safety deposit box (available for a fee) and internet. They also have a bathroom with a shower, a bath, a hairdryer, a mini-bar and heating. FACILITIES: Guests are offered a spa, a covered swimming pool, an outdoor pool, a gym (available for a fee), a jacuzzi and a sauna. At an extra cost, you can find the steam bath and a massage service. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and Ã  la carte lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="144.14" OriginalAmount="139.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.021941" Longitude="29.120131" StarRating="0" HotelCode="|525619" HotelName="Asem Suit Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sezer Sk. 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/6/1/9/525619_d1ccd321145.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.20" OriginalAmount="140" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034653080868" Longitude="28.984594345093" StarRating="4" HotelCode="13054|23226" HotelName="Hotel Grand Star Bosphorus" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Siraselviler Caddesi No. 45/1, Taksim, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/7e/3a/7e3a8bbba534af272de146e8884a18df361c3078.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the new area of the city, directly on Taksim Square. Guests wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="144.20" OriginalAmount="140" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|637620-28455303/4024169871002992272/5566" HotelName="SISLI MLS HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/28000000/27710000/27703000/27702985/bf7d4736_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="144.20" OriginalAmount="140" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|865738-32387783/4024169871002992272/15055" HotelName="SPARKLE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21090000/21084500/21084482/12f50ee3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="144.20" OriginalAmount="140" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|633120-28455266/4024169871002992272/16314" HotelName="GRAND NAKI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15240000/15233900/15233860/8ce5388e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.20" OriginalAmount="140.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.027767533966" Longitude="28.980805415956" StarRating="2" HotelCode="263739|residence_le_reve" HotelName="Residence La Vue Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Firuzaga Mahallesi, Defterdar Yokusu No: 15, Beyoglu, Cihangir, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/f9/56f95064f67d8e04973a666a0da7d403f979051c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.20" OriginalAmount="140.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039637617673" Longitude="28.981992223703" StarRating="3" HotelCode="315908|unique_suite_hotel_2" HotelName="Taksim Unique Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Cambazoglu Sokak 16/A, Talimhane, Beyoglu, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d3/2a/d32a0b438aa8a182907975f520b2d2cda5365698.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.20" OriginalAmount="140.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03467746" Longitude="28.98144083" StarRating="3" HotelCode="323662|taxim_lounge_hotel" HotelName="Taxim Lounge Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Katip Mustafa Çelebi Mahallesi, Hasnun Galip Sokak No: 9, Beyoglu, 34000 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ee/33/ee330a3d6db7d979de5775e7e0a3d261d85c9efa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.20" OriginalAmount="140.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013862928412" Longitude="28.976197667494" StarRating="3" HotelCode="387066|turvan_hotel" HotelName="Turvan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Sokak No. 16, Sirkeci, 34112 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/f4/9ef49d92a0d56da4fc9672d4680d0452f935f772.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.20" OriginalAmount="140.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00878216" Longitude="28.95411782" StarRating="0" HotelCode="623761|vertu_hotel" HotelName="Vertu Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mesihpasa Mahellesi, Ihtisap Agasi Sokak 2, laleli, Istanbul 34130</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/e6/efe69c8d5d63da9f0128af4fc9fb4e9775fd3a68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.20" OriginalAmount="140.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012258" Longitude="28.97755" StarRating="4" HotelCode="904568|raymond_hotel" HotelName="Raymond Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Ebussuut Caddesi 22, Sirkeci, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a1/9c/a19c0e70c8a1366978fdab415422bec4fd9c8189.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Sirkeci area of old Istanbul, the hotel is within easy walking distance of the major ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.20" OriginalAmount="140.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="967174|grand_lark_otel" HotelName="Grand Lark Otel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Mahallesi, Naz Sokak 3, Kartal, 34876 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/17/9517ba9a7597582b613336824557e651a885cc2d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="144.44" OriginalAmount="140.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0034241" Longitude="28.9691603" StarRating="0" HotelCode="|108081" HotelName="Ottoman Elegance Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kadirga Meydani Sehsuvarbey Mah. Donus Sok. No: 26,Kucukayasofya,Sultanahmet,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/0/8/1/108081_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a terrace. SITUATION: It is 10 minutes away from the mosque. ROOM: The rooms have an air-conditioning system and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="144.56" OriginalAmount="140.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0117441" Longitude="28.9565963" StarRating="3" HotelCode="|82917" HotelName="Maya  Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Fevziye Caddesi No: 5 Sehzadebasi Laleli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/1/7/82917_75b134c0629.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inIstanbul the heart of 250 metres away, guests have the mosque. ROOM: The establishment has 50 rooms with an air-conditioning system, a satellite TV and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="144.72" OriginalAmount="140.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.936622338631" Longitude="29.122539566556" StarRating="4" HotelCode="147030|606435" HotelName="Dream Hill Business Deluxe" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bagdat Caddesi 273, Maltepe, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8b/7c/8b7c873a8d3e8ea11d7678db1d9ce7e2140f7c4a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="144.74" OriginalAmount="140.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0088158" Longitude="28.9575577" StarRating="4" HotelCode="|95895" HotelName="Ilkbal Deluxe and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Koska Cad. No.43 Laleli,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/8/9/5/95895_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a restaurant, a bar, meeting rooms, a reception with safety deposit boxes, a business centre, a conference room and a sauna. SITUATION: It is situated 1 kilometre away fromBeyazit the Square of the establishment is 3 kilometres away from Imrahor the monument It is situated 5 kilometres away fromGalata the tower. ROOM: The rooms have an air-conditioning system, a satellite television, a direct line telephone, a fridge, a mini-bar and WiFi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="144.75" OriginalAmount="140.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.966253" Longitude="29.110263" StarRating="5" HotelCode="89550|334345" HotelName="The Green Park Hotel Bostanci" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Içerenköy Mahallesi, Manolya Sanayi Sokak 36, Atasehir, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/b6/ffb61f141931ed9f1802a5f1d6b626f864d428af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the Asian side of Istanbul approximately 2 km from the centre of Bostanci an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="144.77" OriginalAmount="140.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.907653" Longitude="29.290074" StarRating="0" HotelCode="|466357" HotelName="Vplus Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>KADER</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/6/3/5/7/466357_8f28f7a1603.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="144.80" OriginalAmount="140.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039789" Longitude="28.982412" StarRating="0" HotelCode="|530097" HotelName="Taksim Larissa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/0/0/9/7/530097_5f31e471043.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="144.91" OriginalAmount="140.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0134972" Longitude="28.9763985" StarRating="0" HotelCode="|107948" HotelName="Sehir Hotel Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mah Orhaniye Cad.No:6-8 Fatih Sirkeci</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/9/4/8/107948_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is 2 minutes away from Sirkeci the railway station it is situated 700 metres away from Santa Sofia the Basilica of Topkapi the Palace of 500 metres away, guests can find the bazaar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="144.96" OriginalAmount="140.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03474" Longitude="28.98461" StarRating="4" HotelCode="|26911" HotelName="Marble" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SIRASELVILER CADDESI TAKSIM 41</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/9/1/1/26911_bea36350322.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2004, with air-conditioning, has 11 floors and 89 rooms. The establishment has a lobby with a reception, a safety deposit box service, a currency exchange service, a cloakroom and 3 lifts. Guests can find conference facilities, business facilities, a bar and a restaurant. The establishment also offers room service, a laundry service and a car park. SITUATION: 50 metres away, guests will findTaksims the city centre of Where you can find shops, bars, pubs, cafÃ©s, restaurants and nightclubs. 100 metres away, there is a bus station, The establishment is 20 kilometres away fromIstanbul AtatÃ¼rk Airport. ROOM: Customers can find modern rooms, They have a bathroom with a bath or shower, a direct line telephone, a satellite or cable television, a mini-bar, an air-conditioning system, central heating and a safe. FACILITIES: Clients can find a covered swimming pool, a swimming pool, a snack bar, deck chairs, a Turkish bath, a sauna and a massage service. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and an Ã  la carte or set-menu lunch and dinner. Guests can book half-board or full-board.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="145.05" OriginalAmount="140.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0329892" Longitude="28.9736686" StarRating="2" HotelCode="|82959" HotelName="Birol" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Asmal? Mescit Sokak No:18 Beyo?lu,Taksim</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/5/9/82959_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts WiFi (free of charge) and ticket sales. SITUATION: The hotel Beyoglu it is on Istiklal Avenue is situated in. ROOM: The rooms has modern, standard rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="145.10" OriginalAmount="140.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06943" Longitude="28.99496" StarRating="3" HotelCode="|193001" HotelName="Molton Monapart Mecidiyekoy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mecidiyekuyu Sokak No: 33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/0/0/1/193001_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="145.21" OriginalAmount="140.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035865" Longitude="28.9784829" StarRating="0" HotelCode="|304735" HotelName="Venus Hotel Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Huseyin Aga Mah. Tarlabasi Bulv. No:75 Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/4/7/3/5/304735_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.23" OriginalAmount="141" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.050801460392" Longitude="28.98685345595" StarRating="4" HotelCode="451210|147531" HotelName="Regard Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Dolapdere Cad. Dere Sok. 7, Sisli, 34375 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/7a/48/7a4817fb896bdab9b268f47b3869b415d3c8c207.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="145.23" OriginalAmount="141" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="29.73917007446289" Longitude="-95.55845642089844" StarRating="4" HotelCode="0|276992-28558481/4024169871002992272/5282" HotelName="COMFORT LIFE HOTEL AKSARAY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>2400 West Sam Houston Parkway South, Houston, TX</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16710000/16707200/16707117/79141af9_b.jpg</HotelPictures>
        <HotelDescription>The newly opened Fairfield Inn &amp;amp;amp; Suites Houston Westchase hotel is located off of Beltway 8 and Westheimer Road in Houston, Texas. Just minutes from shopping, restaurants and entertainment, our renovated Marriott hotel offers everything you need for an
 energizing hotel stay. Take in an event at nearby Toyota Center, NRG Stadium and Minute Maid Park, explore the exhibits at the Houston Zoo &amp;amp;amp; Aquarium and indulge yourself with the shopping and cuisine options at the Citycentre Plaza. In town for business?
 We're close to many of the major companies located in Houston, including Schlumberger, Halliburton and MD Anderson Cancer Center. Guests of our hotel can stay in touch with free WiFi, and enjoy access to our indoor pool and 24 hour fitness center. Breakfast
 is on us each morning! With many healthy hot and cold options, our complimentary breakfast is sure to please any guest. We promise you'll be satisfied, or we'll make it right. That's our commitment to you. Ask us about The Fairfield 100% Guarantee.?
&lt;br /&gt;Check In: 15:00 PM&lt;br /&gt;Check Out: 12:00&lt;br /&gt;Maximum child age: 13&lt;br /&gt; &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="145.23" OriginalAmount="141" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.951173" Longitude="-75.1641904" StarRating="4" HotelCode="0|374888-28558515/4024169871002992272/14224" HotelName="THE CENTRAL HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>TEN AVENUE OF THE ARTS, 19130, PHILADELPHIA, PENNSYLVANIA, USA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13300000/13295400/13295331/67ecc8ad_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="145.23" OriginalAmount="141" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|463952-19598928/4024169871002992272/14909" HotelName="REGARD" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16160000/16155100/16155094/9add4423_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.23" OriginalAmount="141.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06231351793" Longitude="28.987741242846" StarRating="4" HotelCode="315872|blisstanbul_hotel" HotelName="Blisstanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abide-i Hurriyet Caddesi 122, Sisli, 34381 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/1f/ec/1feca89dc7a1b17c4725a7ad34f340363a9938a6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.23" OriginalAmount="141.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0692726" Longitude="28.99509012" StarRating="4" HotelCode="322716|molton_monapart_mecidiyekoy_hotel" HotelName="Molton Monapart Mecidiyeköy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mecidiyeköy District, Mecidiyekuyu Street Number 33, Sisli, 34287 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/3d/1d3dc6d761257367de3b64f002f846f6b356fbe2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.23" OriginalAmount="141.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012505853617" Longitude="28.95610339678" StarRating="4" HotelCode="936557|hotel_buyuk_hamit" HotelName="Büyük Hamit Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Gencturk Caddesi 72/74, Laleli, 34134 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/fe/3c/fe3cbe326e28d920db92f3fcd5eb7160268613c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.23" OriginalAmount="141.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012770298768" Longitude="28.97684276104" StarRating="3" HotelCode="902570|sirkeci_park_hotel" HotelName="Sirkeci Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ebusuud Caddesi 24, Sirkeci, 34120 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/04/4d/044dced8384c0607293afacc065233b4fa6f1e77.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to Sultanhmet in the historical district of Istanbul, a few metres from G...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="145.34" OriginalAmount="141.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04357" Longitude="28.98054" StarRating="0" HotelCode="|244291" HotelName="Gen Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Eskisehir Mah. Akaglar Cad. No 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/4/2/9/1/244291_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="145.86" OriginalAmount="141.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0137252" Longitude="28.9765146" StarRating="0" HotelCode="|108273" HotelName="Septimum Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mah. Orhaniye Cad. No:29 Sirkeci</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/7/3/108273_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2012, The establishment boasts a terrace Bosphorus with views of. SITUATION: It is inSultanahmet the historic area of this establishment, is 350 metres away from Topkapi the Palace of. ROOM: The establishment has modern rooms and with WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="145.91" OriginalAmount="141.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013356" Longitude="28.978088" StarRating="2" HotelCode="|82957" HotelName="Şamil " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hudavendigar Cad. Serdar Sk. No:1 Sirkeci</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/5/7/82957_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a lift, tourist information and a business centre with WiFi. SITUATION: This hotel Sultanahmet it is in Bosphorus it is situated near.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="145.92" OriginalAmount="141.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.046402" Longitude="28.984076" StarRating="0" HotelCode="|525625" HotelName="The Hubi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Dolapdere Cd. 127</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/6/2/5/525625_d99cd401153.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="145.92" OriginalAmount="141.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0130552" Longitude="28.9404935" StarRating="4" HotelCode="|33973" HotelName="Green Anka" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MILLET CAD.FINDIKZADE SOK.NO:4-FINDIKZADE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/9/7/3/33973_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 1993, it offers modern facilities and dining facilities.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="145.96" OriginalAmount="141.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03527" Longitude="28.98575" StarRating="0" HotelCode="|242216" HotelName="V Plus Taksim" 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/2/4/2/2/1/6/242216_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="146.00" OriginalAmount="141.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007708518039" Longitude="28.893676387732" StarRating="4" HotelCode="68447|591145" HotelName="Günes" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Nadide Caddesi, Gunay Sok n. 1, Merter, Istanbul 34173</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c5/e0/c5e000836abb00a6c435fa125c8647936be8d701.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Merter, a lively area ideal for shopping, well connected by bus and subway. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.26" OriginalAmount="142" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.97530376" Longitude="28.87665428" StarRating="0" HotelCode="615745|252199" HotelName="Cevheri's Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Cevizlik Mahallesi, Muhtar Halit Kral Sokak 21, Keneddy Caddesi, Bakirkoy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/13/20135ce90ed67abeff33f4f93743cf655367ee61.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.26" OriginalAmount="142" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013943069486" Longitude="28.877875882209" StarRating="5" HotelCode="305944|198231" HotelName="Ramada Hotel &amp; Suites Istanbul Merter" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Guven Mahallesi, Eski Londra Asfalti Caddesi 83, 34160 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/02/25/0225a40df296a38da959e8c81f9a1674f4398209.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="146.26" OriginalAmount="142" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|231179-28493865/4024169871002992272/2289" HotelName="TULIP HOUSE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2840000/2836000/2835953/5c560412_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="146.26" OriginalAmount="142" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|230166-32594000/4024169871002992272/5684" HotelName="ARES ISTANBUL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3560000/3554800/3554797/89be3f0b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="146.26" OriginalAmount="142" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|145342-28493800/4024169871002992272/16847" HotelName="BUDO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4980000/4973800/4973789/e20a9250_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.26" OriginalAmount="142.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040107467309" Longitude="28.983585834503" StarRating="4" HotelCode="33083|mineo_hotel_taksim" HotelName="Kervansaray Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Sehitmuhtar Caddesi 49, Taksim, Beyoglu, 34421 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/4c/774c132ed935bc5e13d518c6255d059325772f13.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Taksim, Istanbul. Restaurants, bars, pubs and nightclubs can be found in th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.26" OriginalAmount="142.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0446116" Longitude="28.9827253" StarRating="4" HotelCode="313443|icon_istanbul_hotel" HotelName="Icon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Eskisehir Mahallesi, Dolapdere Caddesi 47-43, Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4e/6a/4e6a4496383930edccf22be61a3faf2808a35324.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.26" OriginalAmount="142.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.876201" Longitude="29.231108" StarRating="4" HotelCode="311566|inera_hotel" HotelName="Inera Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bati Mahallesi, Sabri Taskin Caddesi 29, Pendik, 34890 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/dc/32dc510fdf70af089dc9dc823fb2c7e2dadcf0d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul - Sabiha Gökcen (SAW).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.26" OriginalAmount="142.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010160582753" Longitude="28.977245629711" StarRating="4" HotelCode="319557|bon_hotel_old_city" HotelName="Bon Hotel Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alaykosku Mahallesi, Sengul Hamam Sokak 5, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/3a/c53a840cd2369a8edc26e57ec091ff13db3e811a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.26" OriginalAmount="142.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00839461" Longitude="28.96701132" StarRating="0" HotelCode="375064|hotel_padova_5" HotelName="Hotel Padova" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Hayrettin Mh, Asma Kandil Sokak No 11, Fatih, 34126 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/6f/ca6f3b02c4f1cab0c0fd1e035bfa3704f2e47d4c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.26" OriginalAmount="142.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.052761" Longitude="28.991989" StarRating="3" HotelCode="497804|vali_konak_hotel" HotelName="Vali Konak Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Haci Mansur Sokak 8/1, Mesrutiyet Mahalessi, Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/c6/d8c677ccceb47b4fb4f558cda2a768de957bd751.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.26" OriginalAmount="142.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00394455" Longitude="28.9641103" StarRating="0" HotelCode="615273|ahmet_efendi_konagi" HotelName="Ahmet Efendi Konagi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 28/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sahsuvarbey Mahallesi, Ördekli Bakkal Sokak 15/1, Kumkapi, 34130 Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/29/b5292c85b9ac228661da32cd72a07e0c302dce57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.26" OriginalAmount="142.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05815046" Longitude="29.00291529" StarRating="4" HotelCode="936299|mia_berre_hotels" HotelName="Mia Berre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ayazmadere Caddesi 6, Fulya, Besiktas, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/f2/24f2af66dae93c1fddf563c5306261be7148a4d0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.26" OriginalAmount="142.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.019350831827" Longitude="28.909832298117" StarRating="4" HotelCode="933878|azak_hotel_topkapi" HotelName="Grand Makel Hotel Topkapi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Maltepe Mahallesi, Serçe Kale Sokak 1/1, Zeytinburnu, 34010 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/17/f5/17f54e4d31a1fdde563ad4a3af369c2449f94126.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="146.29" OriginalAmount="142.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.90662" Longitude="29.19219" StarRating="0" HotelCode="|550708" HotelName="Eagle Palace Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Esentepe Mah., Kocatepe Cd., No.16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/0/7/0/8/550708_41d5d821109.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="146.29" OriginalAmount="142.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0077875" Longitude="28.9543513" StarRating="3" HotelCode="67515|83175" HotelName="Aspen Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesih Pasa Mahallesi, Aksaray Caddesi No 25, Laleli, 34470 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/cb/2bcb39c9eaf408efd9de1b6d76933a00eae748c0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is located within walking distance of the Grand Bazaar (or 10 minute...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="146.35" OriginalAmount="142.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.932642251862" Longitude="29.327947100121" StarRating="5" HotelCode="260171|1082838" HotelName="Miracle Istanbul Asia" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Harmandere Mahallesi, Dedepasa Caddesi Site Sokak 8, Kurtköy-Pendik, 01960 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/d3/f5d3dc2fb88057ab32df8b815c2ee72cd80a00af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="146.40" OriginalAmount="142.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.021727" Longitude="28.878609" StarRating="4" HotelCode="260213|1079898" HotelName="Elite Marmara" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Ataturk caddesi no. 47, Merter, Gungoren, 34165 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b2/3a/b23a03a7b34f9b086d58f8107f6a08b9bbd77548.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="146.65" OriginalAmount="142.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003648977485" Longitude="28.972500264644" StarRating="3" HotelCode="175679|2256955" HotelName="Basileus Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mahallesi, Sehit Mehmet Pasa Sokak 1, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/bcf6f1cf62b54983ac2bb283853172a5.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="146.86" OriginalAmount="142.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004111500254" Longitude="28.979798555374" StarRating="4" HotelCode="43702|214816" HotelName="Avicenna Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Mehmet Aga Caddesi Amiral Tafdil Sokak 19-58, Sultanahmet, Fatih, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/2b/77/2b770d450dd045b0f22ece694fb224d7c5c5f7ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is very centrally located close to a park and just 30 m from the river bank. Restaurants,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.04" OriginalAmount="142.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02318" Longitude="28.81576" StarRating="0" HotelCode="|184468" HotelName="Hilton Garden Inn Istanbul Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Baglar Mahallesi, Yalcin Kores Cadd 14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/4/6/8/184468_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.29" OriginalAmount="143" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.979774491382" Longitude="29.108355811613" StarRating="2" HotelCode="936796|60317" HotelName="Cityloft 36 Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ali Ay Sokak 6, Atasehir, 34755 Istanbul, Marmara Region</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/631830/631830a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.29" OriginalAmount="143" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0451194" Longitude="29.00448342" StarRating="0" HotelCode="878224|381269" HotelName="Linden Houses" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Turkali Mahallesi, Sehit Asim Caddesi 60, 34357 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.29" OriginalAmount="143" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.015292" Longitude="28.877369" StarRating="3" HotelCode="905796|477796" HotelName="Hotel Nüans Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Posta Caddesi 97, Güngören Merter, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/104081/570f6a23ed2e4ee8eb14240fd7cdc2a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Güngören, on the European side of Istanbul. The centre with restaurants and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.29" OriginalAmount="143" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.91511574" Longitude="29.30302626" StarRating="0" HotelCode="591885|237657" HotelName="Skyport Istanbul Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Kurtköy Mahallesi, Ankara Caddesi 353, 34912 Istanbul, Pendik</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/41/ef410199780cc338ea2499f8bc0246ab2ea3af53.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access is available to travellers in the public areas. Those arriving in their own...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="147.29" OriginalAmount="143" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|545603-28455154/4024169871002992272/7293" HotelName="DELUXE NEWPORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/24000000/23250000/23242800/23242731/3c0afdf4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="147.29" OriginalAmount="143" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1406335-28491531/4024169871002992272/7939" HotelName="MAVIREM" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/85000000/84360000/84353900/84353893/3fdff26e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="147.29" OriginalAmount="143" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|235754-28493870/4024169871002992272/12717" HotelName="MAYA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2470000/2467700/2467685/698778f7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="147.29" OriginalAmount="143" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|48274-24108576/4024169871002992272/14914" HotelName="SOGUT OLD CITY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1790000/1789400/1789399/c2aa850d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.29" OriginalAmount="143.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.995555039519" Longitude="29.025311456549" StarRating="0" HotelCode="221615|haydarpasa_pension" HotelName="Haydarpasa Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kadiköy Rihtim Caddesi, Nemlizade Sokak 8, 34716 Istanbul, Marmara</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/38/ac38547e0afe904d419760d70a69b6b7b3e61de7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.29" OriginalAmount="143.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.053025" Longitude="28.987383" StarRating="4" HotelCode="191193|istanbul_suite_home_osmanbey" HotelName="Derpa Suite Hotel Osmanbey" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Massage Centre,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Halaskargazi Cad. No: 80, Osmanbey, Sisli 34371, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/a6/e9a67598b767f46d960d828a57446fa4db026589.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.29" OriginalAmount="143.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01803359" Longitude="28.64617785" StarRating="4" HotelCode="437449|mardinn_hotel" HotelName="Mard-Inn Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Barbaros Hayrettin Pasa Mahallesi, 1988 Sokak 3, Nazim Hikmet Bulvari, 34515 Esenyurt, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/82/f982e623f07924ed751421eb4d2dc56f0fbc9d7e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.29" OriginalAmount="143.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98372809" Longitude="29.10788771" StarRating="3" HotelCode="619526|atacity_hotel" HotelName="Red Istanbul Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Kucukbakkalkoy Mahallesi, Senlik Sokak 2, Atasehir, 34750 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/7f/cd7f35dcd0416af506b1a9bf83557b161147b960.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.34" OriginalAmount="143.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007388" Longitude="28.951641" StarRating="0" HotelCode="|536697" HotelName="Hotel Grand Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Mah Valide Camii Sk No 45</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/6/6/9/7/536697_49be3512009.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.51" OriginalAmount="143.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038806" Longitude="28.982402" StarRating="0" HotelCode="|545978" HotelName="Havana Hotel Suites Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/5/9/7/8/545978_af17d941007.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.51" OriginalAmount="143.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0079648" Longitude="28.9516353" StarRating="0" HotelCode="|82910" HotelName="Hotel Ay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Valide Camii Sok No:30 Yenikapi / Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/1/0/82910_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is in Yenikapi the district of it is situated 1,5 kilometres away from the bazaar. ROOM: The establishment has rooms with internet, (free of charge), cable television. FACILITIES: The establishment boasts a car park (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.56" OriginalAmount="143.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01279" Longitude="28.97723" StarRating="3" HotelCode="|72432" HotelName="Evsen - Adults Only" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HOCAPASA MAH. IBNIKEMAL, CAD. NO:9, SIRKECI - ISTANBUL, TURKEY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/4/3/2/72432_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This family-run hotel and it is in a good location. SITUATION: Sirkeci Eminonu It is in 10 minutes away from the establishment, guests will find the historic centre, cultural places in a pedestrian zone, Where you can find restaurants. ROOM: The rooms have an air-conditioning system, a mini-bar, a satellite television, internet (free of charge) and a hairdryer.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.71" OriginalAmount="143.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9365044" Longitude="29.1226044" StarRating="4" HotelCode="|83522" HotelName="Dream Hill Business Deluxe  Istanbul Asia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BAGDAT CAD.NO 273 - KUCUKYALI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/5/2/2/83522_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a wellness centre, a covered swimming pool, a restaurant with buffet breakfast and a bar. The establishment has a sauna, a hammam, a fitness centre and a massage service. The establishment also has a car park (free of charge). SITUATION: This trendy hotel is 20 minutes drive away from Sabiha Gokcen the airport 700 metres away, guests will find Idealtepe the Railway Station of Istanbul it is situated 26 kilometres away from. ROOM: Each room has WiFi (free of charge), a flat-screen television, an air-conditioning system, have a sitting area, a mini-bar, a kettle and a coffee maker.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.93" OriginalAmount="143.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0101566" Longitude="28.9779389" StarRating="0" HotelCode="|86961" HotelName="Modern Sultan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Cad. Zeynep Sultan Camii Sk.No:13 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/6/1/86961_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Sultanahmet the centre of it is near the mosque, and the basilica. ROOM: The rooms have an air-conditioning system and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="148.11" OriginalAmount="143.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006991" Longitude="28.949574" StarRating="0" HotelCode="|463420" HotelName="Graziella Gold" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Mah. Gazi Mustafa Pa?a Cad.No:15 / 17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/3/4/2/0/463420_cb49a2d1955.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="148.18" OriginalAmount="143.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01401" Longitude="28.97858" StarRating="2" HotelCode="|192234" HotelName="Sirkeci Emek" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/2/3/4/192234_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148.32" OriginalAmount="144" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004308618625" Longitude="28.963944058861" StarRating="3" HotelCode="315886|284867" HotelName="Istanbul Family Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Air Conditioning,Airport Transfer (on Demand),Babysitting,Bar,Bicycle Rental,Currency Exchange,Garden,Internet,Kitchen,Laundry,Restaurant,Spa,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Muhsine Hatun Mahallesi, Mustesar Sokak 2, Fatih, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/40/a6401b90ad26f3e3a522e180fdbd76bf82f4ca5e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Kumkapi district of Istanbul, these comfortable apartments offer a perfect base from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="148.32" OriginalAmount="144" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1272103-27456260/4024169871002992272/1793" HotelName="DAYS INN &amp;amp; SUITES BY WYNDHAM ISTANBUL ESENYURT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/73000000/72290000/72282700/72282679/f525141c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.32" OriginalAmount="144.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040327980104" Longitude="28.984342217445" StarRating="4" HotelCode="26960|lion_hotel" HotelName="Lion" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lamartin Caddesi No:41, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/67/cf674fb5c40c8856b3042cd90aa5a47b45f6eba6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in Taksim, in the heart of Istanbul, a mesmerising city with its historical, n...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.32" OriginalAmount="144.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005184297679" Longitude="28.980581760407" StarRating="3" HotelCode="185596|hotel_saba_sultan" HotelName="Saba Sultan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Cad Cetinkaya Sokak No 4, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/c0/6fc073c72f888e83ce3760a821cb9a43ac06bf0e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Sultanahmet, at the heart of the city and its history. Within...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.32" OriginalAmount="144.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.067625" Longitude="28.973964" StarRating="3" HotelCode="185749|tempo_hotel_caglayan_istanbul" HotelName="Tempo Caglayan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tümleç Sokak No 2, Gürsel Mahallesi, Kagithane, 34384 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ae/8a/ae8aacf33d51a2c6d69a2c21754b9c714a121fc5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kagithane, just 2 km away from Sisli, where guests will find the nearest un...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.32" OriginalAmount="144.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008301" Longitude="28.976981" StarRating="3" HotelCode="167655|ares_hotel_sultanahmet" HotelName="Ares Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mahallesi, Incili Çavus Sokak 17, Sultanahmet, Fatih, 34400 Istanbul, Marmararegion</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/50/92502f946ddf3afc3b0f191d8b72cf790ccc906d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is set on the old, historical peninsula, one of the most colourful and fascinating quarte...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.32" OriginalAmount="144.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00842905" Longitude="28.96588018" StarRating="3" HotelCode="323790|alpinn_hotel" HotelName="Alpinn Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Tiyatro Caddesi 19, Beyazit, 34126 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a0/5e/a05eb28f8968db7427b25edb5bd9479b6df152de.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.32" OriginalAmount="144.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008473135597" Longitude="28.950160387373" StarRating="0" HotelCode="541159|hotel_nayla" HotelName="Nayla Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Mahallesi, Namik Kemal Caddesi 8, 34096 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/e0/20e05604d70e6f26e16ef0a9f3858a2ef0bcef71.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;SITUATION: It is in the historic centre, 500 metres away, guests will find the bazaar. 

ROOM: The r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.32" OriginalAmount="144.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0038742" Longitude="28.97984983" StarRating="3" HotelCode="583245|ferman_konak_hotel" HotelName="Ferman Konak Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Cankurtaran Caddesi 70 - 72, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/8f/3d8f752981107fdcf15282fa21467b820bd9e7f9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.32" OriginalAmount="144.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01406" Longitude="28.97806" StarRating="3" HotelCode="514070|amara_hotel_oldcity" HotelName="Amara Old City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Nightclub,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Nöbethane Caddesi 8, Fatih, 34113 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/60/d5/60d55927ee9dcf5e302fa61956149ec67c8fe6c3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="148.52" OriginalAmount="144.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004438" Longitude="28.972701" StarRating="4" HotelCode="166837|590135" HotelName="Arena Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucukayasofya Mahallesi, Sehit Mehmet Pasa Yokusu, Ücler Hamam Sokak No. 13-15, Sultanahmet, Fatih, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/6c/186c71712fc2ca87d6a0d33bfc7ee9c82564381d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the old city and is within walking distance of the main sightse...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="148.74" OriginalAmount="144.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0524" Longitude="28.98664" StarRating="0" HotelCode="|184265" HotelName="Cumbali Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Mah. Tavukcu fethi Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/2/6/5/184265_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="148.79" OriginalAmount="144.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.053049" Longitude="28.983582" StarRating="0" HotelCode="|566206" HotelName="Istanroom By KEO" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Mahallesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/6/2/0/6/566206_69d90641045.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="148.85" OriginalAmount="144.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.024394" Longitude="28.972427" StarRating="0" HotelCode="|566767" HotelName="Galatahan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bankalar Cd. 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/6/7/6/7/566767_90e6cfb2100.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="148.93" OriginalAmount="144.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039047" Longitude="28.982786" StarRating="0" HotelCode="|484821" HotelName="Vama Otel Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Feridiye Cd. 52</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/4/8/2/1/484821_0d716252049.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="149.11" OriginalAmount="144.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.054486" Longitude="28.988843" StarRating="0" HotelCode="|152212" HotelName="Fatih  Corner" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HACI MANSUR SOK. OSMANBEY-SISLI 71</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/2/1/2/152212_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was renovated in 2014 and has 22 modern rooms. SITUATION: 170 metres away, guests will findOsmanbey the metro station the establishment, is 250 metres away from the bus stop, Around the establishment, clients can find shops, bars, cafÃ©s and restaurants. la Plaza Taksim 2 kilometres away, you can find.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="149.14" OriginalAmount="144.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034303" Longitude="28.981161" StarRating="0" HotelCode="|452409" HotelName="Ayramin Deluxe" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/2/4/0/9/452409_0eb2cc01234.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="149.26" OriginalAmount="144.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.062675" Longitude="28.986967" StarRating="0" HotelCode="|474213" HotelName="Sisli House By Remar Holidng" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Koca Mansur Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/4/2/1/3/474213_a1da0af1241.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.35" OriginalAmount="145" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="984466|476707" HotelName="Istanbul Hotel &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cevizlik Mahallesi, Allale Sokak 11/1, Bakirkoy, 34142 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.35" OriginalAmount="145" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98899661" Longitude="29.02421409" StarRating="3" HotelCode="548597|206122" HotelName="Kuzen Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Caferaga Mahallesi, Dumlupinar Sokak 13, 34710 Kadiköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/4f/a84f2178a28f0029fca2e04719d80c8e359df0f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="149.35" OriginalAmount="145" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|612206-28558585/4024169871002992272/3873" HotelName="LA WISTERIA BOUTIQUE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/24000000/23570000/23569500/23569483/99efe154_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="149.35" OriginalAmount="145" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="38.3246" Longitude="26.3241" StarRating="4" HotelCode="0|611966-28445081/4024169871002992272/8420" HotelName="HUB FLATS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>ISMET INONU MAHALLESI, 2100 SOK NO 2/B BOYALK, CESME, TR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11870000/11861200/11861198/fad85a8c_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   With a stay at Twins Hotel in Cesme, you'll be near the beach and minutes from Boyalik Beach, and close to Cesme Open Air Theatre. This hotel is within close proximity of Ayios Haralambos Church and Cesme Museum.   Rooms   Make yourself at home in one of the 21 air-conditioned rooms featuring minibars and LCD televisions. Rooms have private balconies. Complimentary wireless Internet access keeps you connected, and digital programming is available for your entertainment. Private bathrooms with showers feature complimentary toiletries and hair dryers.   Dining   Take advantage of the hotel's 24-hour room service.   Business, Other Amenities   Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and coffee/tea in the lobby. A roundtrip airport shuttle is provided for a surcharge (available on request).   Room Info:    Know Before You Go       This property offers transfers from the airport (surcharges may apply). Guests must contact the property with arrival details before travel, using the contact information on the booking confirmation.    No pets and no service animals are allowed at this property.       Fees    The following fees and deposits are charged by the property at time of service, check-in, or check-out.          Airport shuttle fee: EUR 70 per vehicle (one way)                     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="149.35" OriginalAmount="145" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1059116-28452526/4024169871002992272/16074" HotelName="ELEMENT GARDEN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/36000000/35890000/35889000/35888913/cbc1b796_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="149.35" OriginalAmount="145.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038977" Longitude="28.984256" StarRating="4" HotelCode="55405|seminal_hotel" HotelName="Seminal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Caddesi No 23-25, 80090 Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/16/eb/16ebbdca247e002c30e47a153ae5f37588bc56a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the Beyoglu quarter in the district of Taksim, which lies on the European ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="149.35" OriginalAmount="145.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03331" Longitude="28.980895" StarRating="4" HotelCode="267140|corinne_hotel__boutique_class" HotelName="Corinne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Turnacibasi Cad./Ayhan Isik Sok. No:41, Beyoglu, 34433 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a1/85/a185807ea6baa1d1c6398d19a08985adc3bf3cf8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="149.35" OriginalAmount="145.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05631491" Longitude="28.66946107" StarRating="3" HotelCode="322718|nidya_hotel_esenyurt" HotelName="Nidya Hotel Esenyurt" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>1655 Sokak 3, 34535 Esenyurt, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/33/6733b6aeafc8e34a09655ad471bd916b3d449dee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="149.35" OriginalAmount="145.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99356784" Longitude="29.02816829" StarRating="0" HotelCode="850587|belizia_hotel" HotelName="Belizia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rasimpasa Mahallesi, Beydagi Sokak 49, Kadikoy, 34716 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/bc/b0/bcb0cbd9f18ebb29fd52ffea7464f44eba025eaf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="149.37" OriginalAmount="145.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01378" Longitude="28.97944" StarRating="3" HotelCode="|17624" HotelName="Orient Express and Spa By Orka Hotels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hudavendigar Street No: 24</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/6/2/4/17624_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2000. It has 52 double rooms and 2 suites. The establishment has a reception with safety deposit boxes, a cloakroom, a lift, a bar and an Ã  la carte restaurant with air-conditioning. The establishment offers room service and a laundry service. SITUATION: This hotel is in the historic centre of Istanbul. It is close to the city centre. 500 metres away, guests will find the tourist attractions, such as Sultan Ahmed Mosque, el palacio Topkaki and la Iglesia de la Divina SabidurÃ­a. ROOM: The comfortable rooms have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a mini-bar, fitted carpets, a central heating system and a safety deposit box. FACILITIES: The establishment has a covered pool. OTHERS: The establishment serves a buffet breakfast, an Ã  la carte lunch and an Ã  la carte or set-menu lunch and dinner. Special dishes and dietary restrictions can be accomodated for.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="149.56" OriginalAmount="145.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9803622" Longitude="29.1088696" StarRating="0" HotelCode="|353515" HotelName="Cityloft 24" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Albay Sokak No:26 Kucukbakkalkoy, Atasehir</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/5/1/5/353515_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="149.76" OriginalAmount="145.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01466233" Longitude="28.97632039" StarRating="4" HotelCode="437424|449165" HotelName="Glamour Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Vezir Cami Cikmazi, Sokak No:4, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/449165/449165a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="149.91" OriginalAmount="145.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035367905573" Longitude="28.981363946052" StarRating="3" HotelCode="398419|583941" HotelName="Ragip Pasha Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mahallesi, Imam Adnan Sokak 2, Istiklal Caddesi, 34435 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/58/583941/583941a_hb_a_010.JPG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="149.98" OriginalAmount="145.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008857484511" Longitude="28.967457711697" StarRating="4" HotelCode="33267|36914" HotelName="Beyaz Saray" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Yeniceriler Caddesi 77, Beyazit, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/52879/a_52879_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated in the historical old town in the Beyazit district of the city. The Gr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="149.99" OriginalAmount="145.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98891" Longitude="29.02438" StarRating="0" HotelCode="|243183" HotelName="Kuzen Otel - Adults Only" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Caferaga Mah. Dumlupinar Sk. No 13 Kadikoy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/3/1/8/3/243183_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.06" OriginalAmount="145.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00516" Longitude="28.95499" StarRating="0" HotelCode="|245096" HotelName="Grafen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Langa Hisari Cd. No:27 Katip Kasim Mahallesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/0/9/6/245096_d837f151416.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.06" OriginalAmount="145.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.037109" Longitude="28.981721" StarRating="0" HotelCode="|529071" HotelName="Peri Hotel Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Altin Bakkal Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/0/7/1/529071_8bb34a51055.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="150.18" OriginalAmount="145.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003143768212" Longitude="28.97207017791" StarRating="4" HotelCode="118816|1436338" HotelName="Villa Sphendone" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Demirci Resit Sokak No:19, Kucukayasofya, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/58/45586ad99b96aa9edf23c3374fbed100cc312bf2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="150.38" OriginalAmount="146" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|354278-28455144/4024169871002992272/14295" HotelName="TAXIMIST" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8520000/8516100/8516005/018ea298_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.38" OriginalAmount="146.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.031537241878" Longitude="28.974734544754" StarRating="4" HotelCode="73722|pera_tulip_hotel" HotelName="Pera Tulip Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Caddesi 103, Tepebasi/Beyoglu, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/05/c6/05c61f00540912183083645406dc4b87dd41a856.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just a few minutes from the Galata Tower, Taksim Square, Tunnel (the historical...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.38" OriginalAmount="146.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003833" Longitude="28.972504" StarRating="4" HotelCode="17781|sokullu_pasa" HotelName="Sokullu Pasa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Diet Meals,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Küçük Ayasofya Mahallesi, Sehit Mehmet Pasa Sokak 3, Sultanahmet, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/af/45/af45c436bf6d34a40d5e67f064933e9eca7d8645.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies at the heart of the old town, within a few minutes walk of the city's most ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.38" OriginalAmount="146.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="3" HotelCode="118852|apex_hotel" HotelName="Apex" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Boutique,Currency Exchange,Garden,Laundry,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Mehmet Aga Caddesi, Amiral Tafdid Sokak, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/0e/310eaabcb1ea3db93392b1fac0c393319004733b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Istanbul Apex Hotel is a recently opened in the SULTANAHMET district. The hotel's super location off...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.38" OriginalAmount="146.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02408035" Longitude="28.97515132" StarRating="5" HotelCode="638764|vita_suites_karakoy" HotelName="Vita Suites Karakoy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Mueyyetzade Mahallesi, Yuksek Kaldirim Caddesi  47, Karakoy, Istanbul, Beyoglu</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/ac/3fac0cae06deab95a5c6a175704201a196df05f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.38" OriginalAmount="146.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010477769495" Longitude="28.977733631819" StarRating="3" HotelCode="901025|modern_sultan_hotel" HotelName="Modern Sultan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Bar,Boutique,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Parking,Restaurant,Room Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Zeynep Sultan Camii Sok:13, 34110 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/98/b5982daf8a8c72e7cc2241da6846c6b85b68f120.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt; Centrally located in Sultanahmet, this hotel is a 2-minute walk from the Blue Mosque, Hagia Sophia ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.38" OriginalAmount="146.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99323417" Longitude="28.82765867" StarRating="4" HotelCode="936309|rox_hotel_2" HotelName="Rox Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Çobançesme Mahallesi, Kimiz Sokak 24, 34196 Istanbul, Bahçelievler</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/d1/09d17eb28db105622a3d087f52c3cc9746de5f57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.38" OriginalAmount="146.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00844554" Longitude="28.96046167" StarRating="4" HotelCode="977623|beyazit_palace_hotel_2" HotelName="Beyazit Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nisanca Mahallesi, Mucellit Cikmazi 4/1, Fatih, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9f/1c/9f1c167842d82d4fe25a472b2a50a2695234106a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.39" OriginalAmount="146.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007571" Longitude="28.957067" StarRating="0" HotelCode="|555165" HotelName="Dempa Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Koska Cad. Azimkar Sok. No:58</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/5/1/6/5/555165_692e9381737.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.44" OriginalAmount="146.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05042" Longitude="28.98642" StarRating="0" HotelCode="|192741" HotelName="Blueway Hotel Historical" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bozkurt Mah. Dolapdere Cad No:199</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/7/4/1/192741_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.45" OriginalAmount="146.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.173558" Longitude="29.607431" StarRating="0" HotelCode="|567282" HotelName="Miletus Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Cavus, Ayazma Caddesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/7/2/8/2/567282_4fad30d1359.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="150.56" OriginalAmount="146.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.014462254585" Longitude="28.97736042738" StarRating="2" HotelCode="188748|2257685" HotelName="Sirkeci Hurriyet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Serdar Sokak 19, Nobethane Caddesi, 34110 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/4c/5f4c2449b7efdd5b8d2a608d2aeeafa2fe03a9ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.62" OriginalAmount="146.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007977" Longitude="28.967266" StarRating="0" HotelCode="|533878" HotelName="Grand Gedikpasha Hotel" 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/5/3/3/8/7/8/533878_5eea48a1150.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.70" OriginalAmount="146.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.87634" Longitude="29.2273" StarRating="4" HotelCode="|192983" HotelName="Myy Homes - Boutique Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bati Mah. Hakimler Cikmazi Sk No1 Pendik</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/9/8/3/192983_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="150.75" OriginalAmount="146.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007797240497" Longitude="28.955063906746" StarRating="3" HotelCode="437816|558443" HotelName="Dalan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Azimkar Sokak No:23-25, Laleli Caddesi, Laleli-Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/82428/388b4840-5340-4dfd-afaa-f10ff495cac3.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="150.83" OriginalAmount="146.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035934650703" Longitude="28.981010805523" StarRating="1" HotelCode="263729|625765" HotelName="Taksim Trust Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Nane Sokak 22, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f1/96/f19633799f5a1afda6007b88510cea2e73775905.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.95" OriginalAmount="146.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.024584" Longitude="28.97772" StarRating="0" HotelCode="|534636" HotelName="Genoa Port Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Necatibey cad. no.57</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/6/3/6/534636_0238ff71150.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.96" OriginalAmount="146.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011026" Longitude="29.105889" StarRating="0" HotelCode="|485460" HotelName="My Garden Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Akdeniz Cd. 137</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/5/4/6/0/485460_cedc8200954.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.14" OriginalAmount="146.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0232657" Longitude="28.6363683" StarRating="4" HotelCode="|192519" HotelName="World Point Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/5/1/9/192519_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.29" OriginalAmount="146.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.043007" Longitude="29.003722" StarRating="0" HotelCode="|546879" HotelName="Barkod Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sinan Pasa Kopru Sk. No:5/A, Besiktas</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/6/8/7/9/546879_2269f9c2334.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.38" OriginalAmount="146.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0401935" Longitude="28.9835659" StarRating="0" HotelCode="|37005" HotelName="Kervansaray Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SEHIT MUHTAR CD. NO:49 TAKSIM OTELLER BOLGESI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/0/0/5/37005_33d5cb31415.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is perfect for business and holiday stays, it offers excellent service and business facilities. SITUATION: This hotel is in the city centre, Close to the shopping area and leisure activities.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.41" OriginalAmount="147" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012537564145" Longitude="28.978362434359" StarRating="3" HotelCode="933248|203414" HotelName="Ottoman Luxury Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bar,Currency Exchange,Designated Smoking Area,Housekeeping,Internet,Laundry,Parking,Room Service,Spa,Telephone Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Hudavendigar Caddesi 4, Sirkeci, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/57/578105/578105a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Only 50 m from Gulhane Park and Gulhane Tram Station, Hotel Ottoman Luxury is situated 600 m from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="151.41" OriginalAmount="147" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|278726-28455139/4024169871002992272/12387" HotelName="SUNLIFE OLDCITY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8810000/8804400/8804340/0bb94efa_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="151.41" OriginalAmount="147.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007573" Longitude="28.948191" StarRating="3" HotelCode="188717|elit_palace_hotel" HotelName="Rouge Noire" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Manastir Rifat Sk. No: 29, Namik Kemal Cad., Aksaray, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/07/c2071083e969c7567e1a9559153af82c584b3299.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="151.41" OriginalAmount="147.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.028921" Longitude="28.979675" StarRating="2" HotelCode="191039|cheers_midtown_hostel_2" HotelName="Cheers Midtown Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Firuzaga Mah. Bogazkesen Cd. No: 68, Cheers Apt., Tophane, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/8b/d98b1a5351c2fef78d973668d810b51b0ccb4403.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="151.41" OriginalAmount="147.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.031444" Longitude="28.817157" StarRating="5" HotelCode="260175|retaj_royale_istanbul" HotelName="Retaj Royale" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Evren Mahallesi, Cami Yolu Caddesi 1/A, Günesli-Istanbul 34212</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/7b/fa/7bfab898b552ab96468dfde3c617c438e5fa55ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="151.41" OriginalAmount="147.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00918537" Longitude="28.95446712" StarRating="3" HotelCode="517163|river_hotel_11" HotelName="River Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Mesihpasa Mahallesi, Ceylan Sokak 18, Ordu Caddesi, Laleli Fatih, 34126 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/d3/12d38e5414f63d2c1aae973e6442a6d4485592a2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="151.41" OriginalAmount="147.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98594689" Longitude="29.11170979" StarRating="0" HotelCode="854276|ibis_styles_istanbul_atasehir" HotelName="Ibis Styles Istanbul Atasehir" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="24 Hour Security,Air Conditioning,Babysitting,Banquet Hall,Bar,Business Centre,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Kids Play Area,Laundry,Lounge,Meeting Room,Parking,Pets allowed,Printer,Restaurant,Room Service,Smoking Rooms,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Kucukbakkalkoy Mahallesi, Yenidogan Caddesi 6 2, Atasehir, 34750 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/2d/b22db73b9f2fa812ad8a04281561f9cbf74a187e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;ibis Styles Istanbul Atasehir Hotel

Design economy hotels

Ibis Styles Istanbul Atasehir Hotel is l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.64" OriginalAmount="147.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004049" Longitude="28.9755586" StarRating="4" HotelCode="|74817" HotelName="Sarnic Premier  - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mahalesi,Sifa Hamami sk. No:7,Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/8/1/7/74817_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Sarnic Premier Hotel is rated four stars. It was opened in 2011, comfortable and modern, has a restaurant, a bar, a patio and a garden. SITUATION: It is located near Hagia Sophia, clients can also find tourist points of interest. In the surrounding area, clients have the tram stop. ROOM: The establishment has 23 rooms with mini-bar, a satellite TV, an air-conditioning system, a courtesy tea and coffee service, a hairdryer and complimentary bathroom items.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.65" OriginalAmount="147.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035733" Longitude="28.811328" StarRating="5" HotelCode="|445132" HotelName="La Quinta by Wyndham Istanbul Gunesli" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Temmuz Mah, Bahar Cad. 61</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/1/3/2/445132_d6b41821110.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.77" OriginalAmount="147.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0314" Longitude="28.9746" StarRating="0" HotelCode="|238780" HotelName="Maroon Hotel Pera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Caddesi no:17 Tepebasi Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/7/8/0/238780_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.85" OriginalAmount="147.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0349748" Longitude="28.8950294" StarRating="4" HotelCode="|444220" HotelName="Litros and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/2/2/0/444220_369940f0802.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="151.87" OriginalAmount="147.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.078616" Longitude="29.002215" StarRating="0" HotelCode="53372|4691305" HotelName="Hotel Gül" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Talatpasa Caddesi No:99, Ortabayir-Levent, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/4f/724f5d6e93507f368625c2584f2ae4e3c9b5529c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="151.89" OriginalAmount="147.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008164" Longitude="28.958044" StarRating="4" HotelCode="188690|1450498" HotelName="Büyük Sahinler" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesihpasa Cad. No: 73, Istanbul, Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/98/2b986ffb4a4862684e90eef31c60f2db05b3854a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.96" OriginalAmount="147.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0175743" Longitude="28.9511147" StarRating="3" HotelCode="|95908" HotelName="Fatih Resadiye" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Buyuk Karaman Caddesi 6, Fatih Istanbul,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/9/0/8/95908_e2516c91822.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a car hire desk and tourist information. Around the establishment, guests can find a car park (free of charge). SITUATION: This hotel is in Istanbul the centre of it is situated 1 kilometre away from Aksaray the metro station 1 kilometre away, there is a tram stop excellent transport links to Sultanahmet the tourist points of interest of the Grand Bazaar it is situated 2 kilometres away from Guests can request a transfer service to the airport. ROOM: The establishment has rooms with an air-conditioning system, WiFi (free of charge) and cable television. FACILITIES: This establishment has a bar with a patio.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.98" OriginalAmount="147.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006267" Longitude="28.973496" StarRating="4" HotelCode="|37006" HotelName="Lady Diana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BINBIRDIREK MAH TERZIHANE SOK NO 15 SULTANAHMET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/0/0/6/37006_1470e931348.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2007, has 75 standard rooms and 4 floors. The establishment boasts air-conditioning, a hall with a reception, a currency exchange service, a cloakroom and a lift. Guests can find a bar, a restaurant, shops, a conference room, a car park, room service and a laundry service. SITUATION: This hotel is in the city centre of the historic centre. Near the establishment, guests will find tourist areas. 5 minutes away from the establishment you have the bazaar. It is 10 minutes away from the railway station. 15 minutes away from the establishment, guests will find Taksim where you can find bars. ROOM: All the rooms have a bathroom, a mini-bar with a hairdryer, a direct line telephone and a double bed. Guests are offered a satellite television, a safety deposit box, internet (free of charge), a television, an electronic key, heating and a central air-conditioning system. FACILITIES: The establishment boasts a hammam, a gym, a sauna and a massage service (available for a fee). MEALS: The establishment also has a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="152.18" OriginalAmount="147.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.850049" Longitude="29.296776" StarRating="3" HotelCode="|211282" HotelName="Ibis Istanbul Tuzla" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AYDINTEPE PELIT SOKAK NO 7ICMELER TUZLA PENDIK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/1/2/8/2/211282_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="152.25" OriginalAmount="147.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.018943" Longitude="28.927955" StarRating="4" HotelCode="95952|1463188" HotelName="Topkapi Interistanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Topkapi Caddesi No:8, Topkapi Kaleiçi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/a7/08a75af64658018e2c6b864d2bf2fbf4ef9bf454.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="152.44" OriginalAmount="148" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.021799035429" Longitude="28.819036341104" StarRating="3" HotelCode="294765|58766" HotelName="Hilton Garden Inn Istanbul Ataturk Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Lounge,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yenibosna Mahallesi, Yalcin Kores Caddesi 14, 34197 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/2d/c02d3b831e0fb4b5801120d55cb7ddbc5fdc1e96.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="152.44" OriginalAmount="148" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05948" Longitude="28.986756" StarRating="3" HotelCode="267838|31684" HotelName="Regno" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abide-i Hurriyet Caddesi 102, Sisli, 34360 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/88/c788b67a884cd22f3a37da996893579c7387f4d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="152.44" OriginalAmount="148.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003562333333" Longitude="28.980061666667" StarRating="3" HotelCode="142932|ahmet_efendi_evi" HotelName="Ahmet Efendi Evi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/9d/719d41d619943d0b82069895960b0a9c5306c070.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="152.44" OriginalAmount="148.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="4" HotelCode="293684|park_dedeman_bostanci_hotel" HotelName="Park Dedeman Bostanci" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Icerenkoy Mahallesi, Degirmen Yolu Caddesi 39C, 34752 Atasehir, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9e/03/9e03edeca44ffc70dc544c969a8f397a8d2acfe9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="152.44" OriginalAmount="148.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.015399442049" Longitude="28.642945640198" StarRating="5" HotelCode="293635|euro_park_hotel" HotelName="Euro Park Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Mahallesi, 1992 Sokak 4, 34515 Esenyurt, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/cb/a5cb79d3158b2004f64449356e076aa7f813b7bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="152.44" OriginalAmount="148.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013507119371" Longitude="28.976489294477" StarRating="3" HotelCode="260176|sehir_hotel_istanbul_old_city" HotelName="Sehir Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Orhaniye Caddesi 6, Sirkeci, 34410 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/82/72/82729bd28179f42a7d6979021e1b312707d761aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="152.44" OriginalAmount="148.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0034053" Longitude="28.97466239" StarRating="3" HotelCode="368531|sultan_mehmed_hotel" HotelName="Sultan Mehmed Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Cad. No:43 Sultanahmet Fatih, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/5a/da5abacc171b425ae9469b39a9aa836c1e1fe0e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="152.44" OriginalAmount="148.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02848041" Longitude="28.97263965" StarRating="3" HotelCode="933216|azze_hotel" HotelName="Azre Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Evliya Celebi Mahallesi, Kiblelizade Sokak 6, Beyoglu, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/2d/182da5424a435c8edcb5666deafdac5ccd9be3db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="152.44" OriginalAmount="148.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="974208|mansion_gorki" HotelName="Mansion Gorki" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Eminsinan Mahallesi, Piyerloti Caddesi, Cephaneci Sokak 34, Sultanahmet, Fatih, 34126 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/cd/9bcd06e591804321ddf0705a81b8230ee7fd3c07.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="152.45" OriginalAmount="148.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0033275" Longitude="28.9777869" StarRating="3" HotelCode="|94489" HotelName="Almina  - Special Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KUCUKAYASOFYA MAH. AKBIYIK DEGIRMENI SK. NO:27 , Istanbul 34122 Turkey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/4/4/8/9/94489_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a reception, a bar, a breakfast room and WiFi in communal areas a laundry service and a dry cleaner's (for a fee), At an additional cost you can enjoy a sauna and a hamman. SITUATION: the Sultan Ahmed Mosque It is situated 300 metres away from this hotel Sultanahmet it is in. ROOM: The rooms have a bathroom, a shower, a hairdryer, a direct line telephone, a television, WiFi (free of charge), a mini-bar and an air-conditioning system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="152.63" OriginalAmount="148.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005142" Longitude="28.980431" StarRating="3" HotelCode="191046|1652058" HotelName="Osmanhan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Caddesi Cetinkaya Sok. No:1, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/50/ab50084236ef560ea1e632d817776a67d5b42402.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="152.67" OriginalAmount="148.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009311" Longitude="28.976818" StarRating="3" HotelCode="186047|1580568" HotelName="The Kybele" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Yerebatan Caddesi 23, Sultanahmet, 34410 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/30/d8/30d8d160cc5752fe4f5ad250721d17185def9af1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="152.68" OriginalAmount="148.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03563" Longitude="28.98121" StarRating="0" HotelCode="|184798" HotelName="Ragıp Pasha Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mah. Imam Adnan Sk. No:2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/7/9/8/184798_d11092f1549.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="152.79" OriginalAmount="148.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0061372" Longitude="28.9818596" StarRating="3" HotelCode="|82955" HotelName="Esans - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ishakpasa Cad. Yenisarachane Sok. No:4 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/5/5/82955_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a terrace. SITUATION: It is inSultanahmet the district of. ROOM: The rooms have WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="152.83" OriginalAmount="148.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98386" Longitude="29.11041" StarRating="0" HotelCode="|523713" HotelName="Hera Suit Atasehir" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Setli Sokak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/7/1/3/523713_fa4a6de0922.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="152.89" OriginalAmount="148.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0043199" Longitude="28.9723199" StarRating="0" HotelCode="|21961" HotelName="Sokullu Pasa Hotel - Special Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/9/6/1/21961_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in the 16th Century and has 37 rooms, The establishment has a lobby with a reception, a safety deposit box service, a currency exchange service, internet, a cloakroom, a bar, a cafÃ©, a kiosk and an Ã  la carte restaurant. The establishment also offers room service, a laundry service and a medical care service. SITUATION: This inviting hotel is in the historic centre, close to the establishment, clients can find monuments, tourist points of interest, is 25 kilometres away from Istanbul Airport. ROOM: The comfortable rooms, have a bathroom with a shower, a hairdryer, a direct line telephone, a satellite or cable television and a radio. They also have a mini-bar, tiled floors and a central heating system. FACILITIES: Guests are offered a Turkish bath (free of charge). MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast, Ã  la carte or set-menu lunch and dinner, dietary restrictions can be accommodated and special dishes can be made. PAYMENT METHODS: The establishment accepts Visa and Mastercard.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="152.93" OriginalAmount="148.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006078956893" Longitude="28.954129815102" StarRating="4" HotelCode="33266|591095" HotelName="Grand Hilarium Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Fabrika Caddesi 5, Yenikapi, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b8/dd/b8dd8dcbc038be32738a0475acb83f8c19a03ac8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located around a 10-minute walk for links to public transport. Atatürk International Ai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="152.93" OriginalAmount="148.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.048788" Longitude="28.985093" StarRating="5" HotelCode="173845|796115" HotelName="Crowne Plaza Harbiye" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Dolapdere Cad. 161, Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/06/c306b64a296ed1cb8b9671790a006714b6ab8289.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a great location close to Nisantasi, famous for its fashionable upmarket shopping a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="153.09" OriginalAmount="148.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0283338" Longitude="28.981528" StarRating="0" HotelCode="|86746" HotelName="Residence Le Reve" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Firuza?a mahallesi Defterdar sokak No:15 Beyo?lu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/4/6/86746_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Cihangir It is in. ROOM: They have a kitchen and a satellite TV.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="153.21" OriginalAmount="148.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008061" Longitude="28.977076" StarRating="3" HotelCode="65550|592465" HotelName="Star Holiday Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Divanyolu Caddesi 10, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/74/d8/74d84309c2eef01e2303c022f37d848dc0ead952.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="153.27" OriginalAmount="148.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008860843893" Longitude="28.962825742974" StarRating="4" HotelCode="9353|36904" HotelName="Antik Istanbul" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ordu Caddesi, Sekbanbasi (Darphane) Sokak 6, Beyazit, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/5f/5fecf0ffdfd6f350/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Built on a 1,500-year-old cistern, this hotel is located in the old town of Beyazit, a district of I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="153.28" OriginalAmount="148.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005134" Longitude="28.979691" StarRating="3" HotelCode="171900|1667938" HotelName="Hotel Broken Column" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mah. Akbiyik Cad. No:45, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/05/0c05a2fafd306475051eecfd9abcdd3beb79ba21.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="153.32" OriginalAmount="148.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9798408" Longitude="29.1081256" StarRating="0" HotelCode="|107983" HotelName="Cityloft 36" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ali Ay Sok. No:6 Atasehir</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/9/8/3/107983_8.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 4 kilometres away fromYeditepe the University of. ROOM: The establishment has modern suites, have an air-conditioning system, a kitchen and flat-screen satellite television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="153.47" OriginalAmount="149" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|633356-28455280/4024169871002992272/3326" HotelName="KUNLUN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/39000000/38530000/38522700/38522625/8038aa29_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="153.47" OriginalAmount="149" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|51373-28493779/4024169871002992272/5264" HotelName="STAR TAKSIM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2810000/2806000/2805957/799356ea_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="153.47" OriginalAmount="149" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1059053-28534989/4024169871002992272/11175" HotelName="HIRA HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/45000000/44330000/44324000/44323978/621e89c6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="153.47" OriginalAmount="149.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005646" Longitude="28.981048" StarRating="2" HotelCode="191048|marmara_guesthouse" HotelName="Marmara Guesthouse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik cad. Terbiyik sok. No:15, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/cf/fe/cffe27a81d09bc0812bb5f1e5e66437ee2c720f1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="153.47" OriginalAmount="149.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01314403" Longitude="28.97753221" StarRating="3" HotelCode="267816|gulhane_corner_hotel" HotelName="Gulhane Corner" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hudavendigar Caddesi, Saffeti Pasa Sokak 12, Sirkeci, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/a9/9aa93844409f05a64ba5da07bb763903276d8126.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="153.47" OriginalAmount="149.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.017692620082" Longitude="28.951184364418" StarRating="3" HotelCode="267817|fatih_resadiye_hotel" HotelName="Fatih Resadiye Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Meeting Room,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Büyük Karaman Caddesi No: 4, Fatih, 34083 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/aa/b7aa5d4bcb1acbc3c9d4d36fa2092fcb2bd92d97.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Fatih Mosque around the 19th century. end with the 20th century. is one of the few Levantine structu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="153.47" OriginalAmount="149.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02724007" Longitude="28.97744827" StarRating="3" HotelCode="517003|historic_galata_hotel" HotelName="Historic Galata" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Hacimimi Mahallesi, Hacimimi Kulhani Street 26, Luleci Hendek Caddesi, Galata/Beyoglu, 34425 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/da/80da43db23fe4d3c500cb9fa2f91d86e24d396bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="153.47" OriginalAmount="149.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04788092" Longitude="28.98617127" StarRating="0" HotelCode="783142|joy_suites" HotelName="Joy Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Harbiye Sisli, Papa Roncalli Sokak 149, 34349 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d3/6d/d36d599317445af3e34b66e4f8f8139507b06fc4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="153.57" OriginalAmount="149.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04943" Longitude="28.98572" StarRating="0" HotelCode="|238190" HotelName="Park Grazza Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ergenekon Mah Dolapdere Cad No:158 Sisli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/1/9/0/238190_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="153.61" OriginalAmount="149.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05393" Longitude="28.99237" StarRating="0" HotelCode="|184153" HotelName="Berlin Otel Nişantaşı" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Mah. Madalyon Sok. No:10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/1/5/3/184153_112ce4f1521.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="153.61" OriginalAmount="149.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008117" Longitude="28.965703" StarRating="3" HotelCode="188705|609475" HotelName="Grand Rosa Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Kemalettin Mahallesi, Tiyatro Caddesi 10, Beyazit, 34126 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/47/5747f0ebae5e666b121fc1575ea90180255690c8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="153.66" OriginalAmount="149.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003443523223" Longitude="28.970485925675" StarRating="4" HotelCode="9878|652445" HotelName="Best Western Antea Palace Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kücük Ayasofya Mahallesi, Yusuf Askin Sokak 28, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/06787a71fc90a6fc/2b/2b6fe57400dc4a28/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the historic district known as Sultanahmet, with the main attractions of the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="153.73" OriginalAmount="149.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.033846" Longitude="28.981211" StarRating="0" HotelCode="|531679" HotelName="Aleksandr Pera Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sadri Alisik Sk. 34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/1/6/7/9/531679_951a25f1325.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="153.77" OriginalAmount="149.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.061296" Longitude="28.801727" StarRating="0" HotelCode="|467891" HotelName="El Emin İstanbul Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1. Akarsu Sk. no 29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/8/9/1/467891_2193cc51757.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="153.80" OriginalAmount="149.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.037439001629" Longitude="28.983183503151" StarRating="4" HotelCode="65957|145196" HotelName="Cartoon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tarlabasi Boulevard 36-38, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/a9/dda97fe600e389288f2691e00b0e1c7ee905993d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;For those wishing to be in the heart of Istanbul, this hotel is ideally placed being 150 metres from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="153.90" OriginalAmount="149.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006045" Longitude="28.981633" StarRating="3" HotelCode="169654|1663558" HotelName="Esans" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ishakpasa Cd., Yenisarachane Sk. No: 4, 34122 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/236567/a_236567_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Beside the Topkapi Palace and a few hundred metres from St Sophia, the hotel is located in a charmin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="154.17" OriginalAmount="149.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0111941" Longitude="28.9561958" StarRating="4" HotelCode="|66868" HotelName="Zagreb" 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/6/6/8/6/8/66868_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable hotel, with air-conditioning, renovated in 2008 and has 58 rooms. The establishment boasts a lobby, a reception, a currency exchange service, a cloakroom and a lift. Our guests can find a cafÃ©, a bar, a restaurant and WiFi. For an extra cost you can have access to room service and a laundry service. SITUATION: This hotel is in the historic centre of Istanbul. Near the establishment, you will find tourist areas and cultural places. 5 minutes away from the establishment clients have restaurants, shops and a public transport stop. 15 minutes away, you can find Taksim where you can find bars, pubs and nightclubs. 10 minutes away, there is a train station. 15 kilometres away from the establishment, guests will find Istanbul AtatÃ¼rk Airport. It is just 65 kilometres away from Sabiha Gokcen Airport. ROOM: All the rooms have a desk, a direct line telephone, a satellite television, an air-conditioning system, heating, WiFi and a bathroom with a shower. There is also a hairdryer, towels, slippers, a double bed, a safe and a mini-bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="154.24" OriginalAmount="149.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023159106099" Longitude="28.976066728836" StarRating="3" HotelCode="221857|1065738" HotelName="Peninsula Galata Boutique" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Necatibey Caddesi, Aynali Lokanta Sokak No:6, Karaköy, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/01/d3/01d314cda66e5e2bca5c0c93e56209420534ced5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Istanbul. For guests who appreciate a stylish ambience...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="154.26" OriginalAmount="149.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0128953" Longitude="28.95663" StarRating="0" HotelCode="|108222" HotelName="Buyuk Hamit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gencturk Caddesi No: 72/74 Laleli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/2/2/108222_ce1b33f1426.jpg</HotelPictures>
        <HotelDescription>SITUATION: This smart hotel is in Laleli the centre of 150 metres away, guests will find Aksaray the Tram Station of la mezquita de Laleli it is located 50 metres away from. ROOM: The establishment has luxurious rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="154.40" OriginalAmount="149.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0433" Longitude="29.00356" StarRating="0" HotelCode="|243075" HotelName="Golden Pen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yeni Hamam Sokak No 9 Besiktas</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/3/0/7/5/243075_18.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="154.44" OriginalAmount="149.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005075163801" Longitude="28.979225557672" StarRating="3" HotelCode="191079|2265265" HotelName="Charm Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Mimar Mehmet Aga Caddesi 13, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/38/a038cb787c6c7dc423483ee6273cfb6b289f3bb2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="154.50" OriginalAmount="150.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00611" Longitude="28.96902" StarRating="4" HotelCode="|23120" HotelName="Grand Yavuz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Emin Sinan, Piyer Loti Cd. No:71</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/1/2/0/23120_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2006, has 111 rooms and 1 suite. The establishment has a lobby, a reception with safety deposit boxes, a currency exchange service and lifts. With regards to the food and beverage offering, the establishment has a bar, a terrace, an American bar and a restaurant. The establishment also offers a conference room, internet, a car park, a medical care service, room service and a laundry service. SITUATION: Nearby, you will find the historic centre where you can find tourist points of interest. It is 15 kilometres away from Istanbul Airport. ROOM: The cosy rooms have a bathroom, a hairdryer, a direct line telephone, satellite or cable TV and a radio. Are also furnished with a mini-bar, a double bed, fitted carpets, a central heating system and an air-conditioning system. FACILITIES: The establishment boasts a sauna, a gym, a hammam and a massage service. PAYMENT METHODS: Customers can pay using Visa and Mastercard. OTHERS: Regarding the food and beverage offering, clients have a breakfast service, a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.50" OriginalAmount="150" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05965" Longitude="28.81391" StarRating="5" HotelCode="703677|284823" HotelName="Centro WestSide Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mahmutbey Mahallesi, Tasocagi Yolu Caddesi 39/A, 34218 Bagcilar, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/52/e1/52e19aedfef426ced335ff36dca9487483f62da2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in Marmara. Those wishing to escape the hustle and bustle of daily ro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.50" OriginalAmount="150" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05502435" Longitude="28.98855714" StarRating="4" HotelCode="323416|51982" HotelName="Favori Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Matbaaci Osmanbey Sokak No: 11, Mesrutiyet Mahallesi, Osmanbey/Sisli, 34363 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/be/c1/bec13d0124b1beaba34924e317490126853fedd9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.50" OriginalAmount="150" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00203037" Longitude="28.82673315" StarRating="4" HotelCode="935074|198966" HotelName="MidMar Deluxe" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mithatpasa Caddesi 25, Cobancesme Mahallesi, Yenibosna, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/36/367761/367761a_hb_a_005.JPG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.50" OriginalAmount="150" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00781313227" Longitude="28.957863008598" StarRating="3" HotelCode="142150|343392" HotelName="Q-Inn Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Koska Caddesi 30, Laleli, 34180 Istanbul, Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/5f/585f56047f19aa57af0362332932ea922a4fb8dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the Old Town, in the shopping area of Laleli. The city’s main sights are re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="154.50" OriginalAmount="150" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|607834-20967298/4024169871002992272/1" HotelName="HOLIDAY INN EXPRESS ISTANBUL - ATAKOY METRO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19410000/19404300/19404231/19ca9672_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="154.50" OriginalAmount="150" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|235769-28493871/4024169871002992272/5302" HotelName="SPINEL HOTEL - OLD CITY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6660000/6659400/6659337/f37c99d0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="154.50" OriginalAmount="150" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|885171-28478535/4024169871002992272/8616" HotelName="THE INDEPENDENT TAKSIM" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/58000000/57270000/57265700/57265683/80dfe52f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="154.50" OriginalAmount="150" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|633126-28558592/4024169871002992272/11836" HotelName="GRAND ROSA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21530000/21525800/21525783/8043f271_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.50" OriginalAmount="150.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98937533" Longitude="28.79126794" StarRating="5" HotelCode="263720|elite_world_business_hotel" HotelName="Elite World Business" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gültepe Mahallesi, Sehit Zafer Kiziltas Sokak 1, Florya E5 Üzeri, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/93/5493b9aa8747d1f57196ad20e24a163c0824999b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.50" OriginalAmount="150.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.033459122019" Longitude="28.909966961971" StarRating="3" HotelCode="200044|grand_hotel_seferoglu" HotelName="Grand Hotel Seferoglu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Çarsi Caddesi No:26, Bayrampasa, Çevik Kuvvet Polis Karakolunun Arkasindaki Cadde Üzerinde - Bim Market Yani, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d7/fe/d7feb685beb859a068c992fbbfda1a22eefda40c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Grand Hotel Seferoglu is located in Bayrampasa District of Istanbul. It offers air-conditioned accom...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.50" OriginalAmount="150.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01110011" Longitude="28.95654702" StarRating="0" HotelCode="369054|elysion_hotel" HotelName="Elysion Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gencturk Caddesi, Cukurcesme Sokak 5, Laleli, Fatih, Istanbul, Turkey</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/10/4b10039ada87bda4fadc8f097cec52edbd112ee4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in the Old City, Elysion Hotel is a 15-minute walk to the Grand Bazaar. It offers ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.50" OriginalAmount="150.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00871122977" Longitude="28.883180484071" StarRating="4" HotelCode="378297|interstellar_hotel_merter" HotelName="Interstellar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mehmet Nesih Özmen Mahallesi, Fatih Caddesi, Kasim Sokak 5, 34173 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/b1/8eb1aa3e9e2d750e78328dfb2f36472de7bcf367.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.50" OriginalAmount="150.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05608" Longitude="28.989936" StarRating="3" HotelCode="900677|valide_hotel" HotelName="Valide" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Mahallesi, Ebekizi Sokak 6/9, Halaskargazi Caddesi, Osmanbey, Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/66/49/66493fde846df53402dccbf63d31ab0ae326fca1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can enjoy a pleasant stay in one of the 35 rooms. A lobby and a reception are available t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.50" OriginalAmount="150.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="967282|eliza_hotel" HotelName="Eliza Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Hayrettin Mahallesi, Dogramaci Sokak 19/5, 34096 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/cc/62cc542690902eba5a70f0eb5acde76e9ae612fb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="154.75" OriginalAmount="150.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.002857" Longitude="28.973154" StarRating="3" HotelCode="191088|214407" HotelName="Siesta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucukayasofya Mahallesi Akburcak Sok. No: 24 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/214407/214407a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="154.90" OriginalAmount="150.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.989045" Longitude="29.033249" StarRating="0" HotelCode="|534028" HotelName="Kadıköy Linda Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Miski Amber Sk</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/0/2/8/534028_cc1c1561140.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="154.90" OriginalAmount="150.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005332" Longitude="28.953899" StarRating="3" HotelCode="188706|959465" HotelName="Grand Sagcanlar Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mermerciler Caddesi 11, Yenikapi, Fatih, 34080 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/2b/482b4cf73f918397e917c15db42edad6876b9ca5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="154.98" OriginalAmount="150.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03393" Longitude="28.97649" StarRating="0" HotelCode="|241558" HotelName="Mien Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Asmali Mescit Mah. Mesrutiyet Cad. No:15/A Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/1/5/5/8/241558_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="155.31" OriginalAmount="150.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011652" Longitude="28.954532" StarRating="3" HotelCode="167652|591415" HotelName="Mirilayon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yesil tulumba sokak 36/44, Istanbul 34134</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/c7/8bc748d651295a8d31ecdf0b385875205289a091.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the busy Laleli area of Istanbul, the hotel is conveniently situated for links to the pub...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="155.50" OriginalAmount="150.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.042506768644" Longitude="28.986251950264" StarRating="4" HotelCode="33849|259655" HotelName="Konak" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Caddesi 75, Elmadag Taksim, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f7/72/f772238ec9541a3778703842ee3c03e841c722be.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="155.52" OriginalAmount="150.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9779715" Longitude="29.1427776" StarRating="0" HotelCode="|305303" HotelName="Vois" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Inonu Mah. Kayisdagi Cad. No:254 - 256</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/5/3/0/3/305303_57999a30531.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.53" OriginalAmount="151" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.014006643153" Longitude="28.978196764418" StarRating="3" HotelCode="933239|47725" HotelName="Diamond Royal Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Nöbethane Caddesi 16, Sirkeci Fatih, 34112 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/ac/8aacf48ab566fa137645ba988d8a67854aad35e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.53" OriginalAmount="151" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00537835" Longitude="28.9719111" StarRating="3" HotelCode="323654|217188" HotelName="Four Doors Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Katip Sinan Cami Sokak No. 34, Sultanahmet, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/1e/25/1e2590447fcf55dfeaf5e0d7a5ef0fa45086421b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.53" OriginalAmount="151" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="627611|252238" HotelName="Hera Suites &amp; Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucukbakkalkoy Mahallesi, Setli Sokak 3, Atasehir, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.53" OriginalAmount="151" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.059278144686" Longitude="28.822916074236" StarRating="5" HotelCode="320113|204664" HotelName="Qua Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Massage Centre,Room Service,Sauna,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Mahmutbey Mahallesi, Peyami Safa Caddesi 25, Bagcilar, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/0b/470b31d92657b50eae2fcca10c1ae78d1c511df0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul, about 10 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.53" OriginalAmount="151" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038064" Longitude="28.983229" StarRating="3" HotelCode="263742|199440" HotelName="Tamara Residence Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Beauty Salon,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Meeting Room,Parking,Restaurant,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mahallesi, Feridiye Caddesi, Firin Sokak No: 4, 34440 Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/7d/167d0401f723a6d004d399502652a313791fd1a2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Tamara Residence, Which Was Built In 2013, Is Situated At Taksim, The Heart Of Istanbul, A City ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="155.53" OriginalAmount="151" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|558803-28558562/4024169871002992272/6508" HotelName="DIAMOND ROYAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9460000/9456600/9456562/e5200d5a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="155.53" OriginalAmount="151" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="42.096382" Longitude="-75.973674" StarRating="3" HotelCode="0|175882-28455131/4024169871002992272/16428" HotelName="GRAND SAGCANLAR" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>4105 Vestal Parkway East, Vestal, 13850, NY, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3530000/3525000/3524987/be968a3f_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Midscale. Property Type: Inn. Total rooms: 142. Floors: 2. Property description- Get more for your money at the Quality Inn and Suites Vestal Binghamton near University hotel near Binghamton University. This pet-friendly, smoke-free hotel is near destinations like Edwin A. Link Field, Endwell Greens Golf Club, Broome Community College, Susquehanna and Highland Park. Take advantage of amenities like free breakfast, free WiFi, seasonal outdoor pool, fitness center and an on-site restaurant and cocktail lounge. Guest rooms include a flat-screen TV, coffee maker, hair dryer, desk, iron and ironing board. Some rooms feature a microwave and refrigerator. Also, earn rewards including free nights and gift cards with our Choice Privileges Rewards program. Hotel has connecting rooms available. Pet accommodation 25.00 USD per stay per pet. Pet limit 1 pet per room 30 pounds or less. Newly renovated hotel April 2013. Onsite facilities information- ParkingHotel Currency: USD. Additional Addresses: Other: 4105 Vestal Parkway East, Vestal, 13850, NY, US. Additional Phone Numbers: Voice - Brand reservations office: 800228-5151. Fax - Other: 1607729-6407. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="155.53" OriginalAmount="151" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|612299-28455251/4024169871002992272/20073" HotelName="NEW BEYLERBEYI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/32000000/31870000/31868900/31868892/dee70f20_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.53" OriginalAmount="151.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010048101625" Longitude="28.953614830971" StarRating="4" HotelCode="185572|grand_durmaz_hotel" HotelName="Grand Durmaz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Atatürk Bulvari, Kemal Pasa Mahallesi 4, Aksaray, Fatih, 34080 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/27/61/2761faff7bb9e44d39bb17d6426e9dd8edb544ea.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the historical peninsula of Istanbul, the hotel is positioned opposite the Aksaray tram s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.53" OriginalAmount="151.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013792505524" Longitude="28.975113615904" StarRating="3" HotelCode="300840|otel_tarihi_isparta_palas" HotelName="Sparta Palas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Ankara Caddesi 42, Sirkeci, 34112 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a5/a9/a5a95b849b0c48c622fd385fe23c537052f4cd9e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.53" OriginalAmount="151.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04888716" Longitude="28.98743635" StarRating="0" HotelCode="566910|golf_royal_residence" HotelName="Golf Royal Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Harbiye, Halaskargazi Caddesi 7, Sisli, 34373 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/0d/c80dde997d57505e127977c697ba36e0fc02462e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Room service is among the facilities. Wireless internet access is available to guests in the public ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.53" OriginalAmount="151.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9718887" Longitude="29.05874856" StarRating="0" HotelCode="595770|a11_hotel" HotelName="A11 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Göztepe Mahallesi, Bagdat Caddesi 229/1, Kadiköy, 34730 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/24/0a246bf5eea245b6886345a99975c4c4d8336b4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.53" OriginalAmount="151.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00788517" Longitude="28.96207339" StarRating="0" HotelCode="593890|elibol_hotel" HotelName="Elibol Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Beyazit, Tavsantasi Sokak 10, 34130 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/49/9e/499e6f55f4775de963fd0f440247822dba651920.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.53" OriginalAmount="151.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01191558" Longitude="28.97324837" StarRating="4" HotelCode="782619|boss_hotel_7" HotelName="Boss Hotel Sultanahmet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sururi Mahallesi, Turkocagi Caddesi 15, 34120 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/75/36/7536245b7ae67d56f9f819d2b76c44782a1bf7b3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.53" OriginalAmount="151.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="977948|grand_fm_hotel" HotelName="Grand Efe Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Katip Kasim Mahallesi, Ala Cami Sokak 13, 34130 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/d1/e6d11712872cf24dcc01c318f9c6d884e77d31d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="155.66" OriginalAmount="151.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0398081" Longitude="28.9821926" StarRating="0" HotelCode="|108284" HotelName="Retropera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mah. Feridiye Cad. No:92 Taksim Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/8/4/108284_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated in the city centre, 250 metres away from the establishment, you can find Taksim the Square of Taksim the underground station of. ROOM: Each room has an air-conditioning system and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="155.91" OriginalAmount="151.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9883603" Longitude="28.9076094" StarRating="0" HotelCode="|86885" HotelName="İstanbul Panorama" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Yenidogan Mahallesi Zubeyde Hanim Cad. No :108 Zeytinburnu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/8/5/86885_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is situated between Istanbul AtatÃ¼rk Airport Istanbul the historic centre of it is 200 metres away from the dock. ROOM: Each room has WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="156.29" OriginalAmount="151.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004046" Longitude="28.979792" StarRating="0" HotelCode="|23092" HotelName="Avicenna - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Mehmet Aga Cad Amiral Tafdil Sok 31-33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/0/9/2/23092_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has a garden, 3 floors and 49 rooms. In the entrance, guests are offered a lobby with a reception, a safety deposit box service, a currency exchange service and a cloakroom. Guests are also offered a cafÃ©, a TV room, an Ã  la carte restaurant, internet and a car park. The establishment has room service, a laundry service and a medical care service. SITUATION: This hotel is in a central area, close to a park and 30 metres away from the river. In the surrounding area of the establishment, guests can find shops. 50 metres away, there is a public transport stop. You will be able to visit Sultan Ahmed Mosque, the Hagia Sophia Museum and Topkapi Palace. It is situated 18 kilometres away from Istanbul Airport. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, internet, an air-conditioning system, a central heating system, a mini-bar and a balcony. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="156.51" OriginalAmount="151.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00272924" Longitude="29.15920012" StarRating="4" HotelCode="322711|39405727" HotelName="Four Points by Sheraton Istanbul Dudullu" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Imes Industrial Site Dudullu, Block E - 501 Sokak 2, 34776 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/82/82d22770937c7b12/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul - Sabiha Gökcen (SAW).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.56" OriginalAmount="152" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011995" Longitude="28.955421" StarRating="3" HotelCode="310538|199068" HotelName="Grand Bazaar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ballipasa Yokusu Sokak 30, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/35/57/3557870161a2ac8a6103976474cdb0c23b4eb6fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.56" OriginalAmount="152" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040368575476" Longitude="28.98167683536" StarRating="3" HotelCode="323797|199817" HotelName="Endless Hotel Taksim" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Feridiye Caddesi 117, 34437 Istanbul, Beyoglu</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/43/430298/430298a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="156.56" OriginalAmount="152" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|865305-28474417/4024169871002992272/12857" HotelName="ROYAL BOSPHORUS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/46000000/45980000/45977500/45977455/3afb67ec_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="156.56" OriginalAmount="152" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-21.06416" Longitude="55.22243" StarRating="5" HotelCode="0|473687-28592991/4024169871002992272/16871" HotelName="BRICKS HOTEL ISTANBUL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>81 AVENUE DE BOURBON ,REUNION 97434</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17940000/17933200/17933132/c024c512_b.jpg</HotelPictures>
        <HotelDescription>Alamanda Hotel is perfectly located for both business and leisure guests in Reunion. The hotel offers a wide range of amenities and perks to ensure you have a great time. Service-minded staff will welcome and guide you at the Alamanda Hotel. Air conditioning, satellite/cable TV, desk, television LCD/plasma screen, in room safe can be found in each guestroom. Entertain the hotel`s recreational facilities, including outdoor pool, garden. A welcoming atmosphere and excellent service are what you can expect during your stay at Alamanda Hotel. &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="156.56" OriginalAmount="152" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.6705018" Longitude="-121.6518994" StarRating="3" HotelCode="0|527702-28493995/4024169871002992272/18441" HotelName="DALAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>109 JOHN STREET, SALINAS, CA, 93901, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18390000/18388400/18388370/041edb4a_b.jpg</HotelPictures>
        <HotelDescription>Welcome to the Ramada Limited Salinas, Your Ideal Location as the Gateway to Monterey Bay, Santa Cruz and Gilroy. You will Find our Hotel Within Walking Distance of the downtown area and right around the corner from the John Steinbeck Center.   Ramada Limited Salinas Historical Area is Home to a Variety of Fine Dining, Shops, Monterey County Offices, and the Agricultural Center of the Valley. Salinas is Known as the Home to the California Rodeo, Salinas International Air Show and National Steinbeck Center. Our Hotel Guestrooms Feature Coffee Makers, Refrigerators, and Free Wireless High-Speed Internet Access. We Also Have Iron and Ironing Boards and Hairdryers in all Rooms. USA Today Awaits you in our Newly Constructed Breakfast Room where we host a Complimentary Continental Breakfast  to get Your Day Started Right. Ramada Limited Salinas Features a state of the art work out room, Free to all Guest. know that Ramada Limited Salinas will Guarantee You the Best Rate Available Through our Web Site When Booking for any Day of the Year.  We look Forward to Your Visit and it will be our Pleasure to Serve You.Built: 1999 Renovated: 2006 Amenities: Wireless High Speed Internet  Exercise Room  Refrigerators  Microwaves  Coffee Maker  Iron &amp;amp; Board  No Pets AllowedCheck-In By: 3:00 PM Check-Out By: 12:00 PM Wild Things Animal ZOO(AREA):  Del Monte Golf Course(AREA):  Monterey Aquarium(AREA):  Monterey Fishermans Warf(AREA):  Bonfannte Gardens(AREA):  Santa Cruz Boardwalk(AREA):  Great America(AREA):  Monterey County Courthouse(AREA):  California DMV(AREA):  Salanis Valley Memorial Hosp(AREA):  Salanis City  Hall(AREA):  Hartnell College(AREA):  Sea Kayaks Bicycle Rentals(AREA):  Soledad Prison(AREA):  Del Monte Incorporated(AREA):  Driscoll Strawberry Associat(AREA):  Dole Inc(AREA):  Fresh Express Inc(AREA):  Merrill Farms Inc(AREA):  River Ranch Inc(AREA):  Smuckers Inc(AREA):  Pebble Beach Trail Rides(AREA):  Pebble Beach Golf Course(AREA):  17 mile Drive(AREA):  Roadster Rentals(AREA):  Pinnacle(AREA):  Sailing and Diving(AREA):  Monterey Whale Watching(AREA):  RECR: Laguna Seca Raceway (8 miles) Monterey Bay Aquarium (16 miles) Monterey Cannery Row (16 miles) Carmel by the Sea (20 miles) Pebble Beach (20 miles) Santa Cruz (35 miles) Area Attractions(RECR): Del Monte Golf Course   Sea Kayak &amp;amp; bicycle rentals   Pebble Beach Trail Rides   Pebble Beach Golf Course   17 Mile Drive   Roadster Rentals   Pinnacle   Sailing &amp;amp; Driving   Monterey Whale Watching   Monterey Aquarium   Bonfannte Gardens   Santa Cruz Boardwalk   Great America   Monterey Fisherman's Wharf RECR:  Parjaro Street Grill crosstr(REST):  Parjaro Street Grill(REST): Located across the street from the property REST: The British Pub (1/2 block) Parjaro Street Grill (1/2 block) Chappalas Mexican Restaurant (2 blocks) Gino's Italian (1.5 miles) Salinas Valley Fish House (1.5 miles) Salinas Valley Fish House(REST): Located 1/2 mile from property. Smalleys Roundup Restaurant(REST): Located 1/2 mile from property. Chappalas Mexican Restaurant(REST): Located 1/2 mile from property. Hula Buloo(REST): Located 1/2 mile from the property Gino's Italian(REST): locted 1/2 mile from property. Outback Steakhouse(REST): Located 2 miles from property Chevy's Mexican Restaurant(REST): located 2 miles from property Bubba Gump Shrimp Restaurant(REST): Located 17 miles from property. The British Pub(REST):  Tabachhis Coffee Shop Crosst(REST):  Chevys Mexican(REST):  Bubba Gump Shrimp Restaurant(REST):  Hula Buloo(REST):  Salanis Valley Fish House(REST):  The British Pub(REST):  Smalleys Roundup Restaurant(REST):  Chappalas Mexican(REST):  McDonalds(REST):  Taco Bell(REST):  Jack in the Box(REST):  Burger King(REST):  Ginos Iatlian(REST):  Outback Steakhouse(REST):  &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.56" OriginalAmount="152.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013291956047" Longitude="28.977585062385" StarRating="4" HotelCode="25163|orient_express_hotel" HotelName="Orient Express Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hudavendigar Caddesi 24, Sirkeci, 34120 Istanbul, Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/42/f9/42f924aa917ed2528122dfb980d895987acd1019.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Istanbul's old town within a few minutes walk of the lively to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.56" OriginalAmount="152.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009149" Longitude="28.977593" StarRating="3" HotelCode="96644|and_hotel__special_category" HotelName="The And Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Yerebatan Caddesi Cami Cikmazi 18, 34410 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/da/5dda764e5372e59a049e0638c5b6978c810d994e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Sultanahmet district of Istanbul, the hotel is approximately 100 m from the Egyptian ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.56" OriginalAmount="152.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01975047" Longitude="28.81770167" StarRating="5" HotelCode="450302|steigenberger_airport_hotel_istanbul" HotelName="Royal Stay Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Merkez Mahallesi, Ali Duran Street 6, Bahcelievler, 34197 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/14/fe14ceb92ab1bcf40e6add1398c0bdf1794dfce6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.56" OriginalAmount="152.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00390271" Longitude="28.97931441" StarRating="4" HotelCode="387409|perapolis_hotel" HotelName="Perapolis Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Sultanahmet Mahallesi, Amiral Tafdil Sokak No: 42, 34122 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d5/76/d576f3edb635fcf1934f992033f1276382042932.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.56" OriginalAmount="152.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03561501" Longitude="28.98045175" StarRating="3" HotelCode="416684|dora_hotel" HotelName="Dora Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Beauty Salon,Coffee Shop,Dry Cleaning,Housekeeping,Internet,Laundry,LCD/Projector,Luggage Storage,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ögüt Sokak 11, Taksim Atif Yilmaz Caddesi, Beyoglu, 34000 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/10/78/1078d6966325b0bef66c86e1c73820727ea87045.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Dora Hotel in Istanbul (Taksim), you'll be minutes ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.56" OriginalAmount="152.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99747837" Longitude="29.14336482" StarRating="4" HotelCode="615967|park_inn_by_radisson_istanbul_atasehir" HotelName="Park Inn by Radisson Istanbul Atasehir" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Serifali Mahallesi, Kible Sokak No. 25, Ümraniye, 34775 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/46/13461f57e00f99d1fbb46553f402643b7875146c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.56" OriginalAmount="152.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="983360|gris_verde_suite_hotel" HotelName="Gris &amp; Verde Suite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Duzenli Sokak 1, 34755 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/52/d6/52d69edb92b1828fc1683c48a5105e55a92a1d4f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="156.57" OriginalAmount="152.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004249" Longitude="28.960759" StarRating="3" HotelCode="191142|4535995" HotelName="Ramparts Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Muhsine Hatun Mahallesi, Sevgi Sokak 9, Kumkapi, Fatih, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/f0/90f08ff6329a1a282a3eed780996cebb1e0c83f3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="156.89" OriginalAmount="152.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009512" Longitude="28.955333" StarRating="0" HotelCode="|522247" HotelName="Manors Hotel" 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/5/2/2/2/4/7/522247_e07ee9d0920.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="157.05" OriginalAmount="152.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0050318" Longitude="28.9713518" StarRating="0" HotelCode="|108264" HotelName="Oba Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/6/4/108264_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel offers WiFi, (free of charge), rooms with air-conditioning, LCD television, a teapot and coffee pot. SITUATION: Sultan Ahmed Mosque It is located 300 metres away from.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="157.20" OriginalAmount="152.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9927952" Longitude="29.0268669" StarRating="0" HotelCode="|82911" HotelName="Emirtimes Hotel Kadikoy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Reitefendi Sokak No 38 Osmanaga Mah.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/1/1/82911_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a reception. SITUATION: The hotel Istanbul it is in it is situated 5 minutes away from HaydarpaÅŸa the Railway Station of. ROOM: All the rooms have an air-conditioning system and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="157.20" OriginalAmount="152.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00943" Longitude="28.97687" StarRating="0" HotelCode="|260383" HotelName="The Kybele Hotel - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yerebatan Cad No 23 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/0/3/8/3/260383_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="157.36" OriginalAmount="152.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.915393552253" Longitude="29.143724441528" StarRating="4" HotelCode="74092|605635" HotelName="Elite Hotel Dragos" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Piri Reis Caddesi 3, Dragos Maltepe, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/4d/374d44740554481f5f380c5f29195049005e3ef8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul, approximately 2 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.59" OriginalAmount="153" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012130744343" Longitude="28.955969810486" StarRating="3" HotelCode="65947|23594" HotelName="Beyaz Kugu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Gencturk cad. No:60, Sehzadebasi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/f4/0ef41e5c03e6a71dd6b16e0ad78a6d4bbbb58c78.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.59" OriginalAmount="153" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006438423088" Longitude="28.967126196914" StarRating="2" HotelCode="315866|217156" HotelName="BeyazitHan Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Sehsuvarbey Mahallesi Gedikpasa Caddesi, Müsellim Sokak 24, Beyazit, 34126 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/39/393705/393705a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.59" OriginalAmount="153" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.876484" Longitude="29.227277" StarRating="4" HotelCode="299545|198939" HotelName="Myy Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bati Mahallesi, Ankara Caddesi, Hakimler Çikmazi Sokak 1, Pendik, 34890 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/d4/81d4cb016a2aa9daed942a838b58b124fd29483a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul - Sabiha Gökcen (SAW).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.59" OriginalAmount="153" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008173775166" Longitude="28.978475158813" StarRating="3" HotelCode="531571|198928" HotelName="Oban Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Gedikpasa Caddesi 42, Beyazit, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/14/0f/140fc88385d38aa7fdbd6e88c5023c3046008b4d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.59" OriginalAmount="153.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.988369956287" Longitude="28.907835938793" StarRating="3" HotelCode="118888|panorama_health_club_hotel" HotelName="Panorama Health Club Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Yenidogan Mahallesi, Zubeyde Hanim Caddesi 108, Zeytinburnu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/c1/b5c167d740de080f40dc7cbbf44bf8b892342a14.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.59" OriginalAmount="153.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003321944345" Longitude="28.976314042991" StarRating="3" HotelCode="191126|tashkonak_studio_suites" HotelName="Tashkonak Sultan Suites &amp; Apart" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Cad., Kapiagasi Sokak No: 7, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/e3/49e35d0d218c00ee7a6e0732597f23a394c90038.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.59" OriginalAmount="153.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009111260142" Longitude="28.974213111045" StarRating="4" HotelCode="312931|aybar_hotel" HotelName="Aybar Hotel Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Bas Musahip Sokak 10, Sultanahmet, 34200 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/dc/5bdc226359bafc550f06b6680dad17adaed75436.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.59" OriginalAmount="153.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0081306" Longitude="28.97163935" StarRating="3" HotelCode="373626|sultanahmet_newport_hotel" HotelName="Sultanahmet Newport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Peykhane Sokak No:15, Cemberlitas - Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/75/73/7573aa7ee0fa44288248374fa023bcef681d20b0.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.59" OriginalAmount="153.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03410237" Longitude="28.98001338" StarRating="4" HotelCode="323788|mirrors_hotel" HotelName="Mirrors Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Istiklal Caddesi, Fuat Uzkinay Sokak No: 9, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b0/8a/b08adb6a0b3ae3236dd634bbd2b55c0d9f5ab583.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.59" OriginalAmount="153.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04342153" Longitude="28.91333733" StarRating="5" HotelCode="497642|golden_tulip_istanbul_bayrampasa" HotelName="Golden Tulip Bayrampasa Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Yenidogan Mahallesi, Cicoz Yolu Caddesi 13, Bayrampasa, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/21/5a/215ac67977bf9dd2441635d75d036dcea2c2c033.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.59" OriginalAmount="153.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="964280|tevetoglu_hotel" HotelName="Tevetoglu Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kurtkoy Mahallesi, Nilay Sokak 1/1, Ankara Caddesi, Pendik, 34912 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/ab/8cab334647c92198b151be529548ce2019d2de24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="157.62" OriginalAmount="153.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05885" Longitude="28.98792" StarRating="3" HotelCode="|184999" HotelName="The 22" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 Mayis Mah Samanyolu Sk No 67 Sisli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/9/9/9/184999_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="157.67" OriginalAmount="153.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004242579823" Longitude="28.979967174274" StarRating="3" HotelCode="95951|606095" HotelName="Romantic Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Aga Caddesi Amiral Tafdil Sokak 17, Sultanahmet, 34440 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/36/1136039ad2ad77ea9248faf1f42b03b365738a36.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="157.71" OriginalAmount="153.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0053932" Longitude="28.9737996" StarRating="0" HotelCode="|82990" HotelName="Fehmi Bey" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ucler Sok. No:15 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/9/0/82990_566f2701106.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a terrace and WiFi (free of charge). SITUATION: The hotel Santa Sofia it is close to the mosque.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="157.74" OriginalAmount="153.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005935245485" Longitude="28.969024121761" StarRating="4" HotelCode="9359|56704" HotelName="Grand Yavuz Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piyerloti Caddesi 51, Sultanahmet, 34126 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/38/fa/38fa3cc7d5e7e7059d3c32152ceb976ed13280bc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just minutes from the old town with its many sightseeing attractions and close...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="157.94" OriginalAmount="153.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006939" Longitude="28.956401" StarRating="3" HotelCode="188726|1580998" HotelName="Kuran" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Güvenlik Cad. 1, Laleli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/a5/1ba5bc00743c257cb7598acceef547ca4dfcff94.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.00" OriginalAmount="153.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03343" Longitude="28.9853802" StarRating="3" HotelCode="|82993" HotelName="Cihangir" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Aslanyata?? Sok. No: 17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/9/3/82993_9.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 1 kilometre away fromKabatas the ferry station of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.03" OriginalAmount="153.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0087948" Longitude="28.8828858" StarRating="4" HotelCode="|214338" HotelName="Harmony Merter and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FATIH CAD.KASIM SOK.NO:5 MERTER</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/4/3/3/8/214338_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.08" OriginalAmount="153.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.871021" Longitude="29.268346" StarRating="0" HotelCode="|521537" HotelName="Classes Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Camcesme Mah. Tevfik Ileri Cad. No. 195</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/5/3/7/521537_09878300933.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.21" OriginalAmount="153.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.043628" Longitude="28.891907" StarRating="0" HotelCode="|470638" HotelName="Fez Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>altintepsi mahallesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/6/3/8/470638_dd8d73f1249.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="158.33" OriginalAmount="153.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003089" Longitude="28.974793" StarRating="4" HotelCode="186048|1673518" HotelName="The Sultans Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mustafa Pasa, 29, Kucuk Ayasofya mah., Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/05/68/0568a2854514f0482b7f98255c7169271f91ed57.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="158.49" OriginalAmount="153.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010054" Longitude="28.976386" StarRating="4" HotelCode="189371|934685" HotelName="Albatros Hagia Sophia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mahallesi, Prof. Kazim Ismail Gurkan Caddesi 12, Cagaloglu</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/81/fe/81fe18ec9b0f28e70e943acedaf6f242820765cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the old city, less than 5 minutes’ walk from Hagia Sophia and Topkapi Palace, the hotel i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="158.50" OriginalAmount="153.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011440585293" Longitude="28.958480358124" StarRating="4" HotelCode="37858|1000505" HotelName="Oran" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Harikzadeler Sok. No: 32, Laleli, Istanbul 34134</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/60/2360dac4863955b63d21599e7b6d11c3e6d3be8a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in the lively centre of the Turkish metropolis of Istanbul. Countless shops and enter...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.52" OriginalAmount="153.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05206" Longitude="28.82281" StarRating="5" HotelCode="|220679" HotelName="Tryp By Wyndham Istanbul Basın Ekspres" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mahmutbey Mahallesi, Ordu Cd. No:13 Bagcilar</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/6/7/9/220679_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.62" OriginalAmount="154" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005741702832" Longitude="28.981607761971" StarRating="3" HotelCode="933245|199494" HotelName="Spinel Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Terbiyik Cikmazi 6, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/36/0b36082eba616776797e031f581ff946a11a084b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="158.62" OriginalAmount="154" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|273047-28558478/4024169871002992272/13147" HotelName="MIA BERRE HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8310000/8302700/8302695/c702f530_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="158.62" OriginalAmount="154" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|152829-28558391/4024169871002992272/20917" HotelName="NANDA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5560000/5558500/5558418/c1d97cb8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.62" OriginalAmount="154.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036891234583" Longitude="28.982026800513" StarRating="4" HotelCode="186915|taximtown_hotel" HotelName="TaximTown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Taksim Tarlabasi Bulvari No: 60, Beyoglu, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/6c/c16cc83776e601d3d1e30746e7c9a770d4d48740.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of Istanbul, the hotel is in a great location for experiencing all that the ci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.62" OriginalAmount="154.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.042665476225" Longitude="28.985322015414" StarRating="2" HotelCode="267854|taksim_green_house_hostel" HotelName="Taksim Green House Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 27/06/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Inonu Mahallesi, Cumhuriyet Caddesi, Paparoncalli Sokak 15, Elmadag Taksim, Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=855203</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.62" OriginalAmount="154.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99246502" Longitude="28.83817792" StarRating="5" HotelCode="543668|bricks_airport_istanbul_hotel" HotelName="Bricks Airport Hotel Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Zafer Mahallesi, Dumlupinar Caddesi No. 42, Yenibosna, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/85/1285f6774d1d098a68c331edb38308645f0540b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.62" OriginalAmount="154.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.97876878" Longitude="29.12651402" StarRating="0" HotelCode="779719|asia_business_suites" HotelName="Asia Business Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kucukbakkalkoy Mahallesi 1, Bayraktar Sokak 1, Atasehir, 34750 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/a4/6ca4e6a836a0f5e3a511627b940ec14c5072c35a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="158.68" OriginalAmount="154.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005691" Longitude="28.980343" StarRating="3" HotelCode="165938|591365" HotelName="Senatus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Caddesi 40, Cankurtaran Mahallesi, Sultanahmet, Istanbul 34122</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/b8/a7b807c0b712386bd5fec9ec171d2a2ec8bf9964.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of the historic area of Istanbul, known as Sultanahmet, this attractive hotel i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.86" OriginalAmount="154.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.060574" Longitude="29.008184" StarRating="0" HotelCode="|544285" HotelName="Nish Palace Besiktas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hattat Halim Sk. 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/4/2/8/5/544285_18814ba1048.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.92" OriginalAmount="154.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0354095" Longitude="28.9781465" StarRating="3" HotelCode="|108326" HotelName="Balo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/3/2/6/108326_44b8d4a1116.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Beyoglu the district of 150 metres away from Istiklal the street it is surrounded by restaurants, bars, cafÃ©s, exhibitions and shops.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.94" OriginalAmount="154.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06197" Longitude="28.97958" StarRating="0" HotelCode="|184586" HotelName="K Suites Otel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Halide Edip Adivar Mah. Balci Sokak No 35</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/5/8/6/184586_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="159.14" OriginalAmount="154.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01416677261" Longitude="28.977690339088" StarRating="3" HotelCode="165541|591015" HotelName="Galata" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mah. Nobethane Cad. No 24, Sultanahmet, Sirkeci, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/8b/268b074ba20b56b214c4f8a2e250652c2472b407.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="159.41" OriginalAmount="154.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035873" Longitude="28.980647" StarRating="0" HotelCode="|534967" HotelName="Taksim Trust" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sehitmuhtar Mah Nane Sok No 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/9/6/7/534967_fe371071414.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="159.47" OriginalAmount="154.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="4" HotelCode="191119|4944015" HotelName="Home Stay Home Mecidiyeköy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Abide-i Hürriyet Caddesi, Geçit Sokak 8, Sisli, 34138 istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/92/5c92a44385613c8239ebc5432d76e8faab2e3832.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="159.54" OriginalAmount="154.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0085698" Longitude="28.9643925" StarRating="0" HotelCode="|82984" HotelName="Hotel Linda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/8/4/82984_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has internet, (free of charge), breakfast service. SITUATION: It is close to historic points of interest and.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="159.61" OriginalAmount="154.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00459" Longitude="28.97961" StarRating="3" HotelCode="33268|1069688" HotelName="Hippodrome Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Mehmet Aga Caddesi 22, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/0b/390be095ab62f8b44b7e80563e94a5590906b916.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally situated for holiday makers and business travellers alike, this hotel is located at the hear...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="159.65" OriginalAmount="155" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03854872" Longitude="28.98303118" StarRating="0" HotelCode="593188|237179" HotelName="Amofta Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mahallesi, Feridiye Caddesi 33, 34435 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=5385330</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="159.65" OriginalAmount="155" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1269850-21295206/4024169871002992272/18568" HotelName="DOSSO DOSSI HOTELS YENIKAPI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/72000000/71650000/71644100/71644046/ae921e73_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.65" OriginalAmount="155.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.014254" Longitude="28.979109" StarRating="3" HotelCode="191203|taya_hatun_hotel_2" HotelName="Taya Hatun Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mh. Kummeydani Sok. No: 4-4A, Sirkeci, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/17/94174d79e64c4021b9ae3450c7e62a2dee0fa7a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.65" OriginalAmount="155.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.024518" Longitude="28.977725" StarRating="4" HotelCode="221579|the_haze_istanbul" HotelName="The Haze Karaköy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Necatibey Caddesi No: 38, Karaköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/27/b827517d31f69492affbc19c62fb6ace4472283a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of Istanbul, this boutique hotel is ideal for guests who appreciate a sty...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.65" OriginalAmount="155.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01232" Longitude="28.64429" StarRating="4" HotelCode="305941|sarissa_hotel" HotelName="Sarissa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Mah. Cumhuriyet Cad. No:1, 34520 Beylikdüzü, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/12/0f1250525e40349cf6f9edde3d01c3af32f56691.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.65" OriginalAmount="155.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.016334576899" Longitude="28.959347699421" StarRating="3" HotelCode="313530|vefa_apart_hotel" HotelName="Vefa Apart Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Aparthotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Beauty Salon,Coffee Shop,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Molla Hüsrev Mahallesi, Vefa Caddesi 45, Sehzadebasi, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/7a/667ac671ddcc7c3e7738b76426a21839b3398e0d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Vefa Apart is a popular choice amongst travelers in Istanbul, whether exploring or just passing thro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.65" OriginalAmount="155.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01340183" Longitude="28.97877665" StarRating="3" HotelCode="416602|romantic_mansion" HotelName="Romantic Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Nobethane Caddesi, Tayahatun Sokak 28, Sirkeci, 34112 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/05/7205bb5a73decf6b79455b39791db4965b04cf5c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.65" OriginalAmount="155.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01747951" Longitude="28.96631523" StarRating="2" HotelCode="936311|suleymaniye_hotel" HotelName="Old City Family Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Demirtas Mahallesi, Odunkapisi Sokak 5, Sirkeci, Fatih, 34000 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/9b/c49b3c76761c6da67b7e95ba4d2a8b8e5efa55b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.65" OriginalAmount="155.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="980909|seamoon_hotel" HotelName="Sea Moon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sisli, Nakiye Elgun Sokak 56, 34381 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f3/2f/f32ffb9e44abf282bbd4f36567e3b80134ed71a4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="159.71" OriginalAmount="155.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.022932" Longitude="28.930378" StarRating="5" HotelCode="9352|1594148" HotelName="Akgün Istanbul" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Adnan Menderes Bulvari, Topkapi, 34093 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/90/90a1527d58f1c055/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is centrally situated in the old town. The Sultan's palace is to be found nearby a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="159.72" OriginalAmount="155.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04378" Longitude="28.98163" StarRating="0" HotelCode="|193011" HotelName="Dencity" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Eskisehir Mah. Dolapdere Cad.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/0/1/1/193011_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="160.00" OriginalAmount="155.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008587" Longitude="28.957455" StarRating="4" HotelCode="89192|2614765" HotelName="Ilkbal Deluxe Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Koska Caddesi No: 43, Laleli, 34470 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/c7/80c7d39488ffadce4016c0c3a61a76be2075ccac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="160.06" OriginalAmount="155.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008593" Longitude="28.964434" StarRating="3" HotelCode="188714|608495" HotelName="Linda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Büyük Haydar Efendi Sk, 22, Beyazit, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/87/898741cffe4d44e7763463e21e8dc1ba5c524573.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="160.18" OriginalAmount="155.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.017612" Longitude="29.079166" StarRating="0" HotelCode="|533079" HotelName="Garden Hill Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/0/7/9/533079_75e9a4a1141.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="160.44" OriginalAmount="155.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0032337" Longitude="28.9743702" StarRating="4" HotelCode="|86730" HotelName="Sultans Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mah. Mustafa Pasa Sk. No: 29 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/3/0/86730_9.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Sultanhament it is in Istanbul is situated in. ROOM: The rooms have an air-conditioning system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="160.55" OriginalAmount="155.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00276" Longitude="29.15898" StarRating="4" HotelCode="|193192" HotelName="Bof Hotels Business" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Imes Industrial Site Dudullu, Block E - 501, Sok 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/1/9/2/193192_1_4892.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.68" OriginalAmount="156" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99445738" Longitude="29.02646249" StarRating="0" HotelCode="368983|284882" HotelName="Kösk Otel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bed and breakfasts" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rihtim Caddesi Izzettin Sokak No 16, Kadiköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/72/d5/72d5a5c470e185cd3c9bd7cf51b5ae333c406351.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.68" OriginalAmount="156" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039384" Longitude="28.983012" StarRating="3" HotelCode="311575|54796" HotelName="Taximist Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Taksim Caddesi 63, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/90/fb/90fb7c37a25f9522f17dc50808c78af236621fa6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="160.68" OriginalAmount="156" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|611935-28455243/4024169871002992272/6499" HotelName="NAYLA PALACE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/25000000/24260000/24254000/24253929/e50b4770_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="160.68" OriginalAmount="156" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|558203-28494003/4024169871002992272/8913" HotelName="BIZIM OTEL" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10090000/10084800/10084726/d8b77181_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.68" OriginalAmount="156.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009544128626" Longitude="28.978497684002" StarRating="3" HotelCode="191122|dongyang_hotel_istanbul" HotelName="Dongyang Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Cad. Tramway Yolu Üzeri No: 7, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f9/f0/f9f017fe8c71b7bd55dba2be2601f6e3c446682e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.68" OriginalAmount="156.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0924955" Longitude="28.9940025" StarRating="3" HotelCode="296191|tempo_hotel_4_levent" HotelName="Tempo Hotel 4 Levent" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sanayi mah., Sultan Selim Cad. 139, 4. Levent, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/12/d5/12d568073fbc2cf2e26eaa96fdf1f4d681e9b802.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.68" OriginalAmount="156.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036193887343" Longitude="28.912259281886" StarRating="4" HotelCode="323795|marnas_hotels" HotelName="Marnas Hotels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Yenidogan Mahallesi, Abdi ipekçi Cadedesi 14-16, Bayrampasa, 34040 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/c0/6dc09b1efd158edc4ff885bde6377093e025872a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.68" OriginalAmount="156.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00677279" Longitude="28.98130824" StarRating="0" HotelCode="612859|genius_hotel_istanbul" HotelName="Nar Sultan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sultanahmet Fatih, Kutlugun Sokak 9, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a5/a8/a5a8a18ba2ca41673d74a13e5bd590954a3547fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.68" OriginalAmount="156.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.067931133208" Longitude="29.000763364418" StarRating="3" HotelCode="933243|m_hotel_10" HotelName="Time Hotel Mecidiyeköy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Bar,Fax,Internet,Jacuzzi,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gülbahar Mahallesi, Oguz Sokak 9, Mecidiyeköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/6e/fc6e8a81ddf0e0c14a1f3e486dd517e0c4c6bc60.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="160.97" OriginalAmount="156.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008743633468" Longitude="28.953657746315" StarRating="4" HotelCode="166621|372595" HotelName="Hotel Istanbul Trend" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mustafa Kemal Pasa Caddesi 36, Laleli, 34130 Istanbul, Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/64/1964d31a919a1b671a88f13910d7b6dd19919ee1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is 10-20 minutes' walk from some of Istanbul's top attractions, including the Grand Bazaa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="161.17" OriginalAmount="156.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00884912" Longitude="28.96487371" StarRating="3" HotelCode="186206|1448898" HotelName="Balin Boutique Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Kemalettin Mahallesi, Ordu Caddesi, Dibekli Cami Sokak 10, 34126 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/a8/80a8f540401f39d0fe8f087521a094395be58824.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="161.22" OriginalAmount="156.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01229" Longitude="28.97547" StarRating="0" HotelCode="|192494" HotelName="Felicity Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi Ankara Caddesi 42</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/4/9/4/192494_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="161.22" OriginalAmount="156.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0427275" Longitude="28.9853829" StarRating="0" HotelCode="|108295" HotelName="Taksim Green House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet caddesi paparoncalli sok No 15 Elmadag/Taksim</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/9/5/108295_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated in a central area, 1 kilometre away from the establishment, guests will find Taksim the square Istiklal Avenue.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="161.22" OriginalAmount="156.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0047648" Longitude="28.9794786" StarRating="3" HotelCode="|94464" HotelName="Hippodrome" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>MIMAR MEHMETAGA CAD. No.38, SULTANAHMET , Istanbul Turkey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/4/4/6/4/94464_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has WiFi, (free of charge), a terrace on the rooftop, Regarding the food and beverage offering, the establishment has a buffet breakfast. SITUATION: This establishment, the Grand Bazaar it is 500 metres away from it is in Sultanahmet the heart of Sultan Ahmed Mosque 100 metres away from the establishment, you can find el Museo de Santa SofÃ­a a 10-minute walk away from it is situated 15 kilometres away from Istanbul AtatÃ¼rk Airport. ROOM: The rooms have an air-conditioning system a bathroom with a hairdryer.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="161.24" OriginalAmount="156.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0312209" Longitude="28.8171593" StarRating="5" HotelCode="|107975" HotelName="Rotta İstanbul " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Evren Mah. Cami Yolu Caddesi No:1A Gunesli 34212</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/9/7/5/107975_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is elegant rooms, has a covered swimming pool, a gym and spa facilities. SITUATION: It is situated 7 kilometres away fromIstanbul AtatÃ¼rk the airport CNR the exhibition centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="161.41" OriginalAmount="156.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.030772" Longitude="28.97512" StarRating="3" HotelCode="188678|609525" HotelName="Arya Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Istiklal Caddesi, Balyoz Sokak 21, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/0f/f70f7b20f5d87b713f9a247d831ce3ab9a486a93.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="161.44" OriginalAmount="156.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06798" Longitude="28.98443" StarRating="4" HotelCode="|184802" HotelName="Ramada and Suites By Wyndham Istanbul Sisli" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Merkez District Abide-I Hurriyet Street No 160</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/8/0/2/184802_74ef73b0436.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="161.45" OriginalAmount="156.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04853" Longitude="28.98418" StarRating="0" HotelCode="|551955" HotelName="Homelike Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bozkurt Mahallesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/1/9/5/5/551955_de20fcc1558.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.71" OriginalAmount="157" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00887413" Longitude="28.95422109" StarRating="0" HotelCode="878847|384185" HotelName="Grand Gara Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mesihpasa Mahallesi, Saitefendi Sokak 12, Aksaray, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/9f/9d9f2f6e93cec9cf8d44adca5604e9663281c40d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;HOTEL: The establishment boasts a reception, modern rooms and with WiFi (free of charge). 

SITUATIO...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="161.71" OriginalAmount="157" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="49.969214" Longitude="-98.316631" StarRating="4" HotelCode="0|316505-23139498/4024169871002992272/15103" HotelName="ICON" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>Hwy 1 and Yellowquill Trail, Portage La Prairie, R1N 3C3, MB, CA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10380000/10378300/10378251/f77e1671_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Midscale. Property Type: Inn. Total rooms and suites: 60. Floors: 2. Property description- Pets Allowed. Limited Pet Rooms Available, Call Hotel for Availability before Booking.
Pet Fee 15 Dollars Plus Taxes Per Pet Per Night.
We have 61 Eye-Catching Rooms on 2 Floors 
Suitable For Families, Groups and Business Travelers 
We have Three Different Styles of Rooms to choose from-
Standard and Pool Side Rooms are Convenient set up for 2-4 Guests
King Size Executive Rooms have Additional Amenities such as Microwave, Mini Refrigerator and Iron and Ironing Board
Wheelchair Accessible and Smoking Rooms are also Available
Arcade Games, Indoor Full Size Pool, Hot Tub and Kiddies Pool are just a few of the Amenities on Site
Natural Hiking or Groomed Snowmobile Trails
Room Boasts a Certified Chef and Professional Servers
Our Large Menu has Everything from Mini-Meals to Steak and Lobster with Daily Features Offered to Tempt Ones Palate
Our Cozy Lounge has a Wide Selection of Fine Wines and Cocktails 
Two Video Lottery Games are Discreetly Located in this Comfortable AreaProperty was built in 1975. Hotel Currency: CAD. &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="161.71" OriginalAmount="157.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.056474" Longitude="28.987681" StarRating="3" HotelCode="298254|the_22_hotel" HotelName="Near Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Mayis Mahallesi, Samanyolu Sokak 67, Sisli, 34360 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/3a/433aa3f1c8ea3c5d405d000b5ea786e22a8be722.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="161.71" OriginalAmount="157.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.079111880165" Longitude="28.995676099737" StarRating="0" HotelCode="358097|my_rose_hotel" HotelName="My Rose Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Talatpasa Caddesi 187, Gultepe, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/27/a9/27a983a0d2073f33e84774f64aec95d63a35484c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;HOTEL: The establishment offers guests WiFi (free of charge), comfortable rooms, with air-conditioni...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="161.71" OriginalAmount="157.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02692224" Longitude="28.96995407" StarRating="3" HotelCode="323387|pera_life_hotel_" HotelName="Pera Life Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yolcuzade Iskender Caddesi 12, Sishane, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/44/a4/44a4136bf9d3b851adf3ae071559f2cdf28ae3d5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="161.71" OriginalAmount="157.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.08206782" Longitude="29.08729465" StarRating="0" HotelCode="516045|mavilla_hotel_3" HotelName="Mavilla Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Göztepe Mahallesi, Palmiye Caddesi 25, Anadolu Hisarl, 34880 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/13/0b137e1b3311f48d60bc50a5bdfd4f835807886a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="161.71" OriginalAmount="157.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01068" Longitude="28.95406" StarRating="4" HotelCode="826975|vision_deluxe_hotel" HotelName="Vision Deluxe Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Jacuzzi,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Kemalpasa Mahallesi, Selimpasa Sokak 22, Fatih, 34134 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/fc/4afccaac3a49772bc9d808a61b592ba5baf709a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="161.74" OriginalAmount="157.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0092487" Longitude="28.97704327" StarRating="3" HotelCode="397377|696800" HotelName="Hotel Han" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Yerabatan Caddesi 19, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/2a/942a67a802d063db00922601fcd38b1fe2878137.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="161.80" OriginalAmount="157.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0041657" Longitude="28.9608527" StarRating="0" HotelCode="|108344" HotelName="Ramparts" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Muhsine Hatun Mah. Sevgi Sokak no:9 Kumkapi - Fatih, Istanbul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/3/4/4/108344_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inFatih the district of. ROOM: The establishment has large apartments, have an air-conditioning system and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="161.87" OriginalAmount="157.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.024763" Longitude="28.977538" StarRating="0" HotelCode="|534310" HotelName="Mates Port Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/3/1/0/534310_6f682531123.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="161.90" OriginalAmount="157.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035326811077" Longitude="28.97803902626" StarRating="3" HotelCode="191190|1679988" HotelName="Hotel Balo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Hüseyinaga Mahallesi Topçekenler Sokak No:22 Beyoglu, Istanbul, Balo Sokak Yani</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/06/ee06e216216a656bac878777db59c0ec8d5707ce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="162.07" OriginalAmount="157.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0791324" Longitude="28.9956921" StarRating="0" HotelCode="|108274" HotelName="My Rose " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Talatpasa Cad. No 187 Gultepe</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/7/4/108274_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment offers guests WiFi (free of charge), comfortable rooms, with air-conditioning and satellite TV. SITUATION: This establishment, is in the city centre, is 15 minutes away from Kanyon the commercial centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="162.16" OriginalAmount="157.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0217213" Longitude="28.8789205" StarRating="0" HotelCode="|108091" HotelName="Elite Marmara Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/0/9/1/108091_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has WiFi, (free of charge), a reception, a terrace and a restaurant. SITUATION: It is 7 kilometres away fromIstanbul AtatÃ¼rk Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="162.24" OriginalAmount="157.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01343" Longitude="28.97544" StarRating="3" HotelCode="207971|2262175" HotelName="Marmara Deluxe Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ebusuud Caddesi 45/1, Sirkeci, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/4d/b54dd3a442d93d3bb457d7a659a69469b0daa528.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located just a few metres from Gulhane Park and close to the Topkapi Palace and Hagia Sophia, the ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="162.30" OriginalAmount="157.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0139916" Longitude="28.9780278" StarRating="0" HotelCode="|86966" HotelName="Ethnica Hotel Old City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nobethane Cad.No: 18 Sirkeci</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/6/6/86966_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This historic building, has WiFi and a reception. SITUATION: The establishment, El Palacio de Topkapi it is a 5-minute walk away from Santa Sofia 500 metres away from Sultan Ahmed Mosque 800 metres away from La cisterna BasÃ­lica and El Bazar de las Especias 10 minutes walk away, guests can find it is 18 kilometres away from Istanbul AtatÃ¼rk Airport. ROOM: All the rooms have an air-conditioning system, a television, a mini-bar, a safe, a bathroom with a hairdryer and complimentary bathroom items. Some rooms have sea views. RESTAURANT: Regarding gastronomy, the establishment offers a restaurant and a bar. MEALS: The establishment serves a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="162.36" OriginalAmount="157.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06795" Longitude="29.0007" StarRating="0" HotelCode="|526095" HotelName="Time Hotel Mecidiyekoy" 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/5/2/6/0/9/5/526095_8faeb4b1111.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="162.38" OriginalAmount="157.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0300829" Longitude="28.974628" StarRating="3" HotelCode="|82958" HotelName="Silviya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Asmal? Mescit Sok. No:24/A Beyolu,Taksim</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/5/8/82958_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts WiFi (free of charge) and a reception. SITUATION: The hotel Istiklal Avenue it is 100 metres away from it is situated 10 minutes away from Taksim the square.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="162.55" OriginalAmount="157.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0036" Longitude="28.9791" StarRating="4" HotelCode="|86892" HotelName="Antis - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sultanahmet Mah. Akbiyik Degirmeni Sok. No:98</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/9/2/86892_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a terrace on the rooftop and sea views. SITUATION: This establishment, is in Istanbul the historic centre of it is located close to the mosque. ROOM: Customers can find stylish rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.74" OriginalAmount="158" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0082376" Longitude="28.9783589" StarRating="3" HotelCode="316305|215868" HotelName="Benler Otel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Kemalettin Mahallesi, Agacesmesi Sokak 5, Ordu Caddesi, Laleli, 34126 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/fc/06fc97fb3cb1cdb8804818303db048dd645975f7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.74" OriginalAmount="158" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00812431" Longitude="28.96797001" StarRating="3" HotelCode="374619|217158" HotelName="Bizim Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Divani Ali Sokak No. 2, Beyazit, Fatih, 34126 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/620355/620355a_hb_a_001.JPG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.74" OriginalAmount="158" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03899623" Longitude="28.98277113" StarRating="0" HotelCode="819548|343504" HotelName="T Square Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallessi, Feridiye Caddesi 93, Taksim, Beyoglu, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/53/7653d9374c11fa740b9df2773207873268b8dd9f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.74" OriginalAmount="158" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003569" Longitude="28.973919" StarRating="3" HotelCode="933208|63792" HotelName="Hotel Coliseum" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Aksakal Sokak 5, Küçükayasofya Mahallesi, Fatih, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/01/15018874a1dc964c9ff6958c84137ac785ba0daf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.74" OriginalAmount="158" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035392022984" Longitude="28.97902560644" StarRating="3" HotelCode="296193|57899" HotelName="Sarajevo Taksim Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Jacuzzi,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Huseyin Aga Mahallesi, Buyuk Bayram Sokak 6, Beyoglu, Istanbul 34000</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/ea/57ea341df3245140ea57a317a1b65d107a223877.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="162.74" OriginalAmount="158" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|256059-28445291/4024169871002992272/17622" HotelName="THE MILLTOWN SISLI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7020000/7016500/7016446/5fd4961b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="162.74" OriginalAmount="158" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1258632-28534995/4024169871002992272/19145" HotelName="GH SUITES TAXIM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1258632/20218315567851.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.74" OriginalAmount="158.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005249" Longitude="28.974155" StarRating="3" HotelCode="37692|hotel_spectra_sultanahmet" HotelName="Spectra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Mehmetpasa Yokusu 2, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e3/d9/e3d919c69862a851cce0dcf983526228182c04cf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.74" OriginalAmount="158.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008224470222" Longitude="28.972760438919" StarRating="4" HotelCode="173313|recital_hotel" HotelName="Recital Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Piyer Loti Caddesi 21, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/f3/91f335d93ad90dc98b96c1771dfd1c0737de1275.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Most of the historical attractions of Istanbul are either within a five-minute walk or can be easily...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.74" OriginalAmount="158.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02686681" Longitude="28.97785726" StarRating="0" HotelCode="442388|galata_melling" HotelName="Galata Melling" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Concierge,Designated Smoking Area,Dry Cleaning,Internet,Laundry,LCD/Projector,Luggage Storage,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>Hacimimi Mah Lulecihendek Cad, Hacimimi Kulhani Sok. 14, Beyoglu, Istanbul City</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/55/7055636da279977159e14f9a97553976feb473f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Galata Melling, you'll be centrally located in Ista...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.74" OriginalAmount="158.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00211" Longitude="29.13284" StarRating="0" HotelCode="430584|nish_suite_atasehir_3" HotelName="Nish Atasehir" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Tatlisu Mahallesi, Günaltay Sokak 15, Serif Ali Ümraniye, Atasehir, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/ec/31ec3e50388124f5351bed89d6f0a845a48ac408.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.74" OriginalAmount="158.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009119" Longitude="28.957305" StarRating="3" HotelCode="899824|prestige_hotel" HotelName="Prestige Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Koska Caddesi 6, 34480 Istanbul, Laleli</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/91/c3/91c3301e537361a82e939070e2c5e9d3f61419d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Laleli, close to public transport links (some 20 m), and in the heart of th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.74" OriginalAmount="158.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03898101" Longitude="28.9817021" StarRating="0" HotelCode="770934|new_house_" HotelName="New house" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Taksim Cesmesi Sokak 13, Beyoglu, 34100 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/a7/78a72386c0b057644739d55959fbfc231dcc8cde.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the historic Sultanahmet district, Hotel New House is within walking distance of the Blue Mosque,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="162.87" OriginalAmount="158.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="3" HotelCode="143018|1438918" HotelName="Hotel Aldem" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cagalogu Alemdar Mahallesi, Çatalçesme Sokak 20-22, 34410 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/89/bc/89bc9eb73a61afb0ad05a4ddaec73323c9f9f462.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Istanbul. For guests who appreciate a stylish ambience...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="163.02" OriginalAmount="158.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01398" Longitude="28.97912" StarRating="3" HotelCode="|192457" HotelName="Taya Hatun" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/4/5/7/192457_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="163.10" OriginalAmount="158.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.060456" Longitude="29.002457" StarRating="4" HotelCode="189368|176746" HotelName="Taba Luxury Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cemil Aslan Güder Cad., Elifoglu Sokak No: 1, Gayrettepe, 34349 Besiktas, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/53/b7533993f78931fc3f30b8a33b3200e77a1e9c01.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Gayrettepe area of the city, less than 2 km from Sisli underground stati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="163.20" OriginalAmount="158.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.031004" Longitude="28.984547" StarRating="0" HotelCode="|523486" HotelName="Cihangir VAV Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yeni Yuva Sk. 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/4/8/6/523486_3ee88111126.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="163.31" OriginalAmount="158.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00277" Longitude="28.97431" StarRating="0" HotelCode="|184252" HotelName="Cheers Lighthouse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/2/5/2/184252_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="163.39" OriginalAmount="158.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01406" Longitude="28.97905" StarRating="0" HotelCode="|184887" HotelName="Sayeban Gold Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/8/8/7/184887_fadbff71530.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="163.47" OriginalAmount="158.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0197797" Longitude="28.928496" StarRating="2" HotelCode="|108128" HotelName="Grand Reİs" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Topkapi Cad. Hamam Odalari Cikmazi Sok. No:1 Kaleici, Topkapi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/2/8/108128_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts WiFi (free of charge), a reception and a car park (free of charge). SITUATION: It is 200 metres away from the tram station excellent transport links to and.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="163.77" OriginalAmount="159" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|420740-28584885/4024169871002992272/3775" HotelName="URBAN BOMONTI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6950000/6947600/6947511/e622af43_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="163.77" OriginalAmount="159.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003179802143" Longitude="28.977412374009" StarRating="4" HotelCode="395274|hotel_almina" HotelName="Almina Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Küçükayasofya Caddesi, Akbiyikdegirmeni Sokak 27, Sultanahmet, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/62c48e6320df4cdf8dffa3b102217ee6.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a prestigious and historical district of Istanbul, in the old part of the ci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="163.77" OriginalAmount="159.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0326469" Longitude="28.97717267" StarRating="5" HotelCode="437447|taksim_yazici_residence" HotelName="Taksim Yazici Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Tomtom Mahallesi, Akansu Sokak 4, Beyoglu, 34433 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f8/fc/f8fcfab397378349efa4ca8ee1664e1d4d73627e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="163.77" OriginalAmount="159.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0503868" Longitude="28.9855141" StarRating="0" HotelCode="379909|homelike_hotel_2" HotelName="Homelike Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Bozkurt Mahallesi, Esref Efendi Sokak 58, Sisli, 34381 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/34/fd34af25b8225bf094ea6ebc51c3b11ec97b35e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="163.77" OriginalAmount="159.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03957204" Longitude="28.98171626" StarRating="0" HotelCode="878103|endless_comfort_hotel" HotelName="Endless Comfort Hotel Taksim" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Caylak Sokak 67, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/59/fa5955f37ec1260a34aa1709959a53ade4d89eaa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="163.92" OriginalAmount="159.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.024385" Longitude="28.978687" StarRating="0" HotelCode="|526193" HotelName="Royal Tophane" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mumhane Cd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/6/1/9/3/526193_a2bdb621058.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="164.09" OriginalAmount="159.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.87274047" Longitude="29.25136284" StarRating="5" HotelCode="167023|131064" HotelName="The Green Park Pendik Hotel &amp; Convention Center" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Kaynarca Mahallesi, Erol Kaya Caddesi 204, Pendik, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/5e/5e864a2b625298e8/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally located, particularly for those wishing to be on the Asian side of Istanbul. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="164.36" OriginalAmount="159.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.97351" Longitude="29.14606" StarRating="0" HotelCode="|461647" HotelName="Sahrakent Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/1/6/4/7/461647_37324b91115.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="164.53" OriginalAmount="159.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.030194" Longitude="28.979348" StarRating="0" HotelCode="|475328" HotelName="The Külsümz Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Bogazkesen Cd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/3/2/8/475328_0de0d5b1201.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="164.61" OriginalAmount="159.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007468" Longitude="28.952408" StarRating="0" HotelCode="|486329" HotelName="Mavirem Hotel" 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/8/6/3/2/9/486329_d5641660917.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="164.65" OriginalAmount="159.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.053812248287" Longitude="28.949741721153" StarRating="4" HotelCode="185711|635345" HotelName="Hilton Garden Inn Istanbul Golden Horn" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sutluce Mah., Imrahor Cad., Dutluk So, Istanbul 34445</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/79/7d/797db776eabfc28f1b310a1efc7a9606a2580f92.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Golden Horn area of the city with easy access to the major sightseeing a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="164.75" OriginalAmount="159.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.016794" Longitude="29.077966" StarRating="0" HotelCode="|535543" HotelName="Camlica Tower Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Karlidere Cad Iskender Sok No 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/5/4/3/535543_8d0bb821125.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.80" OriginalAmount="160" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.071457" Longitude="28.87215" StarRating="4" HotelCode="296415|45802" HotelName="Hotel Golden Way Giyimkent" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oruç Reis Mahallesi, Vadi Caddesi, Giyimkent Sitesi No. 274, Tekstilkent, Esenler, 34235 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/b9/6db9a52df7314a5087eb72702515d16a3e722a74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.80" OriginalAmount="160" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005575965595" Longitude="28.973709940911" StarRating="3" HotelCode="409784|217602" HotelName="Hotel Fehmi Bey" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Ucler Sokak 15, Sultanahmet, 34440 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/7c/b67ce9bac879788d3e5fa632e0695111613f7e87.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.80" OriginalAmount="160" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="967783|491743" HotelName="Kartal Palace Taksim Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>TarlabasI BulvarI 22, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/9c/619c1f94e98b15acd22394725882d6345c1b166e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.80" OriginalAmount="160" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03513887" Longitude="28.98214204" StarRating="3" HotelCode="734843|324343" HotelName="Premist Hotels Taksim" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Bar,Business Centre,Currency Exchange,Designated Smoking Area,Housekeeping,Internet,Laundry,Printer,Telephone Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Katip Mustafa Çelebi Mahallesi, Büyük Parmakkapi Sokak 8, Taksim, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b2/c0/b2c0dfd63c9675ca6e558885f62dbd979e24fc8d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the centre of Istiklal avenue, The Premist Hotel Taksim offers a modern, quiet and cosy a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="164.80" OriginalAmount="160" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1355575-28481629/4024169871002992272/4911" HotelName="ALEKSANDR PERA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/91000000/90850000/90844800/90844702/010d312e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="164.80" OriginalAmount="160" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|609921-28494036/4024169871002992272/6462" HotelName="APPLE TREE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15060000/15059400/15059395/865412c5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="164.80" OriginalAmount="160" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|167539-28558401/4024169871002992272/9531" HotelName="BURCKIN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4670000/4665000/4664925/a2690caa_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="164.80" OriginalAmount="160.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01232" Longitude="28.94839" StarRating="3" HotelCode="191051|city_otel" HotelName="City Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Adnan Menderes Bulvari, Vatan Caddesi, Simitci Sakir Sokak 36, Fatih, 34250 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/a6/32a631bab38b04f95d6bf6389144f77f396befd8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="164.80" OriginalAmount="160.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03458732" Longitude="28.98302956" StarRating="3" HotelCode="578929|hotel_naumpasa_konagi" HotelName="Hotel Naumpasa Konagi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Mustafa Çelebi Mahallesi, Taksim Kuyu Sokak 11, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/07/b8/07b8fa1c6c6b24a62d293b0f0b15cfebe2fa4f66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="164.80" OriginalAmount="160.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01398738" Longitude="28.97582326" StarRating="0" HotelCode="621413|aslan_home_apart" HotelName="Aslan Home Apart" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Hoca Pasa Sokak 23, Sirkec, Fatih, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/7f/ff7fd4f857d214dbddf3a4c171c34acee15e573a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="164.80" OriginalAmount="160.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.055133849711" Longitude="29.017968708689" StarRating="3" HotelCode="915594|republika_ortakoy_aparts" HotelName="Republika Academic Aparts Ortakoy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Balmumcu Mahallesi, Mustafa Izzet Efendi Sokak 1, 34349 Ortaköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f7/13/f713900aea84ba63595ff6466beb4ab163dc4b27.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="164.84" OriginalAmount="160.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.017886510658" Longitude="28.943808674812" StarRating="4" HotelCode="9465|753745" HotelName="Berr Istanbul" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akdeniz Cad. No. 78, 34080 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/17/6517b3ca17c3698db51053ab7c3fa2a48aa8da3f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Fatih area of Istanbul, some 500 m from the Fatih Mosque. Guests will f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="164.86" OriginalAmount="160.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0906336" Longitude="29.0041605" StarRating="3" HotelCode="|84948" HotelName="Tempo 4levent Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>SANAYI MAH.SULTAN SELIM CAD.4 LEVENT 139</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/9/4/8/84948_9.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is situated 1,5 kilometres away from the metro stop,2,5 kilometres away, you can find Kanyon the shopping centres, La Plaza de Taksim the establishment is a 20-minute drive away from it is 25 kilometres away from Istanbul AtatÃ¼rk Airport. FACILITIES: The establishment boasts a reception. ROOM: The stylish rooms, have an air-conditioning system, WiFi (free of charge), flat-screen satellite television, parquet or carpet floors, kettle, a mini-bar and a safe. They also have a bathroom with a shower or bath, toiletries, slippers and a bathrobe. MEALS: The establishment serves a buffet breakfast and with diet products. The establishment also has a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="164.87" OriginalAmount="160.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011021" Longitude="28.958934" StarRating="0" HotelCode="|555495" HotelName="Genova" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Balabanaga Mahallesi Zeynep Kamil Sokak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/5/4/9/5/555495_34e2f731852.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="165.00" OriginalAmount="160.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.029062675076" Longitude="28.973197638988" StarRating="4" HotelCode="185580|740365" HotelName="Collage Pera Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic 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,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Asmali Mescit Mahallesi, General Yazgan Sokak 13, 34430 Istanbul, Pera/Beyoglu</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/74/f47422ecf3456247439a912d56d0afe24de8b0ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a shopping and touristic neighbourhood, 10 minutes’ walk away from Taksim Sq...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="165.01" OriginalAmount="160.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05451" Longitude="28.98861" StarRating="3" HotelCode="|193171" HotelName="Hotel Favori Nisantasi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Matbaaci Osmanbey Sok. No: 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/1/7/1/193171_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="165.03" OriginalAmount="160.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03931" Longitude="28.98266" StarRating="3" HotelCode="263716|2195915" HotelName="Ada Home" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Feridiye Caddesi No: 75, 34420 Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/1a/b5/1ab5b1b817beae13c7578c99bcb71e3a762875ca.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="165.45" OriginalAmount="160.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0059503" Longitude="28.9798908" StarRating="0" HotelCode="|86734" HotelName="Nayla Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kutlugun Sok. No 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/3/4/86734_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a garden, WiFi (free of charge) and views of the sea. SITUATION: 200 metres away, clients have the mosque.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="165.45" OriginalAmount="160.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0103" Longitude="28.97713" StarRating="4" HotelCode="|184172" HotelName="Bon  Hagia Sophia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alaykosku Mah. Sengul Hamam Sok. No: 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/1/7/2/184172_648cdee1548.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="165.57" OriginalAmount="160.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0055795" Longitude="28.97451067" StarRating="4" HotelCode="35328|235306" HotelName="Alzer Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Eco Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>At Meydani 20, 34400 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/37/29/3729af66658dc34ae317c768d7938934d99fb4a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally located just a few minutes walk from Hagia Sophia, Topkapi palace and t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="165.60" OriginalAmount="160.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9667" Longitude="29.107043" StarRating="0" HotelCode="|534293" HotelName="Vois Hotel Bostancı" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Prof. Dr. Ali Nihat Tarlan Cd 86</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/2/9/3/534293_63ee2c71111.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="165.61" OriginalAmount="160.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040339" Longitude="28.981775" StarRating="3" HotelCode="|205311" HotelName="Taksim Nis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Feridiye street. no 117 Taksim Beyoglu Istanbul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/5/3/1/1/205311_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="165.70" OriginalAmount="160.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0387359" Longitude="28.9829947" StarRating="4" HotelCode="|108282" HotelName="Aston Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi Feridiye Caddesi No:26 Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/8/2/108282_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has, a terrace, with views. SITUATION: This hotel is in the heart of the city, is 200 metres away from Taksim the Square of. ROOM: Each room has soundproofing and with WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="165.83" OriginalAmount="161" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040064225062" Longitude="28.981952377298" StarRating="3" HotelCode="293674|199878" HotelName="Calanthe Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mah., Feridiye Cad. 123, Beyoglu, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/be/eb/beebe0a13b3b75cc62d06fa9b0a9e15b7bfb4779.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="165.83" OriginalAmount="161" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1258495-32596809/4024169871002992272/3744" HotelName="JAFF HOTELS NISANTASI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/77000000/76970000/76961700/76961660/fe9cf2be_edited_ab26_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="165.83" OriginalAmount="161" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|17393-28558313/4024169871002992272/6593" HotelName="ARENA HOTEL ISTANBUL - SPECIAL CLASS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/902700/902668/44336d69_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="165.83" OriginalAmount="161" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|139116-28493798/4024169871002992272/7383" HotelName="MARTINENZ HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2960000/2959900/2959825/e3b4f744_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="165.83" OriginalAmount="161" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|241571-28493872/4024169871002992272/14449" HotelName="PEAK STAR OTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13320000/13313200/13313135/d4424599_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="165.83" OriginalAmount="161.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004377" Longitude="28.979921" StarRating="4" HotelCode="18018|sumengen_hotel__special_class" HotelName="Hotel Sümengen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Mehmet Aga Caddesi, Amiral Tafdil Sokak 9, Sultanahmet, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/98/84/988440625c64873bbc632cbe8646979b9f0931b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This inviting hotel lies in the heart of Istanbul, with countless shops, restaurants, bars, pubs and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="165.83" OriginalAmount="161.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012343255205" Longitude="28.954797685146" StarRating="4" HotelCode="75253|ramada_istanbul_grand_bazaar_2" HotelName="Ramada Istanbul Grand Bazaar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Gencturk Caddesi, Sirvanizade Sokak 11, Sehzadebasi, 34134 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e9/a5/e9a5d3b30fcc16b4d18a6a2a0a3b27e61a8f35cc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the historical district of Sehzadebasi, the hotel is conveniently close to the major attr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="165.83" OriginalAmount="161.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012475" Longitude="28.97795" StarRating="3" HotelCode="60858|ersu_hotel" HotelName="Ersu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ebussuud Caddesi Erdogan Sokak 10, Sirkeci, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/5a/d85aa0c9ac3e1214672934dcc0f4d60d1897ab59.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="165.83" OriginalAmount="161.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="3" HotelCode="118791|hotel_villa_zurich" HotelName="Villa Zurich Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akarsu Yokusu Caddesi 36, Cihangir, 34433 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/64/34/64348d08a2e0f1231d461559276e1089081ebf2c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the lively and colourful Beyoglu district of Istanbul, the hotel is just a 10-minute walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="165.83" OriginalAmount="161.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.048381" Longitude="28.987195" StarRating="1" HotelCode="191116|harbiye_residence" HotelName="Harbiye Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Caddesi Selbasi Sokak No:6, Harbiye, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/73/d7/73d731409ea317b413629c61870449cc493059e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="165.83" OriginalAmount="161.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035191" Longitude="28.987558" StarRating="3" HotelCode="293565|away_suites" HotelName="Away Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Gumussuyu Mahallesi, Daunya Saglik Sokak 19, Beyoglu</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/0b/520b323b2742d88e164c62a0c513654642c4fd5c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="165.83" OriginalAmount="161.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008319599856" Longitude="28.963477313518" StarRating="3" HotelCode="410430|the_newport_hotel" HotelName="Newport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mihat Pasa Caddesi, Abuhayat Sokak 9, Beyazit, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3c/c2/3cc2e84d1af8271b0603feff71ae8208940f4220.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Beyazit district of Istanbul, less than 500 m from the Grand Bazaar and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="165.83" OriginalAmount="161.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.029085142385" Longitude="28.809369220693" StarRating="5" HotelCode="422431|elite_world_europe_hotel" HotelName="Elite World Europe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Basin Ekspres Caddesi 4, 34303 Halkali, Basin Express, Küçükçekmece, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b4/93/b493f3b68bdab7c48d8d65900c881a060fd240ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="165.83" OriginalAmount="161.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03378114" Longitude="28.9769567" StarRating="4" HotelCode="406301|hotel_pera_parma" HotelName="Hotel Pera Parma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Dining,Fax,Internet,Laundry,Meeting Room,Restaurant,Spa,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet caddesi 7, Galatasaray Lisesi Karsi Sokagi, Taksim, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/ac/afacbd6e9eeb502f938670279d5e3a454f6eaf57.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in New City. Situated within 550 metres from the town centre, the ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="165.83" OriginalAmount="161.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01221" Longitude="28.95724" StarRating="3" HotelCode="516259|hotel_genova_7" HotelName="Hotel Genova Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Balabanaga Mahallesi, Zeynep Kamil Sokak 5-7, 34134 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f0/e8/f0e8bc017331aa652e88a4a4b28d4e15475e480b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="165.83" OriginalAmount="161.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02610244" Longitude="28.97310349" StarRating="3" HotelCode="581162|allegra_suit_galata" HotelName="Allegra Suites Galata" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bereketzade Mahallesi, Sair Ziya Pasa Yokusu Simsir Sokak 6, Galata, Beyoglu, 34306 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/b9/c7b922fae4a6d79c238c3603ab614bc838c9cfe7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="165.89" OriginalAmount="161.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.889" Longitude="29.18905" StarRating="0" HotelCode="|522789" HotelName="Anatolia Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/7/8/9/522789_8b32b051139.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="165.89" OriginalAmount="161.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.992262745366" Longitude="29.026406266386" StarRating="3" HotelCode="200043|814560" HotelName="Grand As Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nuzhetefendi Sokak 27, Kadikoy, 81530 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/5f/bf5f60364025fab3bfa2c7ea39ed831316dad490.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests are welcomed at the hotel, which has a total of 48 rooms. The accommodation offers a dining a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="166.02" OriginalAmount="161.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0228879" Longitude="28.9306757" StarRating="5" HotelCode="|108359" HotelName="Akgun Istanbul Hotel, WorldHotels Elite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Adnan Menderes Bulvar? (Vatan Cd) Topkapi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/3/5/9/108359_45977f71349.jpg</HotelPictures>
        <HotelDescription>SITUATION: Istanbul Is situated in Sultan Ahmed Mosque it is 2 kilometres away from Topkapi the palace. ROOM: The rooms have an air-conditioning system and WiFi (free of charge). FACILITIES: The establishment boasts a swimming pool with a terrace and deck chairs.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="166.31" OriginalAmount="161.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.96745" Longitude="29.10485" StarRating="3" HotelCode="|192848" HotelName="Plus Bostanci Atasehir" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yesilvadi Sokak No:10 Bostanci</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/8/4/8/192848_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="166.52" OriginalAmount="161.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008944983035" Longitude="28.964219431877" StarRating="4" HotelCode="213517|920525" HotelName="Victory Hotel &amp; Spa Istanbul" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Kemalettin Mh. Mithatpasa Cd. No: 1, 34130 Istanbul, Beyazit, Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5d/b9/5db9de6295599ea68ddb42d7fccb44f6137b9d93.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="166.53" OriginalAmount="161.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005166219294" Longitude="28.980151955082" StarRating="3" HotelCode="68329|2191895" HotelName="Hotel Alilass" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Caddesi, Bayram Firin Sokak 9, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/7f/5f7f5265877961014ff663cde7edbbd959ae7a98.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Sultanahmet area, which is in the heart of Istanbul’s old city. The hote...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="166.60" OriginalAmount="161.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007683" Longitude="28.949797" StarRating="0" HotelCode="|532478" HotelName="Grand Iska Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>manastirli rifat sokak no 4 fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/4/7/8/532478_02a80c01030.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="166.62" OriginalAmount="161.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0395" Longitude="28.98238" StarRating="0" HotelCode="|228385" HotelName="Ada Home Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi Feridiye Caddesi 75 Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/8/3/8/5/228385_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="166.62" OriginalAmount="161.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035" Longitude="28.98227" StarRating="0" HotelCode="|529266" HotelName="Premist Hotels Taksim - Special Class" 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/5/2/9/2/6/6/529266_a857cae1232.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="166.77" OriginalAmount="161.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.874038" Longitude="29.249317" StarRating="3" HotelCode="188669|611885" HotelName="Pendik Marine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dogu Mahdii, Ankara Caddesi 202, 34890 Pendik, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/6e/b16e6ff7b058b77c5e4d88e2e0ae7340852093b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated in Asian Side. There are a total of 18 rooms on the premises. Cus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.86" OriginalAmount="162" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.068156507524" Longitude="28.984688515587" StarRating="4" HotelCode="310548|62908" HotelName="Ramada Hotel &amp; Suites Istanbul Sisli" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sisli Merkez Mahallesi, Abide-I Hurriyet Street 160, 34381 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/6c/63/6c63074e4f20497ae61faa03f069af6d98db1420.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.86" OriginalAmount="162" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.8888122" Longitude="29.18250712" StarRating="4" HotelCode="350853|206134" HotelName="The Grand Mira Business Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Yukari Mahallesi, Sarayli Sokak 3, Üsküdar Caddesi, Kartal, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/60/0360b479469e37ebc881c778e3332cc27fceb8ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="166.86" OriginalAmount="162" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1410205-32592894/4024169871002992272/13075" HotelName="ICON HOTEL BOMONTI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/110000000/109070000/109062600/109062516/e2fa9721_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.86" OriginalAmount="162.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005917028524" Longitude="28.979015350342" StarRating="4" HotelCode="25164|armagrandi_spina_hotel__special_class" HotelName="Armagrandi Spina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Utangac sok. 19, 34400 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ab/ac/abaccad27691402ffe22cfa96ab1fc92cab3f671.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the Old Town in the historic Sultanahmet district of Istanbul, just a few ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.86" OriginalAmount="162.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003535" Longitude="28.976692" StarRating="5" HotelCode="267828|dilhayat_kalfa_hotel" HotelName="Dilhayat Kalfa Otel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sultanahmet Mahallesi, Tomurcuk Sokak  1, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/a0/baa0b01f8f385b4f92bfdd9226d5be85d974c32b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.86" OriginalAmount="162.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.029874549237" Longitude="28.973842061342" StarRating="3" HotelCode="305483|by_murat_crown_hotel_taksim" HotelName="By Murat Crown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Asmalimescit Mahallesi, Sehbender Sokak 5, Beyoglu, 34200 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/62/4662f0f3781489d31170acdceaa79ed72e3d901d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.86" OriginalAmount="162.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004566686688" Longitude="28.973125592479" StarRating="2" HotelCode="346952|rumours_inn" HotelName="Rumours Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mahallesi, Ucler Hamami Sokak 6, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/94/5f94d9a0ffef84e38ad7f304f1c28bff8a8d7e30.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.86" OriginalAmount="162.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05161019" Longitude="28.9892768" StarRating="3" HotelCode="586499|nishant_hotel" HotelName="Nishant Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Halaskargazi Mahallesi, Bahtiyar Sokak 10/3, Sisli, 34371 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/5e/2e5ee98cb200ca32485924984dcf652a9d09aa6c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Nishant Boutique Hotel is conveniently located in the popular Sisli area. The property features a wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.86" OriginalAmount="162.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03545921" Longitude="28.97635977" StarRating="0" HotelCode="598501|the_golden_peras_hotel" HotelName="The Golden Pera's Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Kamerhatun Mahallesi, Tarlabasi Bulvari 109, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/5a/605a4fe6f65bfc1526e3dbb3526ebc15920c66e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.86" OriginalAmount="162.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05965" Longitude="28.81391" StarRating="5" HotelCode="703683|westside_arjaan_by_rotana" HotelName="Westside Arjaan by Rotana Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Bar,Conference Hall,Designated Smoking Area,Golf,Internet,Laundry,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Sauna,Smoking Rooms,Spa,Swimming Pool,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mahmutbey Mahallesi, Tasocagi Yolu Caddesi 39/A, 34218 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/89/5c8920ebf9601ff4397b10186a902166786d8249.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel can be found in Marmara. This cosy accommodation guarantees a quiet stay as it c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.86" OriginalAmount="162.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="5" HotelCode="776049|rotana_hotel_resort" HotelName="Rotana Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Internet,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Kartaltepe Mahallesi, Kartaltepe Caddesi D2, Bakirkoy, 34145 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/38/0a38d1606284a7ba7488748d55b4278b465ae5fb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="166.99" OriginalAmount="162.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.916222" Longitude="29.304145" StarRating="3" HotelCode="|559868" HotelName="Tevetoglu" 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/5/5/9/8/6/8/559868_2b6001e1743.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="167.02" OriginalAmount="162.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0055972" Longitude="28.9744703" StarRating="0" HotelCode="|23091" HotelName="1207 Hotel Special Class - Sultanahmet" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AT MEYDANI - SULTANAHMET 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/0/9/1/23091_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2008, has 6 floors and 22 standard rooms. The establishment has a lobby with a reception, a safety deposit box service, a currency exchange service, a cloakroom and a lift. The establishment offers guests an Ã  la carte restaurant with air-conditioning, internet, WiFi, room service, a laundry service, a medical care service and a car park. SITUATION: This hotel is in a central area. Nearby, you will find tourist areas. 50 metres away, guests can find shops, restaurants, nightclubs and a public transport stop. ROOM: Each room has an air-conditioning system, a bathroom with a shower, a hairdryer, a direct line telephone, a satellite or cable television, internet, a mini-bar (available for a fee), a safe, a double bed and a central heating system. MEALS: The establishment serves a buffet breakfast and Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="167.19" OriginalAmount="162.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036559813652" Longitude="28.985457660188" StarRating="4" HotelCode="74097|47674" HotelName="Taxim Hill Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Siraselviler Caddesi 5, Beyoglu, 34437 Istanbul, Taksim</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3e/b3/3eb31e21c3c650bb9e98c34b707d541025bc86d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Taksim Square, the city hotel couldn't be more central. Istiklal Street, with a tramline ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="167.24" OriginalAmount="162.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006388643791" Longitude="28.972135484219" StarRating="4" HotelCode="186918|1448558" HotelName="Muyan Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Dizdariye Medresesi Sokak 13, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e1/d9/e1d911c4c9494711d700a85cf6f41dd7d9063258.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located for the wonderful attractions in the historic district of Sultanahme...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="167.33" OriginalAmount="162.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003178354707" Longitude="28.973467200994" StarRating="4" HotelCode="166624|634965" HotelName="GLK PREMIER The Home Suites &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa 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,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Caddesi 60, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3a/b3/3ab3533285d3ddd0697faef6596ec36207cc9a61.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Sultanahmet, within walking distance of Sultanahmet Square, To...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="167.49" OriginalAmount="162.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.029117" Longitude="28.972653" StarRating="0" HotelCode="|353857" HotelName="Taksim Terrace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Aybast? Sokak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/8/5/7/353857_6910e651245.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="167.53" OriginalAmount="162.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9141045" Longitude="29.1379147" StarRating="4" HotelCode="|95919" HotelName="Elite  Dragos" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Piri Reis Caddesi 3 Dragos Maltepe,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/9/1/9/95919_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is situated 1 kilometre away from Turgut Ã–zal boulevard 25 kilometres away from Sabiha Gokcen Airport 50 kilometres away from and Istanbul AtatÃ¼rk the airport 1,5 kilometres away from Maltepe the Railway Station of. FACILITIES: Guests are offered WiFi (free of charge), a spa and a swimming pool. You also have at your disposal a hammam, a sauna, a gym, a terrace and a reception. Guests are offeredKadikoy a transfer service to Bagdat the avenue private parking and (free of charge). ROOM: Guests are offered rooms with air-conditioned, flat-screen satellite television, fitted carpets, a mini-bar and a writing desk. Some rooms have sea views, Our guests also have available room service. MEALS: The establishment serves a buffet breakfast, Clients also have access to an Ã  la carte restaurant and a bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="167.58" OriginalAmount="162.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012102" Longitude="28.955202" StarRating="4" HotelCode="|126070" HotelName="Ramada By Wyndham Istanbul Grand Bazaar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Genoturk Cad Sirvanizade Sok 11 Sehzadebassi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/6/0/7/0/126070_5dc78281829.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="167.59" OriginalAmount="162.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0017189" Longitude="28.8054929" StarRating="0" HotelCode="|153650" HotelName="Sahra Airport Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KARTALTEPE MAH. HISAR SOKAK, KUCUKCEKMECE 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/6/5/0/153650_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has attentive service. SITUATION: This establishment, is close to the airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="167.79" OriginalAmount="162.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0091017" Longitude="28.9640104" StarRating="4" HotelCode="|86962" HotelName="The  Beyaz Saray and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/6/2/86962_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inIstanbul the city centre of 200 metres away, guests will find the bazaar. ROOM: Customers can find modern rooms. FACILITIES: The establishment has a sauna and a massage service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.89" OriginalAmount="163" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003747" Longitude="28.979061" StarRating="3" HotelCode="191073|216965" HotelName="Agora Boutique Hotel &amp; Bistro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Caddesi 77, Sultanahmet, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=6549395</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located right in the heart of Istanbul. Its setting is especially ideal for g...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.89" OriginalAmount="163" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.044396" Longitude="28.982432" StarRating="4" HotelCode="293780|36729" HotelName="Istanbul Dora Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Eskisehir Mahallesi, Dolapdere Caddesi 33, Sisli, Istanbul 34347</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b3/d8/b3d8b3cf0dc637821186736eda25c54512c99c48.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="167.89" OriginalAmount="163" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.9211069" Longitude="-114.069318" StarRating="4" HotelCode="0|280337-28558484/4024169871002992272/11199" HotelName="ASTON HOTEL TAKSIM" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>5252 Airway Boulevard, Missoula, MT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6970000/6963100/6963015/4f964889_b.jpg</HotelPictures>
        <HotelDescription>Conveniently located off Interstate 90, this Wingate by Wyndham Missoula Airport is near the Missoula International Airport, Canyon River Golf Community, shopping, breweries, and many local restaurants. Ideal for both work and play, this smoke-free lodging
 offers complimentary continental breakfast, complimentary internet, shuttle service, fitness center, indoor water park, heated pool, hot tub, dry cleaning services, meeting rooms, executive boardroom, and business center with complimentary print, copy, and
 fax services. Oversized guest room amenities include microwave, refrigerator, safe, desk, ergonomic chair, complimentary local calling, and newspaper. Suites and handicapped accessible rooms are also available. There are also a limited number of pet friendly
 rooms. &lt;br /&gt;Check In: 16:00 PM&lt;br /&gt;Check Out: 11:00&lt;br /&gt;Pets Allowed &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="167.89" OriginalAmount="163" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12575-28558297/4024169871002992272/13443" HotelName="FERONYA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10130000/10122800/10122782/2c9f8b62_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="167.89" OriginalAmount="163" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|865645-32601794/4024169871002992272/18024" HotelName="FOUR SIDES SISLI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/49000000/48700000/48695800/48695770/5977e899_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="167.89" OriginalAmount="163.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007064260597" Longitude="28.972137447467" StarRating="3" HotelCode="315897|peyk_hotel" HotelName="Peyk" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Peykhane Caddesi 10, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/97/e897ac87aca5f6a31bed1b1e11756d723bbafc14.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="167.89" OriginalAmount="163.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00482105" Longitude="28.97948163" StarRating="0" HotelCode="787147|nomade_hotel_exclusive" HotelName="Nomade Hotel Exclusive" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sultanahmet Mahallessi, Akbiyik Caddessi 69, 34122 Istanbul, Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/ac/68ac821ffd4415ad8ae77a921da2eb63bf80be92.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="168.08" OriginalAmount="163.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008759" Longitude="28.957622" StarRating="3" HotelCode="142149|1191835" HotelName="Martinenz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Koska Caddesi No: 6/1, 34130 Laleli, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/4f04eb1d8a1b49e5bb0add45d04b50c3.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a perfect location on the historical peninsula of Istanbul, the Laleli district. Al...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="168.17" OriginalAmount="163.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.956820228944" Longitude="29.097906947136" StarRating="4" HotelCode="185589|1062888" HotelName="Rhiss Hotel Bostanci" 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,Internet,Jacuzzi,Massage Centre,Nightclub,Restaurant,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Emin Ali Pasa Caddesi 118, Bostanci Mahallesi, Kadiköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/ab/4aabf78312cecb15139960217923775d6f38eb1d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the Asian side of the city, within 500 m of the famous Bagdat shopping stree...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="168.21" OriginalAmount="163.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.002" Longitude="29.13285" StarRating="0" HotelCode="|558070" HotelName="Nish Suite Atasehir" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/8/0/7/0/558070_2f152411119.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="168.44" OriginalAmount="163.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.85709" Longitude="29.2749" StarRating="0" HotelCode="|242840" HotelName="Lounge Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/2/8/4/0/242840_19.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="168.49" OriginalAmount="163.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9926344" Longitude="29.0260626" StarRating="0" HotelCode="|108297" HotelName="Timya Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Osmanaga Mah. Rihtim Cad. Kirmizi Kusak Sok. No:3 Kadikoy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/9/7/108297_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has, WiFi, (free of charge). SITUATION: It is situated 450 kilometres away fromKadikoy Port It has excellent transport links to Sultanahmet the historic area of. ROOM: Each room has an air-conditioning system and a satellite TV.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="168.49" OriginalAmount="163.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05711" Longitude="28.91281" StarRating="3" HotelCode="|184457" HotelName="Gumus Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Merkez Mah Ali Galip Bey Cad No 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/4/5/7/184457_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="168.53" OriginalAmount="163.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99384" Longitude="29.02609" StarRating="3" HotelCode="188719|2265675" HotelName="Timya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kirmizi Kusak Sokak, 3, Rihtim Caddesi, Kadikoy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/a1/b2a16915c3eb1f85d03b1b2cdf80d3c6afe60684.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="168.55" OriginalAmount="163.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.027108" Longitude="28.973673" StarRating="0" HotelCode="|522211" HotelName="Meroddi Galata Flats" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/2/1/1/522211_000e6b30936.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="168.60" OriginalAmount="163.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0329195" Longitude="28.9750074" StarRating="3" HotelCode="118882|1017798" HotelName="Troya" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Caddesi 45, Tepebasi, Beyoglu, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/fb/6dfb681336152c302644dc24be898cf93a5c5bf0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="168.82" OriginalAmount="163.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9938439" Longitude="28.9192374" StarRating="3" HotelCode="|211262" HotelName="Hampton by Hilton Istanbul Zeytinburnu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Prof Muammer Aksoy Cad No 3 Zeytinburnu Istanbul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/1/2/6/2/211262_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="168.83" OriginalAmount="163.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007161" Longitude="28.954955" StarRating="3" HotelCode="|537923" HotelName="Darkmen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Pasazade sk.no.12 Laleli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/9/2/3/537923_012be070945.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="168.87" OriginalAmount="163.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="4" HotelCode="76949|37034" HotelName="Amber Hotel Istanbul" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Muhsine Hatun Mahallesi, Cifte Gelinler Caddesi 3/7, Kumkapi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/bf/d7/bfd76738c85cf59a992085eb5649d3e277c4d01c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located at the heart of the old town between the Sea of Marmara and Sultan ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="168.92" OriginalAmount="164" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.1076766" Longitude="28.75767835" StarRating="3" HotelCode="263722|45806" HotelName="Hampton By Hilton Istanbul Kayasehir" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kayabasi Mahallesi, Sehit Mustafa Bozoklu Caddesi no 5/1, Basaksehir 34306, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/86/2586dd345df0bfefab59896f24a45bbed1443057.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="168.92" OriginalAmount="164" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99229123388" Longitude="29.026715577996" StarRating="3" HotelCode="313386|45782" HotelName="Sirin Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Osmanaga Mahallesi, Yogurtcu Sukru Sokak 16, Kadikoy, 34714 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/68/3f68f56ea4b13731f165bd9538d23b7956667f21.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="168.92" OriginalAmount="164" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005096729101" Longitude="28.811875622377" StarRating="5" HotelCode="318845|95641" HotelName="Pullman Istanbul Hotel &amp; Convention Center" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yenibosna Merkez Mahallesi, 1 Asena Sok 15, Bahcelievler, 34295 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/10/3b10188dc48dc6151a74b7eb26580c7e0f49d7a4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="168.92" OriginalAmount="164" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|542060-28455151/4024169871002992272/2690" HotelName="SEHER" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/24000000/23050000/23042500/23042478/f689df5c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="168.92" OriginalAmount="164" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|223657-28455133/4024169871002992272/8556" HotelName="THE PERA HILL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5660000/5653700/5653684/b67deb8a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="168.92" OriginalAmount="164" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|230952-28592950/4024169871002992272/9155" HotelName="RAMADA PLAZA BY WYNDHAM ISTANBUL TEKSTILKENT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5800000/5795100/5795051/b0a07a12_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="168.92" OriginalAmount="164" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|638567-28455355/4024169871002992272/14509" HotelName="THE ELEGANT - HALAL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18360000/18355200/18355177/58fb0768_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.92" OriginalAmount="164.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.92823652" Longitude="29.30892734" StarRating="4" HotelCode="438225|nearport_hotel" HotelName="Nearport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Yenisehir Mahallesi, Osmanli Bulvari 5/A, Kurtkoy, Pendik, 34912 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a2/2c/a22c051847c56ef8c44a8636c7e56d7ab0d88e60.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="169.20" OriginalAmount="164.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0026663" Longitude="28.9744605" StarRating="3" HotelCode="|79170" HotelName="Bucoleon By Cheers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Cad.Cayiroglu sok. No:20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/1/7/0/79170_1499b110636.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a terrace, a cafÃ© and a reception. SITUATION: The hotel is in a quiet area, is situated 400 metres away from the mosque, it is situated 18 kilometres away from Istanbul AtatÃ¼rk Airport The hotel the Grand Bazaar it is 10 minutes away from it is 15 minutes away from Topkapi the palace. ROOM: All the rooms have WiFi, an LCD satellite television and an air-conditioning system. Guests are offered room service. OTHERS: Regarding the food and beverage offering, clients have a breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="169.33" OriginalAmount="164.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.975608" Longitude="28.875267" StarRating="0" HotelCode="|458179" HotelName="Cloud7 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ebuziya caddesi No 56-62</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/8/1/7/9/458179_ebea5f10015.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="169.64" OriginalAmount="164.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0301027" Longitude="28.9745905" StarRating="0" HotelCode="|304467" HotelName="Hotel Devman" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Asmalimescit Caddesi No:22 Tepebasi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/4/4/6/7/304467_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="169.67" OriginalAmount="164.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98302" Longitude="28.86011" StarRating="3" HotelCode="|238736" HotelName="Hampton By Hilton Istanbul Atakoy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Atakoy 4. Kisim Cevat Dursunoglu Cad. No:6 Bakirkoy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/7/3/6/238736_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="169.71" OriginalAmount="164.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98054" Longitude="29.129431" StarRating="5" HotelCode="|447361" HotelName="Selectum City Atasehir" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dudullu Cd. 29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/3/6/1/447361_8c9ca7f0952.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="169.72" OriginalAmount="164.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.028753" Longitude="28.986133" StarRating="4" HotelCode="213823|924475" HotelName="Nidya Hotel Galataport" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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>Meclis-i Mebusan Cd. No 21, Tophane, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/cd/32/cd320698248bcdddbe6fb2d207febfa9454fbe98.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="169.81" OriginalAmount="164.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012791" Longitude="28.9487792" StarRating="0" HotelCode="|108312" HotelName="Best House Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sofular Caddesi Rak?p Bey Sokak No:39 Aksaray/Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/3/1/2/108312_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment offers guests WiFi (free of charge), rooms with air-conditioning and satellite TV. SITUATION: This establishment, is in Istanbul the historic area of it is 300 metres away from Aksaray the underground station of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="169.87" OriginalAmount="164.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011927" Longitude="28.973243" StarRating="0" HotelCode="|454932" HotelName="Boss Sultanahmet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sururi Quarter, Turkocagi Street, No: 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/9/3/2/454932_35278f21209.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="169.90" OriginalAmount="164.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.988908667746" Longitude="28.829905525131" StarRating="4" HotelCode="260601|143116" HotelName="WOW Airport Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Massage Centre,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yesilkoy Mahallesi, Ataturk Caddesi 15-17-19, Bakirkoy, 34149 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/91/a3918410f7a5d23648c9b5539a5a4d4bdd22176c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at 1 km from the most important airport of Istanbul, Atatürk Airport, and at 20...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.95" OriginalAmount="165" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03017091" Longitude="28.97440252" StarRating="5" HotelCode="370101|217601" HotelName="Devman Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Asmalimescit Sokak No: 22, Tepebasi, Beyoglu, Istanbul, Türkiye</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/f5/c4f5ffd252576875789a9aa4fb93bc28b6ddb7e3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.95" OriginalAmount="165" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06127125" Longitude="28.97899084" StarRating="3" HotelCode="709761|284865" HotelName="Ibis Styles Istanbul Bomonti Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Halide Edip Adivar Mahallesi, Akar Caddesi 6, Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a5/c4/a5c47d9bb0d6bbcfbeef41c1a80f9620d24ab8e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="169.95" OriginalAmount="165" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|640111-28791632/4024169871002992272/2132" HotelName="TRYP BY WYNDHAM ISTANBUL BASIN EKSPRES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/21000000/20160000/20154600/20154516/8799f2f4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="169.95" OriginalAmount="165" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="38.90708" Longitude="-77.063156" StarRating="5" HotelCode="0|15302-20798764/4024169871002992272/8603" HotelName="AKGUN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> 1310 Wisconsin Ave Nw, GEORGETOWN, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/90000/84000/83973/3bbbd2ed_b.jpg</HotelPictures>
        <HotelDescription>The Georgetown Inn is one of the most recognized establishments in Washington DC. Maintaining a tradition of excellence for more than 40 years, this landmark boasts traditional allure and close proximity to the picturesque Georgetown waterfront. Luxuriate in newly renovated, European-style Georgetown hotel accommodations - the perfect haven after a day of shopping and sightseeing in the nation's capital. Rejuvenate with a workout in the onsite fitness center. Whether you're here for business or leisure, this hotel offers you a storied alternative to the standard hotels in the Washington DC area.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="169.95" OriginalAmount="165.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.037121368107" Longitude="28.986632823944" StarRating="4" HotelCode="38708|taksim_metropark_hotel_2" HotelName="Taksim Metropark Hotel" 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,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Osmanli Sokak 4, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/95/99956f0a38adfa7279a0a2dc20d7d9761330a300.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is around 50 m from the city centre, where there are plenty of shopping opportunitie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="169.95" OriginalAmount="165.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.018109121616" Longitude="28.926572799683" StarRating="5" HotelCode="27534|holiday_inn_istanbul_city_2" HotelName="Holiday Inn Istanbul City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Turgut Ozal Caddesi 189, Millet Caddesi, Topkapi, 34280 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/7c/a37c3f4a0b1fe73a2dcdfe31b3dcba8ed4e1c798.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located 2 km from the Old City, the Grand Bazaar, the Hagia Sophia, Sultanahmet Mosque...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="169.95" OriginalAmount="165.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05801114" Longitude="28.98786823" StarRating="0" HotelCode="593869|buke_hotel" HotelName="Buke Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Mayis Mahallesi, Samanyolu Sokak 82, Sisli, 34360 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4d/08/4d0878a495f42d1640e647b978515b74efb61e60.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="170.37" OriginalAmount="165.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06122" Longitude="28.97926" StarRating="4" HotelCode="|224413" HotelName="Ibis Styles Istanbul Bomonti" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Halide Edip Adivar Mah Akar Cad No 6 Sisli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/4/1/3/224413_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="170.46" OriginalAmount="165.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013073" Longitude="28.809321" StarRating="5" HotelCode="|205467" HotelName="Pullman Istanbul and Convention Center" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yenibosna Merkez Mahallesi 1.Asena Sok No:15Bahcelievler, ISTANBUL</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/5/4/6/7/205467_fbdeed61023.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="170.55" OriginalAmount="165.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0397606" Longitude="28.9843369" StarRating="4" HotelCode="|95923" HotelName="Peak Star" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Topcu Caddesi 19 Taksim,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/9/2/3/95923_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a reception, attentive service and it offers tourist information. SITUATION: This hotel is 2 minutes away from Taksim the Square of Istiklal Avenue Close to shops and restaurants. It has excellent transport links to public transport services. ROOM: All the rooms have WiFi (free of charge), soundproof, an air-conditioning system and a mini-bar. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="170.56" OriginalAmount="165.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01891" Longitude="28.92633" StarRating="5" HotelCode="|17625" HotelName="Eresin Hotels Topkapi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MILLET CAD. - TOPKAPI 186</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/6/2/5/17625_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2006, has 5 floors and 250 rooms. In the entrance, you can find a lobby with a reception, a safety deposit box service, a currency exchange service, a cloakroom and 3 lifts. Guests are also offered a kiosk, a hairdresser's, 12 conference rooms, internet, a cafÃ©, a bar and 2 restaurants. There are many services available at the establishment, including room service, a laundry service, a medical care service, a car park and an indoor car park. Children can enjoy a playground. SITUATION: This attractive hotel is in an excellent location. Is situated in the historic centre. It has excellent transport links to Sultanahmed Camii, Topkapi Sarayi and Kapalicarsi. It is just 10 kilometres away from Istanbul AtatÃ¼rk Airport and the exhibition centre. ROOM: The large, smart rooms have a bathroom, a hairdryer, an air-conditioning system, heating, a mini-bar, a satellite television, a direct line telephone, WiFi (free of charge), a safety deposit box and room service. FACILITIES: The establishment has a swimming pool, deck chairs, a jacuzzi, a sauna, a Turkish bath and a gym. The establishment also has a tanning room and a massage service. OTHERS: The establishment serves a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="170.61" OriginalAmount="165.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.924763" Longitude="29.154792" StarRating="4" HotelCode="|444878" HotelName="Days By Wyndham Istanbul Maltepe" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/8/7/8/444878_7c02c5b1128.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="170.85" OriginalAmount="165.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.92824" Longitude="29.30925" StarRating="4" HotelCode="|241045" HotelName="Nearport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yenisehir Mah. Osmanli Bulvari No:5/A Pendik</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/1/0/4/5/241045_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="170.96" OriginalAmount="165.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.020447" Longitude="28.630726" StarRating="5" HotelCode="|450556" HotelName="Ramada by Wyndham Beylikduzu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gokevler Mahallesi 529 Sokak 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/5/5/6/450556_8fcbf371139.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="170.98" OriginalAmount="166.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99231" Longitude="29.0267" StarRating="0" HotelCode="|551950" HotelName="Sirin Otel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Osmanaga Mah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/1/9/5/0/551950_a6938281106.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170.98" OriginalAmount="166" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.96746494" Longitude="29.10481219" StarRating="4" HotelCode="374490|407737" HotelName="Plus Hotel Bostanci Atasehir" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Icerenköy Mahallesi, Yesilvadi Sokak 10, Bostanci, Istanbul, Kadikoy</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/4e/284e725afd7ca050dae3a1b0718ab5a4533df514.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="170.98" OriginalAmount="166" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|885104-32596688/4024169871002992272/12012" HotelName="RENZO HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/46000000/45700000/45694000/45693930/a624bc47_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="170.98" OriginalAmount="166.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00686" Longitude="28.97232" StarRating="3" HotelCode="68413|olimpic_hotel_2" HotelName="Olimpic Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Peykhane Caddesi 16, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3f/f7/3ff742e26fd38dc89394ebd7febef42549483d16.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is has an ideal location in the heart of Sultanahmet. Within 400 metres of the Blue Mosqu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="170.98" OriginalAmount="166.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.000514628697" Longitude="29.136636621015" StarRating="5" HotelCode="375344|bof_hotels_ceo_suites_atasehir" HotelName="Bof Hotels Ceo Suites Atasehir" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tatlisu Mahallesi, Halic Sokak No. 10, Atasehir, 34775 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/fe/ed/feed7615b3fa5c0d3dc12932e395415f159a738e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul - Sabiha Gökcen (SAW).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="170.98" OriginalAmount="166.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98033222" Longitude="28.73065776" StarRating="4" HotelCode="623900|land_park_hotel" HotelName="Lotte Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Merkez Mahallesi E-5, Yanyol caddesi 131, Near the Sukrubey Metrobus, Avcilar, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/b4/87b40a4aaf3673a129e8d542e240148383cadc58.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="171.01" OriginalAmount="166.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.069785378669" Longitude="28.86783192159" StarRating="5" HotelCode="244317|924495" HotelName="Ramada Plaza Istanbul Tekstilkent" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oruc Reis Mahallesi, Tekstilciler Caddesi 3, Esenler, 34235 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c6/8d/c68d4366df928ff07b68f81659cea3f629339296.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.10" OriginalAmount="166.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0068" Longitude="28.95336" StarRating="0" HotelCode="|192512" HotelName="Marmara Place Old City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Inebey Mahallesi Gazi Mustafa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/5/1/2/192512_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.37" OriginalAmount="166.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.025896" Longitude="28.973284" StarRating="4" HotelCode="|453043" HotelName="Meroddi La Porta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bereketzade Mah. Simsir Sk. No:14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/0/4/3/453043_df41ee11059.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.38" OriginalAmount="166.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05165" Longitude="28.98927" StarRating="0" HotelCode="|244774" HotelName="Nishant Boutique Hotels" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Halaskargazi Mh. Bahtiyar Sk. No 3 Sisli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/4/7/7/4/244774_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="171.54" OriginalAmount="166.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00535128816" Longitude="28.979957476258" StarRating="3" HotelCode="188715|1442868" HotelName="Novano" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Caddesi No: 74, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c7/c2/c7c295e4dc0cd52b6d2b2beb7379d11d14dcbc0f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.59" OriginalAmount="166.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.060886" Longitude="28.988518" StarRating="4" HotelCode="|445657" HotelName="Tryp By Wyndham Istanbul Sisli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>19 MAYIS MAH BALCIK TARLASI SK. NO. 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/6/5/7/445657_0b409b30731.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.60" OriginalAmount="166.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.977311" Longitude="28.875739" StarRating="0" HotelCode="|546674" HotelName="La Mia Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/6/6/7/4/546674_c1908211041.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.60" OriginalAmount="166.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.051368" Longitude="29.024499" StarRating="0" HotelCode="|522230" HotelName="Acar Suite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/2/3/0/522230_7f443310943.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.63" OriginalAmount="166.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008823" Longitude="28.9590259" StarRating="3" HotelCode="|305132" HotelName="Gold" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Kemalettin Mah. Sair Hasmet Sk. No:11 Laleli/Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/5/1/3/2/305132_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="171.71" OriginalAmount="166.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01366612" Longitude="28.97703067" StarRating="3" HotelCode="33226|52504" HotelName="Seres Old City" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hüdavendigar Caddesi 25, Sirkeci, Fatih, 34420 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/cb/b4cbc9fb9d7dcd739a522b4319fc5eb9cce8acc8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This superb hotel is close to Istanbul's city centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.74" OriginalAmount="166.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0505973" Longitude="28.9864891" StarRating="3" HotelCode="|305630" HotelName="The Tango Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dolapdere Caddesi no :213</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/5/6/3/0/305630_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.76" OriginalAmount="166.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00444" Longitude="28.98024" StarRating="3" HotelCode="|25184" HotelName="Sumengen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AMIRAL TAFDIL SOK-SULTANAHMET 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/8/4/25184_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2004, has 6 floors and 30 rooms. The air-conditioned establishment has a reception, a lift, a safety deposit box service, a currency exchange service, a bar, a cafÃ© and a restaurant. The establishment also offers internet, a car park, room service, a laundry service and a medical care service. SITUATION: It is inIstanbul the heart of Where you can find shops, bars, pubs, restaurants and nightclubs. 100 metres away, guests can find the mosque, 600 metres away, clients have tourist points of interest situated 18 kilometres away fromIstanbul AtatÃ¼rk Airport. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, internet, satellite or cable TV, central heating, a mini-bar and individual air-conditioning. FACILITIES: Clients can find a green area and a Turkish bath. MEALS: Clients can book bed and breakfast, Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: The establishment accepts American Express, Visa and Mastercard.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.77" OriginalAmount="166.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008007" Longitude="28.967848" StarRating="0" HotelCode="|168687" HotelName="Comfort Elite  Sultanahmet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Hayrettin Mah.Divan-i Ali sok. No: 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/6/8/7/168687_27954000939.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a spa centre, a wellness centre, a sauna, a hamman, WiFi (free of charge) and a reception. The establishment offers guests ticket sales, organisation of excursions and a car hire desk. SITUATION: The establishment is 350 metres away from the bazaar. It is situated 1.2 kilometres away from the mosque. 900 metres away, guests can find the Basilica of Santa Sofia. It is situated 19.7 kilometres away from Airport Istanbul AtatÃ¼rk. ROOM: The rooms have flat-screen satellite television, a mini-bar, computer safe, kettle, a bathroom with a shower, a hairdryer and complimentary bathroom items. OTHERS: Regarding the food and beverage offering, clients can enjoy a restaurant with breakfast service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.01" OriginalAmount="167" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004992652656" Longitude="28.966427329633" StarRating="3" HotelCode="267815|62198" HotelName="Sayeban Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Hayrettin Mahallesi, Cadirci Camii Sokak 25, Gedikpasa Caddesi, 34080 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/d9/35d966cded9bc30b1084476748c75890d52efc8f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="172.01" OriginalAmount="167" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.123615000000000" Longitude="-115.170020000000000" StarRating="4" HotelCode="0|17389-28558311/4024169871002992272/3669" HotelName="ALL SEASONS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine> 3300 Las Vegas Boulevard South,  LAS VEGAS, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1700000/1696100/1696090/f17b8bba_b.jpg</HotelPictures>
        <HotelDescription>This resort is situated on the Las Vegas Strip that features a contemporary style with high-energy atmosphere. Connected by pedestrian bridges to Fashion Show shopping mall and Grand Canal Shoppes as well as a tram to the Mirage. McCarran International Airport is less than 5 kilometres away. Their mission is to be the most exciting, distinctive, and friendly resort destination on the Las Vegas Strip. Relax by the outdoor tropical pool or the elegant spa and salon. Guests can enjoy a choice of several restaurants, pubs and lounges, live casino gaming, and the salient Mystère by a Cirque show. Modern meeting space and wedding chapels accommodate Las Vegas events of any kind.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="172.01" OriginalAmount="167" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|93941-28493792/4024169871002992272/10982" HotelName="ROMANTIC" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2540000/2533400/2533386/cb952656_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="172.01" OriginalAmount="167" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|337157-28558506/4024169871002992272/13008" HotelName="METROPOLITAN HOTELS TAKSIM" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10650000/10645300/10645216/1bf2eb42_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="172.01" OriginalAmount="167" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1456999-32477403/4024169871002992272/15137" HotelName="RAMADA RESIDENCES BY WYNDHAM ISTANBUL HARAMIDERE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/125000000/124290000/124280500/124280491/a46e4d8d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="172.01" OriginalAmount="167" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1351950-28586356/4024169871002992272/16056" HotelName="EL EMIN ISTANBUL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88950000/88949100/88949082/f5003b39_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="172.01" OriginalAmount="167.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008713906085" Longitude="28.958787054863" StarRating="3" HotelCode="160744|gold_5" HotelName="Gold Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Kemalettin Mahallesi, Sair Hasmet Sokak 11, Laleli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/6a/17/6a1701df562b5edda146ef46228e007c5a77fbdb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="172.08" OriginalAmount="167.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04356" Longitude="28.91335" StarRating="5" HotelCode="|220626" HotelName="Golden Tulip Istanbul Bayrampasa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yenidogan Mah. Cicoz Yolu Cad. No:13 Bayrampasa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/6/2/6/220626_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="172.31" OriginalAmount="167.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00849" Longitude="28.954226" StarRating="0" HotelCode="|523463" HotelName="Freya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ihtisap Agasi Sk. 9-11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/4/6/3/523463_6b0c3be0959.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="172.55" OriginalAmount="167.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00866" Longitude="28.97413" StarRating="0" HotelCode="|184149" HotelName="Aybar Hotel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mah. Basmusahip Sok. No:10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/1/4/9/184149_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="172.68" OriginalAmount="167.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013848" Longitude="28.978956" StarRating="4" HotelCode="104121|590995" HotelName="Gülhanepark" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nöbethane Cad. No: 1, 34112 Sirkeci, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/41/48/414840f4195483883d9ea6c53257dfde76a68e92.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city and business hotel is situated just a few steps away from Gulhane Park. The hotel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="172.71" OriginalAmount="167.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.029577" Longitude="28.972431" StarRating="4" HotelCode="|452455" HotelName="Dora Pera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Evliya celebi mahallesi simal sokak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/2/4/5/5/452455_85ecccf1157.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="172.83" OriginalAmount="167.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.019558" Longitude="28.909955" StarRating="5" HotelCode="|220739" HotelName="Grand Makel Topkapi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Maltepe Mah. Serce Kale Sok. No 1-1 Zeytinburnu Istanbul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/7/3/9/220739_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="172.99" OriginalAmount="167.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038723682083" Longitude="28.984039127827" StarRating="4" HotelCode="18133|30184" HotelName="Taksim Gönen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Aydede Caddesi No. 15, 34437 Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/9f/009f43c6d6e8c37e2a5096351d27dcc52e5916a0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel is located just minutes from the modern Taksim Square. Close to the hote...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="173.04" OriginalAmount="168" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99349999" Longitude="28.7942634" StarRating="3" HotelCode="375411|206141" HotelName="Istanbul Fair Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Gueltepe Mahallesi, Yanyol 3, 34295 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/13000000/12030000/12024300/12024222/b4e04650_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="173.04" OriginalAmount="168" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|179992-32698100/4024169871002992272/17" HotelName="AKGUN BEYAZIT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/179992/2012620154516849.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.04" OriginalAmount="168.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00320985" Longitude="28.97208263" StarRating="0" HotelCode="367695|mataraci_konak" HotelName="Mataraci Konak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucukayasofya Mah. Cami Sk. No:10 Sultanahmet Fatih, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/4f/144fca35b95072cce8506626ad9e995325cdafa3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.04" OriginalAmount="168.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.002880072601" Longitude="28.975045008598" StarRating="3" HotelCode="410318|artefes_hotel" HotelName="Artefes Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Caddesi, Cayiroglu Sokak 17, Sultanahmet, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/8b/7e8b60608ff243790701493a975b8aaaa272f67d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a recently opened establishment in the Sultanahmet district of Istanbul. The hotel's su...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="173.14" OriginalAmount="168.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0068734" Longitude="28.9563151" StarRating="0" HotelCode="|108115" HotelName="Kuran Hotel International" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Katip Kasim Mah . Guvenlik Cad. No:1 Laleli/Aksaray</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/1/5/108115_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts spa facilities, rooms with air-conditioning, cable TV and a minibar. SITUATION: This hotel is 15 minutes away from the bazaar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="173.22" OriginalAmount="168.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004551" Longitude="28.979777" StarRating="3" HotelCode="188716|1007385" HotelName="Center Hill Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Mimar Mehmet Aga Caddesi 23, Fatih, Istanbul, Sultanahmet</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/45/76/4576c7f8af5657ce22318d952743352cf56bed26.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="173.33" OriginalAmount="168.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0086422" Longitude="28.959998" StarRating="3" HotelCode="|82942" HotelName="Benler" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/4/2/82942_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inIstanbul the historic area of the establishment is 15 kilometres away from the basilica and Fatih the Mosque of. ROOM: All the rooms have a satellite TV and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="173.43" OriginalAmount="168.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034914" Longitude="28.984645" StarRating="3" HotelCode="188751|83650" HotelName="Taksim Star" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly 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,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Siraselviler Caddesi 37, 34437 Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/18/4b1890f4f192b5ac5e656299cc04334ee87aaf40.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly on Taksim Square. Guests will find the city centre, restaurants, bars...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="173.51" OriginalAmount="168.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0190926483" Longitude="28.963589966297" StarRating="4" HotelCode="185595|4932135" HotelName="Hayriye Hanim Konagi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hayriye Hanim Sok. No. 19, Demirtas Mah., Old City Suleymaniye, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/16/160755/160755a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The unique historical and tourist sights of the Old City are within walking distance of the hotel. S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="173.66" OriginalAmount="168.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011937" Longitude="28.957229" StarRating="0" HotelCode="|305343" HotelName="Beethoven" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kemalpasa Mahallesi, Fethi Bey Caddesi No: 63, Laleli, Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/5/3/4/3/305343_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="174.02" OriginalAmount="168.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04056927" Longitude="28.98212221" StarRating="4" HotelCode="321413|29396001" HotelName="Metropolitan Taksim" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Taksim Caddesi 89-91, Beyoglu Istanbul, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/4f/574f41dd6af2c96592c068845fa7717e1ead013d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="174.04" OriginalAmount="168.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012836" Longitude="28.9778217" StarRating="0" HotelCode="|82944" HotelName="Gülhane Corner" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/4/4/82944_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Santa Sofia it is 5 minutes away from. ROOM: Customers can find modern rooms, with WiFi, (free of charge). OTHERS: Regarding the food and beverage provision, the establishment offers a breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="174.04" OriginalAmount="168.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039375" Longitude="28.982391" StarRating="0" HotelCode="|475708" HotelName="Gazelle Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Feridiye caddesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/7/0/8/475708_dc4d1d91228.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="174.07" OriginalAmount="169" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1402331-28482129/4024169871002992272/8590" HotelName="BAYMARI SUITES CITY LIFE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/92000000/91750000/91741000/91740911/a7061fa5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="174.07" OriginalAmount="169" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|611850-28455235/4024169871002992272/21756" HotelName="NEZIH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19480000/19479400/19479385/ba0f9c3d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.07" OriginalAmount="169.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040342" Longitude="28.985071" StarRating="4" HotelCode="15177|nippon_hotel" HotelName="Nippon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Topçu Caddesi No: 6, 34437 Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c2/b6/c2b61eb371e7d92e2f9094571e62da43e82cdd8f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located in the tourist area of Istanbul and is located only a couple of m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.07" OriginalAmount="169.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.054724450459" Longitude="28.991369605064" StarRating="4" HotelCode="173487|vizon_hotel" HotelName="Vizon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Mahallesi, Sütlü Sokak No. 6, Osmanbey Sisli, 34363 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ae/12/ae125a532f80793756953466fcc41a0bd6e4c9d8.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet street of Osmanbey, an area in the district of Sisli that is well-k...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.07" OriginalAmount="169.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004355829379" Longitude="28.979782702767" StarRating="3" HotelCode="118851|hotel_oceans_7" HotelName="Hotel Ocean's 7" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Amiral Tafdil Sokak 18/1, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9f/da/9fda308936aa912db43dda1c65d15ccafc8ff3fb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.07" OriginalAmount="169.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011736" Longitude="28.946976" StarRating="3" HotelCode="166623|star_city_hotel_2" HotelName="Star City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vatan Cd. Sehit Pilot Mahmut Nedim Sokak No:1, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/ef/16ef2dbb31984346111adf6ff5b80870238d4284.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.07" OriginalAmount="169.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.032607130826" Longitude="28.975211872482" StarRating="4" HotelCode="313454|buyuk_londra" HotelName="Grand Hotel De Londres" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Dining,Laundry,Room Service,Spa,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Caddesi 53, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c7/c7/c7c7ff6c65524d679eb48bd82bd2c49e140e8c3b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;When "Orient Express" reached Istanbul five years after its operation in 1883, the first hotels of I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.07" OriginalAmount="169.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.991645" Longitude="28.795186" StarRating="0" HotelCode="385814|alrazi_hotel" HotelName="Alrazi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Besyol Mahallesi Birlik Caddesi Karadeniz Sokak No:13-15, Küçükçekmece, Sefaköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f9/41/f941ce26579f91450a8ef81b8867a89084ee0f6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.07" OriginalAmount="169.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0061918" Longitude="28.9797258" StarRating="5" HotelCode="499028|side_hotel" HotelName="Side Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Utangac Sokak 22, Sultanahmet Fatih, 34400  Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/dd/b3/ddb32d5f55d11bcf18ccd0bf7032e9a1a81440aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.07" OriginalAmount="169.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00887" Longitude="28.9556" StarRating="0" HotelCode="828008|grand_marcello_hotel" HotelName="Grand Marcello Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mesihpasa Mahallesi, Sait Efendi Sokak 23, Laleli, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d1/38/d138900a8d9dde86fd3cd5e30403959af5b674a0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.07" OriginalAmount="169.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003154438557" Longitude="28.97460334603" StarRating="0" HotelCode="915597|albinas_old_city_hotel" HotelName="Albinas Hotel Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Küçükayasofya Mahallesi, Mustafapasa Sokak 34-38, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b3/20/b32061e88d7eb18dc231cb26015c5b62b29c6ac6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="174.11" OriginalAmount="169.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0071297" Longitude="28.9737053" StarRating="4" HotelCode="|55933" HotelName="Mina – Special Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PIYERLOTI CD.DOSTLUK YURDU.SK.NO:6 SULTANAHMET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/9/3/3/55933_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2003 and has 44 rooms, The establishment has a hall with a reception, a currency exchange service, a cloakroom, a lift, air-conditioning, a restaurant and conference rooms. The establishment also offers internet, room service, a laundry service (for a fee) and a car park (for a fee). SITUATION: Is situated inIstanbul the heart of 5 minutes away from the establishment, clients can find places of interest, 20 minutes away from the establishment clients have Istanbul AtatÃ¼rk Airport. ROOM: The rooms have an electronic key, a bathroom with a bath, a hairdryer, a direct line telephone and WiFi. They also have cable television, a mini-bar, a double bed, a safe, a central heating system and a central air-conditioning system. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and Ã  la carte or set-menu lunch and dinner. Guests can book bed and breakfast. PAYMENT METHODS: The establishment accepts Visa and Mastercard.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="174.13" OriginalAmount="169.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012245" Longitude="28.97755" StarRating="4" HotelCode="39194|621585" HotelName="Sude Konak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>EbuSuud Caddesi No 24, 34110 Sirkeci, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/2f/942feb74556297ce93a62c950872348a1a497118.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is located directly in the city centre where there is wide a range of public tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="174.28" OriginalAmount="169.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0349606" Longitude="28.976883" StarRating="0" HotelCode="|353360" HotelName="Grand Papirus Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kamerhatun Cd. No:15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/3/6/0/353360_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="174.48" OriginalAmount="169.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.033391" Longitude="28.975128" StarRating="3" HotelCode="260169|1068338" HotelName="Pera Hill" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Caddesi 39, 34340 Istanbul, Beyoglu</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/2d/d0/2dd05a54709169c87f3cda6dea2ef7e491f79e46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="174.49" OriginalAmount="169.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.054472" Longitude="29.019729" StarRating="0" HotelCode="|153632" HotelName="Republika Ortaköy Aparts" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BALMUMCU MH. MUSTAFA IZZET EFENDI SK. ORTAKOY 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/6/3/2/153632_d13a3420813.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2013, has 268 rooms and a car park. SITUATION: This establishment, is in Istanbul a good location in is situated in the city centre excellent transport links to the city, is near the bus stop, the metro station, points of interest and the harbour.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="174.49" OriginalAmount="169.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011118778456" Longitude="28.958201408386" StarRating="4" HotelCode="130243|109712" HotelName="Klas" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Harikzedeler Sok No 48, Laleli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/56e5a761603546329844a128dd04eb8a.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the old city centre within walking distance of the spectacular highlights of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="174.67" OriginalAmount="169.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.044199983467" Longitude="28.91315639019" StarRating="5" HotelCode="185754|851345" HotelName="Titanic Business Golden Horn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Yenidogan Mahallesi, Erciyes Sokak 7, Bayrampasa, 34030 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/40/402717/402717a_hb_a_041.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in Bayrampasa, Istanbul’s central business district. Guests can access pu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="174.73" OriginalAmount="169.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012577" Longitude="28.955169" StarRating="0" HotelCode="|552749" HotelName="Woxx Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kemalpasa Mah Ahmet Selahattin Sok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/7/4/9/552749_9e0cc811118.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="174.75" OriginalAmount="169.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.029255" Longitude="28.972969" StarRating="4" HotelCode="95950|1082278" HotelName="Ansen Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Evliya Celebi Mahallesi, Mesrutiyet Caddesi 70, Tepebasi Tunel, Beyoglu, 34303 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f5/6e/f56e8e40bf16a3623ce1c24ee74c401ce1b06da4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="174.89" OriginalAmount="169.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011139329517" Longitude="28.955894279762" StarRating="4" HotelCode="43563|95249" HotelName="Yigitalp" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gençtürk Cad., Çukur Çesme Sok. No:34, Sehzadebasi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/ebad94d24afc4ef189431920d9fcbaaa.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of the enthralling old town, just a short distance from a wide se...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.07" OriginalAmount="169.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008703" Longitude="28.885129" StarRating="4" HotelCode="|443951" HotelName="ibis Styles Istanbul Merter" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mehmet Nesih Ozmen Mah., Kasim Sok. 32</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/3/9/5/1/443951_e963ae71109.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.08" OriginalAmount="169.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034682" Longitude="28.980854" StarRating="0" HotelCode="|524657" HotelName="Li Hotel Pera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Katip Mustafa Celebi Mahallesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/6/5/7/524657_4c399711144.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.09" OriginalAmount="169.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.91233" Longitude="29.21728" StarRating="4" HotelCode="|192518" HotelName="Ramada Encore By Wyndham Istanbul Kartal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Mah. Kartal Cad., No: 53</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/5/1/8/192518_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="175.10" OriginalAmount="170" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05410417" Longitude="28.98588235" StarRating="5" HotelCode="498247|217684" HotelName="Numi Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Mahallesi, Rumeli Caddesi 104/6, Osmanbey Sisli, 34380 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/a5/49a5f735801276a12e19d9949d5d457eea9f1272.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="175.10" OriginalAmount="170" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00416609273" Longitude="28.976459261427" StarRating="1" HotelCode="320724|217749" HotelName="Sultan Corner Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Kücük Ayasofya Caddesi 6, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/22/229635/229635a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="175.10" OriginalAmount="170" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1247358-28586714/4024169871002992272/6561" HotelName="RAMADA ENCORE BY WYNDHAM ISTANBUL KARTAL HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1247358/202162710011932.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.10" OriginalAmount="170.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013242" Longitude="28.976553" StarRating="0" HotelCode="33648|seher_hotel" HotelName="Seher Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Hoca Pasa Mahallesi, Ibni Kemal Caddesi 18, 34110 Sirkeci, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/01/79014410429ba3cf135ff9f5766e4e66875cc1c5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.10" OriginalAmount="170.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012089841355" Longitude="28.954996281957" StarRating="4" HotelCode="43560|holiday_inn_istanbul_old_city" HotelName="Holiday Inn Istanbul - Old City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Massage Centre,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gencturk Caddesi, Sirvanizade Sokak 5, Vezneciler, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f2/15/f215cad50be2b8214c3348fc6fbd642200137140.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Istanbul's Old City area. Tourists can reach the historic attractions, i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.10" OriginalAmount="170.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006969555812" Longitude="28.971794843674" StarRating="3" HotelCode="18052|sunlight_hotel" HotelName="Sunlight Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piyerloti Caddesi 28, Cemberlitas, 34490 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/c7/94c774451723653a5451c7fc76c063368e1c5dab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Istanbul's old town, not far from the city's most important si...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.10" OriginalAmount="170.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005383" Longitude="28.979994" StarRating="4" HotelCode="87538|the_byzantium_hotel__suites__special_class" HotelName="The Byzantium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 27/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik cad. No: 29, 3400 Sultanahmet</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/89/5c/895cee164fd9339684f6d3a7114908a57b7527a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of Sultanahmet, only a few minutes walk from Topkapi, The Blue M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.10" OriginalAmount="170.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.029453009189" Longitude="28.805873996206" StarRating="4" HotelCode="310545|park_inn_by_radisson_istanbul_ataturk_airport" HotelName="Park Inn by Radisson Istanbul Ataturk Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Halkali Merkez Mahallesi, Fatih Caddesi 99, 34303 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/3a/683a193526378f7449bbfb127f6484bb51575016.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.10" OriginalAmount="170.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.07416818859" Longitude="28.981178372024" StarRating="0" HotelCode="346305|hotel_caglayan" HotelName="Hotel Caglayan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Caglayan Vatan Caddesi, Emek Sokak 1, 34000 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/c3/44c38df8f06a62665d71a775ebf4211b4b8e0bb8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.10" OriginalAmount="170.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05067836" Longitude="28.98653269" StarRating="3" HotelCode="571984|the_tango_hotel_istanbul" HotelName="The Tango Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Bozkurt Mahallesi, Sisli, Osmanbey, Dolapdere Caddesi 213, 34373 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/2d/8f2daa62fc48c79270bb681f7f6899be5113fee0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.10" OriginalAmount="170.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.025782699606" Longitude="28.972259022176" StarRating="4" HotelCode="499322|walton_hotels_galata" HotelName="Walton Hotels Galata" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Sair Esref Pasa Sokak 4, Bankalar Caddesi, Galata, 34421 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/fd/effd93a1bc43d2e12b119a0f2e92508f530d70fb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.10" OriginalAmount="170.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01411938" Longitude="28.97729925" StarRating="0" HotelCode="879140|sirkeci_family_hotel" HotelName="Sirkeci Family Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Serdar Sokak 5, Sirkeci Fatih, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/41/31418e803c73e12aa22afae15bb05db4dcad171c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.10" OriginalAmount="170.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03433761" Longitude="28.97978173" StarRating="0" HotelCode="968026|burj_al_istanbul" HotelName="Burj Al Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kuloglu Mahallesi, Uzkinay Sokak 2/1, Beyoglu, Turkey Fuat, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/53/9553b5baa8c65498b40b997b2f1b4ad73726b60b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.14" OriginalAmount="170.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0039427" Longitude="28.9793481" StarRating="0" HotelCode="|83039" HotelName="Kaftan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Caddesi Amiral Tafdil Sokak No 29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/3/9/83039_4.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inIstanbul the historic centre of this establishment, is close to Topkapi the Palace of the bazaar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="175.18" OriginalAmount="170.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007005989148" Longitude="28.972690701485" StarRating="4" HotelCode="27743|271255" HotelName="Mina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piyerloti Cad. Dostluk Yurdu Sok. No:6, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/c5/94c5dbeeef3cf9fb12805a712fa5c5913a3d5c85.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Magic Istanbul's old town. The Archaeological Museum, the St So...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.26" OriginalAmount="170.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.059512" Longitude="28.813415" StarRating="0" HotelCode="|450583" HotelName="Westside Residences By Rotana" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mahmutbey Mah. Tasocagi Yolu Cad.39-1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/5/8/3/450583_489d2b21000.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.26" OriginalAmount="170.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.904957" Longitude="29.279701" StarRating="0" HotelCode="|545820" HotelName="Fontana Verde" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nur Sk. 32</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/5/8/2/0/545820_77506032207.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.46" OriginalAmount="170.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.07048" Longitude="29.00628" StarRating="4" HotelCode="|185045" HotelName="Veyron Hotels and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Esentepe Mh. Saglam Fikir Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/0/4/5/185045_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="175.54" OriginalAmount="170.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003905" Longitude="28.979315" StarRating="3" HotelCode="191121|1652118" HotelName="Kaftan Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran mah., Mimarmehmetaga cad. Amiral Tafdil Sok. No:45, 34120 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c0/a1/c0a1a7b2d18a6cb27a39ed2430cf4ff3c137b0d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.57" OriginalAmount="170.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.907433" Longitude="29.214929" StarRating="0" HotelCode="|526219" HotelName="Aram Otel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Naz Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/6/2/1/9/526219_b1ea5431013.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="175.63" OriginalAmount="170.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013909742691" Longitude="28.939782679081" StarRating="3" HotelCode="168419|1462558" HotelName="Topkapi" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oguzhan caddesi No:20, Findikzade, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/2e/a92ec4db6c61ad1359fbfb098b7cdca6f7d6dc8e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.64" OriginalAmount="170.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0355218" Longitude="28.9870293" StarRating="0" HotelCode="|108130" HotelName="Hotel Taksim Home" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Taksim Dunya Saglik Sokak No:19 Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/3/0/108130_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in the city centre, is situated 100 metres away from Taksim the square. ROOM: The apartments have a washing machine, a dishwasher and a flat-screen television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.67" OriginalAmount="170.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03811" Longitude="28.98351" StarRating="0" HotelCode="|551401" HotelName="T-Square Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Feridiye Cd.no 93</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/1/4/0/1/551401_1db28ef1149.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.81" OriginalAmount="170.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.045406" Longitude="29.003908" StarRating="0" HotelCode="|534309" HotelName="Ruby Suit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mecit Ali Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/3/0/9/534309_6e4a3ee1122.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.82" OriginalAmount="170.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013276" Longitude="28.9772822" StarRating="0" HotelCode="|22611" HotelName="Seres " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hudavendigar Caddesi 25 Sirkeci</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/1/1/22611_84ce5681128.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2004, has 54 rooms, a lobby, a safety deposit box service, a currency exchange service, 2 lifts and a cafÃ©. Guests are also offered a television room, an Ã  la carte restaurant, a conference room and internet. There are many services available at the establishment, including room service, a laundry service and a medical care service. SITUATION: It is inIstanbul the centre of. ROOM: All the rooms have a bathroom, a hairdryer, a direct line telephone, satellite or cable TV, internet, a mini-bar, a central heating system and fitted carpets. PAYMENT METHODS: Customers can pay by Visa and Mastercard. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.89" OriginalAmount="170.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.990479" Longitude="29.030021" StarRating="0" HotelCode="|537740" HotelName="Rubby Hotel Kadıköy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/7/4/0/537740_94c3f880956.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.91" OriginalAmount="170.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.032328" Longitude="28.988932" StarRating="0" HotelCode="|530003" HotelName="Union Hotel Port" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Omer Avni Mah. Celebi Hamami Sk. No:14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/0/0/0/3/530003_2fc709f1055.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.93" OriginalAmount="170.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00316" Longitude="28.97574" StarRating="3" HotelCode="|184146" HotelName="Atam Suites and Apart" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/1/4/6/184146_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.99" OriginalAmount="170.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0918" Longitude="29.09378" StarRating="0" HotelCode="|184163" HotelName="Bilek Boutique Hotel Kavacik" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kavacik Mh Ekinciler Cad Muhtar Sk No:9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/1/6/3/184163_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="176.13" OriginalAmount="171" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04807944" Longitude="29.00761632" StarRating="3" HotelCode="293677|57953" HotelName="Cheya Otel Besiktas" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Barbaros Bulvari, Akdogan Sokak 39, 34353 Besiktas, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/dc/8c/dc8ca4210cfb56f0f6a3c6db38d544e81319bae0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="176.13" OriginalAmount="171" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008234590402" Longitude="28.970437645912" StarRating="4" HotelCode="169628|54902" HotelName="Hotel New House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Emin Sinan Mahallesi, Evkaf Sokak 6, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/14/145739/145739a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Çemberlitas area, next to Sultanahmet and within easy walking distance o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="176.13" OriginalAmount="171" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023717538778" Longitude="28.973959552167" StarRating="4" HotelCode="300841|58771" HotelName="Manesol Boutique Galata" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Arapcamii Mahallesi, Bankalar Caddesi, Billur Sokak 1A, 34420 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3a/e5/3ae5682ae0383436b958da2f28541976a65ff71b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located in the heart of Istanbul. Its setting is especially ideal for guests ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="176.13" OriginalAmount="171" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.478000000000000" Longitude="9.209000000000000" StarRating="3" HotelCode="0|51374-28493780/4024169871002992272/5218" HotelName="STAR HOLIDAY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>27 VIA SPALLANZANI, MILANO, IT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1270000/1269900/1269887/f7a3fe55_b.jpg</HotelPictures>
        <HotelDescription>This hotel is conveniently located in the city centre of Milan. In the nearby historical centre there are a range of shopping options for fashion and more (for example the Trade Fair Center), as well as access to the underground train network and other public transport links. Guests wanting to take a trip outside the city will find the Stazione Centrale and Garibaldi main railway stations or various links to the motorway nearby. Milan-Linate international airport is around 12 km away, whereas Milan-Malpensa is 42 km from the hotel.

The hotel consists of a total of 30 rooms, spread over 3 floors, of which 21 are double rooms, 5 are junior suites, 4 are single rooms and the remaining 1 is a suite. Guests are welcomed in the air-conditioned foyer with a 24-hour reception desk, a currency exchange counter, lifts and a hotel safe. Furthermore, guests are invited to take advantage of the hairdressing salon, the bar and TV lounge as well as the breakfast room, Internet access and room and laundry services.

The standard rooms all come with an en suite bathroom a hairdryer. In addition, a direct dial telephone, satellite TV, Internet access, a minibar, a king-size bed, air conditioning, heating and a balcony or terrace are provided in all accommodation as standard.

Guests can select their breakfast from a buffet. It is possible to book a Bed &amp;amp; Breakfast stay.

The hotel can be easily reached via motorway. From the East, via the A4 towards Venice and Lake Garda; from the South via the A1 towards Bologna, Florence, Rome und Naples; via the A7 towards San Remo and France; with the A9 in the direction of Como, Switzerland and Lago Maggiore; from the West via the A4 in the direction of Turin. Furthermore, shuttle buses and taxis are available from Linate and Malpensa airports.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="176.13" OriginalAmount="171" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|173789-32594983/4024169871002992272/5502" HotelName="CONCEPT NISANTASI HOTELS AND SPA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/72000000/71710000/71705700/71705678/e1e9bbc4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="176.13" OriginalAmount="171" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|3528-19573678/4024169871002992272/8595" HotelName="AHC TAKSIM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7280000/7273200/7273188/f12ad871_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="176.13" OriginalAmount="171" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|254236-28592958/4024169871002992272/18955" HotelName="EURO PARK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11950000/11940900/11940802/b5a58955_edited_9e0d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="176.13" OriginalAmount="171.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0704447" Longitude="29.0062688" StarRating="4" HotelCode="313442|veyron_hotels" HotelName="Veyron Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Esentepe Mahallesi, Saglam Fikir Sokak 1/1, Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/17/d917389a57e5343e92193ddb5c7452536b8ca16a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="176.13" OriginalAmount="171.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02530745" Longitude="29.09371347" StarRating="0" HotelCode="373866|era_palace_hotel_2" HotelName="Era Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Atatürk Mahallesi, Alemdag Caddesi 112, Ümraniye, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/ac/d0ac9fa7a733c5fab877e2ade181922b4c09a7de.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="176.13" OriginalAmount="171.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02727146" Longitude="28.97396795" StarRating="5" HotelCode="496574|snog_rooms_suites" HotelName="Snog Rooms &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Sahkulu Sokak 10, Beyoglu, 34421 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/f9/a5f9809af943d6865c3f03df6732ee58a6dffe24.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="176.13" OriginalAmount="171.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.81621461" Longitude="29.30431404" StarRating="0" HotelCode="815446|butikotel_tuzla_garden_hotel_suits" HotelName="Tuzla Garden Hotel &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Housekeeping,Internet,Laundry,Smoking Rooms,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Cami Mahallesi, Galipaga Sokak 22, 34940 Tuzla, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/f9/edf92dc04b46a34056aec9521913c3d8c321f16e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel can be found in Gebze. The premises count with 42 welcoming bedrooms. Guests ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="176.17" OriginalAmount="171.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9914262" Longitude="29.0326691" StarRating="0" HotelCode="|306078" HotelName="Mezzo Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kalem Sokak Osmanaga mah ,Numara 10-12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/6/0/7/8/306078_e13f9872057.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="176.19" OriginalAmount="171.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0120548" Longitude="28.9554907" StarRating="4" HotelCode="|68311" HotelName="Klas Istanbul Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HARIKZEDELER SOK.NO 48</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/3/1/1/68311_1_2295.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2009, has 129 rooms, 8 executive rooms and a lobby with a reception air-conditioning, a currency exchange service, a cloakroom and a lift. The establishment also offers a bar and a restaurant. You are also offered internet, room service and a laundry service (for a fee).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="176.35" OriginalAmount="171.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.044993" Longitude="29.012495" StarRating="0" HotelCode="|548284" HotelName="Wind Suit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Asariye Cd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/8/2/8/4/548284_0eeec4c1130.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="176.44" OriginalAmount="171.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006607" Longitude="28.969696" StarRating="0" HotelCode="|454604" HotelName="Imagine - Special Category" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Emin Sinan Mah. Pertevpasa Sk. No: 57Kadirga,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/6/0/4/454604_121fc9e1030.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="176.44" OriginalAmount="171.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.059222071563" Longitude="28.943804632472" StarRating="5" HotelCode="310356|399659" HotelName="Mövenpick Hotel Istanbul Golden Horn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Silahtaraga Caddesi 87, Eyüp, 34050 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/68/00680d424b0bd46513ef6a5fb5495eabc5ed3b05.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Istanbul. For guests who appreciate a stylish ambience...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="176.54" OriginalAmount="171.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034026" Longitude="28.982007" StarRating="0" HotelCode="|534546" HotelName="Four Sides Beyoglu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tel Sk. 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/5/4/6/534546_caa3ffa1154.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="176.62" OriginalAmount="171.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003405394545" Longitude="28.978269141209" StarRating="4" HotelCode="136264|2798154" HotelName="Antis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sultanahmet Mahallesi, Akbiyik Degirmeni Sokak 98, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4c/e1/4ce11ee39c692f1fdda4af02e0985b0427319291.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel enjoys a great location in the heart of Istanbul's historical city centre, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="176.69" OriginalAmount="171.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008760639404" Longitude="28.970171548798" StarRating="3" HotelCode="146751|1580698" HotelName="Dedem Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Emin Sinan Hamam Caddesi 8, Çemberlitas Istanbul, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9e/33/9e331e3366cf55b9a24e2f1f37cc01ef899b0fcb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="176.83" OriginalAmount="171.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039253" Longitude="28.943089" StarRating="5" HotelCode="|353864" HotelName="Millennium Istanbul Golden Horn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ayvansaray Mahallesi Ayvansaray Kuyusu Sokak No 8 Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/8/6/4/353864_67976b51143.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="176.84" OriginalAmount="171.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013171029073" Longitude="28.976832032204" StarRating="3" HotelCode="33269|605205" HotelName="Hotel Centrum Istanbul" 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,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hoca Pasa Mahallesi, Ibn-i Kemal Caddesi 14, Sirkeci, 34080 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/25/95257d789ba932305c1349ea97159e49a6689238.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="177.02" OriginalAmount="171.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0070466" Longitude="28.9669557" StarRating="0" HotelCode="|353482" HotelName="Oban Suites Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gedikpasa Caddesi No: 42 Beyaz?t</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/4/8/2/353482_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="177.14" OriginalAmount="171.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0090294" Longitude="28.9648898" StarRating="0" HotelCode="|82877" HotelName="Balin - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dibekli Camii sk. No:10 Beyazit</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/8/7/7/82877_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel Sultanahmet it is in it is located 350 metres away from Topkapi the Palace of and the mosque. ROOM: The establishment has soundproofed rooms, with WiFi (free of charge) and views of the city.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="177.16" OriginalAmount="172" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.026535" Longitude="28.97455" StarRating="3" HotelCode="933235|58135" HotelName="Duo Galata Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sahkulu Mahallesi, Galipdede Caddesi 56/83, 34420 Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/e0/f4e07c186df5719b1cb9b616af6a60e17ee93599.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="177.16" OriginalAmount="172" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|639279-28494100/4024169871002992272/5490" HotelName="PERA CAPITOL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/639279/202035169275.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="177.16" OriginalAmount="172" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|402689-28583284/4024169871002992272/9369" HotelName="RAMADA BY WYNDHAM ISTANBUL GOLDEN HORN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15480000/15478700/15478659/w1796h1203x0y0-406b3a59_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="177.16" OriginalAmount="172" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|57449-28493785/4024169871002992272/10363" HotelName="ASPEN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1920000/1916300/1916277/3ac7a33f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="177.16" OriginalAmount="172" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|14816-28455125/4024169871002992272/12179" HotelName="SUNLIGHT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/1000000/480000/479600/479507/0f62845c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.16" OriginalAmount="172.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02815751" Longitude="28.97277691" StarRating="5" HotelCode="154376|tunel_residence" HotelName="Tunel Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sishane Evliya Çelebi Mahallesi, Mesrutiyet Caddesi 96, 34430 Beyoglu- Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/d7/43d7bd477829c3c64c556d1960e6712fba793d11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.16" OriginalAmount="172.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008047" Longitude="28.963131" StarRating="4" HotelCode="168922|hotel_momento__special_class" HotelName="Hotel Momento Beyazit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mithat Pasa Caddesi, Kucuk Haydar Efendi Sokak 14, Beyazit, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/1d/0f1d69be671c872e3d02f7cec7066d6887c88132.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is very conveniently located less than 200 metres from the Grand Bazaar while the sights o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.16" OriginalAmount="172.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006395" Longitude="28.957112" StarRating="3" HotelCode="189374|simper_hotel_" HotelName="Simper Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Katip Kasim Mahallesi, No. 59 Kiziltas Sokak, Turkeli Caddesi, Aksaray/Nisanca, Fatih, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/af/6cafba9483bab0908853e722f83a1fef0aca8c73.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located close to Aksaray and approximately 2 km from the historical attractions at Sultanahmet, the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.16" OriginalAmount="172.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.893585" Longitude="29.355382" StarRating="3" HotelCode="293564|asya_park_hotel" HotelName="Emirtimes Hotel Tuzla" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Orhanli Mahallesi, Demokrasi Caddesi 36, Tuzla, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/34/33/3433a88fb67031a010c3cdd2f17f5d3017e7570f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.16" OriginalAmount="172.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00448" Longitude="28.685774" StarRating="3" HotelCode="376948|realist_hotel" HotelName="Realist Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Namik Kemal Mahallesi, 119 Sokak 50, Haramidere, 34410 Esenyurt, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/29/0029a315733c352556043c13eea72b62f14107f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.16" OriginalAmount="172.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04863163007" Longitude="29.021472999825" StarRating="3" HotelCode="936554|palanga_bosphorus_ortakoy" HotelName="Malta Bosphorus Hotel &amp; Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Palanga Caddesi 24, Ortaköy, 34347 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/60/1660321c2ccd536c43706e09fe524ea3d0065632.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.16" OriginalAmount="172.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.054050939703" Longitude="28.996951776283" StarRating="4" HotelCode="936301|modus_hotel_istanbul_" HotelName="Modus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Tesvikiye Mahallesi, Ferah Sokak 10, Nisantasi, 34365 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/e8/dee813b00a804dbb0570194633e37d7f749bfe16.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.16" OriginalAmount="172.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="970945|ramada_encore_basin_express" HotelName="Ramada Encore Basin Express" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mehmet Akif Mahallesi 3, Inonu Caddesi 96-1, Kucukcekmece, 34307 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/78/17787e6527e9bd2a9b50a1af266b2f0186f5ccbf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="177.27" OriginalAmount="172.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.051618" Longitude="28.989143" StarRating="3" HotelCode="191115|1953255" HotelName="Jazz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Halaskargazi Mahallesi, Bahtiyar Sokak No:1, 34371 Nisantasi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/ab/2cab3757efc1db85558fd173faa397acc261a9ca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="177.29" OriginalAmount="172.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.991994756828" Longitude="29.026076752376" StarRating="4" HotelCode="37687|1580738" HotelName="Dila" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Osmanaga Mahallesi, Mühürdar Fuat Sokak 5, PK: 34714 Kadiköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/cb/79cbd893bbafc4177a0784d3f0b9d9a852e28752.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="177.38" OriginalAmount="172.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.002697443279" Longitude="28.973619169312" StarRating="3" HotelCode="148643|1581178" HotelName="Istanbul Harmony Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucukayasofya Mahallesi, Aksakal Caddesi 26, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9b/2a/9b2a52a08ba533c9f700335006404adfe47fbb4b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the old city, a few minutes' walk from famous tourist attractions such as t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="177.78" OriginalAmount="172.6" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0098" Longitude="28.954833" StarRating="4" HotelCode="185585|1062558" HotelName="Sorriso Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Kemal Pasa Mahallesi, Ordu Caddesi 60, Laleli, Fatih, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/dbe21907341f42098cf3dfbc803ac461.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Laleli district of Istanbul, just a few minutes’ walk from Aksaray under...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="177.79" OriginalAmount="172.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008506" Longitude="28.960339" StarRating="4" HotelCode="169652|935865" HotelName="Bekdas Hotel Deluxe" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Kemalettin Mahallesi, Derinkuyu Sokak 4, Laleli - Fatih, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e4/dc/e4dcead064ca5cb0c47e87a5b8824bd9d1325aab.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Laleli district of the historical part of Istanbul, the hotel is within easy access o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="177.81" OriginalAmount="172.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05926" Longitude="28.94413" StarRating="5" HotelCode="|192994" HotelName="Mövenpick Istanbul Golden Horn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Silahtaraga Caddesi, No. 87</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/9/9/4/192994_7977bb31229.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="178.16" OriginalAmount="172.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.037131" Longitude="28.983494" StarRating="4" HotelCode="188750|1007465" HotelName="Taksim Life" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Anar Çesmesi Sok. No: 13, Sehit Muhtar Cad., 34435 Istanbul, Taksim-Beyoglu</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/96/9d/969dd3684157de4ca55a048afba8e8968a49181e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178.19" OriginalAmount="173" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="730930|284979" HotelName="The Pashas Inn Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kadirga Limani Caddesi, Üstad Sokak 3, Kumkapi, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/b0/7bb01cdd3fbab15b563274dedc880d41c9f41968.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="178.19" OriginalAmount="173" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|175338-28558415/4024169871002992272/5217" HotelName="SORRISO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5770000/5769000/5768907/deb7b45d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="178.19" OriginalAmount="173" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|476867-28493985/4024169871002992272/21655" HotelName="NEWPORT SULTANAHMET" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/476867/202215159959.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.19" OriginalAmount="173.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003929" Longitude="28.972423" StarRating="4" HotelCode="75491|garden_house_28" HotelName="Garden House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayosofya Mahallesi Sehit Mehmet Pasa No:11/13, 34400 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/aa/bfaab62caec6d7c899f2f2e2043701ced2d8c073.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly hotel offers luxury accommodation on the historic peninsula of Istanbul, only m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.19" OriginalAmount="173.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036002317553" Longitude="28.981622122973" StarRating="3" HotelCode="185579|iq_houses_apartments_kurabiye_" HotelName="IQ Houses Mis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mahallesi, Mis Sokak 18, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/22/d322352a31884b2e53b56148c68d14a8f6d6d341.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.19" OriginalAmount="173.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006249120485" Longitude="28.981304139881" StarRating="3" HotelCode="186034|villa_sofia_hotel" HotelName="Alaturka Elegance" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Sultanahmet, Akbiyik Caddesi 3, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/70/8e705d2ac9995d98d675cc231391b5ba139f0f6a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.19" OriginalAmount="173.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.014017" Longitude="28.97659" StarRating="3" HotelCode="191071|elanaz_hotel" HotelName="Elanaz Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Orhaniye Caddesi 34, Sirkeci, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/8f/2f8f3060c00097c6c908bdabc2696460d0d4c832.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.19" OriginalAmount="173.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.85658994" Longitude="29.29124724" StarRating="3" HotelCode="517286|golden_lounge_hotel" HotelName="Golden Lounge Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Esenyali Mahallesi, Uygar Sokak 27, Pendik, 34890 Tuzla, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/76/0c76b3f7844059e89436e0c444302ccfaea6fc02.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.19" OriginalAmount="173.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.88546233" Longitude="29.19877208" StarRating="0" HotelCode="865662|kndf_marine_otel" HotelName="KNDF Marine Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kordonboyu Mahallesi, Ankara Caddesi 160, Cevizli Mahallesi, Kartal, 34860 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/2a/10/2a107f9b2c838f5fa23f16175f43c36a9e90a484.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="178.28" OriginalAmount="173.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0390563" Longitude="28.9862806" StarRating="3" HotelCode="|85150" HotelName="Germir Palas  - Special Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Caddesi 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/1/5/0/85150_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a restaurant, restaurants, a bar, a meeting room and a business centre. This urban establishment, has 49 rooms, a hall with a reception, express check-out, a safety deposit box service, a currency exchange service, a lift, WiFi, room service and a laundry service (for a fee). SITUATION: It is in the city centre, 150 metres away from the establishment, you can find Taksim the Square of Where you can find shops, restaurants, bars and public transport services. 8 minutes away from the establishment guests have the nightlife, 25 minutes away from the establishment, you can find places of interest, is 16 kilometres away from Istanbul AtatÃ¼rk Airport It is situated 42 kilometres away fromSabiha GÃ¶kÃ§en Airport. ROOM: Each room has an air-conditioning system, individual heating, internet, a satellite TV, a radio, a safety deposit box, a mini-bar, a hairdryer, a bathroom with a shower, a double bed, a direct line telephone and a terrace. FACILITIES: The establishment has a small gym. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast, an Ã  la carte lunch and a set-menu or Ã  la carte dinner. PAYMENT METHODS: Customers can pay by American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="178.32" OriginalAmount="173.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009678" Longitude="28.952487" StarRating="4" HotelCode="69968|467445" HotelName="Ramada Old City" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Turgut Özal (Millet) Cad. No: 82, Findikzade, 34093 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/e1/c8e1cd3ee512bed8f4adbeb727c40d11d02bbd1d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the old town of Istanbul on one of the city’s famous streets. The near...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="178.45" OriginalAmount="173.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039968" Longitude="28.984076" StarRating="4" HotelCode="188727|892565" HotelName="La Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Topçu Caddesi 12, Taksim, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/c2/30c2b1b932f29c1bb2e12099876e4daf81c39df0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has an excellent location just 250 m north of Taksim Square, the heart of modern Istanbul....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="178.56" OriginalAmount="173.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008908590915" Longitude="28.959451317787" StarRating="4" HotelCode="11576|469045" HotelName="The Darkhill Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Kemalettin Mahallesi, Koca Ragip Pasa Caddesi 9, Laleli, 34130 Istanbul, Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/25/28256fe9a7b29451f6b60b987611adb27b3e6b03.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is centrally located in the Laleli district at the heart of Istanbul's old to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="178.64" OriginalAmount="173.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005001" Longitude="28.973081" StarRating="3" HotelCode="|86902" HotelName="Ada Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Mehmet Pasa Yokusu No:30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/0/2/86902_1.jpg</HotelPictures>
        <HotelDescription>ROOM: This hotel has, rooms, with internet (free of charge). SITUATION: Sultan Ahmed Mosque 150 metres away, guests will find.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="178.77" OriginalAmount="173.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0071" Longitude="28.9726" StarRating="0" HotelCode="|558232" HotelName="Gulec Hotel and Spa - Special Category" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mah. Dostluk Yurdu Sk. No 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/8/2/3/2/558232_df94c031603.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="178.85" OriginalAmount="173.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003923" Longitude="28.971751" StarRating="0" HotelCode="|522255" HotelName="Sultan Suleyman Palace and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kadirga Limani Caddesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/2/5/5/522255_056f52d0957.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="178.86" OriginalAmount="173.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0338985" Longitude="28.9102221" StarRating="3" HotelCode="|304617" HotelName="Bayrampasa Grand Hotel Seferoglu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vatan Mah. Car?? Cad.No.26 Bayrampa?a</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/4/6/1/7/304617_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="178.92" OriginalAmount="173.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00797" Longitude="28.96303" StarRating="0" HotelCode="|72544" HotelName="Momento - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mithatpasa Cad 14 Kucuk haydar Efendi SK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/5/4/4/72544_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated close to the historic centre, places of interest. ROOM: The comfortable and inviting rooms, have an air-conditioning system, a direct line telephone, a bathroom and a hairdryer. They also have a satellite TV, a mini-bar, a safety deposit box, room service and WiFi. OTHERS: Regarding the food and beverage provision, the establishment offers a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="178.96" OriginalAmount="173.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008344" Longitude="28.976244" StarRating="3" HotelCode="188663|1895885" HotelName="Nomade" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Divanyolu Caddesi, Ticarethane Sokak 15, 34410 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/51/61511afb4db77066ef84e02dbae151d1990d603a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="179.01" OriginalAmount="173.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0083289" Longitude="28.9763228" StarRating="3" HotelCode="|83037" HotelName="Nomade Oldcity" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Divanyolu Cad. Ticarethane Sok. No : 15 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/3/7/83037_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a terrace on the rooftop and WiFi. The establishment offers a buffet breakfast. SITUATION: Is situated inIstanbul the heart of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="179.03" OriginalAmount="173.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006865" Longitude="28.97276" StarRating="0" HotelCode="|96004" HotelName="Olimpic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Peykhane Caddessi, 16 - Sultanahmet,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/6/0/0/4/96004_b58e1a21557.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is in a historic building, it offers WiFi and (free of charge), a terrace with fantastic views. SITUATION: The hotel is in Istanbul the historic centre of Sultan Ahmed Mosque 5 minutes walk away, guests can find. ROOM: The rooms have an air-conditioning system, flat-screen satellite television and a mini-bar. Some rooms have a balcony with beautiful views. RESTAURANT: Guests can enjoy a restaurant with beautiful views.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.22" OriginalAmount="174" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01204" Longitude="28.95578" StarRating="3" HotelCode="900068|23228" HotelName="Marinem" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gençtürk Cad. Aga yokusu Sk. No: 18, 34470 Istanbul, Sehzadebasi</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/56/12/5612bae9daef328e19d7adeb572d8ecb799a3020.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Sehzadebasi, which is the oldest part of Istanbul. Within walking distance, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="179.22" OriginalAmount="174" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|632579-20603820/4024169871002992272/9194" HotelName="BEYAZIT PALACE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/39000000/38380000/38379000/38378969/79d2dc3b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="179.22" OriginalAmount="174" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|610495-28455211/4024169871002992272/11949" HotelName="FOUR SEVEN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/37000000/36700000/36690400/36690306/2bd283ab_edited_a438_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="179.22" OriginalAmount="174.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0305516" Longitude="28.97578475" StarRating="0" HotelCode="374473|ravouna_1906" HotelName="Ravouna 1906 - Special Category" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Istiklal Caddesi No:201 Beyoglu, 34440 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/82/5a822d3e6b975667bd326a2227bb388cfe9f5e91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="179.22" OriginalAmount="174.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.81691564" Longitude="29.29497961" StarRating="0" HotelCode="950043|tuzla_hill_suites" HotelName="Tuzla Hill Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Postane Mahallesi G 17, Sokak 9, 34940 Tuzla</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/b0/c4b00dd17150fea8310fd7407261fdd8993f779e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="179.24" OriginalAmount="174.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0484118" Longitude="29.0076154" StarRating="3" HotelCode="|108267" HotelName="Cheya Beşiktaş" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Barbaros Bulvari, Akdogan Sokak No:39, Besiktas</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/6/7/108267_5.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Barbaros boulevard Bosphorus it is situated 750 metres away from the ferry terminal. ROOM: Customers have stylish rooms, have modern facilities and a kitchen.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="179.31" OriginalAmount="174.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0404166" Longitude="28.9850985" StarRating="4" HotelCode="|17608" HotelName="Nippon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Topcu Cd, Talimhane 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/6/0/8/17608_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 9 floors, 171 rooms and 12 suites. In the establishment entrance, guests will find a lobby with 2 lifts, a reception, a cloakroom, 20 safety deposit boxes and a currency exchange service. SITUATION: This hotel is in Istanbul the tourist area of close to the establishment, clients can find shops, bars, restaurants, nightclubs and a public transport stop. it is 15 minutes away from Topkapi Sarayi the railway station. ROOM: The rooms have a bathroom with a shower, a hairdryer, a direct line telephone, a satellite or cable television, a radio, internet, a mini-bar, a double bed, fitted carpets, an air-conditioning system and a central heating system. FACILITIES: Outdoors, clients have access to a swimming pool, At the neighbouring hotel clients can enjoy a sauna and a Turkish bath. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and Ã  la carte or set-menu lunch and dinner. Dietary restrictions can be accommodated and special dishes can be made. Guests can book half-board or full-board. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="180.12" OriginalAmount="174.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.048000929573" Longitude="28.626842688325" StarRating="4" HotelCode="318298|406530" HotelName="Manesol Fuar Beylikduzu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cakmakli Mahallesi, Hasat Sokak 41/A, 34500 Büyükçekmece, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/40/406530/406530a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="180.14" OriginalAmount="174.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.037012" Longitude="28.981957" StarRating="0" HotelCode="|563514" HotelName="The Tango Hotel Taksim" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>SEHIT MUHTAR MAHALLESI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/3/5/1/4/563514_be8358b1902.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="180.25" OriginalAmount="175.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.054582867802" Longitude="28.933390974998" StarRating="4" HotelCode="55340|125217" HotelName="Turquhouse Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Bungalow Complex,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pierre Loti Tepesi Turistik Tesisleri, Merkez Mahallesi, Idris Köskü Caddesi, 34050 Istanbul, Eyüp</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/46/468054d53ead7691/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel is located on one of the pretty hills of Istanbul, Pierre Loti. A shuttle bus r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.25" OriginalAmount="175.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01416485061" Longitude="28.977220165839" StarRating="3" HotelCode="142969|akcinar_hotel" HotelName="Akcinar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Nöbethane Caddesi, Serdar Sokak 18, Sirkeci, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/6d/da6d04b0ac88d7f7ac2c0bcca7c380aef0774959.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.25" OriginalAmount="175.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007224941115" Longitude="28.95610364418" StarRating="4" HotelCode="167022|grand_madrid_hotel" HotelName="Grand Madrid Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Laleli Caddesi 54, Laleli, Fatih, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/44/1d449d860b1a95fcb5998dcbdcfeadc06b502587.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.25" OriginalAmount="175.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035235766857" Longitude="28.975903987885" StarRating="3" HotelCode="191178|peradays_2" HotelName="Peradays" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hamalbasi Cad. No: 32, Kamer Hatun Mah., Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/2a/022ae57eade94ee69807643fbd73f481c2ab1c41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.25" OriginalAmount="175.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01265131" Longitude="29.1061318" StarRating="5" HotelCode="571659|the_city_suites_3" HotelName="The City Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Atakent Mahallesi, Akdeniz Caddesi Muammer Aksoy Sokak 4, Ümraniye, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/13/0813bb15b1988fd4d64ea846399b8c39e92a85aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.25" OriginalAmount="175.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9623" Longitude="29.1103" StarRating="5" HotelCode="933270|dedeman_bostanci" HotelName="Dedeman Bostanci Hotel &amp; Convencion Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Jacuzzi,Laundry,Massage Centre,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Içerenköy Mahallesi, Degirmen Yolu Caddesi 39B, 34752 Atasehir, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/10/b6/10b60c7a7ce1556df7806565f5e7c9dbbf8fe106.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.25" OriginalAmount="175.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00342105688" Longitude="28.975597550926" StarRating="3" HotelCode="933259|hotel_buhara_family_inn_2" HotelName="Hotel Buhara Family Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Küçük Ayasofya Mahallesi, Yegen Sokak 7, Sultanahmet, 34122 Istanbul, Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/32/a932c55f5c2b9b420b50c5deffb686de1ff927e3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="180.33" OriginalAmount="175.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008332" Longitude="28.963836" StarRating="4" HotelCode="96592|889165" HotelName="Grand Beyazid" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mithat Pasa Caddesi, Abu Hayat Sok 5, 34490 Beyazid, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/92/9f/929ffe523ee43d2a09e72c0fa871f0db8c0cedf5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the right side of Beyazid Square, only a few metres from the Grand Bazaar, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="180.35" OriginalAmount="175.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03388" Longitude="28.97893" StarRating="3" HotelCode="|193162" HotelName="Hotel Mara" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Turnacibasi Cad. No:4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/1/6/2/193162_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="180.38" OriginalAmount="175.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.062895" Longitude="28.84135" StarRating="0" HotelCode="|450527" HotelName="The Superior Living Batisehir" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Goztepe Mah Batisehir G3 Block</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/5/2/7/450527_1451dc31340.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="180.73" OriginalAmount="175.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0069973" Longitude="28.9554843" StarRating="0" HotelCode="|353416" HotelName="Darkmen Hotel 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hayriye Tuccari Cad. No:28 Laleli/Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/4/1/6/353416_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="180.80" OriginalAmount="175.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034426" Longitude="28.980711" StarRating="0" HotelCode="|84906" HotelName="Misafir Suites 8 Istanbul - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KULOGLU MAH. GAZETECI EROL DERNEK SOK. BEYOGLU 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/9/0/6/84906_8.jpg</HotelPictures>
        <HotelDescription>SITUATION: This boutique hotel Taksim it is in it is situated near the commercial area, Where you can find restaurants and bars. la Plaza Taksim 500 metres away from. ROOM: The establishment has large suites, They have heated floor, a flat-screen television, WiFi (free of charge) and a marble bathroom. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast, Accepted a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="180.84" OriginalAmount="175.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0034866" Longitude="28.9740227" StarRating="0" HotelCode="|108039" HotelName="Coliseum" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/0/3/9/108039_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a reception and WiFi (free of charge). SITUATION: This establishment, is 300 metres away from a beach, Santa Sofia 8 minutes away from the establishment, clients can find Cistern the basilica.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="180.99" OriginalAmount="175.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01119" Longitude="28.97321" StarRating="0" HotelCode="|184765" HotelName="New Florenta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Molla Fenari Mah. Selvili Mescit Sk. No:16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/7/6/5/184765_bf8a5261531.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.13" OriginalAmount="175.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03575" Longitude="28.98118" StarRating="0" HotelCode="|184929" HotelName="Taksim House Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Street Imam Adnan, Number: 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/9/2/9/184929_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.13" OriginalAmount="175.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.021842" Longitude="28.927232" StarRating="0" HotelCode="|467162" HotelName="Istanbul Efes Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Topkapi Mahallesi Beyazitaga sokak No:7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/1/6/2/467162_d4ea1821748.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.15" OriginalAmount="175.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0240515" Longitude="29.0939463" StarRating="3" HotelCode="|86711" HotelName="Grand Eyuboglu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/1/1/86711_ea139711150.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is in Umraniye the district of. FACILITIES: The establishment boasts a Turkish bath, a sauna and a covered swimming pool. ROOM: The modern rooms, have an air-conditioning system and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.16" OriginalAmount="175.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005933" Longitude="28.964101" StarRating="4" HotelCode="|22637" HotelName="Amber Hotel - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MUHSINE HATUN MAH.CIFTE GELINLER CAD. 3 KUMKAPI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/3/7/22637_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 4 floors and 24 standard rooms. In the establishment entrance, guests will find a big hall, a reception, a currency exchange service, a lift, a lounge area, a TV room and internet. It also has 2 inviting bars and an Ã  la carte restaurant with air-conditioning. There are many services available at the establishment, including room service and a laundry service. Outdoors, you can find an oudooor car park. SITUATION: This attractive hotel is in the historic centre. It is situated near the tourist attractions. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, internet, a mini-bar, a fridge, an air-conditioning system, a central heating system and a safety deposit box (available for a fee). FACILITIES: Customers can enjoy a billiards table and a Turkish bath. OTHERS: The establishment offers a buffet breakfast and dinner and Ã  la carte lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.23" OriginalAmount="175.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.971768" Longitude="29.059811" StarRating="0" HotelCode="|531750" HotelName="A11 Exclusive Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bagdat Caddesi No:233</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/1/7/5/0/531750_f25cedc1058.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="181.28" OriginalAmount="176" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013909789825" Longitude="28.978435837101" StarRating="4" HotelCode="899817|32249" HotelName="Hotellino" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nöbethane Caddesi 5, Sirkeci, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8e/d3/8ed389c83d7ba281ddb85b24cc02191656d266ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the heart of the historical old city, this charming city hotel is only a short walk from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="181.28" OriginalAmount="176" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|628888-27456423/4024169871002992272/2150" HotelName="TRYP BY WYNDHAM ISTANBUL TOPKAPI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/43000000/42080000/42071800/42071714/1da5a3bd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="181.28" OriginalAmount="176" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3491-28558287/4024169871002992272/6752" HotelName="RAMADA BY WYNDHAM ISTANBUL OLD CITY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/480000/479600/479504/3ee861a6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="181.28" OriginalAmount="176" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|639567-28455382/4024169871002992272/12981" HotelName="MERETTO LALELI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/639567/202036133313187.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="181.28" OriginalAmount="176" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|17448-19490092/4024169871002992272/15167" HotelName="SERES HOTEL OLD CITY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/527500/527414/7970501b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="181.28" OriginalAmount="176" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|69621-28447317/4024169871002992272/16178" HotelName="DUNDAR" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/23000000/22170000/22168900/22168889/dad5b825_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="181.28" OriginalAmount="176" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1351489-28586126/4024169871002992272/17226" HotelName="HAMITBEY HOTEL YENIKAPI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/84000000/83650000/83642700/83642672/18cff886_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="181.28" OriginalAmount="176.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02814258" Longitude="28.80932648" StarRating="3" HotelCode="933738|holiday_inn_express_istanbul_airport" HotelName="Holiday Inn Express Istanbul Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Basin Express Caddesi 2, Halkali, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/61/e061bbb5d6f260e0feca0af9763ccfd944dee72d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="181.28" OriginalAmount="176.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008336" Longitude="28.95837" StarRating="0" HotelCode="933222|emos_hotel" HotelName="Hotel Emos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesihpasa Caddesi, Sair Fitnat Sokak No. 24, Mimar Kemalettin Mahalessi, Laleli - Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/b9/eab9fd057ce92d4ec4443037e9f4ada2b4183774.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a bar and room service. Wireless internet access in public areas allows guests to s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="181.40" OriginalAmount="176.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039558" Longitude="28.983467" StarRating="4" HotelCode="13092|334505" HotelName="The Green Park Hotel Taksim" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abdülhak Hamit Caddesi 34, 34437 Istanbul, Taksim</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/a5/a5ca947dff6ffe6c/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated about 100 m from the lively Taksim Square, only a few minutes from the town c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.52" OriginalAmount="176.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99227" Longitude="28.90954" StarRating="0" HotelCode="|185001" HotelName="The Conforium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/0/0/1/185001_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.80" OriginalAmount="176.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023394" Longitude="28.975983" StarRating="0" HotelCode="|108095" HotelName="P Galata  Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Necati Bey Caddesi Aynali Lokanta Sok. No:6 Karakoy Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/0/9/5/108095_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts WiFi (free of charge). SITUATION: The hotel Karakoy it is in it is situated 260 metres away from Bosphorus the Promenade of. ROOM: Customers can find stylish, modern rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.80" OriginalAmount="176.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98023" Longitude="28.7305942" StarRating="4" HotelCode="|306017" HotelName="Land Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>merkez mahallesi E-5 Yanyol Caddesi No:131 Avc?lar</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/6/0/1/7/306017_85aca271313.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.91" OriginalAmount="176.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.909123" Longitude="29.17868" StarRating="0" HotelCode="|531068" HotelName="Alme Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Zara Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/1/0/6/8/531068_b038dc81036.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.93" OriginalAmount="176.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00295" Longitude="28.97623" StarRating="4" HotelCode="|184127" HotelName="Albinas  Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mahallesi Mustafa Pasa Sokak. No:34-38 Sultanahmet, Fatih, Turkey, Fatih,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/1/2/7/184127_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.94" OriginalAmount="176.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0070514" Longitude="28.9704278" StarRating="3" HotelCode="|86934" HotelName="Dedem" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Emin Sinan Mah. Emin Sinan Hamami Sok. No:8 Cemberlitas</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/3/4/86934_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a restaurant and Marmara views of. SITUATION: This establishment, is in Sultanahmet the district of Hagia Sophia 350 metres away, clients have the racecourse. ROOM: The rooms have an air-conditioning system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="182.10" OriginalAmount="176.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.063251" Longitude="29.001423" StarRating="4" HotelCode="|163871" HotelName="Business Life Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Fulya Mah Vefa Deresi Sk No:15 sisli 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/3/8/7/1/163871_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2014, has 33 rooms and a car park. SITUATION: This hotel Istanbul it is in is situated in the city centre excellent transport links to places of interest, near the establishment, guests will find the bus station, the railway station, the metro station, the bus station and entertainment areas.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="182.15" OriginalAmount="176.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0108529" Longitude="28.8171116" StarRating="5" HotelCode="|84933" HotelName="Istanbul Gonen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DEGIRMENBAHCE CAD.YENIBOSNA BAHCELIEVLER 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/9/3/3/84933_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2012, has an annexed building, a main 11-storey building, a 8-storey annexed building, has 305 standard rooms, 3Â junior suites, 6 suites and 3 rooms adapted for people with reduced mobility. SITUATION: This establishment is in Istanbul is situated in the city centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="182.26" OriginalAmount="176.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00888" Longitude="28.95945" StarRating="4" HotelCode="|17635" HotelName="Darkhill" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KMimar Kemalettin Mah. Koca Ragip Pasa Cad 9- Laleli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/6/3/5/17635_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2005, has 8 floors and 107 rooms. This air-conditioned establishment has a lobby, with a reception, a currency exchange service, a cloakroom, a safety deposit box service and 2 lifts. It also has shops, a bar, an Ã  la carte restaurant with a terrace, a games room, a TV room, a conference room and internet. There are many services available at the establishment, including room service, a laundry service and a medical care service (for a fee). SITUATION: This inviting hotel is in a central area, Laleli is situated in is situated in the heart of the historic centre, near the establishment, you will find shops, monuments and tourist points of interest. the Grand Bazaar and Sultan Ahmed Mosque in the surrounding area, clients have it is situated 15 kilometres away from the airport. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio, a mini-bar, a king-size bed, fitted carpets, an air-conditioning system and a central heating system. FACILITIES: Guests are offered a heated swimming pool, a gym, a sauna, the steam bath and a massage service. PAYMENT METHODS: Customers can pay using American Express, Visa and Mastercard. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="182.28" OriginalAmount="176.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00849" Longitude="28.9659" StarRating="0" HotelCode="|184135" HotelName="Alpinn Hotel Istanbul- Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tiyatro Cad. No: 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/1/3/5/184135_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="182.31" OriginalAmount="177" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="782593|375221" HotelName="My Dream Hotel &amp; Restaurant" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Esenkent Mahallesi, Yakuplu Caddesi 114/1, Agva Merkez Mahallesi, Sile, 34980 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/d5/51d5e5f88834ae30f84ba78c9bd1c13cde022f18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="182.31" OriginalAmount="177" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00618839" Longitude="28.96949189" StarRating="0" HotelCode="430667|206559" HotelName="Cube Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Emin Sinan Mahallesi, Piyerloti Caddesi 57, Old City, Sultanahmet, Fatih, 34490 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=8284305</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="182.31" OriginalAmount="177" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009338" Longitude="28.963434" StarRating="4" HotelCode="904566|27986" HotelName="Emporium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ordu Caddesi 11, Fatih, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4a/73/4a73068483fd591371c8955bcd89e5e63fa807b2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in Beyazit in the historical district of Istanbul, the hotel is just a couple of min...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="182.31" OriginalAmount="177" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0070703" Longitude="28.97246467" StarRating="0" HotelCode="590675|237400" HotelName="Gulec Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Dostluk Yurdu Sokak 2, Çemberlitas – Fatih, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/60/d9604d6fd09aadc0a36b56c3b622251a2d1bc464.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="182.31" OriginalAmount="177" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1413155-28547364/4024169871002992272/5681" HotelName="OLD HARBOUR HOTEL ISTANBUL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/110000000/109590000/109586500/109586441/ae793d03_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="182.31" OriginalAmount="177" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|558833-28558563/4024169871002992272/12398" HotelName="MARMARA DELUXE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18590000/18583000/18582970/509481c7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.31" OriginalAmount="177.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012818" Longitude="28.976717" StarRating="4" HotelCode="32884|the_golden_horn_sirkeci_hotel" HotelName="Golden Horn Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ebusuud Caddesi 26, Sirkeci, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d9/06/d906581185ef5aab9e6dbce9bc55f33a5737a91d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the district of Sirkeci, extremely close to the centre of the old town and Sultan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.31" OriginalAmount="177.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004612" Longitude="28.980096" StarRating="4" HotelCode="130199|acra_hotel__special_class" HotelName="Acra Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Mehmet Aga Caddesi, Amiral Tafdil Sokak 15, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/0f/d8/0fd827aab4aadc726af4d613777c0b97456edde1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an ideal location in the heart of the historical centre of Istanbul in the Sultana...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.31" OriginalAmount="177.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.029188" Longitude="29.11687" StarRating="5" HotelCode="297934|rescate_hotel_asia" HotelName="Mercure Istanbul Umraniye" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alemdag Caddesi Site Yolu Sokak No. 20, Tepeustu Mevkii, Umraniye, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/29/0429cd854bf1d5499030ce73001428a0d6778109.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.31" OriginalAmount="177.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02901784" Longitude="28.97354645" StarRating="5" HotelCode="373458|pera_neuf_" HotelName="Pera Neuf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Apartment,Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>General Yazgan Cadesi  No:9 Beyoglu, 34200 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/49/24495f3f9b6481a3483c1d1dd8eedfacb666103d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.31" OriginalAmount="177.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00819217" Longitude="28.95297467" StarRating="2" HotelCode="951748|four_seven_hotel" HotelName="Four Seven Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Mahallesi, Inkilap Caddesi 1/1, Fatih, 34096 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/a6/1aa69dbd0edb6bc5c6b0a5b76a3674681ccfebb3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="182.37" OriginalAmount="177.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.014624" Longitude="28.978355" StarRating="0" HotelCode="|486641" HotelName="Cetin Port Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Istasyon Arkasi Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/6/6/4/1/486641_14d0ee12124.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="182.71" OriginalAmount="177.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005583" Longitude="28.968605" StarRating="0" HotelCode="|534268" HotelName="Royal Gur Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Emin Sinan, Mahallesi, Kadirga Hamami Sk</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/2/6/8/534268_56949431158.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="182.74" OriginalAmount="177.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.033803" Longitude="28.979098" StarRating="4" HotelCode="|185030" HotelName="The Public" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kuloglu Mah. Turnacibasi Caddesi No:1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/0/3/0/185030_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="182.76" OriginalAmount="177.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038996799893" Longitude="28.985479474068" StarRating="4" HotelCode="24951|591035" HotelName="Germir Palas" 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,Designated Smoking Area,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Cad. 7, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5f/c8/5fc865eaca8f7e0132f57964f042a044e5a6ce71.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a fantastic location in the heart of the bustling city centre, just 150 metres from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="183.07" OriginalAmount="177.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0050329" Longitude="28.9804154" StarRating="0" HotelCode="|83032" HotelName="Sumengen Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Mehmet Aga Cad. Amiral Tafdil Sk No:21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/3/2/83032_6.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Bosphorus it is next to it is 100 metres away from the mosque. FACILITIES: The establishment has a restaurant with breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="183.34" OriginalAmount="178.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038518" Longitude="28.985269" StarRating="4" HotelCode="75233|riva_hotel_taksim" HotelName="Riva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Aydede Caddesi No 8, Taksim, Istanbul 80090</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/9b/929bf83e64a52531c9452667d27804efc5608a62.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located a 5-minute walk from restaurants, shops, bars and nightlife in the district of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="183.34" OriginalAmount="178.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006342992754" Longitude="28.981709588955" StarRating="3" HotelCode="99184|ishakpasa_konagi" HotelName="Ishak Pasa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Ishakpasa Caddesi, Ishakpasa Konagi 3 - 5, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/61/2161639e292571dbda6d9bd0d5d1c361c314df03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="183.34" OriginalAmount="178.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023193" Longitude="28.97718" StarRating="3" HotelCode="191156|portus_house_istanbul" HotelName="Cheers Porthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mumhane Caddesi 31, Kemankes Mahallesi, Karaköy, 34425 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/73/4d737fa8484513813b71495a65a0fd5662ffe762.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="183.34" OriginalAmount="178.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009815591159" Longitude="28.953840233065" StarRating="4" HotelCode="315894|parmada_hotel_old_city" HotelName="Parmada Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Kemalpasa Mahallesi, Ordu Caddesi 74, Laleli, 34080 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/74/95744740fab71499bb4b93184b26ed1b6bb303ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="183.34" OriginalAmount="178.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.991005902096" Longitude="28.795642065891" StarRating="4" HotelCode="315779|ramada_encore_istanbul_airport" HotelName="Ramada Encore Istanbul Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Besyol Mahallesi, Birlik Caddesi 10, 34295 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/423f608588964d41aa48d4b52ed41269.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="183.34" OriginalAmount="178.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.062542647839" Longitude="28.999937226" StarRating="5" HotelCode="347842|the_place_hotel_2" HotelName="The Place Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Fulya Mahallesi, Ozbal Sokak 8, Sisli, 34377 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/2f/e22f866f4321664bedca77e517a30d904f802930.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="183.41" OriginalAmount="178.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0130197" Longitude="28.9417199" StarRating="4" HotelCode="|94486" HotelName="Grand Anka" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Molla Gurani Street 46, Findikzade</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/4/4/8/6/94486_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is 800 metres away from Aksaray the underground station of 100 metres away, guests can find the tram stop, is situated 3 kilometres away from Sultanahmet the district of Where you can find Topkapi the Palace of the mosque and Santa Sofia the Museum of it is situated 5,5 kilometres away from Taksim the Square of. ROOM: All the rooms have WiFi (free of charge), cable television, carpeted floor, an air-conditioning system, a mini-bar and a hairdryer. Some rooms have a sitting area. FACILITIES: Guests are offered a car park (free of charge), a reception, a hairdresser, a laundry service, car rental, a business centre, fax and a photocopier. OTHERS: Regarding the food and beverage offering, you can enjoy a restaurant and a lobby bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="183.62" OriginalAmount="178.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.032118" Longitude="28.9714" StarRating="4" HotelCode="|443952" HotelName="Nova Plaza Pera" 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/3/9/5/2/443952_18366a71112.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="183.64" OriginalAmount="178.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004358" Longitude="28.979891" StarRating="0" HotelCode="|485998" HotelName="LUXX GARDEN HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Amiral Tafdil Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/5/9/9/8/485998_7830eb70944.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="183.65" OriginalAmount="178.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0124393" Longitude="28.9773187" StarRating="3" HotelCode="|26480" HotelName="Sude Konak - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>EBUSUUD CAD. 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/4/8/0/26480_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was opened in 2001, has 39 rooms and 7 floors. In the establishment entrance, guests will find a charming hall with elevators, a reception, a cloakroom, a safety deposit box service and a currency exchange service. Guests are also offered a bar, a cafÃ© and a restaurant with air-conditioning, Other services you can find are a bicycle rental desk, a laundry service, room service, a medical care service (for a fee) and a car park. SITUATION: The hotel is near the city centre, Where you can find shops, bars, pubs, cafÃ©s, restaurants and a public transport stop. it is situated 200 metres away from the railway station, is situated 20 kilometres away from Istanbul AtatÃ¼rk Airport. ROOM: The inviting rooms, have a bathroom with a shower, a hairdryer, a direct line telephone, internet and a satellite or cable television. All the rooms have a mini-bar, a double bed, heating, an air-conditioning system and a safety deposit box (available for a fee). PAYMENT METHODS: The establishment accepts Visa, Mastercard and Diners Club. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast and a set-menu lunch and dinner. Guests can book half-board or full-board.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="183.96" OriginalAmount="178.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0041115" Longitude="28.9763305" StarRating="0" HotelCode="|108112" HotelName="Sultan Corner" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Caddesi, No:6 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/1/2/108112_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has, WiFi, (free of charge). SITUATION: This hotel is in Istanbul the historic centre of it is located 100 metres away from the mosque. ROOM: The establishment has suites and large standard rooms. Some rooms have views of the mosque.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="184.00" OriginalAmount="178.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02699" Longitude="28.97339" StarRating="0" HotelCode="|192897" HotelName="Meroddi Bagdatliyan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ilk Belediye Caddesi, No:35 Galata</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/8/9/7/192897_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="184.08" OriginalAmount="178.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.031537" Longitude="28.978509" StarRating="0" HotelCode="|522009" HotelName="Louis Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/0/0/9/522009_e68090c0950.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="184.10" OriginalAmount="178.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004439" Longitude="28.685808" StarRating="0" HotelCode="|457940" HotelName="Hotel Melidium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Namik Kemal Mah. 119. Sok. No:50</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/7/9/4/0/457940_826610c2234.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="184.33" OriginalAmount="178.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04423" Longitude="29.004459" StarRating="0" HotelCode="|544558" HotelName="Beşiktaş Konuk Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sht. Asim Cd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/4/5/5/8/544558_c9a4e0a1045.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184.37" OriginalAmount="179" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004857" Longitude="28.9757783" StarRating="3" HotelCode="346367|217610" HotelName="Hotel SultanHill" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sultanahmet Mahallesi, Tavukhane Sokak 19, Sultanahmet, Eminönü, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/73/8d73bb2d4b5a752ccbec34cc8f3218ffd59648fe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184.37" OriginalAmount="179" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.045984825105" Longitude="28.912302833891" StarRating="5" HotelCode="353710|90229" HotelName="Lionel Hotel Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Yenidogan Mahallesi, Bölükbasi Sokak 1, Abdi Ipekci Caddesi 84, Bayrampasa, 34040 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d0/a0/d0a0916390eb4859db76bdcf368d5644326a9264.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184.37" OriginalAmount="179" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.982431" Longitude="29.133521" StarRating="5" HotelCode="263352|34227" HotelName="Silence Istanbul Hotel &amp; Convention Center" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Küçükbakkalköy Mahallesi, Dudullu Yolu Caddesi 29, Atasehir, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/30/304776/304776a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="184.37" OriginalAmount="179" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.88734" Longitude="27.303267" StarRating="4" HotelCode="0|50767-28558347/4024169871002992272/4502" HotelName="AMBER" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine> GEORGIOU PAPANDREU STREET, PSALIDI, GR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1400000/1398800/1398755/1415cf10_b.jpg</HotelPictures>
        <HotelDescription>This family-friendly hotel is situated in Psalidi, around 50 m from the closest pebble beach and quite close to the centre of Kos. The hotel area is surrounded by large verandas and beautiful gardens. The bus station, restaurants, shops and bars are within walking distance; the popular nightspots are just a few kilometres away.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="184.37" OriginalAmount="179" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|354200-28493951/4024169871002992272/5776" HotelName="SOMETIMES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/13000000/12300000/12293600/12293531/6e32d7d2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="184.37" OriginalAmount="179" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1277535-28475781/4024169871002992272/10170" HotelName="CELINE TAXIM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/72000000/71740000/71730400/71730305/31d9ee9e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="184.37" OriginalAmount="179.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004692" Longitude="28.979433" StarRating="4" HotelCode="17268|hotel_sari_konak" HotelName="Sari Konak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Mehmet Aga Cad No.42 - 46, 34122 Sultanahmet - Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/4c/1c4cf8f66ffd31d8b6e7b55e3b3761d4341fdaec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="184.37" OriginalAmount="179.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.014328680706" Longitude="28.97817581892" StarRating="4" HotelCode="39094|orka_royal_hotel" HotelName="Orka Royal Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mah. Nöbethane Cad. 10, 34113 Sirkeci, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b7/12/b712b9c9d89aae9b76e90d9e804cdf471a99c88e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the old city, Sirkeci, within walking distance of all the hist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="184.37" OriginalAmount="179.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.911102922308" Longitude="29.201568837948" StarRating="5" HotelCode="410402|titanic_business_kartal_2" HotelName="Titanic Business Kartal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Spa Hotel,Airport Hotel,Conference Hotel,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,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Orta Mahallesi, Kaptan-i Derya Caddesi 37, Kartal, 34880 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/ea/b2ea345f69690610e61c5d998ac165f55debcab3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kartal, which is in the heart of Istanbul's modern commercial district and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="184.39" OriginalAmount="179.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0046794" Longitude="28.9653476" StarRating="0" HotelCode="|108100" HotelName="Ajans Pi Home" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kadirga Liman Cad. No/10 Kumkapi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/0/0/108100_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Sultan Ahmed Mosque it is situated 1 kilometre away from Sultanahmet the Square of it is 10 minutes away from Yenikapi the Ferry of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="184.39" OriginalAmount="179.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0033824" Longitude="28.9757184" StarRating="0" HotelCode="|107943" HotelName="Stanpoli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mahallesi Ye?en Sok. No:5/7 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/9/4/3/107943_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a reception and WiFi (free of charge). SITUATION: This hotel is 350 metres away from the mosque, Santa Sofia 8 minutes away from the establishment, you can find it is 800 metres away from Topkapi the Palace of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="184.48" OriginalAmount="179.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0065404" Longitude="28.9528666" StarRating="0" HotelCode="|82902" HotelName="Hotel Akyildiz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mustafa Kemal Pasa Caddesi, Langa Bostanlari Sok Aksaray,Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/0/2/82902_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment is bed and breakfast, The establishment boasts a flatscreen television and WiFi (free of charge). SITUATION: It is close toIstanbul the University of It has excellent transport links to the bazaar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="184.58" OriginalAmount="179.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011984" Longitude="28.955772" StarRating="0" HotelCode="|444436" HotelName="The Biancho Hotel Old City" 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/4/4/3/6/444436_165ac190934.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="184.77" OriginalAmount="179.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0049687" Longitude="28.9663615" StarRating="0" HotelCode="|108287" HotelName="Sayeban Hotel Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kadirga Gedikpasa Caddesi Cadirci Camii Sok No:25 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/8/7/108287_666e2411106.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has WiFi (free of charge), a terrace with sea views and rooms with air-conditioning. SITUATION: This hotel is in the historic centre, la Mezquita de Sultanahmet it is situated 15 minutes walk away from Topkapi the Palace of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="185.15" OriginalAmount="179.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.979185" Longitude="28.870994" StarRating="0" HotelCode="|543114" HotelName="SECOND SUIT OTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/3/1/1/4/543114_ff4ad6a1051.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="185.29" OriginalAmount="179.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05874328279" Longitude="28.813093424169" StarRating="5" HotelCode="118846|114316" HotelName="Holiday Inn Istanbul Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mahmutbey Mahallesi, Tasocagi Yolu Caddesi 35, Bagcilar, Istanbul 34217</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/1c/2b1c69bc567bd2ad1217079d2689d4e1cccaca0d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="185.40" OriginalAmount="180" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034270965225" Longitude="28.980896458504" StarRating="4" HotelCode="901003|56505" HotelName="Misafir Suites 8 Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuloglu Mah., Erol Dernek Sok. No:1, 34433 Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/72/a9/72a947d4e3d0b67d81cdcc5335317ff141bc922d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="185.40" OriginalAmount="180" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|52627-28549154/4024169871002992272/6096" HotelName="ARTEFES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/900000/891400/891390/8bef655e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="185.40" OriginalAmount="180" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|167506-28583440/4024169871002992272/11874" HotelName="FAROS TAKSIM" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4780000/4776400/4776363/64f22fcc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="185.40" OriginalAmount="180" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|638473-28455344/4024169871002992272/12728" HotelName="SULTANAHMET NU" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/40000000/39520000/39516200/39516115/b07e34ec_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="185.40" OriginalAmount="180.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039865" Longitude="28.984913" StarRating="4" HotelCode="65192|manesol_boutique_lamartine" HotelName="Lamartine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Lamartin Caddesi 25, Taksim, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/50/4c/504c87044e4d03aa83d4e48a3f6cc20e318a7865.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located within a few minutes’ walk of Taksim Square, where there are transport ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="185.40" OriginalAmount="180.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="3" HotelCode="118795|hotel_pera_capitol" HotelName="Hotel Pera Capitol" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Asmali Mescit Sokak 24, Tepebasi, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/5b/095b9f04d2b79266c4aa48154e0e134cabc85398.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="185.40" OriginalAmount="180.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02430204" Longitude="29.09394455" StarRating="3" HotelCode="267808|grand_eyuboglu_hotel" HotelName="Grand Eyueboglu Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,LCD/Projector,Luggage Storage,Meeting Room,Parking,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Atatürk Mahallesi, Alemdag Caddesi, Onaran Sokak 5, Ümraniye, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/c4/9ec41d52a8caf83f761985f757109e80014538d2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Grand Eyuboglu Hotel, you'll be centrally located i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="185.40" OriginalAmount="180.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013323577609" Longitude="28.97664167915" StarRating="3" HotelCode="207353|asur_hotel" HotelName="Asur Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Hoca Pasa Mahallesi, Ibni Kemal Caddesi 16, 34110 Istanbul, Sirkeci</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/6d/9d6d0f270cf97ab599f753b1ed4fbc40552ab957.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="185.40" OriginalAmount="180.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.054740123287" Longitude="28.988496062895" StarRating="3" HotelCode="303962|wame_suite_hotel" HotelName="Wame Suite Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Matbaaci Osmanbey Street 20, Osmanbey, 34363 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ac/14/ac14ca0cbb4c882dbdb57190c3a1c7443f515fb5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="185.40" OriginalAmount="180.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01456529" Longitude="28.97680098" StarRating="4" HotelCode="590049|istasyon_hotel" HotelName="Istasyon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Orhaniye Caddesi 3/1, Sirkeci, Fatih, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/53/d55351bbc51cf5fa3c3bed75697ce67956905000.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="185.40" OriginalAmount="180.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011252808456" Longitude="28.973163317791" StarRating="3" HotelCode="933258|ottoman_hotel_cagaloglu" HotelName="Florenta Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Molla Fenari Mahallesi, Selvili Mescit Sokak 16, Cagaloglu, Fatih, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/f8/56f8d5d3ab2bcd544c9e71d7ab3d9485add31d17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="185.47" OriginalAmount="180.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040624884798" Longitude="28.98342953373" StarRating="4" HotelCode="165508|36924" HotelName="Elite World Prestige Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Caddesi  40, Taksim, 34435 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/ce/3fced25acbe0f9404653922a3175790c2ea82fec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This architecturally attractive city hotel in the new area of Istanbul is situated close to Taksim S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="185.68" OriginalAmount="180.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9949967" Longitude="28.9123944" StarRating="0" HotelCode="|86739" HotelName="Grand Abimo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Prof Muammer Aksoy cad. No 16 Zeytunburnu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/3/9/86739_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a terrace, rooms with hydromassage, views of the sea and a car park (free of charge). SITUATION: the Grand Bazaar 5 kilometres away from the establishment, guests will find.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="185.74" OriginalAmount="180.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.053955" Longitude="29.0282" StarRating="0" HotelCode="|541880" HotelName="Mona Bosphorus Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Siraci Sk. 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/1/8/8/0/541880_1c662e42240.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="185.84" OriginalAmount="180.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.024359" Longitude="28.978078" StarRating="0" HotelCode="|558537" HotelName="Triada Hotel Karakoy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hoca Tahsin Sk. No:6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/8/5/3/7/558537_9bac89f1627.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="185.96" OriginalAmount="180.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0040227" Longitude="28.9763664" StarRating="4" HotelCode="|74827" HotelName="Glk Premier The Home Suites and Spa - Boutique Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucukayasofya Cad. No.60,Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/8/2/7/74827_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is near tourist areas, this hotel is in Sultanahmet the historic area of close to the establishment, clients can find bars, restaurants and terraces. ROOM: The establishment has 18 rooms with a bathroom, cable and satellite television, an air-conditioning system, a coffee maker and complimentary bathroom items. They also have a writing desk, a hairdryer, a safety deposit box, internet (free of charge) and a mini-bar. FACILITIES: The establishment boasts a restaurant and a bar. Clients can enjoy a sauna, a gym and a Turkish bath.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="186.01" OriginalAmount="180.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9927242" Longitude="29.0260921" StarRating="0" HotelCode="|107994" HotelName="Hotel Nova" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rihtim Caddesi Resitefendi Sokak No:24 Kadikoy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/9/9/4/107994_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment offers a car park, WiFi (free of charge), rooms with satellite TV and a minibar. SITUATION: The hotel is in a central area, is situated 250 metres away from Kadikoy the Ferry of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="186.03" OriginalAmount="180.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005834" Longitude="28.974227" StarRating="3" HotelCode="|484632" HotelName="Haci Bayram" 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/8/4/6/3/2/484632_810555c2013.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="186.22" OriginalAmount="180.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0142853" Longitude="28.9773136" StarRating="0" HotelCode="|83007" HotelName="Hotel Akcinar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nobethane Cad. Serdar Sok. No:18 Sirkeci</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/0/7/83007_67086c61123.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is 500 minutes away from the bazaar, the hotel is in the area.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="186.37" OriginalAmount="180.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039708827641" Longitude="28.966703791332" StarRating="4" HotelCode="320304|69905057" HotelName="DoubleTree by Hilton Hotel Istanbul - Piyalepasa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kaptanpasa Mahallesi, Piyalepasa Bulvari 5, 34440 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/de/06de24991740db7e9354cd8ac2c70b3f5183d003.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="186.38" OriginalAmount="180.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.86944" Longitude="29.270837" StarRating="5" HotelCode="146902|144566" HotelName="Divan Istanbul Asia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>E5 Karayolu üzeri 209, Ust Kaynarca Pendik, 34899 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8e/cc/8ecc5a6d63df301e4ae1064807472e16224ddfaf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is situated in Istanbul, in the asian side of the city, in close proximity to majo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="186.39" OriginalAmount="180.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.07132" Longitude="28.8726" StarRating="4" HotelCode="|192232" HotelName="Golden Way Giyimkent" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>ORUC REIS MH.GIYIMKENT SITESI KATLI IS.MRKZ. 274</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/2/3/2/192232_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.43" OriginalAmount="181" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009225" Longitude="28.962833" StarRating="4" HotelCode="167659|22999" HotelName="Sky Kamer" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ordu, 31, Istanbul 34130</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/12/128296/128296a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the old, cultural centre of Istanbul known as Beyazid, the hotel's roof terrace overlooks...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.43" OriginalAmount="181" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="4" HotelCode="43552|4720" HotelName="Golden Age Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Topcu Caddesi 10, Taksim, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/3a1cb0c4f5447020/99/9999e19a6bc8ef81/10-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated just 5 minutes away from Taksim's underground station. It is approximately 25 ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.43" OriginalAmount="181" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.014007988071" Longitude="28.976603329448" StarRating="2" HotelCode="267822|252256" HotelName="Istanbul Sirkeci Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="24 Hour Power Supply,Air Conditioning,Airport Transfer (on Demand),Central Heating,Currency Exchange,Internet,Laundry,Room Service,Smoking Rooms">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Orhaniye Caddesi 28, 34110 Sirkeci, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/c0/14c0ff1b7aa59acf9794deea14d8a3e0a07195d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Sultan Otel A warm welcome awaits you at the mid size Sultan Otel in Istanbul. Guests can enjoy a me...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.43" OriginalAmount="181" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99223046" Longitude="28.90949181" StarRating="3" HotelCode="323626|63174" HotelName="The Conforium Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Gökalp Mahallesi, 39  Sokak Number 21, Zeytinburnu, 34020 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/0e/eb0e71151388d8109fee4483a5cddb5a35420e63.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="186.43" OriginalAmount="181" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|201159-28558603/4024169871002992272/3187" HotelName="VOLLEY ISTANBUL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4190000/4188500/4188456/6a38199d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="186.43" OriginalAmount="181" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1239462-28476040/4024169871002992272/11391" HotelName="CROWNED" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/67000000/66270000/66260700/66260606/e3513ce2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="186.43" OriginalAmount="181" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|179131-28586210/4024169871002992272/17606" HotelName="THE MERETTO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5560000/5558500/5558445/3c1cc78f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="186.43" OriginalAmount="181" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|638670-28494097/4024169871002992272/20206" HotelName="THE VOID" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33530000/33522500/33522440/0a440efd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.43" OriginalAmount="181.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012074074664" Longitude="28.940858244896" StarRating="4" HotelCode="12950|grand_anka_hotel" HotelName="Grand Anka Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Molla Gurani Street 46, Findikzade, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/b7/15b7812118e615b9e6647bf900fc141c7caadfa6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Istanbul's old town just a few minutes walk from a selection o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.43" OriginalAmount="181.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02491034" Longitude="28.4670181" StarRating="3" HotelCode="188720|ranax_hotel" HotelName="Ronax Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yenimahalle Mahallesi, E-5 Karayolu Üzeri 146, Kumburgaz, 34530 Büyükçekmece, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/66/b8664772b69738ccba344dd81b93223665f4cc7c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a beachfront location on Kumburgaz Beach, some 6 km from Büyükçekmece. Guests will ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.43" OriginalAmount="181.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.07088157" Longitude="29.01314257" StarRating="3" HotelCode="323658|milport_hotel_levent_istanbul" HotelName="Milport Hotel Levent" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Kore Sehitleri Caddesi No: 51, Zincirlikuyu, 34394 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/a2/7da297b859ac75631bb0d51af90436a2c2fb387b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.43" OriginalAmount="181.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00685668" Longitude="28.95490994" StarRating="0" HotelCode="373521|peninsulacity_hotel_" HotelName="Peninsulacity Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Katip Kasim Mah. Hayriye Tuccari Cad. Pasazade Sok. No:12/13, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/59/d65902c1d9d07a90a44cbb10bb5c0f660e917022.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Historic Peninsula, Peninsulacity Hotel is within a walking distance to many popular hist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="186.52" OriginalAmount="181.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.063165" Longitude="28.989549" StarRating="4" HotelCode="|444308" HotelName="Avantgarde Urban Sisli" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Merkez Mahallesi Istiklal Sokak No:3-5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/3/0/8/444308_58691d31124.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="186.61" OriginalAmount="181.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0133037" Longitude="28.9766971" StarRating="3" HotelCode="|86916" HotelName="Asur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi Ibn? Kemal Caddesi No:16 Sirkeci</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/1/6/86916_6830ad51540.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is 300 metres away from Sultan Ahmed Mosque and Topkapi Palace. ROOM: Customers have stylish rooms with WiFi (free of charge). OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="186.74" OriginalAmount="181.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.058913" Longitude="28.985027" StarRating="0" HotelCode="|563178" HotelName="Stayso by Cloud 7" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Harzemsah Sk. Sisli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/3/1/7/8/563178_e5962491301.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="186.75" OriginalAmount="181.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.030625" Longitude="28.974856" StarRating="0" HotelCode="|443674" HotelName="Pera Rasso Hotel Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Orhan Adli Apaydin Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/3/6/7/4/443674_2d889271237.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="186.90" OriginalAmount="181.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0197104" Longitude="28.8179208" StarRating="5" HotelCode="|305312" HotelName="Grand Harilton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Merkez Mahallesi, Ali Duran Sokak No: 6, Istanbul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/5/3/1/2/305312_1_3580.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="186.94" OriginalAmount="181.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.017696303857" Longitude="28.637094712081" StarRating="3" HotelCode="319561|469821" HotelName="Hilton Garden Inn Istanbul Beylikduzu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Barbaros Hayrettin Pasa Mahallesi, 1999 Sokak 9, 34522 Esenyurt, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/2b/222b1509d84bdcb883e9eeb5e1a4f5ebda9a6917.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="186.96" OriginalAmount="181.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01461" Longitude="28.943" StarRating="0" HotelCode="|184766" HotelName="Ottomans Life Hotel S Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Adnan Menderes Blv. Vatan Cd. No:53</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/7/6/6/184766_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="187.20" OriginalAmount="181.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0033965" Longitude="28.9763005" StarRating="3" HotelCode="|86880" HotelName="Tashkonak Studio Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Cad. Kapiagasi Sokak No:7 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/8/0/86880_9.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Sultanahmet the historic centre of. ROOM: Each room has a welcome kit, an LCD television and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="187.26" OriginalAmount="181.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.064056098121" Longitude="28.996835947037" StarRating="4" HotelCode="52640|116372" HotelName="The Marmara Sisli" 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,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ortaklar Caddesi 30, Mecidiyeköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/2e4af1241435644c/8a/8a58003e1bf6a29ff03a919299940743/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the banking and commercial district of the town just 3 km from the centrall...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="187.34" OriginalAmount="181.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0088887" Longitude="28.9608497" StarRating="0" HotelCode="|86845" HotelName="Akgun Hotel Beyazit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ordu Cad. Hazinedar Sok. No:6 Beyaz?t</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/4/5/86845_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 200 metres away from the tram stop, Sultanahmet 15 minutes away from the establishment, you can find. ROOM: Each room has internet (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="187.46" OriginalAmount="182.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00409" Longitude="28.97288" StarRating="0" HotelCode="|95905" HotelName="Villa Sphendone Suites" 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/9/5/9/0/5/95905_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has room service, a terrace and a car park (free of charge). SITUATION: This establishment, is in Istanbul the historic centre of Santa Sofia it is located near Topkapi the palace 16 kilometres away from Istanbul AtatÃ¼rk the airport. ROOM: The establishment has suites with a balcony, an LCD TV, a marble bathroom, WiFi (free of charge), a satellite television, a sitting area and jacuzzi. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187.46" OriginalAmount="182" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9803187783" Longitude="28.901439606234" StarRating="4" HotelCode="66537|19956" HotelName="Novotel Istanbul Zeytinburnu" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Kazlicesme Mahallesi, Kennedy Caddesi 56, Zeytinburnu, 34025 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/19/8b/198b5c198f10fb8abf24504e847c09515ee46a3f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city business hotel is just a 5-minute journey by public transport from the city centre with it...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="187.46" OriginalAmount="182" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.3741232" Longitude="3.2374111" StarRating="3" HotelCode="0|57090-21318155/4024169871002992272/9289" HotelName="CENTRUM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>4 Avinguda Felanitx, CALA D'OR, ES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2820000/2814400/2814353/14266e0c_b.jpg</HotelPictures>
        <HotelDescription>This enchanting hotel enjoys a convenient location in Cala d'Or, in the Balearic Islands. It is situated a few steps from a stunning sandy beach and just 1.2 km from the city centre. Links to the public transport network are located just at the establishment's doorstep, providing easy access to other parts of the beautiful island of Majorca. The airport lies some 60 km away. A choice of bright and spacious guest rooms featuring a functional design are available to guarantee a comfortable stay. The property offers a sparkling swimming pool and children's pool for younger guests' convenience. A sun terrace with sun loungers and parasols is also available, ideal to relax while sunbathing. Aerobics and gymnastics are just a few of the wide range of sports activities on offer in this hotel.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="187.46" OriginalAmount="182" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|231289-28592953/4024169871002992272/12824" HotelName="ROTTA HOTEL ISTANBUL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5930000/5921200/5921169/6c203c21_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="187.46" OriginalAmount="182" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|53696-28592908/4024169871002992272/17072" HotelName="GREEN PARK BOSTANCI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1130000/1126100/1126072/ea557b58_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="187.46" OriginalAmount="182.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04086411" Longitude="28.98200109" StarRating="3" HotelCode="323628|berjer_hotel" HotelName="Berjer Boutique Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Taksim Caddesi No: 93, Against The Taksim Acibadem Hospital, Beyoglu, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/1d/431dc800d6b7373056a67f7ca1958a32ec0a12fd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Istanbul, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="187.46" OriginalAmount="182.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010999" Longitude="28.959197582209" StarRating="0" HotelCode="517256|hotel_resitpasa_istanbul" HotelName="Hotel Resitpasa Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Büyük Resitpasa Caddesi 22</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/da/38da73b520eea2d0714c226167d154afa608480d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="188.11" OriginalAmount="182.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0138361" Longitude="28.9395974" StarRating="3" HotelCode="|82980" HotelName="Topkapı" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Oguzhan Cad. No:20 Findikzade</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/8/0/82980_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception and WiFi (free of charge). SITUATION: It is located 100 metres away from the tram stop, 600 metres away, guests have Fatih the metro station of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="188.14" OriginalAmount="182.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00921" Longitude="28.97459" StarRating="0" HotelCode="|184319" HotelName="Edibe Sultan " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mh. Hoca Rustem Mektebi Sk.5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/3/1/9/184319_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="188.49" OriginalAmount="183" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040239" Longitude="28.981823" StarRating="4" HotelCode="933215|57714" HotelName="Villa Pera Suite Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Feridiye Caddesi 113-116, Kotatepe Mahallesi, Taksim, Istanbul 34437</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/41/67419ccade73a35a8fd77df99baee2f82664ee36.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="188.49" OriginalAmount="183" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|66369-28493786/4024169871002992272/4509" HotelName="ALMINA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2830000/2827200/2827151/94977ddb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="188.49" OriginalAmount="183" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.8282" Longitude="28.6352" StarRating="3" HotelCode="0|612239-28494074/4024169871002992272/6375" HotelName="MAROON PERA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>MARAS MAHALLESI KAUNOS SOKAK NO 20, DALYAN, ORTACA, TR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13350000/13343700/13343671/57c72973_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   With a stay at Berg Hotel in Ortaca (Dalyan), you'll be minutes from Dalyan Mosque and Lycian Rock Tombs. This hotel is within close proximity of Kaunos and Iztuzu Beach.   Rooms   Make yourself at home in one of the 6 air-conditioned guestrooms. Bathrooms have showers and hair dryers.   Rec, Spa, Premium Amenities   Take advantage of recreation opportunities such as a seasonal outdoor pool, or other amenities including complimentary wireless Internet access and tour/ticket assistance.   Dining   Enjoy a satisfying meal at a restaurant serving guests of Berg Hotel. Quench your thirst with your favorite drink at a bar/lounge.   Room Info:  Name: Standard Room Description:    1 double   This room measures 258 square feet (24 square meters). Complimentary wireless Internet access keeps you connected, and cable channels are offered for your entertainment. A minibar and a coffee/tea maker are supplied. The private bathroom has a shower; a hair dryer can be requested. Air conditioning, a safe, and daily housekeeping are among the conveniences offered. This room is Non-Smoking.     Name: Suite Description:    1 double and 1 sofa bed   Opening to a balcony, this room measures 484 square feet (45 square meters). Complimentary wireless Internet access keeps you connected, and cable channels are offered for your entertainment. A minibar is supplied. The private bathroom has a shower, as well as complimentary toiletries. Air conditioning, a separate living room, and a double sofa bed are among the conveniences offered. This room is Non-Smoking.     Name: Room, Terrace Description:    1 double   Opening to a patio, this room measures 258 square feet (24 square meters). Complimentary wireless Internet access keeps you connected, and cable channels are offered for your entertainment. A minibar is supplied. The private bathroom has a shower, as well as complimentary toiletries. Air conditioning, complimentary bottled water, and a safe are among the conveniences offered. This room is Smoking.     Name: Double Room (Hydro Massage) Description:    1 double   Measuring 237 square feet (22 square meters), this room opens to a patio with pool views. Complimentary wireless Internet access keeps you connected, and cable channels are offered for your entertainment. A minibar and a coffee/tea maker are supplied. The jetted bathtub is a great place to wind down; the private bathroom also has complimentary toiletries. Air conditioning, complimentary bottled water, and a safe are among the conveniences offered. This Non-Smoking room was recently renovated in March 2014.       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 1 PM  Check-out time is noon&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="188.49" OriginalAmount="183" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-34.0011" Longitude="23.0273" StarRating="5" HotelCode="0|361685-28592977/4024169871002992272/7649" HotelName="RAMADA &amp;amp; SUITES BY WYNDHAM ISTANBUL MERTER" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>NO 1 OLD CAPE ROAD, KNYSNA, ZA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10920000/10917500/10917432/a6e056ad_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Location.    Simola Hotel, Country Club &amp;amp; Spa is a business-friendly hotel located in Knysna's Garden Route neighborhood, close to Knysna Elephant Park and Knysna Quays. Other area points of interest include Featherbed Nature Reserve and Goukamma Nature and Marine Reserve.    Hotel Features.   Simola Hotel, Country Club &amp;amp; Spa features a restaurant, a poolside bar, and a bar/lounge. Room service is available 24 hours a day. Recreational amenities include a golf course. Also located on site are an outdoor pool, an indoor pool, a spa tub, and a sauna. Spa amenities include spa services, massage/treatment rooms, facials, and body treatments. This 5-star property has a 24-hour business center and offers a meeting/conference room and audiovisual equipment. Wireless Internet access is available in public areas. The property offers an area shuttle (surcharge).  Wedding services, concierge services, tour/ticket assistance, and tour assistance are available. Guest parking is complimentary. Additional property amenities include a fitness facility, a terrace, and barbecue grills.    Guestrooms.     80 air-conditioned guestrooms at Simola Hotel, Country Club &amp;amp; Spa feature fireplaces and coffee/tea makers. Balconies offer golf course, partial ocean, or mountain views. Kitchenettes include microwaves, refrigerators, cookware/dishes/utensils, and kitchen linens (dishtowels, sponges, etc). Bathrooms feature separate bathtubs and showers, bathrobes, slippers, and hair dryers. Wireless Internet access is complimentary. In addition to desks and safes, guestrooms offer direct-dial phones. Plasma televisions have satellite channels and DVD players. Rooms also include ceiling fans. Guests may request a turndown service, irons/ironing boards, and wake-up calls. Housekeeping is available daily. Guestrooms are all non-smoking.     Room Info:       Notifications:      This property offers transfers from the airport. Guests must contact the property with arrival details before travel, using the contact information on the booking confirmation.   Reservations are required for golf tee times, massage services, and spa treatments. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation.           Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.    Property Information:  Check-in time starts at 4 PM  Check-out time is 11 AM  Pets not allowed   &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="188.49" OriginalAmount="183" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|230836-28592948/4024169871002992272/16707" HotelName="MIRACLE ISTANBUL ASIA AIRPORT &amp;amp; SPA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7640000/7632500/7632486/bffb2fda_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="188.49" OriginalAmount="183" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|637833-28455313/4024169871002992272/21471" HotelName="OBAHAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/39000000/38870000/38861400/38861339/50ae2184_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.49" OriginalAmount="183.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0086932" Longitude="28.9749675" StarRating="4" HotelCode="317874|anthemis_hotel_2" HotelName="Hotel Anthemis Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mahhellesi, Haci Tahsin Bey Sokak 11, 34420 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/2f/152fe345c063bd66d2588f9ac5e53a3e7e3a5f6c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.49" OriginalAmount="183.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005061" Longitude="28.972948" StarRating="4" HotelCode="408859|hotel_daphne__special_class" HotelName="Daphne" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Su Terazisi Sokak 14, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/ec/52ec5d35b00c35a8507e22a65302532e0cdbff70.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.49" OriginalAmount="183.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.025635" Longitude="28.469237" StarRating="4" HotelCode="933214|mercia_hotels__resort" HotelName="Mercia Hotels &amp; Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Yenimahalle, Yale Sokak 54, Kumburgaz, 35335 Büyükçekmece, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/a2/9ea2a04b5f2414fa3c33604bb8ee7c17535e440b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="188.53" OriginalAmount="183.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004302" Longitude="28.97539" StarRating="0" HotelCode="|532887" HotelName="RW Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sifa Hamami Sk. 14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/8/8/7/532887_fa1f7241038.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="188.56" OriginalAmount="183.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004039" Longitude="28.971041" StarRating="2" HotelCode="191140|2265865" HotelName="Kumru Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kadirga Liman Caddesi Yusuf Askin Sk No:6, Küçük Ayasofya, Fatih, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/7a/e37aed52d386a946a0e5e049b4fe10f7577609aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="188.80" OriginalAmount="183.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.027142" Longitude="28.973797" StarRating="0" HotelCode="|526985" HotelName="Galata Door Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/6/9/8/5/526985_563a5cd1014.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="188.81" OriginalAmount="183.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012181342229" Longitude="28.977687656879" StarRating="3" HotelCode="188722|2008015" HotelName="Hypnos Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Ebusuud Caddesi No. 10, 12/14, Sirkeci, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b9/6d/b96d66f3e0b00d7a4d4888db9f41585530b87037.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="188.83" OriginalAmount="183.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="3" HotelCode="65801|605175" HotelName="Osmanbey Fatih Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Halaskargazi Mahesi, Matbaaci Osmanbey Sokak No. 13, 34361 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/78/2a782a0ce16d9f1d5686f04c54a7ddcc0afdeefd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="188.84" OriginalAmount="183.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00989023098" Longitude="28.976376056671" StarRating="4" HotelCode="87537|100112" HotelName="Arden City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mahallesi, Kazim Ismail Gürkan Caddesi 2, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/67/1d/671d844e5c4f80b546c168b02b68ff13d5e4c0a4.tiff</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is surrounded by all the major historical and cultural sights in the heart of the old tow...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="188.91" OriginalAmount="183.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.000078" Longitude="28.800127" StarRating="0" HotelCode="|474193" HotelName="B\'İstanbul Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/4/1/9/3/474193_9834c531232.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="189.13" OriginalAmount="183.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9276521" Longitude="29.3094785" StarRating="3" HotelCode="|220772" HotelName="Hampton Inn By Hilton Istanbul Kurtkoy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Yeni Sehir Mh. Millet caddesi 27 MVK Work Square B Block 3, Pendik</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/7/7/2/220772_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="189.14" OriginalAmount="183.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007179" Longitude="28.9720576" StarRating="0" HotelCode="|86948" HotelName="Legend Hotel Sultanahmet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Peykhane Caddesi No 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/4/8/86948_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is in a house, was built in the 19th Century, it offers WiFi (free of charge), it has a terrace and beautiful views. SITUATION: Is situated in the historic centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="189.32" OriginalAmount="183.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.014539160635" Longitude="28.977915644646" StarRating="4" HotelCode="26523|233326" HotelName="Askoc" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly 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,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Istasyon Arka Sokak No 15, Sirkeci 34420, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e4/00/e4003cd10df8fb3b41a83c4dee26911aed8e5bfd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This town hotel is centrally situated in the Sirkeci district of the beautiful old town, close to re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="189.34" OriginalAmount="183.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.055832" Longitude="28.988939" StarRating="0" HotelCode="|528649" HotelName="Shishly Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>mesrutiyet mah. kodaman sok. No.114</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/8/6/4/9/528649_ad8d4c91013.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="189.38" OriginalAmount="183.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00576" Longitude="28.9735" StarRating="0" HotelCode="|192609" HotelName="Endican Sultanahmet Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mh. Peykhane Sk 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/6/0/9/192609_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="189.41" OriginalAmount="183.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.051711" Longitude="29.007459" StarRating="0" HotelCode="|475581" HotelName="Beşiktaş Vip İnn Hotel and Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/5/8/1/475581_93c55021215.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="189.49" OriginalAmount="183.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034303" Longitude="28.978713" StarRating="0" HotelCode="|523458" HotelName="Stay Lab Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Balo Sk. 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/4/5/8/523458_66dae720954.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="189.52" OriginalAmount="184" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0639779" Longitude="29.01005199" StarRating="5" HotelCode="11644|2975" HotelName="Dedeman Istanbul" 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,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Yildiz Posta Caddesi 50, Gayrettepe, 34340 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/fe/d9/fed935569d39ddfffbd88329543412f1ee7d8948.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located in the Esentepe district of Istanbul, convenient for both business and lei...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="189.52" OriginalAmount="184" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0325769" Longitude="28.9750481" StarRating="4" HotelCode="310497|53687" HotelName="Grand Hotel de Pera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Massage Centre,Room Service,Sauna,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Caddesi 55, Tepebasi, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/98/1e/981eba2c64bd1828d3552578161b555c54407ec6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="189.52" OriginalAmount="184" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|403979-28592982/4024169871002992272/4804" HotelName="LIONEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16220000/16214600/16214512/950af81b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="189.52" OriginalAmount="184" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|142293-27816938/4024169871002992272/15365" HotelName="ISTANBUL MARRIOTT HOTEL PENDIK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2980000/2974600/2974591/8c913863_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="189.52" OriginalAmount="184" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1357881-23139506/4024169871002992272/15858" HotelName="IMAGINE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/83000000/82950000/82943400/82943368/550e5aef_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="189.52" OriginalAmount="184.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035010030214" Longitude="28.983234236428" StarRating="3" HotelCode="292257|alyon_suite_hotel_" HotelName="Alyon Suite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Katip Mustafa Celebi Mahallesi, Abdullah Sokak 14, Beyoglu, Taksim, 34440 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/27/e4272d037b095da1f384eb1d16eafe6b82d3070f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Istanbul, this boutique hotel is ideal for guests who appreciate a stylish a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="189.58" OriginalAmount="184.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0403145" Longitude="28.9847891" StarRating="4" HotelCode="|94468" HotelName="Golden Age  Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TOPCU CAD. NO 10 (TAKSIM OTELLER BOLGESI) , Istanbul Turkey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/4/4/6/8/94468_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers WiFi, (free of charge), a lounge bar and a swimming pool bar. SITUATION: This establishment, is 300 metres away from Takshim the square 1 minute away from the establishment, you can find the metro station, 900 metres away, clients have the convention centre and the exhibition centre, Close to Istiklal Avenue Where customers can find restaurants, shops and cafÃ©s. Guests can request a transfer service to the airport, is situated 20 kilometres away from the airport. ROOM: The rooms have a television, a bathroom and a sitting room with sofa. FACILITIES: The establishment has a Turkish bath, a massage service and a swimming pool with deck chairs. OTHERS: Regarding the food and beverage offering, clients have a restaurant, The establishment offers a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="189.65" OriginalAmount="184.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0058322" Longitude="28.9548627" StarRating="4" HotelCode="|74810" HotelName="Marmaray" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Guvenlik Caddesi No:43, Yenikapi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/8/1/0/74810_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Marmaray Hotel is rated four stars and has 93 rooms. SITUATION: It is situated in Yenikapi, is 50 metres away from the railway station Yenikapi. It is 5 minutes away from the tram station Aksaray. In the surrounding area of the establishment, clients can find Kumkapi, Kadirga, the Sultanahamet area, Sultan Ahmed Mosque and Hagia Sophia, ROOM: The rooms well-decorated, have a flat-screen television, an air-conditioning system, a central heating system, a direct line telephone, a bathroom, bathroom items, a hairdryer and internet (free of charge). OTHERS: Clients have at their disposal an Ã  la carte restaurant with Turkish and international cuisine on the rooftop. Regarding the food and beverage offering, clients have a buffet-style breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="189.76" OriginalAmount="184.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003384505574" Longitude="28.976771504299" StarRating="3" HotelCode="37319|133114" HotelName="Tashkonak Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Caddesi, Tomurcuk Sokak No 5, Sultanahmet, Istanbul 34400</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/49/ab/49ab9a989a6442b75afe47ae6732b779d28e9c4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This convenient city hotel is located in the tourist centre and close to the sea. It is located clos...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="189.96" OriginalAmount="184.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039617" Longitude="28.9849146" StarRating="0" HotelCode="|220778" HotelName="Nova Plaza Boutique Hotel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mah.Lamartin Cd.No:14 Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/7/7/8/220778_1_4902.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="190.04" OriginalAmount="184.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013565" Longitude="28.977118" StarRating="0" HotelCode="|525209" HotelName="Asilzade Hotel Sirkeci" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/2/0/9/525209_52a224e1122.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="190.20" OriginalAmount="184.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01903637" Longitude="29.12552787" StarRating="4" HotelCode="118806|1082128" HotelName="Agaoglu My City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tavukçuyolu Caddesi No. 22, Çakmak Mahesi, Ümraniye, Istanbul 34770</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/38/0838d34cb4ce8302e0ef6099c8abdc66b15d52ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="190.22" OriginalAmount="184.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.083003" Longitude="28.980631" StarRating="0" HotelCode="|464795" HotelName="Delta Hotels By Marriott Istanbul Kagithane" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Merkez Mahallesi Ayazma Caddesi Cuha</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/4/7/9/5/464795_5a34a3b1038.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="190.29" OriginalAmount="184.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.025736" Longitude="28.973264" StarRating="0" HotelCode="|546951" HotelName="Galata Rasso Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Simsir Sk. 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/6/9/5/1/546951_6161a902337.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="190.36" OriginalAmount="184.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.027813" Longitude="28.972101" StarRating="0" HotelCode="|454468" HotelName="Galata Times" 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/5/4/4/6/8/454468_65cf5d91233.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="190.55" OriginalAmount="185" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03156122" Longitude="28.97857026" StarRating="4" HotelCode="594148|217639" HotelName="Louis Appartements Pera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tomtom Mahallesi, Yeni Carsi Caddesi 68, Galatasaray, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/8e/798ef5518802b3462ebd71908c97cc87b19648be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="190.55" OriginalAmount="185" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.032229" Longitude="28.982322" StarRating="4" HotelCode="260172|33431" HotelName="Suiteness Taksim" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuloglu Mahallesi, Agahamami Caddesi No:18, 34433 Beyoglu Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/14/f4/14f4b7fd69a0d6551e08c20132c560196438d463.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="190.55" OriginalAmount="185" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|76102-28558359/4024169871002992272/5598" HotelName="PERA ROSE" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1530000/1523300/1523271/ff7fb9f8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="190.55" OriginalAmount="185" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|53722-32374712/4024169871002992272/9005" HotelName="AHC GRAND BAZAAR" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6240000/6233100/6233084/69ae76c2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="190.55" OriginalAmount="185" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|51742-28493781/4024169871002992272/13810" HotelName="TASHKONAK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/570000/562000/561971/9fd47fd2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="190.55" OriginalAmount="185" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|231189-21654242/4024169871002992272/15125" HotelName="VICTORY HOTEL &amp;amp; SPA ISTANBUL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5960000/5952500/5952431/de630683_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="190.55" OriginalAmount="185" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1337257-20793408/4024169871002992272/15353" HotelName="LITROS HOTEL &amp;amp; SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/73000000/72080000/72079000/72078930/c7f434b4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="190.55" OriginalAmount="185.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.027424" Longitude="28.975815" StarRating="4" HotelCode="260135|nar_galata_hotel" HotelName="Meroddi Galata Mansion" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sahkulu Mahallesi, Serdar-i Ekrem Caddesi No. 29, 34420 Galata, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/4d932fc8f4c24ef1904988c9da3d491a.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="190.55" OriginalAmount="185.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04870435" Longitude="29.0255987" StarRating="0" HotelCode="516950|belle_vues_hotel" HotelName="Belle Vues Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Ortakoy Çarsiagasi Sokak 21, 34347 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/c2/5ac2778ecafc0a9b15bef2819ebda13095aa1d08.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="190.55" OriginalAmount="185.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04241514" Longitude="28.98462468" StarRating="0" HotelCode="593296|endless_art_hotel" HotelName="Endless Art Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Inonu Mahallesi, Elmadag Caddesi 28, 34295 Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8f/61/8f6157373d2964db4049428a32a7c3664a653d00.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="190.68" OriginalAmount="185.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00623292" Longitude="28.6653586" StarRating="4" HotelCode="735341|629346" HotelName="Vespia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="24 Hour Security,ATM/Cash Machine,Bar,Business Centre,Conference Hall,Internet,Massage Centre,Meeting Room,Parking,Restaurant,Room Service,Sauna,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Yakuplu Mahallesi, Haramidere Caddesi 6/8, 34903 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/76/94764486d5de4fadc0e566442bcc70fb9c86cab3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is situated in Ataturk Airport Istanbul. Located right in the town centre, the hot...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="190.73" OriginalAmount="185.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.995613517998" Longitude="29.025766253471" StarRating="3" HotelCode="188746|1082388" HotelName="Sidonya Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nemlizade sokak 34, Rihtim caddesi, Rasimpasa Mahallesi, Kadiköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e5/e8/e5e835812d52bd2b4075d828dcced9eb6257fcb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="190.87" OriginalAmount="185.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.016626" Longitude="28.973166" StarRating="0" HotelCode="|555283" HotelName="Alpek Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hobyar Mah. Arpacilar Cad.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/5/2/8/3/555283_69420661825.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="190.87" OriginalAmount="185.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010262" Longitude="28.9552821" StarRating="3" HotelCode="|86875" HotelName="Buyuk Keban" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Gencturk Cad. No.39 Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/7/5/86875_16.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is situated next to the University of Istanbul, close to the Grand Bazaar. FACILITIES: The establishment has a wellness centre, a gym, a hammam, a jacuzzi and a massage service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="190.94" OriginalAmount="185.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01074" Longitude="28.95399" StarRating="3" HotelCode="|185019" HotelName="The Meretto İstanbul Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kemalpasa Mah.Selimpasa Sokak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/0/1/9/185019_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="191.14" OriginalAmount="185.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013158" Longitude="28.975117" StarRating="0" HotelCode="|453039" HotelName="Euro Design " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hobyar mah. Ankara cad. No24</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/0/3/9/453039_545561c0928.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="191.24" OriginalAmount="185.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03665" Longitude="28.982886" StarRating="0" HotelCode="|190896" HotelName="IQ Houses Apartments Kurabiye" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SEHIT MUHTAR MH.KURABIYE SK. TAKSIM - BEYOGLU 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/0/8/9/6/190896_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="191.44" OriginalAmount="185.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.014479807539" Longitude="28.943140836923" StarRating="4" HotelCode="177597|920625" HotelName="Ottoman's Life Boutique Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Molla Gürani Mahallesi, Adnan Menderes Bulvari, Vatan Caddesi 53, Fatih, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/31/fb/31fbdfd7baf6076edfd0a7b6f63401e5735af8a7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Fatih district of the city, roughly 500 m from Aksaray underground stati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="191.56" OriginalAmount="185.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0051172" Longitude="28.97902" StarRating="3" HotelCode="|82887" HotelName="Charm" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mah. Mimar Mehmetaga Cad. No 13 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/8/8/7/82887_13.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is in Istanbul the historic centre of Sultanahmet it is in. ROOM: Each room has WiFi (free of charge), an air-conditioning system and a satellite television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="191.57" OriginalAmount="185.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02782" Longitude="28.98016" StarRating="0" HotelCode="|242520" HotelName="Tophane Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Firuzaga Mh. Bogazkesen Cd. No 56 Tophane, Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/2/5/2/0/242520_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="191.57" OriginalAmount="185.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0026337" Longitude="28.9736383" StarRating="3" HotelCode="|108361" HotelName="Harmony Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mah. Aksakal Cad. No:26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/3/6/1/108361_37e6c341355.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a terrace on the rooftop and sea views. SITUATION: Sultan Ahmed Mosque It is located 650 metres away from. ROOM: The rooms have WiFi (free of charge) and a satellite television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="191.58" OriginalAmount="186" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.055731147713" Longitude="28.81873147471" StarRating="5" HotelCode="425944|206444" HotelName="Clarion Hotel Istanbul Mahmutbey" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Mahmutbey Mahallesi, Peyami Safa Caddesi 44, Bagcilar, 34218 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/83/86/8386de892beebf23203b4472d7ebda4b434a2325.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A bar, a babysitting service, a childcare service, car hire, a laundry service, a conference room an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="191.58" OriginalAmount="186" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008064773983" Longitude="28.958729001328" StarRating="4" HotelCode="900211|30491" HotelName="Hotel Venera" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mesihpasa Caddesi 72, Laleli, 34480 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/48/a3/48a383d08a6a070c80b5153ab4e0b8da702d7325.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the old city centre, within walking distance of Istanbul’s spectacular highl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="191.58" OriginalAmount="186" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1399733-32381876/4024169871002992272/18066" HotelName="RAMADA ENCORE BY WYNDHAM ISTANBUL ARNAVUTKOY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/103000000/102950000/102945600/102945560/6d681078_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="191.58" OriginalAmount="186.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011486386786" Longitude="28.956913505363" StarRating="4" HotelCode="262048|grand_washington_hotel_" HotelName="Grand Washington Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gencturk Caddesi, Agayokusu Sokak 7, Laleli, Fatih, 34692 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/be59a016f16e4e77835343a1caf0dcd4.JPG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="191.58" OriginalAmount="186.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00183" Longitude="29.14835" StarRating="0" HotelCode="776207|nish_palace_exclusive_suites_2" HotelName="Nish Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Serifali Mahallesi, Bayraktar Bulvari, Ibrahim Hakki Sokak 40, Ümraniye, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/7f/497f1b7d83385b883f6e2f96d87592853b357d7b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="191.58" OriginalAmount="186.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00274328" Longitude="28.82164085" StarRating="5" HotelCode="936547|gorrion_hotel_istanbul" HotelName="Gorrion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Merkez Mahallesi, Sanayi Caddesi 9, Yenibosna, 34197 Bahçelievler, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/00/380078555ab223d824d8077913d873201717a442.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="191.58" OriginalAmount="186.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="977255|guner_business_hotel" HotelName="Guner Business Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Osmanaga Mahallesi, Gaziosmanpasa Sokak 1/3, 34714 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/79/8e7913d02c5ba18aa6bb8d2ce4d80842ae56415e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="191.81" OriginalAmount="186.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00414" Longitude="28.979656" StarRating="4" HotelCode="147673|180866" HotelName="Ferman Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amiral Taftil Sokak 37, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/e9/11e95fe2d13144d88e9e61982da09fd3d936130c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a great location in the historic Sultanahmet district of Istanbul. The top attracti...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="192.07" OriginalAmount="186.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05193" Longitude="28.990702" StarRating="0" HotelCode="|525407" HotelName="The Rooms Nisantasi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Zafer Sokak No: 64</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/4/0/7/525407_7a16f481002.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="192.24" OriginalAmount="186.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0122333" Longitude="28.9777066" StarRating="0" HotelCode="|82969" HotelName="Hypnos Design Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ebusuud Cad.No 10 Sirkeci</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/6/9/82969_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has WiFi and a car park. SITUATION: 50 metres away, guests can find the tram stop.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="192.25" OriginalAmount="186.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0041744" Longitude="28.9795811" StarRating="0" HotelCode="|83023" HotelName="Apex Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Mehmet Aga Caddesi Amiral Tafdil Sokak No : 24 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/2/3/83023_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is 3 minutes away from the mosque, this hotel is in Istanbul the historic centre of. ROOM: The rooms have WiFi (free of charge). FACILITIES: The establishment boasts a terrace with views of the sea.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="192.37" OriginalAmount="186.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039436" Longitude="28.984109" StarRating="0" HotelCode="|529961" HotelName="Fidan City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sht. Muhtar Bey Cd. No:35</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/9/6/1/529961_9d3a2b01209.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="192.40" OriginalAmount="186.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0074789" Longitude="28.9732835" StarRating="0" HotelCode="|82919" HotelName="Hali Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Klodfarer Caddesi No:20 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/1/9/82919_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inSultanahmet the district of 500 metres away, clients have places of interest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="192.50" OriginalAmount="186.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03267" Longitude="28.97506" StarRating="4" HotelCode="|184397" HotelName="Grand De Pera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Caddesi, No:55</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/3/9/7/184397_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="192.56" OriginalAmount="186.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0042" Longitude="28.96909" StarRating="0" HotelCode="|193014" HotelName="Meydan Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mah Kadirga Meydani</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/0/1/4/193014_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="192.61" OriginalAmount="187" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|14790-28558300/4024169871002992272/6296" HotelName="ANTIK HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/14790/14790_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="192.61" OriginalAmount="187" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|316646-28584056/4024169871002992272/9649" HotelName="RAMADA BY WYNDHAM ISTANBUL FLORYA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9720000/9710800/9710754/579a0864_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="192.61" OriginalAmount="187" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|117803-28558371/4024169871002992272/16353" HotelName="GRAND STAR HOTEL BOSPHORUS &amp;amp; SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1180000/1178800/1178762/6e178f87_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="192.61" OriginalAmount="187.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.995941838982" Longitude="29.190118483537" StarRating="4" HotelCode="293721|the_million_stone_hotel" HotelName="The Million Stone" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Laundry,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mahellesi, Yerebatan Cadesi, Muhteremefendi Sokak 11, 34122 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/2d/212d43e6bcab3709cdabd2db395349c4c35d6286.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located right in the he...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="192.61" OriginalAmount="187.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00334" Longitude="28.975305" StarRating="3" HotelCode="207961|aren_suites" HotelName="Aren Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Küçükayasofya Caddesi Gelinlik Sokak No.13 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/7a/bc/7abc6b395000d92ba0ba68111786f13533455e72.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Superbly located for enjoying the many historical attractions of the Sultanahmet district, the hotel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="192.68" OriginalAmount="187.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0588321" Longitude="28.9097676" StarRating="0" HotelCode="|536844" HotelName="Zara Suit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/6/8/4/4/536844_da560f22034.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="192.70" OriginalAmount="187.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02574" Longitude="28.979089" StarRating="4" HotelCode="|446495" HotelName="Root Karakoy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hacimimi, Necatibey Cd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/4/9/5/446495_436a86e0947.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="192.94" OriginalAmount="187.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0045913" Longitude="28.9807076" StarRating="3" HotelCode="|22636" HotelName="Yusufpasa Konagi - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Cad. 34 - 34122 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/3/6/22636_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2006, has 20 rooms, 16 double rooms, 3 single rooms and 1 suite. In the entrance, guests are offered a lobby with a reception, a safety deposit box service, a lift, a currency exchange service and a cloakroom. The establishment also has an Ã  la carte restaurant with air-conditioning, a cafÃ©, a conference room and WiFi. At an additional cost, you can enjoy room service, a laundry service and a medical care service. Guests are also offered a car park. SITUATION: This historic, family-run hotel, Istanbul is situated in Sultanahmet it is near the establishment is 17 kilometres away from the airport. ROOM: The inviting rooms, have a bathroom, a hairdryer, a direct line telephone, satellite or cable TV, internet, a mini-bar, a central heating system and a balcony. FACILITIES: Close to the establishment, you can find sports activities, leisure areas and entertainment. PAYMENT METHODS: The establishment accepts American Express, Visa and Mastercard. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="192.96" OriginalAmount="187.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.026679" Longitude="28.969241" StarRating="0" HotelCode="|485083" HotelName="Galata Dream Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Emekyemez, Yolcuzade Iskender Cd. No:4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/5/0/8/3/485083_e9a7f482001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="193.09" OriginalAmount="187.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02872" Longitude="28.953" StarRating="0" HotelCode="|192394" HotelName="Troya Hotel Balat - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Abdulezelpasa Cad No 97</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/3/9/4/192394_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="193.24" OriginalAmount="187.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009346" Longitude="28.974528" StarRating="4" HotelCode="191066|1680598" HotelName="Nowy Efendi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mahallesi, Hoca Rustem Mektebi Sokak No: 9-11, Sultanahmet, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/04/d504dd644d1d8a5a8b5b5ca12f25245ebc2fbb71.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="193.57" OriginalAmount="187.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005774328819" Longitude="28.954377919436" StarRating="4" HotelCode="185397|2217333" HotelName="The City Port" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Katip Kasim Mahallesi, Sepetci Selim Sokak 58, Yenikapi, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/93/e093ca48ed415043a0aac6b12f02570ddc8af39e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="193.64" OriginalAmount="188" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0030551" Longitude="28.97266879" StarRating="3" HotelCode="548850|206572" HotelName="Elite Aparts By MK" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuçuk Ayasofya Mahallesi, Kuçuk Ayasofya Caddesi 74, Fatih, 31422 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/second/ab/94/ab947c5a0e1e0ccde9d7eae3f2209d6c29d4ef6c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="193.64" OriginalAmount="188" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|290831-28558488/4024169871002992272/9479" HotelName="BROKEN COLUMN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4270000/4267500/4267446/f492be4b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="193.64" OriginalAmount="188" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-3.133312" Longitude="-60.020907" StarRating="4" HotelCode="0|225356-28580926/4024169871002992272/13262" HotelName="TAKSIM EXPRESS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>Av. Getúlio Vargas, 215, MANAUS, BRAZIL,69020-010</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7520000/7510100/7510028/9da251bc_b.jpg</HotelPictures>
        <HotelDescription>The Plaza Hotel Manaus is designed for business travelers as well as vacationers visiting with family or friends, offering an excellent location in downtown Manaus as well as comfortable and convenient amenities.   This hotel has casual and cozy guestrooms so you can relax, a restaurant serving delicious meals, business services and quality comforts along with warm hospitality. Enjoy the comfort of this hotel during your trip to the Amazonian capital throughout a productive and satisfactory stay.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="193.64" OriginalAmount="188.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009184927298" Longitude="28.974208045953" StarRating="4" HotelCode="315769|great_fortune_hotel" HotelName="The Great Fortune Hotel &amp; 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,Laundry,Massage Centre,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bab-i Ali Caddesi, Basmuhasip Sokak 11-13, Sultanahmet, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/46/89/4689beb272ba56901640b10d749a8202680e9c9f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Istanbul, Sultanahmet, within walking distance to historical and touristic s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="193.64" OriginalAmount="188.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01297831" Longitude="28.97712617" StarRating="0" HotelCode="591835|konak_apart_hotel" HotelName="Konak Apart Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Ibni Kemal Caddesi 10 22A, 34112 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/zz/c3adaf3ac81631f3ead7c8d516b8a6b46ee21f37.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a café, a transfer service and a laundry service. Wirel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="193.64" OriginalAmount="188.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05254858" Longitude="28.98662295" StarRating="3" HotelCode="866640|the_void_hotel_istanbul" HotelName="The Void Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Mahallesi, Tavukcu Fethi Sokak 25/1, Sisli, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/3d/503d3f1e4e27cfae1d38eee36bfceec4f8a271b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="193.64" OriginalAmount="188.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008640603907" Longitude="28.964551733135" StarRating="3" HotelCode="915598|inter_hotel" HotelName="Hotel Inter Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Büyük Haydar Efendi Sokak, Mithatpasa Caddesi, Beyazit, 34126 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/32/49325ee19aa2317e23fd2144908a955fa94e27b5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="193.64" OriginalAmount="188.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="981866|pell_palace_hotel_spa" HotelName="Pell Palace Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Emin Sinan Mahallesi, Gedikpasa Cami Sokak 37, Sultanahmet, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/1b/61/1b61178887e8d959eb6cdc8ecb504f9d4847c986.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="193.79" OriginalAmount="188.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.028533333333" Longitude="28.952823666667" StarRating="3" HotelCode="146549|4551635" HotelName="Daphnis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/6e/3f6e5378fb43439661c25de90abbc72bd323db07.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="193.88" OriginalAmount="188.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.045448" Longitude="28.986337" StarRating="4" HotelCode="208289|2162695" HotelName="Taksim Express Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Inönü Mahallesi, Cumhuriyet Caddesi  135, Harbiye, 34373 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/30/fc302dafc470a69c027831a5ac1248cd846c4809.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="193.92" OriginalAmount="188.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.045998" Longitude="28.912332" StarRating="5" HotelCode="|211264" HotelName="Lionel Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yenidogan Mh. Abdi Ipekci Cd. No.84 Bayrampasa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/1/2/6/4/211264_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="194.04" OriginalAmount="188.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0094554" Longitude="28.9745005" StarRating="0" HotelCode="|108186" HotelName="Nowy Efendi Hotel - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mah. Hoca Rustem Mektebi Sok. No:9/11 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/8/6/108186_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment offers, WiFi, (free of charge). SITUATION: This hotel Santa Sofia it is 400 metres away from the mosque, is 8 minutes away from Topkapi the Palace of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="194.31" OriginalAmount="188.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00629" Longitude="28.97213" StarRating="0" HotelCode="|84978" HotelName="Muyan Suites - Special Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BINBIRDIREK MAH.DIZDARIYE MEDRESESI SOKAK S.AHMET 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/9/7/8/84978_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in Sultanahmet 100 metres away, guests can find the racecourse, close to Sultan Ahmed Mosque, the Santa Sofia Museum, the Basilica Cistern. 800 metres from El Palacio de Topkapi It's 15 kilometres from Istanbul AtatÃ¼rk Airport. ROOM: All the rooms have modern facilities, classic furniture, an air-conditioning system, an LCD television, a mini-bar and WiFi (free of charge). OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="194.44" OriginalAmount="188.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0116042531" Longitude="28.958176588955" StarRating="4" HotelCode="9375|45044" HotelName="Zurich Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Vidinli Tevfik Pasa Caddesi 14, Sehzadebasi, 34470 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9e/a4/9ea44dcdca8ad118c56d979d794bfa2b2e8c220f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the historic and cultural area of Istanbul. Restaurants, shops and a bus s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="194.56" OriginalAmount="188.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98450023" Longitude="29.10764508" StarRating="3" HotelCode="200040|897475" HotelName="Asia City" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Kucukbakkalkoy Mahallesi, Sutculer Sokak 3, 34750 Atasehir, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/a2/8fa2212679d09bb020473d7650a3b95ed2e94cde.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a bar, a transfer service and a confer...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="194.65" OriginalAmount="188.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039497" Longitude="28.984844" StarRating="4" HotelCode="81773|86135" HotelName="Golden Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly 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,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Lamartin Caddesi  24, Taksim 34437, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/7a/7a/7a7ae933d2a56a1c21ceba51cd7fadaaa2543f9f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located 5 minutes' walk from restaurants, shops, bars, nightspots and links to the pub...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="194.67" OriginalAmount="189" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|316508-28493919/4024169871002992272/2560" HotelName="SEMSAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7730000/7725400/7725333/fee408c8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="194.67" OriginalAmount="189" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|560771-28592998/4024169871002992272/11385" HotelName="DARKMEN BOUTIQUE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13300000/13295700/13295613/ac08521c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="194.67" OriginalAmount="189.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.989473" Longitude="29.025237" StarRating="3" HotelCode="191195|khalkedon_hotel_istanbul" HotelName="Khalkedon Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Caferaga Mah. Moda Cad. Tellaizade Sok. No:2 Kadiköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/ba/2cba6dfbccdbabeb2f4ffb27ef0a42ca13192294.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="194.69" OriginalAmount="189.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.014199" Longitude="28.877866" StarRating="5" HotelCode="|205382" HotelName=" Ramada Hotel &amp; Suites by Wyndham Istanbul Merter " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GUVEN MH. ESKI LONDRA ASFALTI CD.NO:83 B/18GUNGOREN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/5/3/8/2/205382_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="194.91" OriginalAmount="189.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00477" Longitude="28.98074" StarRating="3" HotelCode="36322|345605" HotelName="Yusuf Pasa Konagi" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Cankurtaran Caddesi 34, Sultanahmet Fatih, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/24/36/2436fd58175e966387c9aea256b4e3e40b2c2ba1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Featuring a fascinating history, the hotel is within walking distance of Sultanhamet, the tourist ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="195.11" OriginalAmount="189.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0400023" Longitude="28.9831781" StarRating="4" HotelCode="|40301" HotelName="Avantgarde  Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ABDULHAMIT CAD.TAKSIM 40/42</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/3/0/1/40301_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2007, is ideal for family holidays, has 124 rooms and 12 floors. The establishment is perfect for business and holiday stays, has air-conditioning, a lobby with a reception, a safety deposit box service, a currency exchange service, a cloakroom and 2 lifts. Our guests can find a hairdresser's, a bar, a restaurant, conference rooms and WiFi. At an additional cost you can have access to room service and a laundry service. The establishment also offers a playground. SITUATION: Is situated inTaksim the city centre of 5 minutes away from the establishment, you can find restaurants, bars, nightclubs, shops and public transport stops. 15 minutes away from the establishment clients have tourist areas, 25 kilometres away, you can find Istanbul Airport. ROOM: The rooms a bathroom with a shower or bath, a hairdryer, a direct line telephone, flat-screen satellite television and a safe. They also have a mini-bar, a double bed, an air-conditioning system and individual heating. FACILITIES: At an extra cost, you can find the health club, a massage service, a Turkish bath, a sauna and a solarium. The establishment has a covered swimming pool, a gym, a children's swimming pool, an outdoor bar (available for a fee) and deck chairs. PAYMENT METHODS: Customers can pay by American Express, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, you can enjoy a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="195.16" OriginalAmount="189.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00338787198" Longitude="28.981495618385" StarRating="4" HotelCode="33845|321095" HotelName="Citadel Hotel &amp; Restaurant" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kennedy Caddesi Sahil Yolu 12, Ahirkapi, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/0e/450e8bb097c5bd4278b81c0c5c44246e1b4d7664.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Owing to its location in the old city centre, this historic hotel has the advantage of being within ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="195.31" OriginalAmount="189.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00911" Longitude="28.97428" StarRating="4" HotelCode="|184455" HotelName="Great Fortune and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bab-i Ali Cad. Basmuhasip Sok. No 11-13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/4/5/5/184455_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="195.62" OriginalAmount="189.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.981091" Longitude="28.898687" StarRating="4" HotelCode="|450557" HotelName="Best Western Premier Ottoperla" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kazlicesme, Abay Cd. No:223 B Block</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/5/5/7/450557_11934aa1209.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="195.64" OriginalAmount="189.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0144383" Longitude="28.9769288" StarRating="0" HotelCode="|107972" HotelName="Mr. Bird Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Orhaniye Cad. No:32 Sirkeci</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/9/7/2/107972_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2013. SITUATION: It is situated 10 minutes away fromTopkapi the Palace of and.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195.70" OriginalAmount="190" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039962294451" Longitude="28.984403138554" StarRating="4" HotelCode="933896|217682" HotelName="Nova Plaza Boutique &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Lamartin Caddesi No 14, Taksim, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/1f/171fdb5cc6b87e66557a3ba1ef647e2193a4f710.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195.70" OriginalAmount="190" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.055681" Longitude="28.985302" StarRating="4" HotelCode="284353|57957" HotelName="Le Mirage Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abidei Hürriyet Caddesi No:22, Cumhuriyet Mahallesi, Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/22/228918/228918a_hb_a_013.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195.70" OriginalAmount="190" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05863992" Longitude="28.98604382" StarRating="4" HotelCode="594159|217646" HotelName="Mare Park Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Merkez Mahallesi, Abide i Hurriyet Caddesi 85-87, Sisli, 34381 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f4/3a/f43a7cf191af66f3a9a6c45915d91e681d6ed6c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195.70" OriginalAmount="190" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00889465" Longitude="28.96262411" StarRating="4" HotelCode="688467|284934" HotelName="Hotel Piya Sport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,ATM/Cash Machine,Bar,Conference Hall,Designated Smoking Area,Dining,Internet,Massage Centre,Meeting Room,Pets allowed,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Kemalettin Mahallesi, Sekbanbasi  Sokak 2, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e7/82/e78220aa66b606a3590e50d88a19558a169fff20.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Piya Sport Hotel is located at the Beyazit district of Istanbul, the mile stone of rich history....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="195.70" OriginalAmount="190" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|865708-28476799/4024169871002992272/20554" HotelName="TIME MECIDIYEKOY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/23000000/22280000/22276400/22276371/73fd4caa_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="195.70" OriginalAmount="190" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1404617-27399542/4024169871002992272/22717" HotelName="HAMPTON BY HILTON MERTER ISTANBUL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/105000000/104100000/104094900/104094802/27d20e2f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="195.70" OriginalAmount="190.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.065123381941" Longitude="29.003229305557" StarRating="5" HotelCode="9467|surmeli_istanbul_hotel" HotelName="Sürmeli Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prof. Dr. Bülent Tarcan Sokak 3, Gayrettepe, 34349 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/03/90030ded8e261b4d0e58e70fe397efaefa364c0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in the tourist and shopping quarter of Istanbul, this conference hotel is a perfec...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="195.70" OriginalAmount="190.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039188487456" Longitude="28.982598111033" StarRating="4" HotelCode="191183|moss_suites_2" HotelName="Moss Suites Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Feridiye Caddesi 34, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/63/f3/63f31aef3211b50ca7042209a5c5aa9704fdbc0e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="195.70" OriginalAmount="190.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.041654930973" Longitude="28.984201374344" StarRating="5" HotelCode="905763|the_elysium_istanbul_mgallery_by_sofitel" HotelName="The Elysium Istanbul" 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,Kitchen,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Inonu Mahallesi, Yedikuyular Caddesi, Cayiri Sokak 1, Sisli Taksim, 34373  Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/04/cc/04cca3412be51a151d440050247ec84bf6b2c41b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to Taksim Square, which is in the city centre and approximately a 10-minu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="195.72" OriginalAmount="190.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01196573" Longitude="28.95724615" StarRating="3" HotelCode="517172|693821" HotelName="Beethoven Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Fethi Bey Caddesi 63, 34134 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/62/a062deffe42f9a1a34aaf11c561eca598491791a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="196.18" OriginalAmount="190.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05656" Longitude="28.991087" StarRating="0" HotelCode="|526320" HotelName="Mr Beyaz Butik Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/6/3/2/0/526320_ebaf7111011.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="196.20" OriginalAmount="190.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00802" Longitude="28.95721" StarRating="0" HotelCode="|521766" HotelName="Marcello Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Kemalettin Mah., Koska Cad., No.31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/7/6/6/521766_2a1bb180938.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="196.24" OriginalAmount="190.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0140357" Longitude="28.9780661" StarRating="3" HotelCode="|353578" HotelName="Orka Old City Hotel &amp; Spa" 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/5/3/5/7/8/353578_2b490e11243.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="196.25" OriginalAmount="190.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0515653" Longitude="28.9891253" StarRating="0" HotelCode="|82974" HotelName="Jazz Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Halaskargazi Mahallesi Bahtiyar Sokak No: 1 Nisantasi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/7/4/82974_12.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is 5 minutes away fromOsmanbey the metro station of. ROOM: The establishment has deluxe rooms and flat-screen satellite television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="196.33" OriginalAmount="190.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008554" Longitude="28.974942" StarRating="0" HotelCode="|475552" HotelName="Hotel Esve Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bicki Yurdu sk. No6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/5/5/2/475552_83de1d61259.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="196.35" OriginalAmount="190.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0102402" Longitude="28.957321" StarRating="3" HotelCode="|82956" HotelName="Eyfel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kurultay Sok. No:19 Laleli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/5/6/82956_313679e1601.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is in Istanbul the historic centre of 200 metres away, guests will find Laleli the Tram Station of. ROOM: The rooms have WiFi, (free of charge), a television. FACILITIES: The establishment has a swimming pool.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="196.44" OriginalAmount="190.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035488" Longitude="28.985468" StarRating="4" HotelCode="|108165" HotelName="Taxim Express" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Cad., No:135 Harbiye</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/6/5/108165_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a sauna, a gym, rooms with air-conditioning and WiFi (free of charge). SITUATION: Is situated in the city centre, Close to the exhibition centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="196.73" OriginalAmount="191" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040047060752" Longitude="28.983230390213" StarRating="4" HotelCode="60178|7065" HotelName="Avantgarde Taksim" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abdulhakhamit Caddesi 40/42, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/dc0233442d824eb19255bb85a110859e.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the centre of Taksim, a 5-minute walk from restaurants, bars, discos, shop...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="196.73" OriginalAmount="191" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00737" Longitude="28.97052" StarRating="3" HotelCode="705339|284830" HotelName="Deluxe Newport Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Housekeeping,Laundry,Lounge,Parking,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Emin Sinan Mahallesi, Gedikpasa Cami Sokak 46-48, 34126 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/24/2419705/O94PXPTT_d2b5ca33bd970f64a6301fa75ae2eb22.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;Deluxe Newport Hotel is a new hotel that has just opened for a service of the guests with 24 deluxe ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="196.73" OriginalAmount="191" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|465455-28558538/4024169871002992272/2997" HotelName="ADELMAR ISTANBUL SISLI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18060000/18050100/18050006/e1695a99_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="196.73" OriginalAmount="191" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|610477-28455209/4024169871002992272/19054" HotelName="ELIZA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/37000000/36260000/36253100/36253073/e98c2b54_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="196.73" OriginalAmount="191.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013427337454" Longitude="28.977261431283" StarRating="3" HotelCode="306007|hotel_black_pearl" HotelName="Hotel Black Pearl" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Hüdavendigar Caddesi 10, Sirkeci – Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/17/dc172c7a87558f866a95dbe6d3ecfa77371cce17.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="196.82" OriginalAmount="191.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9949677" Longitude="29.107862" StarRating="0" HotelCode="|304525" HotelName="The Gate 30 Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Barbaros Mah. Ihlamur Bulvar? No:10 Ata?ehir</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/4/5/2/5/304525_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="196.95" OriginalAmount="191.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013346" Longitude="28.977873" StarRating="0" HotelCode="|553833" HotelName="Downtown Sirkeci Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/8/3/3/553833_c9bb30f1401.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="197.42" OriginalAmount="191.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0044166" Longitude="28.9797993" StarRating="3" HotelCode="|82945" HotelName="Center Hill" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Mehmet Aga Cad No 23 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/4/5/82945_38585d71136.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a reception and WiFi (free of charge). SITUATION: The hotel Sultanahmet it is in it is located 200 metres away from the mosque. ROOM: The rooms have cable television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="197.76" OriginalAmount="192" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.763674" Longitude="20.925685" StarRating="4" HotelCode="0|565313-28434606/4024169871002992272/9752" HotelName="CENTRO WESTSIDE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> ARGASSI, ARGASSI, GR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/24000000/23500000/23494600/23494521/858f1357_b.jpg</HotelPictures>
        <HotelDescription>This hotel is gently nestled amongst pine trees at just 2 minutes' walk from the beautiful, well-kept shingle beach of Argassi. There guests can find a large range of water sports facilities that will provide that extra adrenaline rush, plus many restaurants, taverns and bars ideal for a drink and a bite after a relaxed evening stroll. The venue itself also features a charming restaurant serving Greek and international dishes, plus all of its self-catering rooms come with well-equipped kitchenettes. The latter open to balconies overlooking the gardens, which are just made for sipping chilled wine and chatting while the sun sets over the sea.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="197.76" OriginalAmount="192" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|428150-28558522/4024169871002992272/20941" HotelName="GLAMOUR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/117000000/116530000/116523100/116523021/3e20a472_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="197.76" OriginalAmount="192.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007558558938" Longitude="28.973211050034" StarRating="3" HotelCode="67067|hali" HotelName="Hotel Hali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Klodfarer Caddesi 20, Sultanahmet-Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/fc/cdfc069c93eb773e92e35c3d0b526bc060b39ebc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="197.76" OriginalAmount="192.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040186366468" Longitude="28.984800875187" StarRating="4" HotelCode="41098|grand_oztanik_hotel_istanbul" HotelName="Grand Öztanik Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Topcu Caddesi 9-11, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/0c/74/0c7438f624f36df6d79c5574ff965358de84780a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the new city area of Taksim, close to the metro station. It is approximately...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="197.76" OriginalAmount="192.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009692" Longitude="28.977245" StarRating="4" HotelCode="30379|celal_sultan_hotel__special_class" HotelName="Celal Sultan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yerebatan Caddesi Salkimsogut Sokak 16, 34110 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/45/55/45558eb3383ab5cc9dc1663f38989af56c7e92a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies in the oldest district of Istanbul, the former capital of the Byzantine and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="197.76" OriginalAmount="192.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03570178726" Longitude="28.983258661667" StarRating="4" HotelCode="154319|triada_residence" HotelName="Triada Boutique &amp; Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Istiklal Caddesi, Meselik Sokak 4, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/48/c848782aa2cac5fadb53d48e45813130d40c1181.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="197.76" OriginalAmount="192.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005037" Longitude="28.978368" StarRating="3" HotelCode="191138|ararat_hotel_3" HotelName="Ararat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Torun Sokak. No:3, 34400 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/f3/e4f3ef161e1a36d7dd64235c4cb575e42edb049b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="197.76" OriginalAmount="192.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.058972" Longitude="29.002047" StarRating="4" HotelCode="293557|apart_point" HotelName="Apart Point" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gayrettepe Mahallesi, Selvi Sokak 6, Besiktas, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/5b/295bfd117c0711d4b17f21ae242fc7e580094346.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Offering a real home-from-home comfort, these 50 apartments are very well furnished and equipped and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="197.76" OriginalAmount="192.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008054831711" Longitude="28.950197592013" StarRating="3" HotelCode="933747|lal_hotel_" HotelName="LAL Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Elevator,Housekeeping,Parking,Porter,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Mahallesi, Namik Kemal Caddesi 18, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/b1/3ab1de016b4fbab26733a12ae9eac7e0dc962c35.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;.. Yusufpasa Tram Station is within 2 minutes? walking distance. Featuring Hagia Sophia, Blue Mosque...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="197.80" OriginalAmount="192.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0678628" Longitude="29.0043671" StarRating="5" HotelCode="|205418" HotelName="DoubleTree by Hilton Istanbul Gayrettepe" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Buyukdere cad.No:117 Gayrettepe</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/5/4/1/8/205418_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="198.01" OriginalAmount="192.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013983" Longitude="29.029135" StarRating="4" HotelCode="188762|237916" HotelName="Volley Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Seyit Ahmet Deresi Sok., Nuhkuyusu Cad., 34662 Altunizade Üsküdar, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/19/0b19e1c3eece40bae7678856393f2fbae6231f63.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="198.33" OriginalAmount="192.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0089" Longitude="28.96261" StarRating="4" HotelCode="|445184" HotelName="Piya Sport " 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/5/1/8/4/445184_3f2d16b1455.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="198.41" OriginalAmount="192.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00891" Longitude="28.96323" StarRating="0" HotelCode="|447781" HotelName="Edition Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sekbanbasi Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/7/8/1/447781_9bedf231215.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="198.44" OriginalAmount="192.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.927301706172" Longitude="29.309466776443" StarRating="4" HotelCode="446808|544381" HotelName="Hampton by Hilton Istanbul Kurtkoy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Yeni Sehir Mahallesi, Millet Caddesi 27, MVK Work Square B Block 3, Pendik, 34912 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/01/600194b65a6cb75f660db4271d7b92b6f354fa03.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a safe, a bar and a business centre. Wireless internet ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="198.47" OriginalAmount="192.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.044374" Longitude="29.004213" StarRating="0" HotelCode="|522246" HotelName="Guest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sinanpasa, Yenilik Sk. 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/2/4/6/522246_d83dc280912.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="198.60" OriginalAmount="192.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.019669" Longitude="28.961608" StarRating="0" HotelCode="|534250" HotelName="Hotel Otağ" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hoca Giyasettin Mah, Hacikadin 1.caddesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/2/5/0/534250_4aa5a011146.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="198.65" OriginalAmount="192.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0388884" Longitude="28.9822849" StarRating="0" HotelCode="|108337" HotelName="My House Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/3/3/7/108337_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Istanbul the centre of 300 metres away from and Taksim the square Istiklal the street. APARTMENTS: It offers large apartments with air-conditioning and a kitchen with full kitchenware.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="198.77" OriginalAmount="192.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99229" Longitude="28.83948" StarRating="3" HotelCode="|184559" HotelName="Osaka Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/5/5/9/184559_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="198.79" OriginalAmount="193" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03550413" Longitude="28.9855047" StarRating="4" HotelCode="563374|217262" HotelName="TRYP by Wyndham Istanbul Taksim" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Cihangir Mahallesi, 8-12  Kazanci Yokusu, Taksim, 34433 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/5c/7f5c63269085f18da9f2f34f4b98cfdb5aa32594.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="198.79" OriginalAmount="193" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|612179-32593646/4024169871002992272/2704" HotelName="KUZEN - ADULTS ONLY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16320000/16314100/16314012/32f3e229_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="198.79" OriginalAmount="193" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|142315-28558386/4024169871002992272/11122" HotelName="HOTEL VENERA ISTANBUL OLD CITY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3080000/3078400/3078338/c216d139_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="198.79" OriginalAmount="193.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011978950451" Longitude="28.955556750298" StarRating="3" HotelCode="165540|buyuk_keban_hotel" HotelName="Hotel Büyük Keban" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Genctürk Caddesi No: 39, Sehzadebasi, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/26/be2668e1743a4c45383dcf4de59d780e4b3ae37d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="198.88" OriginalAmount="193.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0586046" Longitude="28.9860026" StarRating="4" HotelCode="|220771" HotelName="Mare Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Merkez M. Abide-i Hurriyet C. No:85/87, ?i?li 60</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/7/7/1/220771_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="199.05" OriginalAmount="193.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0133649" Longitude="28.9765945" StarRating="0" HotelCode="|108356" HotelName="Viva Deluxe Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ibni Kemal Cad. No:38 Sirkeci</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/3/5/6/108356_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Sultanahmet the district of it is situated 5 minutes away from Topkapi the Palace of. ROOM: Clients are offered non-smoking rooms, panoramic views and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="199.18" OriginalAmount="193.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.014798" Longitude="28.978651" StarRating="0" HotelCode="|152181" HotelName="Dream Bosphorus Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HOCAPASA MH.NOBETHANE CAD.KUM MEYDANI SOK. SIRKECI 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/1/8/1/152181_6.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in Istanbul is situated in the city centre. Near the establishment, you will find the railway station, the bus station and places of interest. HOTEL: The hotel was built in 2014, has 25 standard rooms, 5 single rooms, 10 double rooms, 3Â junior suites, 4 suites and 3 triple rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="199.20" OriginalAmount="193.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05505" Longitude="28.97985" StarRating="0" HotelCode="|525384" HotelName="Hexa Suites Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Evrenoszade Sk. 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/3/8/4/525384_f2935081102.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="199.22" OriginalAmount="193.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.054868" Longitude="29.029682" StarRating="4" HotelCode="186920|1451708" HotelName="Symbola Bosphorus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Portakal Yokusu Caddesi 17-19, Ortaköy, 34347 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/c2/afc24648b20a273d7654ce61856ea0e6529e3c90.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located approximately 350 m from the shores of the Bosphorus on a hill close to the Fir...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="199.29" OriginalAmount="193.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.016943" Longitude="29.030163" StarRating="0" HotelCode="|532042" HotelName="Olen Uskudar Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Nuhkuyusu Cd 97</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/0/4/2/532042_5399c5d1035.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="199.48" OriginalAmount="193.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.043158" Longitude="29.001683" StarRating="0" HotelCode="|534294" HotelName="King Suits Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Afacan Sk. 26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/2/9/4/534294_64a1c001112.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="199.53" OriginalAmount="193.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.984468895147" Longitude="29.226985380716" StarRating="5" HotelCode="593445|638261" HotelName="Tryp by Wyndham Istanbul Sancaktepe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Eyup Sultan Mahallesi, Kizilay Caddesi 25, Sancaktepe, 34885 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/73/8573c8b09e8a74a6ff35915e54799816d87cc4e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="199.54" OriginalAmount="193.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.060141" Longitude="28.808088" StarRating="4" HotelCode="|444825" HotelName="Ramada Encore By Wyndham Istanbul Basin Express" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mehmet Akif Mah. 3. Inonu Cad.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/8/2/5/444825_86ac4eb1138.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199.82" OriginalAmount="194" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010257" Longitude="28.97707" StarRating="4" HotelCode="293781|41416" HotelName="Dosso Dossi Hotels - Old City Sultanahmet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mahallesi, Alayköskü Caddesi 12, Sultanahmet, Fatih, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8f/10/8f10db2f103661160921ebc1efed5adb1cab3a48.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199.82" OriginalAmount="194" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02694134" Longitude="28.97328295" StarRating="4" HotelCode="612662|199619" HotelName="Louis Appartements Galata" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sahkulu Mahallesi, Ilk Belediye Caddesi No:10, Sishane Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/2e/6a/2e6a57f57c82c240f0c4cca46c9379593c18b108.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="199.82" OriginalAmount="194" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|464276-28493977/4024169871002992272/8992" HotelName="THE GRAND MIRA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/15000000/14590000/14581500/14581429/041a3288_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="199.82" OriginalAmount="194" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|23139-28493771/4024169871002992272/16455" HotelName="GRAND HILARIUM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2520000/2516100/2516014/cb3c59fe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="199.82" OriginalAmount="194.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012229916164" Longitude="28.955760598183" StarRating="4" HotelCode="9354|black_bird_hotel" HotelName="Black Bird Hotel- Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gençtürk Caddesi No: 51/53, Sehzadebasi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/695af8b6c4f1467cb60513b1ef686eeb.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Turkish city of Istanbul, only around 50 m from the city centre where b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="199.82" OriginalAmount="194.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.015720904787" Longitude="28.91325564418" StarRating="5" HotelCode="307192|mercure_istanbul_topkapi" HotelName="Mercure Istanbul Topkapi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Merkezefendi Mah Mevlana Cad - No 112, 1 - Zeytinburnu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d3/62/d362bfc317b091bb92678c73ec45e4f8a8bb59f1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="199.82" OriginalAmount="194.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02526677" Longitude="28.97987357" StarRating="3" HotelCode="481152|nabu_hotel_karakoy" HotelName="Nabu Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kemankes Karamustafa Pasa, Murakip Sokak 13, 34425 Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/c7/50c77eddf805bedf5d734ad62456af4fb0a6419a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="200.01" OriginalAmount="194.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013528243679" Longitude="28.977282643319" StarRating="4" HotelCode="32218|77104" HotelName="Best Western Empire Palace" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Hudavendigar Caddesi 19, Sirkeci-Sultanahmet, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/51272/a_51272_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of the beautiful old town and is only 100 m from the tourist cen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="200.21" OriginalAmount="194.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035529" Longitude="28.986931" StarRating="0" HotelCode="|529678" HotelName="Roe Suite Taksim - Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/6/7/8/529678_991e57c1025.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="200.38" OriginalAmount="194.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05479" Longitude="28.98854" StarRating="3" HotelCode="|185052" HotelName="Wame Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Matbaaci Osmanbey Street No:20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/0/5/2/185052_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="200.64" OriginalAmount="194.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0032027" Longitude="28.9757585" StarRating="0" HotelCode="|108083" HotelName="Katelya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kucukayasofya Mah., Ogul Sok., No: 21, Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/0/8/3/108083_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Sultanahmet it is in Sultan Ahmed Mosque it is 3 minutes away from.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="200.64" OriginalAmount="194.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.032577" Longitude="28.977128" StarRating="0" HotelCode="|454486" HotelName="Taksim Yazici" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Istiklal Cad. Tomtom Mah. Akansu Sk 4/1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/4/8/6/454486_eb1af601519.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="200.72" OriginalAmount="194.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0675453" Longitude="28.9738549" StarRating="0" HotelCode="|108279" HotelName="Tempo  Çaglayan Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Gursel Mah. Tumlec Sok. No:2 Kagithane</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/7/9/108279_14.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inKagithane the district of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="200.82" OriginalAmount="194.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03203" Longitude="28.98037" StarRating="0" HotelCode="|447716" HotelName="The Soul Istanbul Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kulo?lu Mh. Faik Pa?a Cd. No:28</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/7/1/6/447716_1c8cb010800.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="200.85" OriginalAmount="195" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00314464" Longitude="28.97572018" StarRating="3" HotelCode="368051|58417" HotelName="Katelya Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucukayasofya Mahallesi  Ogul Sokak  No: 21 Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/20/692012af138c857806484d4f3be24afc4d98a068.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="200.85" OriginalAmount="195" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.054824672247" Longitude="28.997232813492" StarRating="3" HotelCode="188742|42962" HotelName="Semsan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tesvikiye Mahallesi, Ferah Sokak 16, 34365 Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ec/e9/ece9bf00a11a39fec793fc7cb1bff29de513f139.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="200.85" OriginalAmount="195.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.049656" Longitude="28.987909" StarRating="3" HotelCode="213667|inncity_hotel_nisantasi" HotelName="Inn City Boutique Nisantasi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Halaskargazi Mah. Dershane Sok. No 20, Nisantasi, Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/3a/153afab095e03eb4d1ecb4f664da2f4bed0f0fa4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="200.85" OriginalAmount="195.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.037382" Longitude="28.982322" StarRating="3" HotelCode="191189|taksim_tulip_residence" HotelName="Bianco Residence Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mahallesi, Altin Bakkal Sokak 9, Beyoglu, 34440 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/d5/2cd5dce1d383ee3c8ad76ab2b516179aee8f5865.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="201.07" OriginalAmount="195.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.975528" Longitude="28.875203" StarRating="0" HotelCode="|453062" HotelName="Anemon Bakirkoy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Zeytinlik Mahallesi Ebuziya cad</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/0/6/2/453062_ba668751718.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="201.55" OriginalAmount="195.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0659295" Longitude="28.9876132" StarRating="4" HotelCode="|86867" HotelName="Vernazza Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Abide-i Hurriyet Cd. Gecit Sk No 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/6/7/86867_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Sisli it is in Istanbul it is in. ROOM: Clients can find suites with an air-conditioning system, WiFi (free of charge). OTHERS: Regarding the food and beverage provision, the establishment offers a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="201.70" OriginalAmount="195.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0396156" Longitude="28.984808" StarRating="4" HotelCode="|38190" HotelName="The Central Palace Taksim" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LAMARTIN CD. NO 18 - TAKSIM - OTELLER BOLGESI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/1/9/0/38190_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 107 rooms, The establishment boasts air-conditioning, a lobby, a safety deposit box service, a currency exchange service, a cloakroom and a lift. Guests can find a cafÃ©, a bar, a restaurant and a conference room. The establishment also offers internet, a laundry service, room service and a car park (for a fee). SITUATION: Near the establishment, you will find the nightlife, is 18 kilometres away from Istanbul AtatÃ¼rk Airport it is situated 5 minutes away from Dolmabahce the Palace of 15 minutes away from the establishment, clients can find tourist points of interest, 5 minutes away, there is the bus stop, 10 minutes away from the establishment you have the railway station. ROOM: They have a desk, internet, a bathroom with a hairdryer, a direct line telephone and a satellite TV. They also have a mini-bar, a balcony or terrace, a safe, an air-conditioning system and individual heating. FACILITIES: The establishment boasts a gym, a sauna and a Turkish bath (available for a fee). PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="201.88" OriginalAmount="196" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005784" Longitude="28.973431" StarRating="3" HotelCode="169635|27756" HotelName="Hotel Perula" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Peykhane Sokak 45, Sultanahmet Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/e5/7fe5472972ce3bd617017ef479ac08b0dcc97159.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the historical district of Istanbul, within a few hundred metres of the tour...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="201.88" OriginalAmount="196" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|464069-28455146/4024169871002992272/5152" HotelName="SIM ISTANBUL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/123000000/122250000/122248000/122247977/bfacb064_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="201.88" OriginalAmount="196.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.054864" Longitude="28.997139" StarRating="0" HotelCode="300371|orya_hotel_" HotelName="Orya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Ferah Sokak No. 33, Tesvikiye Mahalessi, Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/d5/2fd5075465b2732e1551b3f3d9cef6fa9e1a7407.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="201.88" OriginalAmount="196.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03379467" Longitude="28.97807476" StarRating="4" HotelCode="498115|mrcas_hotels" HotelName="Mr.Cas Hotels" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="bed and breakfast" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Istiklal Caddesi 153, Beyoglu, 34433 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5e/eb/5eeb0f104a143d9a986565ce97fb03ae812f5cbb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="201.88" OriginalAmount="196.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="630495|green_life_apart_hotel" HotelName="Green Life Apart Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mahallesi, Odev Sokak 12, Sultanahmet, 34122 Istanbul, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/a7/65a78287b1903045356f44acdcc483246f5ef7f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="202.00" OriginalAmount="196.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03546" Longitude="28.98587" StarRating="4" HotelCode="|243596" HotelName="  Trip Bosphorus Taksim Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Cihangir Mah. Kazanci Yokusu No: 8 Taksim</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/3/5/9/6/243596_8ba327a0843.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="202.00" OriginalAmount="196.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03439" Longitude="28.98129" StarRating="0" HotelCode="|192728" HotelName="Sometimes Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/7/2/8/192728_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="202.00" OriginalAmount="196.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0061455" Longitude="28.9809453" StarRating="0" HotelCode="|83012" HotelName="Villa Sofia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Cad No:3 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/1/2/83012_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a terrace with views. SITUATION: Sultanahmet Is situated in.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="202.07" OriginalAmount="196.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005536" Longitude="28.971275" StarRating="0" HotelCode="|534492" HotelName="Zeyn Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tahsinbey Sokagi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/4/9/2/534492_92921f31410.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="202.25" OriginalAmount="196.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0379397" Longitude="28.9849397" StarRating="0" HotelCode="|26912" HotelName="Seminal Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Cad. No:23-25, Taksim</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/9/1/2/26912_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2005, has 88 standard rooms. The establishment boasts a hall with an elevator, a reception, a currency exchange service and a safety deposit box service. It has a bar, a cafÃ©, an Ã  la carte restaurant and conference rooms. The establishment offers guests room service, a laundry service and a medical care service. SITUATION: This hotel is in Taksim where you can find shops and leisure areas. 100 metres away, there is a public transport stop. It is 10 kilometres away from the tourist area where you can find monuments. Is 25 kilometres from Istanbul AtatÃ¼rk Airport. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a mini-bar and a safe (available for a fee). They also have central heating and a central air-conditioning system. FACILITIES: Guests are offered a covered swimming pool, a sauna and a massage service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="202.55" OriginalAmount="196.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0140008" Longitude="28.9791012" StarRating="0" HotelCode="|381940" HotelName="Tayahatun Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hocapa?a mah.Tayahatun sok.No:13 Sirkeci/Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/1/9/4/0/381940_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="202.57" OriginalAmount="196.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.089674" Longitude="29.005349" StarRating="4" HotelCode="55339|929225" HotelName="Bilek" 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,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Eski Buyukdere Caddesi 29, 4 Levent, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/86/688634683676ca7a70d1656fac1f95cfb5a90a89.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the immediate vicinity of the metro to Taksim Square. Links to the public t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="202.76" OriginalAmount="196.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99222" Longitude="29.042026" StarRating="3" HotelCode="|527624" HotelName="G-Han" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/7/6/2/4/527624_2bb52b71047.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="202.91" OriginalAmount="197.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0132" Longitude="28.942" StarRating="0" HotelCode="|525437" HotelName="Best Garden Hotel" 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/5/2/5/4/3/7/525437_2bc71d01159.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="202.91" OriginalAmount="197" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|268378-28558475/4024169871002992272/13091" HotelName="MIDMAR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8330000/8327000/8326902/b9965b69_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="202.91" OriginalAmount="197" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1370170-32596938/4024169871002992272/18719" HotelName="G TOWER FURNISHED APARTMENT RENTALS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/117000000/116720000/116714700/116714661/489b0a37_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="202.91" OriginalAmount="197" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|17433-28534987/4024169871002992272/20767" HotelName="ENDICAN BEYAZIT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4900000/4898500/4898479/c40f977d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="202.91" OriginalAmount="197.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008318519346" Longitude="28.973787690807" StarRating="4" HotelCode="60290|faros_hotel_istanbul" HotelName="Faros Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Divan Yolu Avenue 76, Eminonu, 34110 Istanbul, Marmara Region</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a2/d1/a2d173453d875740114d4e5a0e1e5547e47919e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul, directly in the city and tourist centre with its res...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="202.91" OriginalAmount="197.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009356" Longitude="28.979111" StarRating="4" HotelCode="9369|ottoman_hotel_imperial__special_class" HotelName="Ottoman Hotel Imperial" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Caferiye Sokak 6/1, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a9/75/a97584f6e9e737ac4396661e164d1f11fe9e9b45.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in an inspiring location, directly in the heart of the Old Town, in a slightly...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="202.99" OriginalAmount="197.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.086960951683" Longitude="28.903073966503" StarRating="4" HotelCode="186921|808815" HotelName="Radisson Residences Avrupa TEM Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Karayollari Mahallesi, Abdi Ipekçi Caddesi 30, 34250 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/67/0a/670a666f7ace40de606d7b895aaffb70781f3090.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Gaziosmanpasa district of north western Istanbul, approximately 12-13 km...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="203.00" OriginalAmount="197.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9117498" Longitude="29.2013198" StarRating="0" HotelCode="|40991" HotelName="Titanic Business " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>BARBAROS HAYRETTIN PASA CAD NO 43 KARTAL</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/9/9/1/40991_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Titanic Business is rated five stars and it is in Istanbul city centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="203.18" OriginalAmount="197.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0082932" Longitude="28.9740181" StarRating="4" HotelCode="|95910" HotelName="Faros Old City - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Divan Yolu, Sultanahmet Istanbul ,76</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/9/1/0/95910_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Faros Hotel is rated four stars and it was opened in 2005. SITUATION: This establishment is in the centre of Istanbul, close to St. Sophia and the train station Sultanahmet.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="203.24" OriginalAmount="197.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.032438" Longitude="28.975912" StarRating="0" HotelCode="|153342" HotelName="Nexthouse Pera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ISTIKLAL CD.KALLAVI SK. BEYOGLU ISTANBUL 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/3/4/2/153342_55e6a341357.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated establishment in 2013, has 12 rooms and a car park. SITUATION: This establishment, Istanbul it is in is situated in the city centre, Close to the train stations and the bus station. close to the establishment, clients can find public transport services, is near the city.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="203.48" OriginalAmount="197.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.994021" Longitude="29.027955" StarRating="0" HotelCode="|534624" HotelName="Ikiz Konak Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rasimpasa Mah. Recaizade Sok. no.32/1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/6/2/4/534624_fc22c3f1144.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="203.80" OriginalAmount="197.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9829" Longitude="29.03286" StarRating="0" HotelCode="|455142" HotelName="Riva's Moda" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/1/4/2/455142_47e7ede1443.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="203.86" OriginalAmount="197.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0049736" Longitude="28.9793539" StarRating="0" HotelCode="|86701" HotelName="Azade Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Mehmet Aga Cad. No:31 Sultanahmet/Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/0/1/86701_9.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is 50 metres away from the mosque, this hotel is in Sultanahmet the district of. HOTEL: Guests can find rooms with internet, (free of charge), a terrace with views.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="203.94" OriginalAmount="198" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0508639" Longitude="28.98675773" StarRating="0" HotelCode="548876|211124" HotelName="Adelmar Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Bozkurt Mahallesi, Dolapdere Caddesi 217, 34375 Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f3/72/f372eaa1ef7a6034687f670cab81723381ad7344.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="203.94" OriginalAmount="198" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|855490-28597701/4024169871002992272/3471" HotelName="HIDDEN HILLS ISTANBUL AIRPORT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/42000000/41840000/41837800/41837724/2929ac85_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="203.94" OriginalAmount="198" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|185104-28558426/4024169871002992272/3915" HotelName="ALBINAS OLD CITY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4800000/4798200/4798155/c7dc60a7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="203.94" OriginalAmount="198" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|182430-27818923/4024169871002992272/19484" HotelName="GONEN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5310000/5302000/5301960/1b931211_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="204.23" OriginalAmount="198.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.064953" Longitude="28.658167" StarRating="0" HotelCode="|525527" HotelName="Parla Suite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1657.sokak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/5/2/7/525527_9d55f5c1037.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="204.57" OriginalAmount="198.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005896" Longitude="28.973453" StarRating="3" HotelCode="|72447" HotelName="Perula" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek MhPeykhane Sk 45</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/4/4/7/72447_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is luxury boutique. SITUATION: 2 minutes away from the establishment, clients can find tourist points of interest. ROOM: The luxurious, comfortable rooms, have an air-conditioning system, wooden furniture, internet and a mini-bar. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast, The establishment also offers a Turkish bath.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="204.74" OriginalAmount="198.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035178" Longitude="28.983496" StarRating="0" HotelCode="|466264" HotelName="The Trinity Hotel Taksim - Special Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Abdullah Sk. 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/6/2/6/4/466264_9a2811a1030.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="204.81" OriginalAmount="198.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.057362" Longitude="28.818368" StarRating="5" HotelCode="|205790" HotelName="Clarion Istanbul Mahmutbey" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mahmutbey Mahallesi Peyami Safa Caddesi No 44 Bagcilar Istanbul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/5/7/9/0/205790_6a67bfb1406.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="204.97" OriginalAmount="199" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3529-20779777/4024169871002992272/9387" HotelName="AHC OLD CITY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/540000/531300/531237/66871f18_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="204.97" OriginalAmount="199" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|632726-28583436/4024169871002992272/9643" HotelName="CATCH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/45000000/44570000/44565200/44565108/b8c847a2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="204.97" OriginalAmount="199" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1347890-21305220/4024169871002992272/19315" HotelName="HIDDEN HILLS ISTANBUL AIRPORT HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1347890/20221011161613718.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="204.97" OriginalAmount="199" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|153908-28592924/4024169871002992272/20811" HotelName="GLK PREMIER THE HOME SUITES &amp;amp; SPA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3850000/3841600/3841509/50ca4c9f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="204.97" OriginalAmount="199.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039844469432" Longitude="28.985471427441" StarRating="4" HotelCode="9357|crystal_hotel" HotelName="Nova Plaza Crystal Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Receppasa Caddesi 7/1, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f2/13/f213280f22451e6e119b9e9228f3c81590101d7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Taksim hotel area, close to the Taksim metro station. It is approximatel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="204.97" OriginalAmount="199.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05383389" Longitude="28.99240588" StarRating="3" HotelCode="566490|redmont_hotel_nisantasi" HotelName="Redmont Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Mahallesi, Madalyon Sokak 23, Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/ed/d1ed3ecd1216f5ee19c292933b059ac6f3bfb17a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="204.97" OriginalAmount="199.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02634" Longitude="28.9208" StarRating="5" HotelCode="573009|doubletree_by_hilton_istanbul_topkapi" HotelName="DoubleTree by Hilton Istanbul Topkapi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Orta Mahalle, Anit Sokak 1, 34040 Bayrampasa, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/ce/fdcea85962fec0eba8fdae5fb3ce970c803b4581.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="204.97" OriginalAmount="199.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="973951|levni_plus_hotel" HotelName="Levni Plus Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hoca Pasa Mahallesi, Safveti Pasa Sokak 10, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/4c/1c4c8c367cf53e9ecfa6f5951e5f2aefd02da3ad.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="205.01" OriginalAmount="199.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.97417" Longitude="28.87573" StarRating="0" HotelCode="|233636" HotelName="Portwort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cevizlik Mahallesi Kennedy Cad No 5 Bakirkoy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/6/3/6/233636_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="205.88" OriginalAmount="199.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.027421680475" Longitude="28.971853852272" StarRating="4" HotelCode="13006|29874" HotelName="Grand Hotel Halic" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Refik Saydam Caddesi Tepebasi Bulvari 37, 34430 Istanbul, Sishane-Beyoglu</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c8/aa/c8aadbaf91873ac0d64daa9c78449510c1b13d64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 5 minutes on foot from Beyoglu (Pera), one of the most important centres of sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="206.00" OriginalAmount="200" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1448491-27442107/4024169871002992272/13756" HotelName="BEST WESTERN PLUS HOTEL &amp;amp; RESIDENCES ISTANBUL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/108000000/107230000/107225400/107225313/w1600h949x0y0-30fe8850_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="206.00" OriginalAmount="200" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1402342-28482132/4024169871002992272/18798" HotelName="THE SUPERIOR SUITES BATISEHIR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/88000000/87570000/87565500/87565409/eeba2a7d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="206.00" OriginalAmount="200.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012725" Longitude="28.957687" StarRating="3" HotelCode="68811|hamidiye_hotel" HotelName="Hamidiye Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Fevziye Caddesi 1, Sehzadebasi, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4a/66/4a66fd30e8ff7ea5b579867a03c74c5dc59f0454.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 2.5 km from the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="206.00" OriginalAmount="200.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99257125" Longitude="29.0430921" StarRating="3" HotelCode="318299|holiday_inn_istanbul__kadikoy" HotelName="Holiday Inn Istanbul Kadikoy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Egitim Mahallesi, Poyraz Sokak 6, 34722 Kadiköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/5c/c35c837212f328679e881ac87cd4821d3385d2f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="206.11" OriginalAmount="200.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.088216" Longitude="28.982953" StarRating="4" HotelCode="|445142" HotelName="Four Points by Sheraton Istanbul Kagithane" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cendere Street No 15, Hamidiye District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/1/4/2/445142_9574d981125.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="206.39" OriginalAmount="200.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0264" Longitude="28.96923" StarRating="3" HotelCode="|236044" HotelName="Galata Grace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/6/0/4/4/236044_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="206.40" OriginalAmount="200.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0337797" Longitude="28.978086" StarRating="0" HotelCode="|382307" HotelName="Mr Cas Hotels - Special Category" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Istiklal Caddesi No:153</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/2/3/0/7/382307_011f1b82345.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="206.45" OriginalAmount="200.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0308904" Longitude="28.9747104" StarRating="0" HotelCode="|86772" HotelName="Pera Arya " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Istiklal Cad. Balyoz Sok. No :5 Pera Taksi?m</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/7/2/86772_8.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 60 metres away fromIstiklal the street. ROOM: The rooms have a flat-screen television and a mini-bar. FACILITIES: The establishment has a reception and tourist information.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="206.65" OriginalAmount="200.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="3" HotelCode="74096|306385" HotelName="Turkoman" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Asmali Çesme Sokak No. 2, Adliye Yani Sultanahmet, Istanbul 34490</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/03/9503159f2ada7022161c6602301b01446f02b671.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="206.72" OriginalAmount="200.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.09287" Longitude="29.09467" StarRating="4" HotelCode="260598|2329775" HotelName="Park Inn by Radisson Istanbul Asia Kavacik" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kavacik Mahallesi, Ekinciler Caddesi, Ertürk Sokak 1, Beykoz, 34810 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8b/d1/8bd1e53bea301a4a7f78aa2ddd7a043cca44ac54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="206.76" OriginalAmount="200.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0088509" Longitude="28.9750139" StarRating="0" HotelCode="|83000" HotelName="Aldem Boutique  Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mah.Catal Cesme Sok. No:20-22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/0/0/83000_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a terrace with fantastic views. SITUATION: Sultanahmet It is in.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="206.80" OriginalAmount="200.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.030062225112" Longitude="28.975461423397" StarRating="4" HotelCode="9372|30124" HotelName="Richmond Istanbul" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Istiklal Caddesi 227, Tünel, 34430 Istanbul, Beyoglu</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/1d/b5/1db540cdb24ca86c2ce2098d0a46ad6116a298d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Istanbul. There are numerous restaurants, bars and clubs nearb...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="206.91" OriginalAmount="200.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.015046" Longitude="28.976956" StarRating="0" HotelCode="|465072" HotelName="Grand Sirkeci Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hobyar mahallesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/5/0/7/2/465072_be3c39b1230.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="207.03" OriginalAmount="201" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.067514747942" Longitude="29.004337855359" StarRating="5" HotelCode="293573|37039" HotelName="DoubleTree by Hilton Istanbul Esentepe" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Esentepe Mahallesi Buyukdere Caddesi 117, Sisli, 34394 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/39/363971bd4bb0e37f6338d2604adf224fa6c69f1a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="207.03" OriginalAmount="201" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.018913" Longitude="28.587469" StarRating="5" HotelCode="156167|41238" HotelName="Eser Premium Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Spa Hotel,Airport Hotel,Conference Hotel,Family-friendly 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,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Fatih Mahallesi, Gazi Mustafa Kemal Caddesi 11, 34500 Büyükçekmece, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/4f/914fb2c67d3cf54b1e4563072a3ae035630e830b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive hotel is situated in the coastal area within the boundaries of Istanbul. It is set on...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="207.03" OriginalAmount="201" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.029075" Longitude="28.975976" StarRating="4" HotelCode="907372|57001" HotelName="Stories Apart Kumbaraci" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kumbaraci Yokusu No: 66, PK 34435, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/27/48279d6694fa8156c5d48ea47e6c802969f7f8c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appartments located in the key spots of Beyoglu brings the past and the present of Istanbul in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="207.03" OriginalAmount="201" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|632906-28494079/4024169871002992272/6279" HotelName="ALMADINA HOTEL ISTANBUL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/41000000/40030000/40021000/40020957/6f4d42bc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="207.03" OriginalAmount="201" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|173773-28558412/4024169871002992272/12081" HotelName="RHISOS BOSTANCI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21150000/21149800/21149752/2e15fd14_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="207.03" OriginalAmount="201" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1317440-28486010/4024169871002992272/15273" HotelName="NEVI HOTEL AND SUITES ISTANBUL TAKSIM" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/75000000/74590000/74586500/74586499/1f8a8b08_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="207.03" OriginalAmount="201.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039623" Longitude="28.98491" StarRating="4" HotelCode="68717|the_central_palace" HotelName="Central Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lamartin Caddesi 18, 34437 Istanbul, Taksim</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/fa/7c/fa7cb64e91182945872376aa895561fe76835cd9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the heart of the new city, very close to the nightlife of Istanbul. Atatürk Inter...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="207.03" OriginalAmount="201.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.025745" Longitude="28.973844" StarRating="4" HotelCode="34526|anemon_hotel_galata__special_class" HotelName="Anemon Galata" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bereketzade Mahallesi, Büyükhendek Caddesi 5, Kuledibi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/71/3171012b12731c965f034ad3ada4f3c6d61a548e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right next to the Galata Tower in the historical Pera area of Istanbul, the hotel has a uniq...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="207.03" OriginalAmount="201.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99414053" Longitude="28.92761133" StarRating="0" HotelCode="620384|queen_seagull" HotelName="Istanbul Queen Seagull" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Yedikule Istasyon Caddesi 53, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/63/00/6300aabf594abc8f6b764732ec2be3825d6a05fb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="207.03" OriginalAmount="201.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="970652|big_garden_hotel" HotelName="Big Garden Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Molla Gurani Mahallesi, Mahmut Nedim Sakagi 2, Fatih, 34096 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/fd/51fdf63d70bd45ed11a347ceb3e7331e404b686f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="207.46" OriginalAmount="201.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01066" Longitude="28.958635" StarRating="4" HotelCode="167657|591225" HotelName="Samir Deluxe Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Büyük Resitpasa Caddesi, Ahmet Suayip Sokak 22, 34470 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/98/d2/98d2bd2ff1e4ff8859a814e22b49c0ab7a9cc628.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Laleli area of Istanbul, in the vicinity of Beyazid, the hotel is within easy access ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="207.82" OriginalAmount="201.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.089348" Longitude="29.0052865" StarRating="4" HotelCode="|26913" HotelName="Bilek Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ESKI BUYUKDERE CAD. 4.LEVENT 29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/9/1/3/26913_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting, urban hotel, was opened in 2005, has 99 rooms, 18 suites and 9 floors. The establishment boasts a lobby with elevators and a reception. SITUATION: This cosy hotel is situated close to the metro station, nearby, you will find a public transport stop, is 1 kilometre away from the city centre, Where you can find shops, restaurants and bars. ROOM: The comfortable rooms, have a bathroom with a shower, a bath, a hairdryer and a direct line telephone. They also have internet, satellite or cable TV and a mini-bar. FACILITIES: The establishment has a covered swimming pool, a swimming pool, a spa and a jacuzzi. The establishment also offers a hammam, a sauna, a massage service and a gym. MEALS: Regarding the food and beverage offering, the establishment offers a buffet restaurant, Ã  la carte or set-menu lunch and dinner and dietary restrictions can be accommodated. PAYMENT METHODS: The establishment accepts Visa and Mastercard.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="207.93" OriginalAmount="201.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.031679" Longitude="28.980131" StarRating="0" HotelCode="|152227" HotelName="Galatasaray Flats" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FIRUZAGA MAH. BOSTANBASI SOK. BEYOGLU 28</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/2/2/7/152227_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1900, was renovated in 2013 and has 12 apartments. SITUATION: The establishment, Beyoglu it is in a few kilometres away, you will find the railway station and the bus station, is situated close to tourist areas.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="207.95" OriginalAmount="201.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008580699635" Longitude="28.953523635864" StarRating="4" HotelCode="21584|145276" HotelName="Bulvar Palas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Atatürk Bulvari 36, 34134 Saraçhane, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/00/002815/002815a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in the tourist centre of Istanbul. It is only a 15 minute walk from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="208.06" OriginalAmount="202" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|230317-28558440/4024169871002992272/10063" HotelName="BUYUK SAHINLER" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5190000/5182700/5182613/475c38fe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="208.06" OriginalAmount="202" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|353519-28493946/4024169871002992272/12022" HotelName="HARMONY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2790000/2785500/2785500/6e5eb122_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="208.06" OriginalAmount="202" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|256060-20779773/4024169871002992272/19220" HotelName="DOSSO DOSSI OLD CITY SULTANAHMET" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7290000/7289400/7289307/e1e89194_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="208.06" OriginalAmount="202" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|10281-20798761/4024169871002992272/19551" HotelName="GOLDEN AGE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3250000/3243100/3243032/0225946a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="208.06" OriginalAmount="202.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0049251" Longitude="28.98015424" StarRating="0" HotelCode="541594|agora_guesthouse" HotelName="Agora Guesthouse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Inns" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Dry Cleaning,Internet,Laundry,Luggage Storage,Parking">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Akbiyik Caddesi, Amiral Tafdil Sokak 6, Sultanahmet, Fatih, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/0a/3a/0a3a69118f68dc02036613c1eba49e8ca3de6902.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Istanbul, Agora Guesthouse puts everything the city has to offer just out...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="208.06" OriginalAmount="202.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06754183" Longitude="29.00220233" StarRating="0" HotelCode="943520|milord_hotel" HotelName="Milord Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Altan Erbulak Sokak 3, Mecidiyekoy, Sisli, 34394 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/cf/08cf79ff0e5de51363f3dce3c1ea58e5d038ac27.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="208.31" OriginalAmount="202.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01421" Longitude="28.97688" StarRating="3" HotelCode="|184155" HotelName="Best Town" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/1/5/5/184155_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="208.34" OriginalAmount="202.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040722473627" Longitude="28.984867930412" StarRating="4" HotelCode="25678|964475" HotelName="Ramada By Wyndham Istanbul Taksim" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Receppasa Caddesi 15, Taksim, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/77/91/7791ddcf963461358a0ff0fcb9762d54b3c6f8c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in Taksim, a lively district with a range of cultural, art and entertainment a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="208.40" OriginalAmount="202.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.033905465822" Longitude="28.978940550926" StarRating="4" HotelCode="309859|4967825" HotelName="Ikonik The Public" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuloglu Mahallesi, Turnacibasi Caddesi 1, 34433 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d0/b6/d0b67c581913c3f7cd819afa7da6c2a3e839ac9b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="208.89" OriginalAmount="202.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0401897" Longitude="28.9844397" StarRating="4" HotelCode="|42945" HotelName="Nova Plaza Orion" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LAMARTIN CAD -TALIMHANE TAKSIM 24</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/9/4/5/42945_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a covered swimming pool, a restaurant, a bar, a reception, meeting rooms, a laundry service, WiFi, a sauna and a car park (for a fee). SITUATION: It is located 300 metres away fromTaksim the Square of 2 kilometres away from the establishment, guests will find the museum. ROOM: Each room has an air-conditioning system, a mini-bar, a satellite television, a direct line telephone, a hairdryer, internet and a safety deposit box.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="208.93" OriginalAmount="202.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00231" Longitude="28.97921" StarRating="0" HotelCode="|444605" HotelName="Catch Sultanahmet - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sultanahmet Mahallesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/6/0/5/444605_9cbe0fa1308.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="208.99" OriginalAmount="202.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01" Longitude="28.9575" StarRating="5" HotelCode="61881|2336365" HotelName="Crowne Plaza Istanbul - Old City" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Historic 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,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Balabanaga Mahallesi, Fethi Bey Caddesi 2, Laleli, Fatih, 34134 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/64/746444efbd31709becce91da0b7a73b9578b7424.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;With its outstanding location, this hotel is within walking distance of the Grand Bazaar, the Blue M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="209.09" OriginalAmount="203" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|50790-20779781/4024169871002992272/9560" HotelName="BEKDAS DELUXE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2530000/2529800/2529716/f758fd3f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="209.09" OriginalAmount="203" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|638095-28455328/4024169871002992272/10052" HotelName="REDMONT NISANTASI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16740000/16732100/16732055/e6ffbd0f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="209.09" OriginalAmount="203" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|610177-28494041/4024169871002992272/10086" HotelName="ATAM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33130000/33124200/33124142/8932181e_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="209.09" OriginalAmount="203" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="42.089099" Longitude="-73.973075" StarRating="4" HotelCode="0|175861-28493823/4024169871002992272/11420" HotelName="BALIN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>2790 RT 32, Saugerties, 12477, NY, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4870000/4863400/4863343/437ef0ee_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Midscale. Property Type: Inn. Total rooms: 67. Floors: 2. Property description- Come on in to the Comfort Inn hotel in Saugerties near Catskill Mountains. Our hotel is located off Interstate 87 near the Hudson River and the Saugerties Lighthouse, Sam's Point Preserve and Clermont State Historic Site. Whether traveling for leisure or business, enjoy free breakfast, free WiFi, and indoor heated pool, a business center, a fitness center and more. Behind every great day is a great night in guest rooms featuring refrigerators, coffee makers, hair dryers, irons and ironing boards. Also, earn rewards including free nights and gift cards with our Choice Privileges Rewards program. Pets welcome! Pet accommodations: 25.00 USD per night. Pet limit: 2 pets per room. Pets may never be left unattended for any reason. Under renovations until August 1, 2014.. Onsite facilities information- ParkingProperty was renovated in 1990. Hotel Currency: USD. Additional Phone Numbers: Voice - Brand reservations office: 800228-5150. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="209.09" OriginalAmount="203" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|637981-28486187/4024169871002992272/14434" HotelName="PELL PALACE HOTEL AND SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/39000000/38500000/38497100/38497042/4478e02e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="209.09" OriginalAmount="203" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|611072-28558578/4024169871002992272/17772" HotelName="GALATA TIMES BOUTIQUE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/36000000/35600000/35599400/35599388/5f7f915d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="209.09" OriginalAmount="203.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003820020201" Longitude="28.981440067291" StarRating="4" HotelCode="47102|armada_istanbul_old_city_hotel" HotelName="Hotel Armada Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic 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,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ahirkapi Street 24, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/78/b878051f4ba3b5cb1e0680dde55dbf90b84a1504.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing city hotel is located in the centre of Sultanhamed, close to countless shopping venue...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="209.09" OriginalAmount="203.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02390707" Longitude="28.97405609" StarRating="4" HotelCode="318294|banker_han" HotelName="Bankerhan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bereketzade Mahallesi, Banker Sokak No.2, 34420 Karaköy, Beyoglu / Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/65/e7/65e71177e35d35b4487dfb7caa91e7dcd78fa9bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="209.22" OriginalAmount="203.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0485" Longitude="29.0213" StarRating="3" HotelCode="|193103" HotelName="Malta Bosphorus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Palanga Caddesi No:24</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/1/0/3/193103_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="209.48" OriginalAmount="203.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03569" Longitude="28.982312" StarRating="0" HotelCode="|529650" HotelName="Nevi and Suites İstanbul Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Istiklal Cd. 26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/6/5/0/529650_87d496a1007.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="209.54" OriginalAmount="203.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006078" Longitude="28.973129" StarRating="0" HotelCode="|454938" HotelName="Four-G" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mah. Peykhane Cad. No: 26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/9/3/8/454938_48f1af21200.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="209.55" OriginalAmount="203.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03438" Longitude="28.983777" StarRating="0" HotelCode="|532954" HotelName="Plat Inn Hotel Taksim" 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/5/3/2/9/5/4/532954_22d97801118.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="209.62" OriginalAmount="203.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.997511" Longitude="29.027147" StarRating="0" HotelCode="|467479" HotelName="Deniz Otel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/4/7/9/467479_28b6f401652.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="209.83" OriginalAmount="203.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.994111" Longitude="28.706775" StarRating="5" HotelCode="915595|306490" HotelName="DoubleTree by Hilton Hotel Istanbul - Avcilar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Massage Centre,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cihangir Mahallesi, D-100 Güney Yan Yolu 289, 34325 Avcilar, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/df/a6df30385a5a52cb72a8f79dbd415bb2f679d763.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="210.12" OriginalAmount="204" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|290888-28445828/4024169871002992272/2395" HotelName="KARAKOY APARTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/9000000/8730000/8725600/8725549/e1670fa2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="210.12" OriginalAmount="204" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|609815-28494034/4024169871002992272/3082" HotelName="38" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/36000000/35890000/35886100/35886071/0c24af66_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="210.12" OriginalAmount="204" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|15308-28434592/4024169871002992272/5284" HotelName="OSMANBEY FATIH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8030000/8023600/8023548/00f96b70_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="210.12" OriginalAmount="204" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|558632-28494009/4024169871002992272/8433" HotelName="BEETHOVEN HOTEL AND SUITE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/26000000/25040000/25038100/25038062/0778a3f5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="210.12" OriginalAmount="204.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013386" Longitude="28.976493" StarRating="3" HotelCode="56898|viva_deluxe_hotel" HotelName="Metropol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ibni Kemal Caddesi No:38, Sirkeci, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ea/60/ea60789d62d08ad9b38602bcebbfcf1c6be59f30.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="210.12" OriginalAmount="204.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="766842|beethoven_hotel_suite" HotelName="Beethoven Hotel &amp; Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mithatpasa Caddesi Buyuk Haydar Efendi Sokak 22, Beyazit Fatih, 34000 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/db/fadbf2aa2cad916c09e938f50af0577d458d3bab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="210.12" OriginalAmount="204.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.026883" Longitude="28.973707" StarRating="3" HotelCode="765231|meroddi_pera_hotel" HotelName="Meroddi Pera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Sahkulu Mahallesi, Sahkulu Sokak 16, Beyoglu, 34420 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/1f/5c/1f5c7e2ddb9bfa69acab4824d62464c9b135d989.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="210.34" OriginalAmount="204.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05375" Longitude="28.98906" StarRating="0" HotelCode="|552021" HotelName="Aiza Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Mahallesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/0/2/1/552021_c66c42d1138.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="210.36" OriginalAmount="204.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03096" Longitude="28.97474" StarRating="0" HotelCode="|524205" HotelName="The Westist Hotel and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Balyoz Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/2/0/5/524205_08a80b61120.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="210.70" OriginalAmount="204.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0572848" Longitude="28.9127576" StarRating="3" HotelCode="|305357" HotelName="Yeni Otel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ali Galip Bey Cd. No:14, Gaziosmanpasa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/5/3/5/7/305357_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="210.89" OriginalAmount="204.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012288" Longitude="28.957029" StarRating="0" HotelCode="|463685" HotelName="Danis Hotel Istanbul Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kemalpasa Mah. Mahmudiye Cesmesi Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/3/6/8/5/463685_a61905e2134.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="211.15" OriginalAmount="205" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|132508-28558379/4024169871002992272/17015" HotelName="ELITE WORLD COMFY ISTANBUL TAKSIM HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2860000/2856000/2855991/31e22fd3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="211.15" OriginalAmount="205" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|15321-28493761/4024169871002992272/20008" HotelName="PRESTIGE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/560000/558100/558090/89f1aa0d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="211.15" OriginalAmount="205" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|3497-28592898/4024169871002992272/20389" HotelName="ERESIN HOTELS TOPKAPI (EX. ERESIN TOPKAPI)" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/60000/54700/54674/9516765f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="211.29" OriginalAmount="205.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012211700943" Longitude="28.957208991051" StarRating="4" HotelCode="15063|2483685" HotelName="Vicenza" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Fevziye Caddesi 3, Sehzadebasi, 34470 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3f/db/3fdb57d207f08124a37e074c3c8e5634a9e039bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within 5 minutes' walk of links to public transport and the train station is a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="211.75" OriginalAmount="205.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.080045" Longitude="29.006545" StarRating="3" HotelCode="188728|612195" HotelName="Levent" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bacadibi Sokak 7, Talatpasa Caddessy, Gültepe/Levent, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/48/2d/482d4c3ffbecaea4c18f209aebd2af294fea86bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="211.77" OriginalAmount="205.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0800028" Longitude="29.0063541" StarRating="3" HotelCode="|86874" HotelName="Levent Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Talatpasa Cad. Levent Bacadibi Sk. No: 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/7/4/86874_5.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is near the metro station, is situated 200 metres away from Kanyon the shopping centre. ROOM: All the rooms have WiFi (free of charge) and flat-screen satellite television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="211.91" OriginalAmount="205.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.057263" Longitude="28.9872907" StarRating="0" HotelCode="|108108" HotelName="Home Stay Home Sisli" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Halaskargazi Caddesi No:154 Sisli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/0/8/108108_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has, WiFi, (free of charge). SITUATION: It is located 300 metres away fromOsmanbey the metro station 5 minutes away from the establishment, guests will find Taksim the square. ROOM: The establishment has suites well-decorated.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="212.18" OriginalAmount="206" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|316538-28592971/4024169871002992272/5092" HotelName="URANUS ISTANBUL TOPKAPI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9770000/9767000/9766907/804f5180_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="212.18" OriginalAmount="206" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|117824-28558375/4024169871002992272/6598" HotelName="MAYWOOD" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/7000000/6950000/6947300/6947281/dd1f4f7e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="212.18" OriginalAmount="206" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|261532-21009166/4024169871002992272/19907" HotelName="DEDEMAN BOSTANCI ISTANBULHOTEL &amp;amp; CONVENTION CENTRE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7250000/7242100/7242089/341678c5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="212.18" OriginalAmount="206.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.992502" Longitude="29.025304" StarRating="3" HotelCode="188685|bella_hotel" HotelName="Bella Otel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Osmanaga Mahallesi, Yogurtcu Sukru Sokak 5, Kadikoy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/1c/871c99f75dfffc053ce0d64a32b28f23d5eaa535.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="212.18" OriginalAmount="206.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01292386" Longitude="28.97789579" StarRating="4" HotelCode="300882|hotel_black_tulip" HotelName="Hotel Black Tulip" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Hüdavendigar Caddesi 10, P.O. Box 1234, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3c/97/3c973011d0bfba93387800945f633e815ef4ec9c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="212.18" OriginalAmount="206.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03097648" Longitude="28.97475127" StarRating="0" HotelCode="855949|butikotel_the_westist_hotel_spa" HotelName="The Westist Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Asmali Mescid Mahallesi, Balyoz Sokak 14, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/b6/feb64b7a6d6317e52f494388f3fbe86d712362d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="212.41" OriginalAmount="206.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0033073" Longitude="28.9762949" StarRating="0" HotelCode="|108118" HotelName="Dilhayat Kalfa Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Caddesi Tomurcuk Sokak No: 1 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/1/8/108118_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has, a terrace, with ocean views.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="212.46" OriginalAmount="206.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.982525" Longitude="29.064914" StarRating="4" HotelCode="|446462" HotelName="The Gate Kadikoy Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/4/6/2/446462_57621b81423.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="212.50" OriginalAmount="206.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00918" Longitude="28.960752" StarRating="4" HotelCode="9365|29964" HotelName="Kent Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ordu Caddesi 29, 34490 Istanbul, Beyazit</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f2/72/f272e62d742b218a8cd7580ddd1579aa6a789297.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within walking distance of links to public transport. Atatürk International Air...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="212.81" OriginalAmount="206.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.014602" Longitude="28.978" StarRating="3" HotelCode="|17601" HotelName="Askoc Ve Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ISTASYON ARKA SK. SIRKECI 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/6/0/1/17601_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: this renovated hotel in 2003, has 6 floors, 114 double rooms and 6 suites. In the establishment entrance, guests will find a lobby, a reception with a bureau de change, a cloakroom, 2 lifts, 4 bars, a television room, 2 Ã  la carte restaurants, with air-conditioning, a conference room and internet. The establishment has room service, a laundry service, a medical care service, a car park and an indoor car park. SITUATION: This urban hotel is in a central area of the historic centre, Sirkeci it is in near the establishment, you will find restaurants, shops, is situated 15 kilometres away from the airport. ROOM: The cosy, comfortable rooms, have a bathroom, a hairdryer, a direct line telephone, a satellite or cable television, a mini-bar, fitted carpets, a central heating system, a safety deposit box and a balcony. PAYMENT METHODS: Customers can pay using Visa and Mastercard. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="213.21" OriginalAmount="207" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|167704-28583444/4024169871002992272/14788" HotelName="THE BOSTANCI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/42000000/41960000/41950300/41950247/22339ad5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="213.21" OriginalAmount="207.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004289330342" Longitude="28.979107902307" StarRating="3" HotelCode="188718|hotel_seraglio" HotelName="Seraglio Hotel &amp; Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sultanahmet Mahallesi, Amiral Tafdil Sokak 32, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/52/0052619e84323158c08cd0f5f8760b364e86231b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="213.21" OriginalAmount="207.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00702286505" Longitude="28.970258989505" StarRating="4" HotelCode="321428|aprilis_gold_hotel" HotelName="Aprilis Gold Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Emin Sinan Mahallesi, Emin Sinan Hamam Sokak 5, 34126 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/8b/c18b2370a07095b04546ee5a55448ee9d67d5390.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="213.21" OriginalAmount="207.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01015684196" Longitude="28.977904638029" StarRating="2" HotelCode="378410|cheers_hostel" HotelName="Cheers Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mahallesi, Zeynep Sultan Camii Sokak 21, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/18/ab189fff48c75d3bd211707ea8479ee7214e3462.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="213.29" OriginalAmount="207.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.062338" Longitude="28.98854" StarRating="0" HotelCode="|546787" HotelName="Dolce Vita Suite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Merkez mahallesi Palazoglu sokak no 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/6/7/8/7/546787_be3614a2354.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="213.65" OriginalAmount="207.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010011" Longitude="28.977417" StarRating="0" HotelCode="|522114" HotelName="Shining Star Hotel" 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/5/2/2/1/1/4/522114_d88db870924.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="214.03" OriginalAmount="207.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01912" Longitude="28.92743" StarRating="0" HotelCode="|193224" HotelName="Hanna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Topkapi Mah. Dullar Cikmazi Sok. No: 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/2/2/4/193224_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="214.20" OriginalAmount="207.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01772" Longitude="28.94399" StarRating="4" HotelCode="|33190" HotelName="Berr" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>AKDENIZ CAD.NO:78 FATIH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/1/9/0/33190_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban, family-friendly hotel, has 106 rooms and 2 suites. The establishment boasts air-conditioning, a lobby, a reception, a currency exchange service, a cloakroom and a lift. Our guests can find a bar, a restaurant, meeting rooms, WiFi and event room. The establishment also offers room service, a laundry service, a car park and an indoor car park. SITUATION: This hotel Fatih it is in 500 metres away, guests have the mosque, 5 minutes away from the establishment, clients can find restaurants, shops, close to the establishment, guests have a public transport stop, is situated 8 minutes away from the bazaar, 10 minutes away from the establishment, clients can find bars, nightclubs and the railway station. it is 3 kilometres away from tourist points of interest. ROOM: The comfortable rooms, have a bathroom with a bath, a hairdryer, a king size or double bed, a direct line telephone and a satellite TV. They also have a safety deposit box, a mini-bar (available for a fee), an air-conditioning system and individual heating. FACILITIES: For a fee, you can enjoy a sauna, a hammam and a massage service. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and Ã  la carte lunch and dinner. PAYMENT METHODS: The establishment accepts Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="214.24" OriginalAmount="208.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005982" Longitude="28.979817" StarRating="4" HotelCode="169847|606365" HotelName="Biz Cevahir Sultanahmet" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Kutlugun Sokak 8, Sultanahmet 34122, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ba/4c/ba4ca47b4ff1cd72b9790c3fc4f9b5447ee5cb14.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location in Sultanahmet, the historical district with many of Istanbul's ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="214.24" OriginalAmount="208" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|610003-28558573/4024169871002992272/11203" HotelName="ROX" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8970000/8962900/8962898/bee721b9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="214.24" OriginalAmount="208" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="30.5060295" Longitude="-87.2213837" StarRating="5" HotelCode="0|533474-28592995/4024169871002992272/16662" HotelName="MILLENIUM ISTANBUL GOLDEN HORN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>7750 NORTH DAVIS HIGHWAY, PENSACOLA, UNITED STATES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/23000000/22360000/22355800/22355737/98eb49be_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="214.55" OriginalAmount="208.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9924961" Longitude="29.0251897" StarRating="0" HotelCode="|86742" HotelName="Bella Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/4/2/86742_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a Turkish bath, a sauna, rooms with air-conditioning and a balcony. SITUATION: Is situated inKadikoy the city centre of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="215.27" OriginalAmount="209" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.028526" Longitude="28.975204" StarRating="3" HotelCode="188702|476737" HotelName="Galateia Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="residence" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Sah kulu Bostan Sok. No: 9-11, Beyoglu, Istanbul 34425</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/70/8f700a8f35494f65a6f6be30822db2478bdfa741.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residential hotel is located in the Beyoglu district of Istanbul within 350m of Galata Tower an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="215.27" OriginalAmount="209" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012855302369" Longitude="28.957418203354" StarRating="4" HotelCode="63751|32250" HotelName="Grand Gülsoy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sehzadebasi Cad. 17, Sehzadebasi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e6/92/e69289d5ce6ec7e7e032f7c1fec285e88783ed51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="215.27" OriginalAmount="209" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|247788-28455137/4024169871002992272/8629" HotelName="BLACK TULIP" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7420000/7414400/7414301/c0e66f84_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="215.27" OriginalAmount="209" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|610043-21406764/4024169871002992272/22744" HotelName="DOUBLETREE BY HILTON ISTANBUL AVCILAR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4890000/4880500/4880447/f9a9be61_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="215.58" OriginalAmount="209.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="4" HotelCode="118813|1007505" HotelName="Taxim Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Cumhuriyet Caddesi 31, Taksim, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/7c/33/7c3304e3d7bdfd8087e64818d339ad7ba7f6a0c1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="215.72" OriginalAmount="209.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9956105" Longitude="29.0261287" StarRating="3" HotelCode="|82936" HotelName="Sidonya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rihtim Caddesi Nemlizade Sokak No:34 Kadikoy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/3/6/82936_3.jpg</HotelPictures>
        <HotelDescription>ROOM: The rooms have panoramic views. FACILITIES: Guests are offered a sauna and a dining room. SITUATION: It is situated 3 minutes away fromNatilus the shopping centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="215.83" OriginalAmount="209.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.885163" Longitude="29.198299" StarRating="0" HotelCode="|524415" HotelName="Denizati Plus Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ankara Caddesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/4/1/5/524415_d782cf70903.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="215.92" OriginalAmount="209.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008495" Longitude="28.958245" StarRating="3" HotelCode="|184556" HotelName="Monaco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ordu Cad. Sair Fitnat Sok. No:20 Laleli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/5/5/6/184556_1_1446.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="215.95" OriginalAmount="209.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0282683" Longitude="28.9770532" StarRating="0" HotelCode="|86805" HotelName="Rooms Galata" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kumbarac? Yokuu No:37 Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/0/5/86805_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a terrace on the rooftop. SITUATION: This establishment, Beyoglu it is in. ROOM: The rooms has WiFi, (free of charge), a flat-screen television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="215.95" OriginalAmount="209.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03108" Longitude="28.97937" StarRating="0" HotelCode="|184242" HotelName="Be Mate Casa Di Bava" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Firuzaga Mah Bostanbasi Sok No 28</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/2/4/2/184242_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="215.99" OriginalAmount="209.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0026678" Longitude="28.9746538" StarRating="0" HotelCode="|108063" HotelName="Seatanbul Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucukayasofya Cay?roglu Sok. No:32</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/0/6/3/108063_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment it offers, WiFi, (free of charge). SITUATION: This hotel is in Istanbul the Peninsula of it is located 500 metres away from the mosque. ROOM: The establishment has rooms with air-conditioned, a flat-screen television and sea views.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="216.00" OriginalAmount="209.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010101" Longitude="28.977961" StarRating="3" HotelCode="33848|1431628" HotelName="Zeynep Sultan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mahallesi, Zeynep Sultan Camii Sokak 25, 34110 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/35/ec/35eca16adc480b6d9603c2698c5f556048df8cac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated close to the heart of the city of Istanbul. Plenty of shopping and e...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="216.25" OriginalAmount="209.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004292" Longitude="28.9796804" StarRating="0" HotelCode="|83004" HotelName="Oceans 7 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mah.Amiral Tafdil Sok. No:18/1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/0/4/83004_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Sultanahmet it is in it is situated 2 minutes away from the mosque, close to the establishment, clients can find the tram station and the railway station.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="216.26" OriginalAmount="209.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010610225" Longitude="28.976052125" StarRating="4" HotelCode="142888|1452198" HotelName="Agora Life" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cagaloglu Hamami Sokak 6, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/04/b3/04b3462e99a409184d2a6efe4360be5c20400991.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="216.30" OriginalAmount="210" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0033694" Longitude="28.97610261" StarRating="3" HotelCode="445712|215867" HotelName="Atam Suites &amp; Apart" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Küçük Ayasofya, Cad. Ogul Sokak No:10, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/cc/43/cc43ebc288969f13317fb0b2879fef8ba1e20fca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="216.30" OriginalAmount="210" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|611448-28494061/4024169871002992272/5010" HotelName="LEVNI PLUS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/38000000/37980000/37977700/37977638/w4500h3161x0y0-096b8b34_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="216.30" OriginalAmount="210" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|119532-28493796/4024169871002992272/6222" HotelName="MELITA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/3000000/2820000/2810800/2810716/f5f1dfea_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="216.30" OriginalAmount="210" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|230447-28549187/4024169871002992272/16435" HotelName="ELANAZ" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5150000/5141800/5141731/a118e77e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="216.30" OriginalAmount="210" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|15312-28493760/4024169871002992272/18550" HotelName="HALI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/36000000/35510000/35507400/35507386/d0660df0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="216.30" OriginalAmount="210.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06088401" Longitude="28.98719758" StarRating="3" HotelCode="430720|a_palace_suites" HotelName="A Palace Hotel &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Abide-i Hürriyet Caddesi 139, Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/8a/808a1885e4c854e6aa65791cb76553fee2f0403f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="216.39" OriginalAmount="210.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.984655" Longitude="29.10813" StarRating="3" HotelCode="|178494" HotelName="Asia City Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kucukbakkalkoy Mah Sutculer Sok 3, TR - Istanbul , Turkey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/4/9/4/178494_e532ee61801.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="216.60" OriginalAmount="210.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0565219" Longitude="28.6647319" StarRating="5" HotelCode="|449347" HotelName="Sheraton Istanbul Esenyurt" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KOZA MAHALLESI 1638, SOKAK NO 4,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/3/4/7/449347_2e794c51014.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="216.64" OriginalAmount="210.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99023" Longitude="29.02483" StarRating="0" HotelCode="|483815" HotelName="My Kent Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Serasker Caddesi NO.8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/3/8/1/5/483815_7aaa81e1842.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="216.84" OriginalAmount="210.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0125008" Longitude="28.9559994" StarRating="4" HotelCode="|50588" HotelName="The Parma Downtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gencturk Caddesi 43, Sehzadebasi- Laleli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/8/8/50588_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2005, has 81 rooms, a laundry service, a nightclub, a television room, fitness, a sauna, Turkish baths, a car park, a restaurant, a bar and a transfer service. SITUATION: It is situated 16 kilometres away from the airport. ROOM: The rooms have an air-conditioning system, heating, a television, a safe, piped music, a direct line telephone and a mini-bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="217.22" OriginalAmount="210.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023628" Longitude="28.971997" StarRating="0" HotelCode="|534662" HotelName="ART Karakoy Suites Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Arap cami mahallesi persembe</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/6/6/2/534662_0dacbea1101.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="217.33" OriginalAmount="211" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.027116140736" Longitude="28.815284326389" StarRating="5" HotelCode="263744|38156" HotelName="Wyndham Grand Istanbul Europe" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Yavuz Sultan Selim Caddesi, Istanbul 34212</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4d/19/4d19e0024e433cede05c6db8d13b5b4126240c1d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located only a few minutes by car from Atatürk International Airport and Exhibition Hal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="217.33" OriginalAmount="211.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007088" Longitude="28.981053" StarRating="4" HotelCode="35264|valide_sultan_konagi" HotelName="Valide Sultan Konagi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Ishakpasa Caddesi, Kutlugün Sokak No 1, 34400 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/06/1f06989a53608361312bb15b143366c6798eae5d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the tourist centre of Istanbul just a short walk from shopping and entertai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="217.33" OriginalAmount="211.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0076928" Longitude="28.9554239" StarRating="3" HotelCode="175211|grand_asiyan" HotelName="Grand Asiyan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Azimkar Sokak No: 34, Laleli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/34/c1347cfe234385e18a9b4e325c0cc62ad77d1a2f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="217.33" OriginalAmount="211.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.995217" Longitude="29.107771" StarRating="3" HotelCode="293568|the_gate_30_suites" HotelName="Balsamo Suite Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ihlamur Bulvari No:10, Barbaros Mh., Atasehir, Istanbul 34746</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/9f/669f8ecbe37f78ad9fdea20d05a24704666cc4b5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="217.33" OriginalAmount="211.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.018807444745" Longitude="28.927531591402" StarRating="3" HotelCode="318948|hanna_hotel" HotelName="Hanna Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Topkapi Mahallesi, Dullar Cikmazi Sokak 3, Topkapi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/7e/717e91ce061420451b7ea513ab799bf2c7ea591e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="217.64" OriginalAmount="211.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011963" Longitude="28.958303" StarRating="4" HotelCode="44298|271585" HotelName="Mosaic" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vidinli Tevfik Pasa Cad. No:21, 34490 Vezneciler, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/b5ca44910d0a42ce90075d0843b733bb.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a central position at the heart of Istanbul's old town, making it the ideal starti...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="217.83" OriginalAmount="211.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.018951" Longitude="28.652505" StarRating="0" HotelCode="|464313" HotelName="Mugwort Hotelandspa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Mah.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/4/3/1/3/464313_2fb6ed10639.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="218.01" OriginalAmount="211.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.028" Longitude="28.97152" StarRating="4" HotelCode="|185000" HotelName="The Biancho Pera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Evliya Celebi Mahallesi Sadi Konuralp</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/0/0/0/185000_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="218.33" OriginalAmount="211.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023895211996" Longitude="28.970099504299" StarRating="4" HotelCode="160504|176396" HotelName="Golden City" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tersane Caddesi 111, Karaköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/fa/a0/faa0b7d936a6eeefb1a1720711c1d378e498e221.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is only a 10-minute walk from some of Istanbul's top sights, including the Blue Mosqu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="218.36" OriginalAmount="212" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012219796597" Longitude="29.047972261906" StarRating="4" HotelCode="118800|56506" HotelName="The Camlica Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Atif Bey Sokak 67-69, Acibadem, 34662 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/30/304694/304694a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="218.36" OriginalAmount="212" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|632716-32596045/4024169871002992272/8630" HotelName="BEST GARDEN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/35000000/34840000/34836600/34836577/9b7d89c4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="218.36" OriginalAmount="212" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|637608-28558595/4024169871002992272/16859" HotelName="MESERRET PALACE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/39000000/38410000/38409200/38409171/b1f1a3c7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="218.36" OriginalAmount="212" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|316529-28597625/4024169871002992272/21047" HotelName="MOVENPICK ISTANBUL GOLDEN HORN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9690000/9684500/9684493/14443ef4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="218.36" OriginalAmount="212.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04903422" Longitude="28.89928287" StarRating="5" HotelCode="445699|wish_more_hotel_istanbul" HotelName="Wish More Hotel Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mah., Cicoz Yolu Cad. No: 207, Bayrampasa, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/17/35179a69751415dc833bd8d9a5c26dc806431f12.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="218.41" OriginalAmount="212.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0497521" Longitude="28.9879609" StarRating="0" HotelCode="|108051" HotelName="Inncity Hotel Nişantaşı" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Halaskargazi Mah. Dershane Sok. No:20 Sisli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/0/5/1/108051_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts WiFi (free of charge) and soundproofed rooms. SITUATION: This hotel is in the city centre, Nisantasi it is close to Osmanbey the metro stop of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="218.46" OriginalAmount="212.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009674" Longitude="28.953801" StarRating="0" HotelCode="|532923" HotelName="Corner Hotel" 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/5/3/2/9/2/3/532923_135d25a1431.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="218.61" OriginalAmount="212.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0088256" Longitude="28.9751436" StarRating="4" HotelCode="|220751" HotelName="Antusa Palace and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mahallesi Dr Emin Pa?a Sokak No:7 Sultanahmet/Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/7/5/1/220751_1_1501.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="218.92" OriginalAmount="212.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02345" Longitude="28.97695" StarRating="0" HotelCode="|184557" HotelName="Morione and Spa Center" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kemankes Mah Maliye Cad Demirciler Sokak No:8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/5/5/7/184557_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="218.93" OriginalAmount="212.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.85669" Longitude="29.29112" StarRating="0" HotelCode="|242341" HotelName="Golden Lounge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Esenyali Mahallesi Uygar Sokak No: 27 Pendik</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/2/3/4/1/242341_553ca1e0337.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="219.17" OriginalAmount="212.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.030538" Longitude="28.973527" StarRating="0" HotelCode="|37004" HotelName="Pera Rose - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MESRUTIYET CD. - TEPEBASI-TAKSIM 87</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/0/0/4/37004_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant, family-friendly hotel, has 52 rooms and 10 suites. The establishment boasts air-conditioning, a hall with a reception, a currency exchange service, a cloakroom and 2 lifts. Guests can also find a cafÃ©, a bar, conference rooms and WiFi. The establishment offers guests room service, a laundry service (for a fee) and a car park. SITUATION: This hotel is situated in the business and commercial area, 8 minutes away from, Taksim the square Where you can find restaurants, bars, shops and clubs. 10 minutes away from the establishment you have a metro station, 15 minutes away from the establishment, clients can find tourist points of interest, is situated 15 kilometres away from Istanbul Airport. ROOM: The rooms have flat-screen satellite television, a bathroom with a hairdryer, a direct line telephone, a coffee maker, a kettle and a mini-bar. They also have an air-conditioning system, individual heating and internet. Guests are offered deluxe suites with a living room-bedroom, an air-conditioning system and 2 televisions. FACILITIES: The establishment has a health centre, a Turkish bath, a sauna, a gym, relaxation area and a massage service (available for a fee). OTHERS: The establishment serves a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="219.19" OriginalAmount="212.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06242" Longitude="28.98906" StarRating="4" HotelCode="300370|394086" HotelName="Grand Aras Hotel &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Merkez Mahalessi, Buyukdere Caddesi 13, Sisli, 34360 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/94/c0944c38a52ed0eb4d8301feffcc2cb2eb93a041.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="219.38" OriginalAmount="212.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="4" HotelCode="984656|15995405" HotelName="Antusa Design Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mahallesii, Yerebatan Caddesii, Salkimsogut Sokak 16, Sultanahmet, Fatih, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/9f/a89f32e8da7a5a9a941d31e465a3d996a2c14a1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="219.39" OriginalAmount="213" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03980823931" Longitude="28.984137617019" StarRating="4" HotelCode="11891|25909" HotelName="Occidental Taksim" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,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,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Topcu Caddesi 19, Beyoglu, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/f1/f1e1b4c9a2284407/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul, just a few minutes walk from a selection of restaura...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="219.39" OriginalAmount="213" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="18.53146" Longitude="73.87453" StarRating="4" HotelCode="0|352358-28558508/4024169871002992272/8909" HotelName="BERJER BOUTIQUE HOTEL &amp;amp; SPA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>7, TADIWALA ROAD, PUNE, IN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11820000/11816700/11816655/b94055cc_z.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Location.    Hotel Shree Panchratna is located in Pune's Koregaon Park neighborhood, close to Tribal Museum, Osho International Meditation Resort, and Dagduseth Ganpati Temple. Nearby points of interest also include Rotary Riverside Joggers Park and Raja Dinkar Kelkar Museum.    Hotel Features.   Dining options at Hotel Shree Panchratna include 2 restaurants. A bar/lounge is open for drinks. Room service is available 24 hours a day. The hotel serves a complimentary continental breakfast. This 3-star property has a business center and offers technology support staff, limo/town car service, and audio-visual equipment. Complimentary wireless Internet access is available in public areas. This Pune property has 8 meeting rooms. Complimentary shuttle services include a roundtrip airport shuttle (available on request) and a train station pick-up service.  Concierge services and tour/ticket assistance are available. Valet parking and self parking are complimentary. Additional property amenities include laundry facilities, currency exchange, and secure parking. Extended parking privileges may be offered to guests after check-out (surcharge).    Guestrooms.     46 air-conditioned guestrooms at Hotel Shree Panchratna feature minibars and coffee/tea makers. Balconies offer city views. Beds come with memory foam mattresses and premium bedding. Bathrooms feature showers with rainfall showerheads, and complimentary toiletries. Wireless Internet access is complimentary. In addition to desks and complimentary newspapers, guestrooms offer direct-dial phones. Televisions have cable channels and free movie channels. Rooms also include complimentary bottled water and safes. Guests may request irons/ironing boards, hair dryers, and wake-up calls. A nightly turndown service is offered and housekeeping is available daily.     Room Info:       Notifications and Fees:      All guests staying in hotel guestrooms must be registered with the hotel.    Connecting/adjoining rooms may be available, subject to availability. Guests can request connecting/adjoining rooms by contacting the property directly, using the contact information on the booking confirmation.  No pets and no service animals are allowed at this property.           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:   All citizens of India will be charged the national value-added tax   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.  Additional fees and deposits may be charged by the property at time of service, check-in, or check-out.    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:  12:00 PM  Checkout Time:  12:00 PM&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="219.39" OriginalAmount="213" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="54.950651" Longitude="-7.736645" StarRating="5" HotelCode="0|173774-21009179/4024169871002992272/15189" HotelName="THE ELYSIUM" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>CATHEDRAL QUARTER, MAIN STREET, LETTERKENNY, COUNTY DONEGAL, IE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11560000/11554000/11553986/fa10a4ea_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="219.39" OriginalAmount="213.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.060572409017" Longitude="29.008408888473" StarRating="3" HotelCode="368540|elite_park_suites" HotelName="Nish Besiktas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Gayrettepe Mahallesi, Hattat Halim Sokak 11, Besiktas, 34349 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/d6/c7d6616e98ba3822c9fd7cadf775cbd4d9b3c2f7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="219.39" OriginalAmount="213.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.033948517434" Longitude="28.980415046627" StarRating="3" HotelCode="907371|akka_suites_taksim_butikhotel" HotelName="Stories Apart Kuloglu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuloglu Mahallesi, Ayhan Isik Sokak 30, Beyoglu, Istanbul 34435</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/34/fd349ebe6c018d2eaa239118a017f5d057852be8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartments are located in a side street, in the heart of Beyoglu and a few metres from the bustl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="219.39" OriginalAmount="213.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00490428" Longitude="28.97915762" StarRating="0" HotelCode="943681|obelisk_hotel_suites" HotelName="Obelisk Hotel &amp; Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Mehmet Aga Caddesi 12, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/67/82/6782bb306aa28e507fa411b393e5102f9e6eef87.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="219.64" OriginalAmount="213.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02352" Longitude="28.975894" StarRating="0" HotelCode="|454378" HotelName="Fama Karakoy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Arsin Sk. 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/3/7/8/454378_ddc932d1753.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="219.64" OriginalAmount="213.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.059642" Longitude="28.988722" StarRating="4" HotelCode="|220770" HotelName="Lampa Design - Special Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HALASKARGAZI CD.O.RAIF BEY SK. SISLI 35</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/7/7/0/220770_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="220.29" OriginalAmount="213.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.030944946344" Longitude="28.974434225515" StarRating="4" HotelCode="9374|77591" HotelName="The Peak Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Caddesi, Oteller Sokak 1/3, Tepebasi, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ec/34/ec34ed805dc3080c791d886f4e1fb69df470908e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel and its surroundings are the ideal location for holidays and business trips alike. It is n...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="220.41" OriginalAmount="213.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01451" Longitude="28.97836" StarRating="0" HotelCode="|192440" HotelName="Barbera Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/4/4/0/192440_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="220.42" OriginalAmount="214" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1402333-27456272/4024169871002992272/1808" HotelName="DAYS INN BY WYNDHAM ISTANBUL BOMONTI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/100000000/99690000/99685700/99685672/e6a4015a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="220.42" OriginalAmount="214" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|316547-28791014/4024169871002992272/2016" HotelName="RAMADA HOTEL &amp;amp; SUITES BY WYNDHAM ISTANBUL SISLI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9660000/9657500/9657463/148f9c75_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="220.42" OriginalAmount="214" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|185294-28592943/4024169871002992272/11056" HotelName="CONTINENTAL HOTEL PERA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2960000/2957700/2957628/a85b4da7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="220.42" OriginalAmount="214.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004451710179" Longitude="28.978237550926" StarRating="4" HotelCode="18017|sultanahmet_palace_hotel" HotelName="Sultanahmet Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Torun Sokak 19, Sultanahmet, Fatih, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/de/15de4fb7caf446c87c32f1bc42948bc41914de7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located in the centre o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="220.42" OriginalAmount="214.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.815389" Longitude="29.307414" StarRating="3" HotelCode="155892|chatto_residence" HotelName="Chatto Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Cami Mahallesi, Kavala Sokak 12, Cumhuriyet Caddesi, 34940 Tuzla</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/bf/bc/bfbc708f07a69390e03574e308474e5ea512f5d1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="220.42" OriginalAmount="214.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00896076766" Longitude="28.975230885299" StarRating="4" HotelCode="321868|antusa_palace_hotel_spa" HotelName="Antusa Palace Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Massage Centre,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mahallesi, Çatalçesme Sokak 7, Sultanahmet, 34400 Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/78/ef/78ef84b07e9f2537c665614d34f61ec64f0d6cbb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="220.42" OriginalAmount="214.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06328275" Longitude="28.98968023" StarRating="0" HotelCode="520038|belle_maison_serviced_residence" HotelName="Belle Maison Serviced Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Professor Nurettin Mazhar Ökten Sokak 4, Sisli, Istanbul 34360</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5e/0d/5e0d8c1070d6ff55e1850c571b16f0cd8080809f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="220.43" OriginalAmount="214.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0096596" Longitude="28.9578253" StarRating="5" HotelCode="|62833" HotelName="Crowne Plaza Istanbul - Old City, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Balabanaga Mahallesi Fethibey Caddesi No:2, Laleli, Fatih , Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/2/8/3/3/62833_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the historic centre of Istanbul, a 15-minute walk away from the Grand Bazaar, Sultan Ahmed Mosque, Santa Sofia, shops and the tourist attractions. HOTEL: The Crowne Plaza Istanbul - Old City is rated five stars is ideal for business and holiday stays. The establishment offers room service, a concierge, a gift shop, a beauty centre, a laundry service, a babysitting service, a currency exchange service and a business centre. FACILITIES: There are many facilities and services available at the establishment, including a covered swimming pool, a sauna, a steam bath, a Turkish bath and a gym. Clients can relax with a massage service and treatments. ROOM: The cosy rooms have a CD player, a kettle, a coffee maker, a mini-bar, a writing desk, a direct line telephone, a satellite TV with films, WiFi and internet. MEALS: The restaurant offers a set-menu dinner. Clients have at their disposal a lounge bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="220.48" OriginalAmount="214.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0115599" Longitude="28.9561737" StarRating="3" HotelCode="|82951" HotelName="Lions Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Genc Turk Caddesi Aga Yokusu Sokak No:18 Sehzadebas? Beyazit</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/5/1/82951_b936b9f1001.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 10 minutes away from the bazaar, this hotel is situated 2,5 kilometres away from Sultanahmet the historic area of. ROOM: The rooms have internet, (free of charge), a terrace.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="220.48" OriginalAmount="214.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.960532" Longitude="29.1025658" StarRating="0" HotelCode="|83038" HotelName="The Bostanci Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mehmetevki Paa No:20 Bostanci</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/3/8/83038_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has views of the city and sea views. SITUATION: Istanbul It is in.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="220.65" OriginalAmount="214.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.054567" Longitude="28.981547" StarRating="0" HotelCode="|562036" HotelName="38 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ergenekon Cd. 66</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/2/0/3/6/562036_d116fa01857.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="220.67" OriginalAmount="214.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0134465" Longitude="28.9765652" StarRating="0" HotelCode="|17619" HotelName="Sapphire" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>IBNI KEMAL CAD. - SIRKECI 14-16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/6/1/9/17619_0d14a451113.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1994, has 60 suites, a rooftop terrace, a large hall, lifts, a reception with safety deposit boxes (for a fee), a currency exchange service and a cloakroom. It also has a games room, a TV, internet, a kiosk, a cafÃ©, an inviting bar and an Ã  la carte restaurant with air-conditioning. There are many services available at the establishment, including room service, a laundry service and a medical care service. The establishment has a car park. SITUATION: This attractive hotel is in a central area. It is in Sirkeci it is well-connected with modes of transport. ROOM: The stylish rooms have a spacious bathroom with a hairdryer, a direct line telephone, a satellite or cable television, internet, a mini-bar, a double bed, fitted carpets, an air-conditioning system, central heating and a safety deposit box (available for a fee). OTHERS: All meals in a buffet form. Regarding the food and beverage provision, the establishment offers Ã  la carte lunch and dinner and a set-menu dinner. The establishment offers special dishes and food for those with special dietary requirements. PAYMENT METHODS: Customers can pay by Visa and Mastercard.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="221.45" OriginalAmount="215.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.027059" Longitude="28.970154" StarRating="0" HotelCode="|536730" HotelName="The Gift Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yolcuzade Iskender Cd. 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/6/7/3/0/536730_73a28b82051.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="221.45" OriginalAmount="215" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.033706127894" Longitude="28.975996087137" StarRating="4" HotelCode="900917|284924" HotelName="Occidental Pera Istanbul" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City 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,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Kamer Hatun Mahallesi, Mesrutiyet Caddesi 34, Beyoglu, 34435 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/88/be/88bec55cd9da64584da942bd14333dadc353dcd1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Pera district, which can trace its history back to the Byzantine era. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="221.45" OriginalAmount="215" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|633186-28455269/4024169871002992272/17329" HotelName="GUL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/41000000/40340000/40335100/40335056/7267f5bd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="221.45" OriginalAmount="215" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|476870-28493986/4024169871002992272/21555" HotelName="NOBLE22 SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/13000000/12997400/12997359/80cbea90_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="221.45" OriginalAmount="215.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.976839295417" Longitude="28.868029680024" StarRating="5" HotelCode="221774|ramada_hotel_and_suites_istanbul_atakoy" HotelName="Ramada Hotel and Suites Istanbul Atakoy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Atakoy 1.Kisim Mahallesi, Fisekhane Caddesi 9/1, 34158 Istanbul, Bakirkoy</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/4c/e34cfae7056fbee254ac0dcc340babf2e3c518d4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in Ataköy district, just 8 km from Atatürk Airport and CNR Expo Centre, a 5 minute wa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="221.45" OriginalAmount="215.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.97753143" Longitude="28.87424792" StarRating="0" HotelCode="963205|concept_suit_premium" HotelName="Concept Premium Suit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Zeytinlik Mahallesi, Omer Naci Sokak 7, Bakirkoy, 34140 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/4c/824c181ac5a10a5bab6b1dc23499d5640f17513d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="221.76" OriginalAmount="215.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.025312" Longitude="29.096808" StarRating="0" HotelCode="|471515" HotelName="Ramada By Wyndham Istanbul Umraniye" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ATATURK MAHALLESI ZAFER SOKAK NO 2-4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/5/1/5/471515_4b9a7a20919.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="221.94" OriginalAmount="215.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009102896088" Longitude="28.954913020134" StarRating="4" HotelCode="170310|1448848" HotelName="Amethyst" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mesihpasa Mahallesi, Aksaray Caddesi 6, Laleli, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/45/6e/456e0b75d5fae1e09f317dfec4e7f04e69118657.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Laleli district of old Istanbul, the hotel is conveniently located within walking dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="222.05" OriginalAmount="215.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.077913" Longitude="29.008778" StarRating="0" HotelCode="|532557" HotelName="Kings Cross Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Atom Sk. No26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/5/5/7/532557_2a9f3701010.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="222.11" OriginalAmount="215.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9149897" Longitude="29.13341339" StarRating="5" HotelCode="263245|1082568" HotelName="Cevahir Hotel Istanbul Asia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yali Mahallesi, Turgut Özal Bulvari 261, Maltepe, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/61/ab61c3f2bca95d99b40707295f0f59d653135be8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="222.30" OriginalAmount="215.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0040624" Longitude="28.9725632" StarRating="0" HotelCode="|42897" HotelName="Garden House Hotel - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KUCUKAYASOFYA MAH SEHITMEHMETPASA SOK.SULTANAHMET 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/8/9/7/42897_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting hotel, renovated in 2008 and has 24 rooms, The establishment boasts a cafÃ©, a bar, air-conditioning, a hall with a reception, a safety deposit box service, a currency exchange service, a cloakroom and a restaurant. At an additional cost you can have access to WiFi, room service, a laundry service, a car park (for a fee) and indoor parking. SITUATION: It is inIstanbul the Peninsula of near the establishment, guests will find the historic centre, monuments, close to the establishment, guests have restaurants, shops, public transport stops and the railway station. 10 minutes away from the establishment, guests will find bars, pubs and the nightlife. It is situated 17 kilometres away fromIstanbul AtatÃ¼rk Airport it is 67 kilometres away from Sabiha Gokcen Airport. ROOM: The spacious and smart rooms, have a flat-screen television, a bathroom with a shower, a bath, complimentary bathroom items, a hairdryer and a bathrobe. They have an air-conditioning system, a central heating system, a mini-bar, WiFi, fruit and mineral water. It also offers bedding change and daily cleaning. They also have a double bed, a direct line telephone, a safe, a coffee maker, a kettle and an ironing set. MEALS: Regarding the food and beverage offering, the establishment offers coffee shop and a restaurant. The establishment also 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="27" TotalAmount="222.48" OriginalAmount="216" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013074" Longitude="28.976942" StarRating="4" HotelCode="491146|217632" HotelName="Le Petit Palace Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Ibni Kemal Caddesi 12, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/49/494422/494422a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="222.48" OriginalAmount="216" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03383874" Longitude="28.9814736" StarRating="4" HotelCode="531576|199522" HotelName="Room Mate Emir" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Airport Transfer (on Demand),Housekeeping,Laundry,Massage Centre,Sauna,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuloglu Mahallesi, Sadri Alisik Sokak 33, Beyoglu, 34433 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/ee/ee465182834624a0/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Room Mate Emir kept intact the historic façade of the building and incorporated an innovative interi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="222.48" OriginalAmount="216" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|559985-28455161/4024169871002992272/4488" HotelName="ALPEK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/15000000/14820000/14818700/14818690/bc7f1fc0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="222.48" OriginalAmount="216" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.05312" Longitude="121.52334" StarRating="5" HotelCode="0|433856-28598173/4024169871002992272/4734" HotelName="LAZZONI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>No 2-2 lane 27. Sec 2. Chung Shan. N. RD ,Taipei,  104</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9690000/9688800/9688757/b6940ad8_b.jpg</HotelPictures>
        <HotelDescription>Dahshin Hotel is conveniently located in the popular Zhongshan District area. Offering a variety of facilities and services, the hotel provides all you need for a good night`s sleep. 24-hour room service, free Wi-Fi in all rooms, daily housekeeping, grocery deliveries, postal service are just some of the facilities on offer. Comfortable guestrooms ensure a good night`s sleep with some rooms featuring facilities such as television LCD/plasma screen, complimentary instant coffee, complimentary tea, linens, locker. The hotel offers various recreational opportunities. Dahshin Hotel combines warm hospitality with a lovely ambiance to make your stay in Taipei unforgettable. &lt;br /&gt;Pets are strictly prohibited at the property, with the exception of guide dogs.&lt;br /&gt;Guests over 6 years old are considered as adults.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="222.48" OriginalAmount="216" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.195595" Longitude="9.560784" StarRating="4" HotelCode="0|316535-28558494/4024169871002992272/6050" HotelName="MANESOL OLD CITY BOSPHORUS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>Str.Panoramica Villasimius/ Costa Rei</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9580000/9575900/9575849/2ab9d6f4_b.jpg</HotelPictures>
        <HotelDescription>This four-star hotel in Cagliari province is set directly in front of a sandy beach.
Hotel Garden Beach is constructed in a traditional local style surrounding by Mediterranean-style gardens. 
At the hotel there is bar, restaurant on the terrace and mini club during high season.
Sport and leisure activities at the hotel include swimming pool of 2000 m2, children`s pool, tennis, fitness area and wellness center (some with extra fee).
The rooms are equipped with air conditioning, telephone, satellite TV, mini bar and safe box (extra fee).

*Baby cot paid on spot.

Address: Str.Panoramica Villasimius/ Costa Rei, Sardinia, Italy Located in the south-east part of Sardinia in Cala Sinzias.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="222.48" OriginalAmount="216" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|30858-28558332/4024169871002992272/8444" HotelName="BEST WESTERN EMPIRE PALACE &amp;amp; SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1080000/1077200/1077194/1dbb42a2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="222.48" OriginalAmount="216" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|10279-19553894/4024169871002992272/9618" HotelName="AVANTGARDE URBAN TAKSIM" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/120000/114400/114381/902c6e4b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="222.48" OriginalAmount="216" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|49366-28558342/4024169871002992272/19188" HotelName="GOLDEN HORN SIRKECI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1850000/1848900/1848805/c940ad43_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="222.48" OriginalAmount="216" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|316526-27777203/4024169871002992272/19840" HotelName="GREAT FORTUNE HOTEL &amp;amp; SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10350000/10348800/10348767/4cab46fb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="222.48" OriginalAmount="216.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.17528722" Longitude="29.6087549" StarRating="0" HotelCode="762574|sile_butik_otel" HotelName="Sile Butik Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Çavus Mahallesi, Plaj Yolu 4, 34980 Sile, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/36/2a3634108b30cebb7aba5c9edbe73771b05fbe81.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="222.56" OriginalAmount="216.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0633558" Longitude="28.989688" StarRating="0" HotelCode="|86760" HotelName="Belle Maison Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/6/0/86760_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inSisli the district of it is 3 kilometres away from Taksim the Square of. ROOM: Each room has WiFi (free of charge) and kitchenware.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="222.94" OriginalAmount="216.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.025668" Longitude="28.626723" StarRating="0" HotelCode="|522854" HotelName="Rainbow Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/8/5/4/522854_9e94e5e1158.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="222.95" OriginalAmount="216.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0128397" Longitude="28.9767814" StarRating="4" HotelCode="|17604" HotelName="Golden Horn - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>EBUSUUD CD. SIRKECI 26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/6/0/4/17604_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 7 floors, 65 standard rooms and 4 suites. The establishment has a lobby with a reception, a safety deposit box service, a currency exchange service, a cloakroom, a lift, a bar, a pub, a games room, a TV room and a restaurant with air-conditioning. The establishment also has 2 conference rooms and internet. At an extra cost you can use room service, the medical care service and the launderette. SITUATION: This hotel is in Sirkeci it is close to SultÃ¡n Ahmet Square, the historic centre and El Cuerno Dorado It is 20 kilometres from the Istanbul Airport. ROOM: The comfortable rooms have with a bath or shower, a hairdryer, a direct line telephone, a television, a mini-bar, fitted carpets, internet, central heating and an air-conditioning system. OTHERS: Clients have at their disposal a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="223.04" OriginalAmount="216.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0329476" Longitude="28.9751638" StarRating="0" HotelCode="|83035" HotelName="Troya Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tepebasi Mesrutiyet Caddesi No: 45 - Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/3/5/83035_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts rooms with flatscreen TV, WiFi (free of charge), a restaurant, a bar a cafÃ© and excursions. SITUATION: Beyoglu It is in.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="223.12" OriginalAmount="216.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0630481" Longitude="28.9864346" StarRating="0" HotelCode="|108188" HotelName="116 Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Han?mefendi Sokak, 116, ili</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/8/8/108188_5309e4a1043.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Sisli the centre of near the establishment, you will find the stores, a business centre and leisure areas. ROOM: The establishment has suites and fully-equipped studios, They have WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="223.12" OriginalAmount="216.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01606" Longitude="28.55577" StarRating="0" HotelCode="|464684" HotelName="Marina Park Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>E-5 Londra Asfalti No 47</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/4/6/8/4/464684_6f1c55b0919.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="223.12" OriginalAmount="216.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.97726" Longitude="28.8743" StarRating="0" HotelCode="|246731" HotelName="Bakırköy Des Suit Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Zeytinlik Mah. Ebuziya Cad. Omer Naci Sok. No1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/6/7/3/1/246731_18.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="223.22" OriginalAmount="216.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036710667715" Longitude="28.990803658963" StarRating="4" HotelCode="185577|921155" HotelName="Opera Hotel Bosphorus" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Inonu Caddesi 26, Gumussuyu, Taksim, 34427 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/35/54/35540648332c25ba85fb5383321cf0c7f00f4580.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location in the heart of the city, just 500 metres from the Bosphorus and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="223.32" OriginalAmount="216.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03414" Longitude="28.98344" StarRating="0" HotelCode="|184994" HotelName="Taxim Lounge Hotel - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/9/9/4/184994_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="223.51" OriginalAmount="217.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01037" Longitude="28.957496" StarRating="2" HotelCode="188740|pisa" HotelName="Pisa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kurultay Sk. No: 3/1, Fethi Bey Cad., Laleli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/55/7c/557c38e37a46b48a59d484100eabab0a7f02163b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="224.54" OriginalAmount="218" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0162946" Longitude="28.97610215" StarRating="4" HotelCode="315776|47768" HotelName="Manesol Old City Bosporus" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sirkeci Hobyar Mahallesi, Mimar Kemalettin Caddesi No. 2, Fatih, 34112 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/36/98/3698efe79bb54152db2cd3010e5dbeb7d6c46493.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="224.54" OriginalAmount="218" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023475124826" Longitude="28.97708957373" StarRating="4" HotelCode="350798|217607" HotelName="Hotel Morione" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Kemankes Mahallesi, Maliye Caddesi, Demirciler Sokak No. 8, Karaköy, Beyoglu, 34425 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/6a/7f/6a7f0f93c9e5cdbfab92e367ee78ae226073851d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="224.54" OriginalAmount="218" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|374858-18986396/4024169871002992272/297" HotelName="HOLIDAY INN ISTANBUL - KADIKOY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11070000/11062200/11062118/6ae8d3b7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="224.54" OriginalAmount="218" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|167697-28549170/4024169871002992272/6803" HotelName="RECITAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4470000/4461800/4461710/350b5a45_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="224.54" OriginalAmount="218" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1355642-28481055/4024169871002992272/8425" HotelName="BERFINN ORTAKÖY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/90000000/89690000/89684900/89684844/b115f172_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="224.54" OriginalAmount="218" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1328914-28481440/4024169871002992272/9540" HotelName="RECITAL PARK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/78000000/77160000/77157900/77157815/d2fcf3ac_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="224.54" OriginalAmount="218.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00454062132" Longitude="28.9801633358" StarRating="4" HotelCode="18003|azade_hotel_2" HotelName="Azade Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Mehmet Aga Caddesi 17/19, Sultanahmet, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/87/c5/87c55a405e301568c19ddd42125a12a9cb09b971.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies in the heart of Istanbul, on a side street right in the old town quarter of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="224.82" OriginalAmount="218.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0294483" Longitude="28.9756633" StarRating="0" HotelCode="|86789" HotelName="Stories Hotel Kumbaracı" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kumbarac? Sk. No 66 Taksim Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/8/9/86789_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception, rooms with WiFi, (free of charge), a television. SITUATION: 20 metres away from the establishment, you can findIstiklal the commercial area of is situated in Beyoglu the district of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="225.30" OriginalAmount="218.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023201" Longitude="28.62663" StarRating="5" HotelCode="41097|37004" HotelName="Kaya Istanbul Fair &amp; Convention" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Gökevler Mahallesi, 2317. Sokak 1, Esenyurt, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/a5/6aa5abe13caf85b15cb308ce0996e20c46ebf60e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Within walking distance of the Tuyap Convention Centre, this hotel is located approximately 30 km aw...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="225.57" OriginalAmount="219" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99277912" Longitude="29.02598584" StarRating="4" HotelCode="451131|199008" HotelName="Istanbul Life Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Rihtim Caddesi, Resit Efendi Sokok 11, 34714  Kadiköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/01/b3/01b38acc04c34bacc2e03a5ea29a83617327ee6c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kadiköy.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="225.57" OriginalAmount="219" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.056930391459" Longitude="28.994351953373" StarRating="5" HotelCode="304003|40271" HotelName="Lausos Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>19 Mayis Caddesi Coruh Sokak 33, 34360 Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d6/c4/d6c45ea706104f266925930176e5e0983d3ac651.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="225.57" OriginalAmount="219" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01408949" Longitude="28.97688646" StarRating="4" HotelCode="779263|343385" HotelName="Palde Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Hoca Pasa Mahallesi, Hidavengi Caddesi 22, Serdar Sokak, Sirkeci, 34140 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/90/f4903ccd9187230ffbe4531e806735991383b996.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is in Sirkeci. A total of 52 accommodation units are available for guests' conve...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="225.57" OriginalAmount="219" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02828003" Longitude="28.97160361" StarRating="4" HotelCode="367946|199438" HotelName="The Biancho Hotel Pera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Evliya çelebi Mahallesi, Sadi Konuralp Caddesi 1, Istanbul, Beyoglu</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/41/410680/410680a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="225.57" OriginalAmount="219" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|256058-28549196/4024169871002992272/5448" HotelName="CHEYA BESIKTAS HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7020000/7015800/7015759/f6e76e6f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="225.57" OriginalAmount="219" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|558197-28455156/4024169871002992272/6092" HotelName="ANTHEMIS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11310000/11301900/11301896/ce59b178_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="225.57" OriginalAmount="219" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1313296-28586971/4024169871002992272/6817" HotelName="ASPERA GOLDEN HORN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/75000000/74130000/74129400/74129348/bd8f4013_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="225.57" OriginalAmount="219.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02256281318" Longitude="28.974476406926" StarRating="2" HotelCode="315893|nordstern_hotel_galata" HotelName="Nordstern Hotel Galata" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Arap Camii Mahallesi, Tersane Caddesi 5, Karaköy Meydani, Beyoglu, 34420 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/9d/009d5744cb52c65c70898bb4f41926b3af4c621d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="226.21" OriginalAmount="219.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008492151482" Longitude="28.958345314867" StarRating="3" HotelCode="118863|1461118" HotelName="Monaco Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ordu Caddesi, Sair Fitnat Sokak 20, Laleli, 34126 Istanbul, Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/99/f4993ba0b8105e9c77f3cce53db7631ed7185983.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="226.25" OriginalAmount="219.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012363494298" Longitude="28.95712852478" StarRating="4" HotelCode="9355|29744" HotelName="Carlton Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kemal Pasa, Fevziye Caddesi 22, 34470 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/92/4d/924d868d35a35db6da2d9694f282e1690644c1b3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel is located at the heart of the old town of Sehzadebasi in Istanbul. It lies in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="226.35" OriginalAmount="219.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.014831" Longitude="28.974294" StarRating="0" HotelCode="|534657" HotelName="Han 1772 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Vedat Sk. 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/6/5/7/534657_09eb3b21409.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="226.56" OriginalAmount="219.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0075517" Longitude="28.9547945" StarRating="0" HotelCode="|353457" HotelName="Fimka" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Kemalettin Mah. Aziimkar Sok. No:41</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/4/5/7/353457_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="226.59" OriginalAmount="219.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.980293" Longitude="29.10698" StarRating="0" HotelCode="|466440" HotelName="Tryp By Wyndham Istanbul Atasehir" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/6/4/4/0/466440_cbc01cc0731.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="226.60" OriginalAmount="220" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="38.5289591" Longitude="-0.1632943" StarRating="4" HotelCode="0|52531-32698099/4024169871002992272/21" HotelName="THE PARMA HOTEL DOWNTOWN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>1 Calle Asturias, BENIDORM, ES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/210000/201200/201138/1ce19094_b.jpg</HotelPictures>
        <HotelDescription>Nestled in popular tourist resort of Benidorm on Spanish Costa Blanca, this fabulous hotel is a perfect destination for all those who long for fun-filled holiday in the sun. Alicante Airport is situated 60 km from the hotel. Visitors will find themselves within a stone's throw from a gorgeous La Cala, Ponientel and Malpas beaches and vibrant area with restaurants, discos, shopping venues and a popular thematic park. The complex offers air-conditioned rooms, all of them coming with a private bathroom. Each light-filled unit offers tasteful décor featuring natural tones and cosy furniture. The on-site restaurant serves a wide selection of local and international cuisines. Afterwards guests may have a soothing dip in the swimming pool, relax on the sun terrace or enjoy a drink from the bar while the youngest ones play at the paddling pool. The hotel provides entertainment programme.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="226.60" OriginalAmount="220" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1351804-32596342/4024169871002992272/5163" HotelName="STAYSO THE HOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/39000000/38370000/38363900/38363869/ed4efd2d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="226.60" OriginalAmount="220" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|337001-28558504/4024169871002992272/6709" HotelName="BANKERHAN GALATA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10040000/10040000/10039959/e468ddc8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="226.60" OriginalAmount="220" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12578-20779792/4024169871002992272/19408" HotelName="KENT HOTEL ISTANBUL OLD CITY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/580000/578500/578426/645803ef_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="226.60" OriginalAmount="220.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.062663" Longitude="28.986278" StarRating="5" HotelCode="263714|116_residence" HotelName="116 Residence Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hanimefendi Sokak No: 116, 34381 Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/11/6f11f54b1cb73cf69ac884834e0f42d8ccc01ace.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="226.60" OriginalAmount="220.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.069023" Longitude="29.002567" StarRating="1" HotelCode="373590|hotel_boursier_istanbul__boutique_class" HotelName="Hotel Boursier" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Massage Centre,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gulbahar Mahallesi, Oya Sokak 21, 34433 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/3d/783d1ce38f94c1f3ddb7df211e93cfecbb4e0967.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="226.60" OriginalAmount="220.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="878740|meserret_palace_hotel" HotelName="Meserret Palace Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hoca Pasa Mahallesi, Ebussuut Caddesi 51, Sirkeci Fatih, 34112 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/90/f9906e43e84fe22b29f202f8354d33052e866299.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="226.70" OriginalAmount="220.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011577" Longitude="28.955533" StarRating="3" HotelCode="118821|1651788" HotelName="Liberty Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gencturk Caddesi, Aga Yokusu 18, Sehzadebasi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/32/53321184c561224e64bb42545c9fb7783cac06a0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="227.06" OriginalAmount="220.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99227" Longitude="29.04272" StarRating="4" HotelCode="|193200" HotelName="Holiday Inn Istanbul - Kadikoy, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Egitim Mahallesi Poyraz Sokak N6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/2/0/0/193200_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="227.06" OriginalAmount="220.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.053907" Longitude="28.946584" StarRating="0" HotelCode="|561084" HotelName="Stayso The House Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Imrahor Cd. 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/1/0/8/4/561084_31eaeef1037.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="227.31" OriginalAmount="220.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00703" Longitude="28.97055" StarRating="0" HotelCode="|192639" HotelName="Aprilis Gold Hotel - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Emin Sinan Hamami Sk No 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/6/3/9/192639_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227.63" OriginalAmount="221" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.93662952" Longitude="29.13584787" StarRating="5" HotelCode="317076|58761" HotelName="Burgu Arjaan by Rotana" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Altaycesme Mahallesi, Samanyolu Sokak 23, Maltepe, 34843 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/7a/a77abc0e48c8be56eba3a83e6a3317d77bae2ca8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227.63" OriginalAmount="221" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0146482672" Longitude="28.979033664418" StarRating="3" HotelCode="298197|199121" HotelName="Dream Bosphorus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa mahallesi, Nöbethane caddesi, Kum meydani sokak 16, Sirkeci, 34112 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/98/85/9885a896dd4cb1b573f630eb4f35b05208382e5d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227.63" OriginalAmount="221" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006986" Longitude="28.97158" StarRating="4" HotelCode="904127|30424" HotelName="INNOVA Sultanahmet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piyer Loti Cad. 6-8, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/af/c2/afc20decf56a5b93bfafcbac96e1c954e767d24a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Sultanahmet area of historic Istanbul, the hotel is a convenient 10 to 15-minute walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227.63" OriginalAmount="221" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005022820611" Longitude="28.964796839287" StarRating="4" HotelCode="292260|38166" HotelName="Skalion Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Hayrettin Mahallesi, Cifte Gelinler Caddesi 6, Kumkapi, Fatih, 34126 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6d/a2/6da28bf81036a30c996e69863bf3cb654c57298d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated half a kilometer from the Grand Bazaar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227.63" OriginalAmount="221" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.935687" Longitude="29.135853" StarRating="5" HotelCode="317086|58779" HotelName="Tango Arjaan by Rotana" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Kitchen,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Altayçesme Mahallesi, Samanyolu Sokak 23, Maltepe, 34843 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/0d/3e0dd9c46cc97f45777d3e515bcfefa2e69590ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="227.63" OriginalAmount="221" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|609918-28558571/4024169871002992272/4490" HotelName="ALRAZI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9560000/9550200/9550157/77c5fdd4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="227.63" OriginalAmount="221" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1326985-28597865/4024169871002992272/8319" HotelName="WANDA VISTA ISTANBUL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/69000000/68610000/68602600/68602515/bb90c7b7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="227.63" OriginalAmount="221" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|53535-28493783/4024169871002992272/10182" HotelName="HISTORIA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/900000/891400/891400/54b2bae7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="227.63" OriginalAmount="221.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.042717562558" Longitude="28.982566641807" StarRating="4" HotelCode="398076|taksim_elysium_residence_cts" HotelName="Elysium Residence Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Inonu Mahallesi, Elmadag Caddesi 56, Taksim, 34380 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/c5/55c53ef9a03c53c046cfd413054f3261f7d1adda.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="228.35" OriginalAmount="221.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01458" Longitude="28.975838" StarRating="4" HotelCode="260215|1069808" HotelName="Eurostars Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ankara Caddesi, Hocapasa Hamami Sokak No:1, Sirkeci, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/81/4d/814d7ba95af40d8b3b99d8426965bcd3097bb364.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="228.50" OriginalAmount="221.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008103" Longitude="28.964813" StarRating="3" HotelCode="|72445" HotelName="Niles  Istanbul - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ordu CaddesiDibekli Cami Sokak 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/4/4/5/72445_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated in the city centre, the historic centre, nearby, you will find tourist areas, places of interest. ROOM: The comfortable rooms, have an air-conditioning system, a bathroom and WiFi (free of charge), It also offers suites and Turkish bath.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="228.64" OriginalAmount="221.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0102" Longitude="28.97771" StarRating="0" HotelCode="|192893" HotelName="Cheers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Zeynep Sultan Camii Sokak No 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/8/9/3/192893_bc2105b1652.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="228.66" OriginalAmount="222" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|611499-28494062/4024169871002992272/3944" HotelName="MAGNAURA HOUSE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18990000/18983200/18983173/a6000f9a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="228.66" OriginalAmount="222" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-9.663478" Longitude="-35.699255" StarRating="3" HotelCode="0|559193-28494013/4024169871002992272/8241" HotelName="BLACK PEARL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>ALAGOAS,MACEIO, AL,RUA DESPORTISTA HUMBERTO GUIMARAES, 830</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19950000/19945800/19945785/e1365a5c_b.jpg</HotelPictures>
        <HotelDescription>Coqueiros Express Hotel offers a great beachfront location, just 50 meters from Ponta Verde Beach.  It offers rooms with beach décor and free Wi-Fi, plus an outdoor pool and free parking.  Rooms at Hotel Coqueiros Express feature green walls and palm-leaf bed linens.  All have air conditioning, a minibar, 32-inch LCD TV and a laptop workstation. &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="228.66" OriginalAmount="222" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|496355-32593983/4024169871002992272/15181" HotelName="NAUMPASA KONAGI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18710000/18706400/18706343/938bbc46_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="228.66" OriginalAmount="222.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003783749381" Longitude="28.975343262566" StarRating="3" HotelCode="191127|q_hotel_istanbul_2" HotelName="Q Hotel Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Küçük Ayasofya Caddesi 31, 34400 Istanbul, Sultanahmet</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/f1/88f1b3e21b1b457f36cfe7b17e7a5f3c3c52ed9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="228.77" OriginalAmount="222.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023281" Longitude="28.97183" StarRating="0" HotelCode="|534581" HotelName="ART SUITES KARAKOY" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Persembe Pazari Cd. 23</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/5/8/1/534581_df4cbab1115.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="228.80" OriginalAmount="222.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0384801" Longitude="28.9830413" StarRating="0" HotelCode="|86883" HotelName="Moss residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Feridiye Cad. No:34 Taksim</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/8/3/86883_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a gym with a sauna, rooms with air-conditioning and WiFi (free of charge). SITUATION: This establishment, is in Taksim the district of 400 metres away, guests can find Taksim the metro station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="229.69" OriginalAmount="223" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.00582" Longitude="6.00885" StarRating="3" HotelCode="0|638336-28494093/4024169871002992272/3925" HotelName="SERAGLIO HOTEL AND SUITES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>ARNHEMSESTRAATWEG 62, RHEDEN, NL</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4280000/4276900/4276808/27c92133_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   When you stay at Sandton Hotel De Roskam in Rheden, you'll be close to Rosendael Castle. This 4-star hotel is within the vicinity of Nederlands Wijnmuseum and Nederlands Openluchtmuseum.   Rooms   Make yourself at home in one of the 59 guestrooms featuring iPod docking stations and flat-screen televisions. Rooms have private balconies or patios. Complimentary wireless Internet access is available to keep you connected. Bathrooms have shower/tub combinations and hair dryers.   Rec, Spa, Premium Amenities   Pamper yourself with a visit to the spa, which offers massages, body treatments, and facials. If you're looking for recreational opportunities, you'll find an indoor pool, a sauna, and a steam room. This hotel also features complimentary wireless Internet access and tour/ticket assistance.   Dining   Enjoy a satisfying meal at a restaurant serving guests of Sandton Hotel De Roskam.   Business, Other Amenities   Featured amenities include dry cleaning/laundry services, luggage storage, and laundry facilities. This hotel has 10 meeting rooms available for events. Free self parking is available onsite.   Room Info:    Fees    The following fees and deposits are charged by the property at time of service, check-in, or check-out.      Breakfast fee: EUR 15.5 per person (approximately)                     Crib (infant bed) fee: EUR 7.50 per night  Rollaway bed fee: EUR 20 per night      The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.     Mandatory Fees and Taxes    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:    A tax is imposed by the city: EUR 2.50 per person, per night      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.     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.   Special cancellation policies or charges may apply for group reservations (more than 8 rooms for the same hotel / stay dates).  Property Information:  Check-in time starts at 3 PM  Check-out time is 11 AM&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="229.69" OriginalAmount="223" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|3514-28441319/4024169871002992272/5526" HotelName="ORIENT EXPRESS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/480000/479600/479525/2b21e5f1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="229.69" OriginalAmount="223" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|352670-32596220/4024169871002992272/11710" HotelName="GRAND WASHINGTON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1680000/1674900/1674825/6b78de4a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="229.69" OriginalAmount="223" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|35540-28558601/4024169871002992272/14466" HotelName="ORKA ROYAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1320000/1312400/1312346/aac5187a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="229.69" OriginalAmount="223" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|464297-28592990/4024169871002992272/20582" HotelName="ELITE WORLD GRAND ISTANBUL BASIN EKSPRES HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17360000/17357500/17357413/f7743437_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="229.69" OriginalAmount="223.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035398" Longitude="28.98351" StarRating="2" HotelCode="188695|entes_apart" HotelName="Entes Apart" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Ipek Sokak No: 19, Taksim Istiklal Caddesi, 80060 Istanbul, Beyoglu</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/43/56439bc0552dffd86802c83aab8c9d9e14cacb1e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="229.77" OriginalAmount="223.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007457" Longitude="28.972658" StarRating="3" HotelCode="10214|399935" HotelName="Hotel Antea" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piyerloti Caddesi 11, Çemberlitas, Sultanahmet, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/dd/13dd678d8401b54c5e77c544d2730c63e2d8a369.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the middle of Istanbul's many historical attractions, close to sights and s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="230.13" OriginalAmount="223.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004887" Longitude="28.9801471" StarRating="0" HotelCode="|82923" HotelName="Agora Guesthouse and Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Cad Amiral Tafdil sok NO:6 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/2/3/82923_2370c131115.jpg</HotelPictures>
        <HotelDescription>SITUATION: Sultanahmet Is situated in this hotel is in Istanbul the historic centre of 300 metres away, guests have the mosque. ROOM: Each room has WiFi (free of charge) and a television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="230.48" OriginalAmount="223.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0135599" Longitude="28.9717858" StarRating="4" HotelCode="|23122" HotelName="Erboy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>EBUSUUD CAD. - SIRKECI 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/1/2/2/23122_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="230.72" OriginalAmount="224" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="3" HotelCode="968237|400163" HotelName="Mayla Golden Horn Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sutluce Mahallesi, Imrahor Caddesi 16/A, Beyoglu, 34445 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=11005396</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="230.72" OriginalAmount="224" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99431469" Longitude="29.02807291" StarRating="3" HotelCode="374919|217221" HotelName="W. House Kadikoy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Rasimpasa Mahallesi, Esrefoglu Sokagi 10, Kadikoy, Istanbul 34716</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=8909782</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="230.72" OriginalAmount="224" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00540886" Longitude="28.97272858" StarRating="4" HotelCode="781592|343534" HotelName="Yilsam Sultanahmet Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Elevator,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Dizdariye Cesmesi Sokak 21, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/6b/21/6b216ee4b062742d033ab072cf14e387f6136265.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With a stay at Yilsam Sultanahmet Hotel in Istanbul (Sultanahmet), you'll be minutes from Hippodrome...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="230.72" OriginalAmount="224" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|125994-28592916/4024169871002992272/17270" HotelName="ESER PREMIUM HOTEL &amp;amp; SPA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2190000/2182300/2182204/562a2133_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="230.72" OriginalAmount="224.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.975348347115" Longitude="29.097630203705" StarRating="5" HotelCode="71011|byotell_asia_istanbul" HotelName="Byotell Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Saniye Ermutlu Sokak 3, Kozyatagi, 34742 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/84/bc/84bc65c37d12ca71c03c990dfdf7d81a007f244f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the business district east of Istanbul, on the Kozyatagi-Asian...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="230.72" OriginalAmount="224.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.053683" Longitude="28.996728" StarRating="4" HotelCode="188691|cheya_nisantasi_tesvikiye" HotelName="Cheya Residence Tesvikiye" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ferah Sok. No: 7, Tesvikiye Mah., Istanbul 34365</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/b4/d5b41a8b0145d7823f76c3c0c835455ca8e49d05.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="230.72" OriginalAmount="224.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="878474|rental_house_istanbul_sultanahmet" HotelName="Bufes Hotel Sultanahmet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Divan Yolu Caddesi 44</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/4c/e24cacc1d1d85a8c8e318e17b197524c7490d408.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="230.72" OriginalAmount="224.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="957999|ardilas_residence" HotelName="Ardilas Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mahallesi, Bekar Sokak 19, Beyoglu, 34435 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/93/f693d4be5f6df95436b07b04fa8fc49a11758361.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="231.11" OriginalAmount="224.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003429" Longitude="28.970648" StarRating="0" HotelCode="|474675" HotelName="Sareban Hotel Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/4/6/7/5/474675_983976e1248.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="231.21" OriginalAmount="224.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9901655" Longitude="29.0248465" StarRating="0" HotelCode="|82933" HotelName="MyKent Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Serasker Cad. No:8 Kadikoy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/3/3/82933_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Istanbul It is in 200 metres away, guests can find Kadikoy the ferry station of. ROOM: Each room has an air-conditioning system, WiFi (free of charge) and a satellite television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="231.59" OriginalAmount="224.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005648" Longitude="28.979018" StarRating="3" HotelCode="177593|849285" HotelName="Aristocrat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mah. Dalbasti Sok. 11, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/3d/253d7844a66045d5df6801271f0ad2bb4ea4b52c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located roughly 200 m from the Blue Mosque and within easy walking distance of the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="231.75" OriginalAmount="225" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1269890-28476914/4024169871002992272/8548" HotelName="BENESTA RESIDENCE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/72000000/71730000/71722000/71721993/267794c7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="231.75" OriginalAmount="225" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1363199-28586786/4024169871002992272/12664" HotelName="RING STONE HOTELS BOSPHORUS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/79000000/78470000/78468900/78468841/5f281e3d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="231.75" OriginalAmount="225.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040172205087" Longitude="28.98446559906" StarRating="4" HotelCode="69649|midtown_hotel_istanbul" HotelName="Mid Town" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Lamartin Cad. No. 13, 34437 Taksim</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/27/98/27987f4080e1258b12071c8d8a08126d70dc8434.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Taksim, in the heart of Istanbul’s new city. Bars, restaurants and links to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="231.75" OriginalAmount="225.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008459375267" Longitude="28.962567708004" StarRating="4" HotelCode="24952|baron_hotel" HotelName="Baron Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mimar kemalettin Mahallesi, Buyuk Tulumba Sokak 4, Beyazit, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a4/60/a460aa71b789c2fb32de72face16de7be200e147.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located quite near to the large bazaars in Beyazit. The hotel is well situated for acc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="231.75" OriginalAmount="225.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.053865" Longitude="28.9465589" StarRating="5" HotelCode="304098|lazzoni_hotel" HotelName="Lazzoni Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sütlüce Mahallesi, Imrahor Caddesi 14, 34445 Beyoglu</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b1/55/b155305197fbe195e1bd07d7a25176a59f812dee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="231.75" OriginalAmount="225.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.014131909231" Longitude="28.942456825003" StarRating="0" HotelCode="883084|ottomans_life_hotel_deluxe" HotelName="Ottoman's Life Hotel Deluxe Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Conference Hall,Internet,Massage Centre,Sauna,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Mollagürani Mahallesi, Mollagürani Caddesi 8/16, Fatih, 34093 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/3b/cd3b436be70ed340d5d210e6dc3f98654ed86074.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="231.80" OriginalAmount="225.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.018077" Longitude="28.928068" StarRating="4" HotelCode="|86941" HotelName="Topkapi Inter Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Topkapi Caddesi No: 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/4/1/86941_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Topkapi Inter Istanbul Hotel is rated four stars. SITUATION: It is located 100 metres away from the tram stop of Pazartekke. ROOM: The rooms have an air-conditioning system and an LCD TV.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="231.99" OriginalAmount="225.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008177491057" Longitude="28.96481525403" StarRating="3" HotelCode="118862|1433258" HotelName="Niles Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ordu Caddesi Dibekli Cami Sokak 13, Beyazit, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/dd/59dd7cf639947b3f2fd1c53c28879f72cd2ee931.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="232.23" OriginalAmount="225.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03782" Longitude="28.98355" StarRating="3" HotelCode="|184822" HotelName="Pera Luna Residence - Special Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mh. Taksim Cd. Yogurtcu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/8/2/2/184822_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="232.33" OriginalAmount="225.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0098835" Longitude="28.9538616" StarRating="3" HotelCode="|353434" HotelName="Parmada Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kemalpasa Mahallesi, Ordu Cadddesi No:74 Laleli, Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/4/3/4/353434_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="232.52" OriginalAmount="225.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98785709" Longitude="28.82995658" StarRating="5" HotelCode="260731|71724" HotelName="WOW Istanbul Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yesilkoy Mahallesi, Ataturk Caddesi 15-17-19, Bakirkoy, 34149 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/c8/fcc8230da76a595035b81f2daac843b2350497ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at 1 km from the most important airport of Istanbul, Atatürk Airport, and at 20...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="232.76" OriginalAmount="225.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003364" Longitude="28.981446" StarRating="0" HotelCode="|37008" HotelName="Radisson Hotel Istanbul Sultanahmet" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sultanahmet Mah. Kennedy Cad. Sahil Yolu No:12 Ah?rkap?</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/0/0/8/37008_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has air-conditioning, a lobby with a reception, a currency exchange service, a cloakroom, a bar, a dining area, a conference room and a car park. At an extra cost you can use room service, the launderette and internet. SITUATION: This historic hotel is in the historic centre, nearby, you will find museums, monuments and shops. around 17 kilometres away you can find the airport, 1 kilometre away, you can find Karakoy the dock near the establishment, you will find the metro station, the tram, bars, restaurants and nightclubs. ROOM: Clients are offered 31 rooms with a bathroom, a hairdryer, a direct line telephone, internet, a mini-bar, a double bed, an air-conditioning system, central heating, a safe and a balcony. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="232.78" OriginalAmount="226" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05909859" Longitude="28.95105451" StarRating="4" HotelCode="431064|206440" HotelName="Clarion Golden Horn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Imrahor Caddesi, Sivaseli Sokak 10, 34445 Sütlüce, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/541547/a_541547_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="232.78" OriginalAmount="226" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.037867560629" Longitude="28.983562434359" StarRating="3" HotelCode="933263|57959" HotelName="Pera Luna Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mahallesi, Taksim Caddesi, Yogurtcu Faik Sokak 2, Taksim, Beyoglu, 34440 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://images.dnatatravel.com/ei/9/7/9/8/9/5/4/0.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="232.78" OriginalAmount="226" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|110702-28549157/4024169871002992272/3406" HotelName="ACRA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2820000/2819000/2818927/b0402f4a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="232.78" OriginalAmount="226" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|174851-28558414/4024169871002992272/5701" HotelName="PARK HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/79000000/78310000/78305000/78304988/09ab58b9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="232.78" OriginalAmount="226.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008034210542" Longitude="28.954478502274" StarRating="3" HotelCode="186213|ephesus_hotel_3" HotelName="Hotel Ephesus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesihpasa Mahallesi, Aksaray caddesi No: 24, Laleli</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/4f/dd4ff055e36e8d90f4f7cc3d3c368cd781a781f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="232.78" OriginalAmount="226.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004713" Longitude="28.980115" StarRating="3" HotelCode="191061|bonjour_hotel_4" HotelName="Bonjour Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amiral Tafdil Sokak No. 10, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/6a/176a10c11cb8d535248527c3e0b9975825b70007.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="232.78" OriginalAmount="226.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.995308" Longitude="29.024859" StarRating="3" HotelCode="267806|kad_koy_r_ht_m_hotel" HotelName="Kadikoey Rihtim Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rihtim Caddesi No: 62, 34716 Kadiköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/38/2e/382e5b885b07f922bfb84b31f2d91e3fdbe84cad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="232.78" OriginalAmount="226.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02281428" Longitude="28.97366463" StarRating="4" HotelCode="593774|momento_golden_horn_hotel" HotelName="Hotel Momento Golden Horn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Arap Cami Mahallesi, Tersane Caddesi 24, Karaköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ac/e0/ace02b8f650a461694809721142ccd4859f7d9e4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="232.78" OriginalAmount="226.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.022160509609" Longitude="29.044246673584" StarRating="4" HotelCode="905795|ramada_istanbul_asia_2" HotelName="Ramada Istanbul Asia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mahir Iz Cadesi 32, Altunizade Mh., Üsküdar, 34662 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4a/df/4adf9db16813a978124ce0485926f35881b84f5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Altunizade district of Uskudar on the Asian side of Istanbul. A large sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="232.80" OriginalAmount="226.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005183" Longitude="29.066457" StarRating="0" HotelCode="|467565" HotelName="Antwell Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Unalan Mah., Cagla Sk. No:1/A, Uskudar</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/5/6/5/467565_39d03cb1101.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="232.84" OriginalAmount="226.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009234" Longitude="28.949334" StarRating="0" HotelCode="|444991" HotelName="Hampton By Hilton Istanbul Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sorguccu Str. No 1 Aksaray, Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/9/9/1/444991_f9548530821.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="232.98" OriginalAmount="226.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034897" Longitude="28.976064" StarRating="0" HotelCode="|530383" HotelName="Walton Gardens Pera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hamalbasi Caddesi No:22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/0/3/8/3/530383_f6eefa41014.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="233.27" OriginalAmount="226.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9919713" Longitude="29.0256701" StarRating="0" HotelCode="|83002" HotelName="Parkhouse  and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Osmanaga Mah. Muhurdar Fuat Sk. No:12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/0/2/83002_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: Istanbul It is in. FACILITIES: The establishment boasts a spa with Turkish bath. ROOM: Customers have luxurious rooms with flatscreen television and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="233.32" OriginalAmount="226.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06509" Longitude="29.00402" StarRating="0" HotelCode="|185016" HotelName="The Leos Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gayrettepe Mah Fahri Gizden Sok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/0/1/6/185016_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="233.75" OriginalAmount="226.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0055008" Longitude="28.9732895" StarRating="3" HotelCode="|95924" HotelName="Daphne - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mah Su Terazisi Sokak 10,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/9/2/4/95924_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a terrace with sea views, a cafÃ©, WiFi and an Ã  la carte restaurant. The establishment also offers room service and a reception. SITUATION: This hotel Sultanahmet it is in nearby, you will find the tourist attractions, 550 metres away, clients have Sultanahmet the Railway Station of it is well-connected, At an extra charge, the establishment offers a transfer service to Istanbul AtatÃ¼rk Airport it is situated 20 kilometres away from Istanbul AtatÃ¼rk Airport. ROOM: All the rooms have cable television, a mini-bar, an air-conditioning system, a safe, a bathroom with a bath and a hairdryer. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="233.81" OriginalAmount="227" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="4" HotelCode="386916|27982" HotelName="Amisos The Boutique" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ebusuud Caddesi No. 2, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/3c/763ceb059f33e92767cf32a2ce0e4554e28d41fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel has an excellent location overlooking Gülhane Park, Topkapi Palace and the Bosph...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="233.81" OriginalAmount="227" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|12574-21009547/4024169871002992272/21332" HotelName="DEDEMAN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/4200/4190/5576f4f6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="233.81" OriginalAmount="227.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.015854" Longitude="28.973734" StarRating="5" HotelCode="64043|legacy_ottoman_hotel" HotelName="Legacy Ottoman Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Hobyar Mahallesi, Hamidiye Caddesi 16, 34112 Istanbul, Sirkeci</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/15/a2/15a28bbaa6c0961ed503061fdfb0f3e17041914e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just a 5-minute walk from the city centre, and from links to the public transpo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="233.81" OriginalAmount="227.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.068551108062" Longitude="29.007437655371" StarRating="3" HotelCode="154660|villa_blanche_hotel" HotelName="Villa Blanche" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Keskinkalem Sokak 7, Esentepe, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/05/7205bb5a73decf6b79455b39791db4965b04cf5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="233.81" OriginalAmount="227.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01225906" Longitude="28.95601137" StarRating="0" HotelCode="516714|hotel_buyuk_sehzade" HotelName="Hotel Buyuk Sehzade" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gencturk Caddesi No 66</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/71/6271ac3f9235d72f8e568424f84ee9ff6a1770eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="233.88" OriginalAmount="227.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9929793" Longitude="29.0254787" StarRating="3" HotelCode="|244252" HotelName="Golden Siyav" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Osmanaga Mahallesi Rihtim Caddesi Resitefendi Sokak No. 5, Kadikoy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/4/2/5/2/244252_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="233.93" OriginalAmount="227.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0353572" Longitude="28.9832218" StarRating="0" HotelCode="|224760" HotelName="Mukarnas Taksim " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>katip mustafa celebi mh ipek sk no 6 beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/7/6/0/224760_937264c1211.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="234.05" OriginalAmount="227.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0044964" Longitude="28.9800391" StarRating="0" HotelCode="|83033" HotelName="Historia-Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Amiral tafdil sok. No:11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/3/3/83033_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has rooms with air-conditioning and a patio with a fountain. SITUATION: Sultan Ahmed Mosque It is situated 5 minutes away from.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="234.06" OriginalAmount="227.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.991851" Longitude="29.026877" StarRating="0" HotelCode="|522154" HotelName="Viva Suits" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/1/5/4/522154_a4b09cf0948.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="234.08" OriginalAmount="227.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004431" Longitude="29.038244" StarRating="4" HotelCode="|444219" HotelName="Buem Koşuyolu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Acibadem Mahallesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/2/1/9/444219_c388d050831.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="234.20" OriginalAmount="227.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00976" Longitude="28.97869" StarRating="0" HotelCode="|184141" HotelName="Anthemis Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mh Haci Tahsin Bey sok No 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/1/4/1/184141_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="234.75" OriginalAmount="227.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.956737357023" Longitude="29.080471685844" StarRating="4" HotelCode="118869|603345" HotelName="Suadiye Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaj Yolu 25, Bagdat Caddesi, Suadiye, 34740 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/6a/54/6a5400ca6194d8091485d1f8dd9e435c30b40a78.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="234.84" OriginalAmount="228" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|17391-28442259/4024169871002992272/3834" HotelName="ANTEA PALACE HOTEL &amp;amp; SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/210000/200300/200203/f5ce7eb6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="234.84" OriginalAmount="228" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|290975-28537785/4024169871002992272/4952" HotelName="MALTA BOSPHORUS HOTEL &amp;amp; SUITES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7830000/7829900/7829804/23cd0ff4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="234.84" OriginalAmount="228" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|213936-19513399/4024169871002992272/21024" HotelName="EUROSTARS OLD CITY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7540000/7539500/7539429/cbe82349_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="234.84" OriginalAmount="228.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04842749" Longitude="29.02506504" StarRating="0" HotelCode="374306|nevv_bosphorus_hotel__suites" HotelName="Nevv Bosphorus Hotel &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Muallim Naci Caddesi 7, Ortaköy/Besiktas, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/63/a06309e6412e213ae37c874ff0a97748311dcf9d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="235.13" OriginalAmount="228.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.969704" Longitude="29.0971237" StarRating="5" HotelCode="|42195" HotelName="Byotell  Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SANIYE ERMUTLU SOK NO 3 KOZYATAGI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/9/5/42195_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was renovated in 2007 and has 129 standard rooms. The establishment has a dance hall, a garden, air-conditioning, a lobby, a reception, a currency exchange service, a cloakroom and a lift. The establishment also has a hairdresser's, restaurants, conference rooms, internet and WiFi. At an additional cost you can have access to room service and a laundry service. The establishment also offers indoor parking and a playground. SITUATION: This hotel is in the business area. It is in Kozyatagi near the establishment, you will find commercial areas, restaurants, bars and the nightlife. 45 minutes away from the establishment you have tourist areas. Is 45 kilometres from Sabiha Gokcen Airport. It is 20 kilometres from the Istanbul AtatÃ¼rk Airport. ROOM: The elegant and comfortable rooms have a bathroom, a hairdryer, a direct line telephone and internet. They also have a television, a mini-bar, a double bed, an air-conditioning system, individual heating and a safety deposit box. FACILITIES: The establishment has a gym, a spa, a health centre, a massage service (available for a fee), a Turkish bath, a steam bath and a sauna. Guests can also enjoy a covered pool and deck chairs.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="235.31" OriginalAmount="228.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.048443" Longitude="29.021374" StarRating="3" HotelCode="|182951" HotelName="Palanga Bosphorus Ortakoy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Palanga Caddesi No:24 Ortakoy / Istanbul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/2/9/5/1/182951_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="235.73" OriginalAmount="228.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0071798" Longitude="28.9720798" StarRating="4" HotelCode="|37601" HotelName="AHC Ayasofya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PIYERLOTI CAD NO 1 SULTANAHMET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/6/0/1/37601_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban, boutique hotel, renovated in 2007, has 36 rooms, air-conditioning, a lobby, a reception, a currency exchange service, a cloakroom and a lift. Guests also have access to a restaurant, a bar, conference facilities, WiFi, a business centre with internet, a printing service, a telephone, a fax machine, courier service and a car hire desk. At an extra cost you can use room service and the launderette. The establishment also has a car park. SITUATION: This hotel Hagia Sophia, Sultan Ahmed Mosque, the Basilica Cistern, the Grand Bazaar, the Spice Bazaar, Divan Yolu and Topkapi Palace it is situated close to in the surrounding area, clients can find restaurants, bars, public transport services and shops. it is 10 minutes away from the railway station, 18 kilometres away, you can find Istanbul AtatÃ¼rk Airport. ROOM: Each room has a bathroom, a hairdryer, a direct line telephone, satellite or cable TV, internet, a mini-bar, a coffee maker, a kettle, a double bed, an air-conditioning system, heating and a safety deposit box. FACILITIES: The establishment boasts a hammam and a Turkish bath (available for a fee), For a fee, you can enjoy a massage service, aromatherapy treatments and a sauna. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and Ã  la carte lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="235.74" OriginalAmount="228.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.067504" Longitude="29.002243" StarRating="4" HotelCode="|443747" HotelName="Milord" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/3/7/4/7/443747_c1a15f91005.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="235.87" OriginalAmount="229" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03857" Longitude="28.983895" StarRating="4" HotelCode="298975|58330" HotelName="The Parma Hotel Taksim" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abdülhak Hamid Caddesi 22, Kocatepe Mahallesi, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8d/5d/8d5dd554743bac01f904b8f65d8b8d2fe59be80b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="235.87" OriginalAmount="229" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1441502-32592933/4024169871002992272/18514" HotelName="RADISSON HOTEL ISTANBUL MERTER" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/110000000/109480000/109474000/109473927/w5755h3835x5y5-96410aca_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="235.87" OriginalAmount="229" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|865372-28474433/4024169871002992272/20625" HotelName="THE SOUL ISTANBUL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/49000000/48880000/48871200/48871145/26fa76f2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="235.87" OriginalAmount="229.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008026" Longitude="28.972977" StarRating="4" HotelCode="15891|pierre_loti_hotel__special_class" HotelName="Pierre Loti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piyerloti Cd. No: 1, Sultanahmet, Cemberlitas, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/21/362126cc6e0db42a62c7c01035367b76f2fa995b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is 5 minutes away from the closest tramway stops (Sultanahmet and Çemberlitas). Guests wil...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="235.87" OriginalAmount="229.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00565024" Longitude="28.98026262" StarRating="0" HotelCode="850402|royan_suites" HotelName="Royan Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Akbiyik Caddesi 42, Fatih, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/1a/f61a3b1c6fe7da08d7f474794ba42916c5ed8490.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="235.87" OriginalAmount="229.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="981307|des_arts_galata_hotel" HotelName="Hotel Des Arts" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sahkulu Mahallesi, Kucuk Hendek Caddesi 11/1, Beyoglu, 34421 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d5/6b/d56b0cf2cace02fdf6f7ec11dc45660213df6f84.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="235.97" OriginalAmount="229.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005604941196" Longitude="28.98012912727" StarRating="4" HotelCode="98934|2065605" HotelName="GLK PREMIER Regency Suites &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Caddesi 46, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/06787a71fc90a6fc/b2/b2d7ac0ec884e1f4/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;These suites are located in the lower area of the Sultanahmet district, just a 5-minute walk from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="236.10" OriginalAmount="229.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023806" Longitude="28.974944" StarRating="0" HotelCode="|525466" HotelName="Khai Karaköy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bereketzade Mahallesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/4/6/6/525466_88346391016.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="236.25" OriginalAmount="229.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008347936316" Longitude="28.975979089737" StarRating="3" HotelCode="65198|362425" HotelName="Ambassador Istanbul" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Divanyolu Ticarethane Sokak 19, Sultanahmet, 34420 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/cb/eccb7db4e16c1ef33e7e5421a2a6450edd90ef35.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="236.35" OriginalAmount="229.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00765" Longitude="28.971663" StarRating="4" HotelCode="219906|959445" HotelName="Aprilis" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mah. Peykhane Sk. No: 4, Çemberlitas, Fatih 34122, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/71/d4/71d4356a25ac39d0bf1fcfca05ee67751b9e6deb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="236.59" OriginalAmount="229.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.021985" Longitude="28.976063" StarRating="4" HotelCode="|443954" HotelName="Weingart Port Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kemankes Cd. 14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/3/9/5/4/443954_68e83f51124.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="236.69" OriginalAmount="229.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.987787" Longitude="28.828286" StarRating="5" HotelCode="|39876" HotelName="Wow Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Istanbul Dunya Ticaret Merkezi Yesilkoy, Istanbul 34149</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/7/6/39876_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was opened in 2007 and has 277 rooms. Is perfect for business and holiday stays. Some of the facilities that the establishment offers to guests include a lobby with a reception, a safety deposit box service, a currency exchange service, a cloakroom, 3 lifts, a cafÃ©, a hairdresser's, a bar, a restaurant and conference facilities. If you pay a supplement, you are offered internet in communal areas, room service and a laundry service. Guests also have access to a car park and an indoor car park. Kids can enjoy a playground. SITUATION: This hotel is in World Trade Center and the exhibition centre CNR. Close to the establishment, clients can find the airport and the metro station, close to the metro station. 16 kilometres away from the establishment, guests will find the city centre. It is 5 minutes away from YesilkÃ¶y where you can find restaurants, bars and shops. Near the establishment, you will find Sultanahmed Camii, Topkapi Sarayi and Hagia Sophia ROOM: The luxurious rooms have a flat-screen television with pay channels, an air-conditioning system, a safety deposit box, a bathroom with a bath, a hairdryer, a direct line telephone, internet, a mini-bar, heating, a coffee maker, a kettle and a king size or double bed. FACILITIES: At no extra cost, guests can use the Turkish bath. Guests can enjoy a covered heated pool (available for a fee) with an outdoor bar and deck chairs. For a small supplement, you are offered a sauna and a massage service. The establishment also has a gym. PAYMENT METHODS: Customers can pay by American Express, Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast and Ã  la carte lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="236.90" OriginalAmount="230" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.031632965055" Longitude="28.980091701649" StarRating="4" HotelCode="320749|48019" HotelName="Casa di Bava" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Firuzaga Mahallesi, Bostanbasi Sokak 28, Beyoglu, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/80/5a/805a87f64b46e2801adefbc2e534035ce4d1d8f1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="236.90" OriginalAmount="230" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9554134" Longitude="29.1167787" StarRating="0" HotelCode="760328|343216" HotelName="Elite World Asia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,ATM/Cash Machine,Banquet Hall,Bar,Business Centre,Conference Hall,Currency Exchange,Designated Smoking Area,Dining,Garden,Internet,Laundry,Lounge,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Sauna,Spa,Telephone Service,Valet Parking,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Inönü Caddesi 22, Küçükyali, Maltepe, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/9a773bcfab5cefea/e2/e23b22d11d87efe8dd068ac22074af5f/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated Hotel is in Maltepe. A total of 350 guests rooms are available for guests' conven...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="236.90" OriginalAmount="230" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|14795-28558303/4024169871002992272/5491" HotelName="CARLTON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/480000/479600/479511/bd1329c2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="236.90" OriginalAmount="230" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|433865-28493967/4024169871002992272/12569" HotelName="MERODDI BAGDATLIYAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10270000/10260300/10260289/f6d80484_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="236.90" OriginalAmount="230" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|175881-28558421/4024169871002992272/12968" HotelName="FERMAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2520000/2514900/2514840/a1cbaa32_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="236.90" OriginalAmount="230.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01445606" Longitude="28.97607744" StarRating="3" HotelCode="746452|old_port_hotel_3" HotelName="Old Port Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Muradiye Caddesi 11, Sirkeci, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/21/e0211814cea3809e23a9c0eae088bdce7aac7214.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Location
Located in Old City, this hotel is within a 10-minute walk of New Mosque, Spice Bazaar and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="237.45" OriginalAmount="230.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012559813186" Longitude="28.977180719376" StarRating="3" HotelCode="12153|1425128" HotelName="Erboy Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ebusuud Caddesi 18, Sirkeci, 34210 Istanbul, Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a0/aa/a0aaa5414a4d5baab2a40f95cfe18f18ddc44f24.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Sirkeci, in the wonderful old town of Istanbul. Sightseeing attractions su...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="237.68" OriginalAmount="230.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0091197" Longitude="28.9789899" StarRating="4" HotelCode="|34759" HotelName="Ottoman Imperial - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CAFERIYE SOK.NO:6/1SULTANAHMET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/7/5/9/34759_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 1854, renovated in 2006, has 54 rooms, suites and 3 floors. The establishment has a reception, a safety deposit box service, a currency exchange service, a cloakroom, a lift and a kiosk. Our guests can find a bar, 2 restaurants, a fax machine, computer, a scanner and a printing service. The establishment also offers internet, room service, a laundry service and a car park. SITUATION: Is situated in the heart of the historic centre, in the surrounding area, clients can find tourist points of interest, Clients can also find commercial areas and the harbour. 2000 metres away, there is a tram stop, is 19 kilometres away from Istanbul AtatÃ¼rk Airport. ROOM: The establishment has rooms and suites. Guests are offered renovated rooms, a bathroom with a hairdryer, an air-conditioning system, a direct line telephone and a satellite TV. They also have internet, data connection, a mini-bar, a writing desk and a safe. Guests can find Pemium rooms with coffee pot, a kettle, internet and a bathrobe. FACILITIES: The establishment boasts a Turkish bath. PAYMENT METHODS: Customers can pay by American Express, Visa and Mastercard. OTHERS: Regarding the food and beverage offering, clients have 2 restaurants and a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="237.68" OriginalAmount="230.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0569052" Longitude="28.994261" StarRating="5" HotelCode="|184602" HotelName="Lausos Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Mahallesi 19 Mayis Cad</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/6/0/2/184602_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="237.70" OriginalAmount="230.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0391799" Longitude="28.9850198" StarRating="0" HotelCode="|94480" HotelName="Taksim Gonen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KOCATEPE MAH. AYDEDE CAD. TAKSIM 15 , Istanbul 34447 Turkey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/4/4/8/0/94480_13.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is 110 metres away from Taksim the square Close to shops, restaurants and bars. it is situated 1,5 kilometres away from Dolmabahce the Palace of la Torre de GÃ¡lata 2,2 kilometres away from. ROOM: All the rooms have a flat-screen television, jacuzzi, wooden furniture, an air-conditioning system, a satellite TV, a mini-bar and a hairdryer. Some rooms have a sitting room. FACILITIES: The establishment has a bar, a covered swimming pool, a fitness centre, a Turkish bath and a sauna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="237.93" OriginalAmount="231" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.020038332584" Longitude="29.014416524766" StarRating="4" HotelCode="320723|237678" HotelName="The Bosphorus House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/06/2026" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Aziz Mahmut Hudai Mahallesi, Halk Caddesi 44, Uskudar, 34662 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://images.dnatatravel.com/ei/4/3/0/9/3/0/8/0.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="237.93" OriginalAmount="231" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1454612-32420304/4024169871002992272/13835" HotelName="FOUR POINTS BY SHERATON ISTANBUL PENDIK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/110000000/109950000/109941900/109941866/b65801a6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="237.93" OriginalAmount="231.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0296914" Longitude="28.9743247" StarRating="3" HotelCode="200050|pera_residence" HotelName="Pera Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Asmalimescit Street, Asmalimescit Mahallesi, Beyoglu, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/eb/1beb4e0f89e132b5e54d81a86b347c178a94e635.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="237.93" OriginalAmount="231.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.97759312" Longitude="28.87458641" StarRating="0" HotelCode="613614|palmiye_suit" HotelName="Palmiye Suit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Cevizlik Mahallesi, Ebu Ziya Caddesi 24, Bakirkoy, 34142 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/f5/d9f5a6cb83e9a0c2c0784c55efc8962135202d21.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access is available to travellers in the public areas. Those arriving in their own...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="237.93" OriginalAmount="231.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038960084539" Longitude="28.974333580426" StarRating="5" HotelCode="737446|sheraton_istanbul_city_center" HotelName="Titanic Downtown Beyoglu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Hacihmet Mahallesi, Kurtulus Deresi Caddesi 21, Beyoglu, 34440 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/79/c679c4653f9adfab4c8e8a21c8b2a8fbf11ea09f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="238.05" OriginalAmount="231.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005533" Longitude="28.979122" StarRating="3" HotelCode="11087|1427188" HotelName="Blue House" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dalbasti Sokak 14, Sultanahmet, 34400 Istambul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/105869/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="238.30" OriginalAmount="231.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.951363" Longitude="29.099228" StarRating="0" HotelCode="|526570" HotelName="La Cielo Suites Bostancı" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Altintepe Mah. Galipbey Caddesi No 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/6/5/7/0/526570_77271d71031.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="238.32" OriginalAmount="231.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.080031" Longitude="29.006335" StarRating="0" HotelCode="|531526" HotelName="Rose Plus Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>kavakli sok no7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/1/5/2/6/531526_ff639781355.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="238.46" OriginalAmount="231.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.062978" Longitude="28.987633" StarRating="4" HotelCode="210537|184092" HotelName="My Bade Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Abide-i Hurriyet Caddesi 179, Merkez Mahallesi, Sisli, 34381 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/184092/184092a_hb_a_006.JPG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="238.96" OriginalAmount="232" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|885235-28474467/4024169871002992272/3600" HotelName="VITAL FULYA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/47000000/46310000/46307200/46307176/7a385975_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="238.96" OriginalAmount="232" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|158099-28558393/4024169871002992272/6185" HotelName="MARMARA SISLI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/420000/412200/412197/31fef66f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="238.96" OriginalAmount="232" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1357768-28586972/4024169871002992272/18334" HotelName="CSK THE HALICH PORT ISTANBUL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/90000000/89280000/89274000/89273965/e7a4515e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="238.96" OriginalAmount="232.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.056938033809" Longitude="28.988736" StarRating="4" HotelCode="310536|halifaks_hotel" HotelName="Halifaks Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Mayis Mahallesi, Kücükbahce Sokak 25, Sisli, Osmanbey, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/79/9079103448ccaf278b2c4fa6f7ee97d2553acf8a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="238.96" OriginalAmount="232.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040890385537" Longitude="28.984047174454" StarRating="4" HotelCode="409442|titanic_city_taksim" HotelName="Titanic City Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Lamartin Caddesi 47, Taksim, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/9f/6f9fb9f7bd4272570a04461a2e3b0e5d2989ad47.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Taksim, where history and different cultures stand side by side. It enjoys a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="238.96" OriginalAmount="232.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.996251" Longitude="29.025017" StarRating="3" HotelCode="933205|deniz_otel" HotelName="Deniz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Orgeneral Sahap GÜrler Caddesi No. 2, Kadikoy, 81320 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/46/ed46f86a2ca5b2daf9b4fd3ab8bb0fdafb518076.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="239.09" OriginalAmount="232.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.991916816946" Longitude="29.025650918484" StarRating="3" HotelCode="152018|606645" HotelName="Parkhouse Boutique &amp; Spa" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Jacuzzi,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Osmanaga Mahallesi, Muhurdar Fuat Sok 12, Kadiköy, 34714 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/211601/211601a_hb_a_032.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="239.34" OriginalAmount="232.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9921244" Longitude="29.02625" StarRating="3" HotelCode="|108047" HotelName="Grand As" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Nuzhetefendi Sokak No:27/1 Kadikoy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/0/4/7/108047_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a terrace with sea views, private parking (free of charge), WiFi (free of charge) and a reception. SITUATION: It is situated 200 metres away fromKadikoy the Ferry of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="239.81" OriginalAmount="232.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0038573" Longitude="28.9718284" StarRating="0" HotelCode="|107954" HotelName="Bright Apart Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mah. Yusuf Ask?n Sokak No:16 Fatih/ Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/9/5/4/107954_6ee319c1134.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inIstanbul the old area of 500 metres away, guests can find the mosque. ROOM: Each room has WiFi (free of charge), an air-conditioning system and a flat-screen television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="239.99" OriginalAmount="233" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.048419308737" Longitude="28.987440577803" StarRating="5" HotelCode="326631|60109" HotelName="Arts Hotel Istanbul Bosphorus" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Halaskargazi Caddesi 1, Harbiye, Sisli, 34367 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/eaf49b31d801de4a/98/981ca8f8207ea82c/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="239.99" OriginalAmount="233" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.992821331398" Longitude="29.02546863373" StarRating="2" HotelCode="318563|217214" HotelName="Golden Rest Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Resit efendi Sokak No 5, Rihtim Caddesi, Kadikoy, Istanbul 34714</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/20/bb20f4e4b97800e39d49531af31a38fd801947b8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="239.99" OriginalAmount="233" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035293930387" Longitude="28.9833" StarRating="3" HotelCode="739678|271811" HotelName="Mukarnas Pera Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Jacuzzi,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Katip Mustafa Çelebi Mahallesi, Ipek Sokak 6, Beyoglu, 34433 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/625123/625123a_hb_a_005.JPG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="239.99" OriginalAmount="233" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1454590-32420302/4024169871002992272/20268" HotelName="THE SUPERIOR LIVING KAĞITHANE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/106000000/105980000/105970200/105970111/c8a4aaf3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="240.67" OriginalAmount="233.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03211475533" Longitude="28.978205300594" StarRating="3" HotelCode="191149|2007155" HotelName="Taksim Premium Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Kitchen,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuloglu Mahallesi, Yenicarsi Caddesi 5A, 34440 Istanbul, Beyoglu</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/a4/e8a41620454b597e32a13f01baeb2f07affa2fb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="240.74" OriginalAmount="233.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04237" Longitude="28.98484" StarRating="0" HotelCode="|551884" HotelName="Endless Art Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Inonu Mh., Elmadag Cd., No. 28</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/1/8/8/4/551884_e5327751533.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="241.02" OriginalAmount="234" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|14788-28549146/4024169871002992272/3795" HotelName="AMBASSADOR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/521400/521388/b5e116bc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="241.02" OriginalAmount="234" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|67137-19566980/4024169871002992272/20466" HotelName="LEGACY OTTOMAN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1650000/1640800/1640764/28d34738_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="241.02" OriginalAmount="234.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.031112" Longitude="28.974035" StarRating="4" HotelCode="33265|the_marmara_pera" HotelName="The Marmara Pera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Caddesi, Tepebasi, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b2/09/b2090c1629e035d4816cf27eecbd8d53ad8e30c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing city hotel is situated within the immediate vicinity of the Galata Tower and Taksim S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="241.02" OriginalAmount="234.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023827210726" Longitude="28.974928529287" StarRating="0" HotelCode="187209|gradiva_hotel" HotelName="The Purl Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bereket Mahallesi, Bankalar Caddesi No. 2/1, Voyvoda Sokak, Karaköy / Beyoglu, 34420 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/52/ce523da2d5f18f09713b85f20c01c103253c5d26.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a great location close to the Galata Bridge and Golden Horn in Karaköy, Istanbul. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="241.16" OriginalAmount="234.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.95536" Longitude="29.11673" StarRating="5" HotelCode="|444525" HotelName="Elite World Grand Istanbul Kucukyali" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/5/2/5/444525_9f4d9450851.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="241.25" OriginalAmount="234.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.024293" Longitude="29.040995" StarRating="4" HotelCode="212978|916905" HotelName="Mercure Istanbul Altunizade" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Altunizade Mahallesi Kisikli Caddesi, Oymaci Sokak 9, 34662 Istanbul, Uskudar</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5d/7d/5d7d6dd4326c041eec5fd828c41ec9b7f5a0c838.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can feel at home in one of the 140 rooms. Most storeys can be reached by lift. Services and f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="241.37" OriginalAmount="234.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9357975" Longitude="29.1352648" StarRating="5" HotelCode="|184949" HotelName="Tango Arjaan By Rotana Istanbul Asia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Altaycesme Mh. Samanyolu Sk. No:23 Maltepe, Maltepe, 34843 Istanbul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/9/4/9/184949_1cab5f51504.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="241.38" OriginalAmount="234.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.020171" Longitude="29.014621" StarRating="0" HotelCode="|525310" HotelName="The Bosphorus Aparts" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Aziz Mahmud Hudai Mah Halk Cad No:44</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/3/1/0/525310_b27d8881158.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="242.05" OriginalAmount="235" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|529967-27456174/4024169871002992272/1979" HotelName="RAMADA BY WYNDHAM ISTANBUL ALIBEYKOY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19820000/19810400/19810358/1c46c817_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="242.05" OriginalAmount="235" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|14789-28549147/4024169871002992272/6266" HotelName="ANTEA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/890000/889500/889460/1f938074_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="242.05" OriginalAmount="235" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|155967-28441559/4024169871002992272/16150" HotelName="EDITION OLD CITY HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/4000000/3610000/3608700/3608612/8eaef320_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="242.05" OriginalAmount="235" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|50250-28558345/4024169871002992272/17217" HotelName="METROPARK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2540000/2536400/2536367/a4554777_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="242.05" OriginalAmount="235" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.6208033" Longitude="7.4935462999999345" StarRating="5" HotelCode="0|370775-28597213/4024169871002992272/18850" HotelName="PULLMAN ISTANBUL HOTEL AND CONVENTION CENTER" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>30 RUE DU GENERAL DE GAULLE, MARLENHEIM, FR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10250000/10246000/10245978/af5f8383_b.jpg</HotelPictures>
        <HotelDescription>Our hotel is idealy located west of Strasbourg at the beginning of the Alsatian Wine Route in a small town called Marlenheim. This small hotel combines modernity and traditionalism, blending in perfect unison to provide comfortable accommodation. All rooms are soundproofed and air-conditioned and feature a flat-screen TV, as well as a WiFi Internet connection.  The hotel has a wellness centre which offers massage treatments, sauna and hammam. Chef Joël Philipps invite guests to enjoy his inventive cuisine which is based on the local products of Alsace in our one Michelin Star restaurant.

IMPORTANT : RESTAURANT IS CLOSED TUESDAY AND WEDNESDAY EVERY WEEK
CHECK-IN TIME : 09:00 am to 11:00 am &amp;amp; 16:00 pm untill 21h
For late arrival please contact the hotel directly on +33 3 88 87 73 73&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="242.05" OriginalAmount="235.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03592" Longitude="28.98241" StarRating="3" HotelCode="323623|fitas_oda_beyoglu" HotelName="Fitas Oda Beyoglu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Istiklal Caddesi Bekar Sokak 8, Beyoglu, 34435 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/0f/65/0f655335943ada7efb82d1f65c657b93e6ff44a1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="242.05" OriginalAmount="235.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02635756" Longitude="28.97903841" StarRating="3" HotelCode="743507|miller_hotel" HotelName="Miller Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hacimimi Mahallesi, Kemeralti Caddesi 37, Beyoglu, 34425 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/44/15/441575daf307854be3ab518287a520e893a07a2d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="242.05" OriginalAmount="235.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04182493" Longitude="29.00495937" StarRating="0" HotelCode="875821|meydan_besiktas_otel" HotelName="Meydan Besiktas Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Printer,Restaurant,Smoking Rooms,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sinanpasa Mahallesi, Besiktas Caddesi 21, Besiktas, 34353 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/53/c3537e85b1245b0cf640843f8bfe9c6251f63ef9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated in New City. Nestled within 1000 metres from the town centre, the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="242.05" OriginalAmount="235.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05439404" Longitude="28.98192034" StarRating="5" HotelCode="936284|imperial_business_hotel_bomonti" HotelName="Mercure Istanbul Bomonti" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ergenekon Caddesi 62 A, 34377 Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/19/67/1967084db063802d9a32c5a02895a0470aa03f87.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="242.17" OriginalAmount="235.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0354" Longitude="28.98193" StarRating="0" HotelCode="|237804" HotelName="Sentire Hotels And Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mahallesi Istiklal Caddesi Mis Sokak No1, Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/7/8/0/4/237804_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="242.52" OriginalAmount="235.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0269847" Longitude="28.9739624" StarRating="0" HotelCode="|86787" HotelName="Meroddi Pera Flats" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sahkulu Mahallesi, Sahkulu Sokak, No:20 and 13 Galata</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/8/7/86787_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inBeyoglu the district of. ROOM: Guests can find suites, with WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="243.08" OriginalAmount="236" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04142007" Longitude="28.98020078" StarRating="4" HotelCode="323635|199172" HotelName="Naz City Hotel Taksim" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Irmak Caddesi No: 44/46, Taksim / Beyoglu, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/635189/635189a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="243.08" OriginalAmount="236.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.092126" Longitude="29.097453" StarRating="5" HotelCode="172515|limak_eurasia_luxury_hotel" HotelName="Limak Eurasia Luxury" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Rüzgarlibahçe Mahallesi, Sehit Sinan Eroglu Caddesi 5, Kavacik Beykoz, 34805  Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/90/da906ad6bfbbf23dd03d4dc4bd2a358a07786c90.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located just five minutes from the Bosphorus, equidistant to Istanbul Atat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="243.08" OriginalAmount="236.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02713642" Longitude="29.03454233" StarRating="0" HotelCode="731411|ottoman_suites_by_seratonin" HotelName="Ottoman Suites by Sera House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Icadiye Mahallesi, Cemil Meric Sokak 31, Baglarbasi/Uskudar, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/00/8a00368ee4f33dd9985f1e8c1ca59a2badf0a071.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="243.09" OriginalAmount="236.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0573006" Longitude="29.0062008" StarRating="5" HotelCode="|22638" HotelName="Surmeli Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>PROF.DR. BULENT TARCAN SOKAK, GAYRETTEPE 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/3/8/22638_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Surmeli Istanbul is rated five stars. It was built in 1986, has 203 rooms, a restaurant, lifts, a concierge, a safety deposit box service, a swimming pool, a sauna, room service, a cafÃ© and business facilities. SITUATION: It is situated in the centre of Istanbul. ROOM: The rooms have a hairdryer, an air-conditioning system, a television and a radio.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="243.18" OriginalAmount="236.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.972665" Longitude="28.80299" StarRating="0" HotelCode="|547729" HotelName="Baymari Suites Design" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/7/7/2/9/547729_43938841107.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="244.11" OriginalAmount="237.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.053666769091" Longitude="28.987473765307" StarRating="4" HotelCode="310527|arcade_hotel_2" HotelName="Arcade Hotel Nisantasi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Mahallesi, Rumeli Caddesi 76, Nisantasi, 34363 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/cf/bd/cfbd2cd71537297566599527d69a33c386114996.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="244.43" OriginalAmount="237.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9566108" Longitude="29.0805132" StarRating="4" HotelCode="|83046" HotelName="Suadiye" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Plajyolu No:25 Suadiye</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/4/6/83046_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a sauna, a gym and WiFi (free of charge). SITUATION: It is located near the sea. ROOM: The rooms have a satellite television and a sitting room.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="244.69" OriginalAmount="237.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040756865258" Longitude="28.985812067985" StarRating="4" HotelCode="18136|45064" HotelName="Point Hotel Taksim" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Topçu Caddesi 2, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9c/5c/9c5c166a931c82d4eab45c24bdf603f0f2add8b6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel offers a central location and is situated about 100 m from the lively Taksim Square. The ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="244.94" OriginalAmount="237.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0039225" Longitude="28.9793924" StarRating="0" HotelCode="|83010" HotelName="Seraglio and Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Amiral Tafdil Sok. No:32 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/1/0/83010_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts WiFi (free of charge) and an indoor patio with a fountain. SITUATION: This hotel Sultanahmet it is in 5 minutes away from the establishment, you can find the mosque.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="245.14" OriginalAmount="238" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="22.75354" Longitude="75.90364" StarRating="3" HotelCode="0|352304-28493929/4024169871002992272/5793" HotelName="ARCADE HOTEL ISTANBUL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>1C / CA, SCHEME NO. 94, OPP BOMBAY HOSPITAL, INDORE, IN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10460000/10456800/10456791/decfc2b5_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Location.    Hotel Infiniti is located in Indore and local attractions include Nehru Stadium and Lal Bagh Palace.    Hotel Features.   Dining options at Hotel Infiniti include a restaurant and a coffee shop/café. Room service is available 24 hours a day. Recreational amenities include a fitness facility. Wireless Internet access (surcharge) is available in public areas. This Indore property has event space consisting of banquet facilities and conference/meeting rooms. The property offers a roundtrip airport shuttle (surcharge).  Additional property amenities include laundry facilities.    Guestrooms.     49 air-conditioned guestrooms at Hotel Infiniti feature minibars and coffee/tea makers. Wireless Internet access is available for a surcharge. In addition to fax machines, guestrooms offer direct-dial phones.     Room Info:  Name: Club Class Single Room Description:    One Bed   Wireless Internet access (surcharge) keeps you connected, and the television offers premium TV channels. A minibar and a coffee/tea maker are supplied. Conveniences include air conditioning, a fax machine, and a direct-dial phone.     Name: Superior Single Room Description:    Two Beds   Wireless Internet access (surcharge) keeps you connected, and the television offers premium TV channels. A minibar and a coffee/tea maker are supplied. Conveniences include air conditioning, a fax machine, and a direct-dial phone.     Name: Club Class Double Room Description:    Two Beds   Wireless Internet access (surcharge) keeps you connected, and the television offers premium TV channels. A minibar and a coffee/tea maker are supplied. Conveniences include air conditioning, a fax machine, and a direct-dial phone.     Name: Gold room Description:    Two Beds   Wireless Internet access (surcharge) keeps you connected, and the television offers premium TV channels. A minibar and a coffee/tea maker are supplied. Conveniences include air conditioning, a fax machine, and a direct-dial phone.     Name: Superior Single Room Description:    One Double Bed   Wireless Internet access (surcharge) keeps you connected, and the television offers premium TV channels. A minibar and a coffee/tea maker are supplied. Conveniences include air conditioning, a fax machine, and a direct-dial phone.     Name: Superior Double Room Description:    One Double Bed   Wireless Internet access (surcharge) keeps you connected, and the television offers premium TV channels. A minibar and a coffee/tea maker are supplied. Conveniences include air conditioning, a fax machine, and a direct-dial phone.     Name: Superior Double Room Description:    Double Occupancy   Wireless Internet access (surcharge) keeps you connected, and the television offers premium TV channels. A minibar and a coffee/tea maker are supplied. Conveniences include air conditioning, a fax machine, and a direct-dial phone.       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 9 AM  Check-out time is 9 AM  &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="245.14" OriginalAmount="238" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|352397-28493933/4024169871002992272/16391" HotelName="BOF HOTELS CEO SUITE ATASEHIR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11880000/11877800/11877784/12559da2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="245.14" OriginalAmount="238" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|874706-28583431/4024169871002992272/17314" HotelName="GREAT FORTUNE DESIGN HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/58000000/57540000/57530100/57530015/62cc8747_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="245.25" OriginalAmount="238.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03621616" Longitude="28.98502483" StarRating="4" HotelCode="75240|363445" HotelName="CVK Taksim 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,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Siraselviler Caddesi 11, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/34/e6/34e63e99712c1f64457f3230b5796b8ca91507c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally situated for those seeking a central location, the city hotel is on the edge of Taksim Squar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="245.77" OriginalAmount="238.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.069212812593" Longitude="29.011861681938" StarRating="5" HotelCode="162407|144396" HotelName="Avantgarde Levent" 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,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Büyükdere Caddesi 161, Zincirlikuyu, Levent, 34394 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/7531a0d7bb334ef6905c1331e1ff5cf5.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the business and shopping centre of Istanbul, the hotel is a 5-minute walk from the near...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="245.85" OriginalAmount="238.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00759" Longitude="28.9571985" StarRating="0" HotelCode="|353463" HotelName="Hotel Erden Sarayevo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Azimkar Sk. No 46 Laleli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/4/6/3/353463_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="245.99" OriginalAmount="238.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0136" Longitude="28.973687" StarRating="0" HotelCode="|450031" HotelName="Hampton By Hilton Istanbul Sirkeci" 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/5/0/0/3/1/450031_b4100e91004.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="246.03" OriginalAmount="238.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.058632" Longitude="28.987762" StarRating="0" HotelCode="|524743" HotelName="Delita City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hrant Dink Sok. 69</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/7/4/3/524743_8d794330905.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="246.17" OriginalAmount="239" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035186881278" Longitude="29.112637196549" StarRating="5" HotelCode="431073|199108" HotelName="Fraser Place Antasya Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Saray Mahallesi, Kucuksu Caddesi 64/A, Ümraniye, 34768 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ee/c2/eec2ff5136b173979a9e18941659bf016fb6a2ae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="246.17" OriginalAmount="239" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.065615" Longitude="29.008688" StarRating="5" HotelCode="904032|32155" HotelName="Point Hotel Barbaros" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Esentepe, Yildiz Posta Caddesi 29, 34394 Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/30/0430ee16917bdf7502aa0fa19e99ecd8f90a1bd5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Esentepe, the new business district of Istanbul with public transport li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="246.17" OriginalAmount="239" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|173790-28592937/4024169871002992272/5834" HotelName="OPERA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5220000/5214900/5214809/1a107ae0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="246.17" OriginalAmount="239" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1351795-28598219/4024169871002992272/18623" HotelName="HAN 1772" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/80000000/79360000/79353200/79353157/328a6e8e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="246.17" OriginalAmount="239.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034459918695" Longitude="28.984463798777" StarRating="4" HotelCode="401981|lush_hotel__special_class" HotelName="BVS Lush Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Siraselviler Caddesi 10, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/fc/5f/fc5fdc7bcb59b8ec45b5ea2ba3785683c291c443.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just 300 metres south of Taksim Square close to Istiklal Street in an area full...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="246.17" OriginalAmount="239.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0325084" Longitude="28.9764645" StarRating="3" HotelCode="548460|magnova_studios" HotelName="Magnova Studios" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Concierge,Dry Cleaning,Housekeeping,Internet,Kitchen,Laundry,LCD/Projector,Luggage Storage,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Tomtom Mahallesi, Istiklal Caddesi 165/A, Beyoglu, 34433 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ef/97/ef97d656bc7bed34a60d1fe7f880fa21ef877811.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Beyoglu, Vetro Studios is a perfect starting point from which to explore Istanbul. Offeri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="246.77" OriginalAmount="239.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02578" Longitude="28.46945" StarRating="4" HotelCode="|192527" HotelName="Mercia Hotels and Resorts" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yenimahalle Yali Cad.No:54</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/5/2/7/192527_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="247.08" OriginalAmount="239.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.986838140665" Longitude="29.085901284122" StarRating="4" HotelCode="263725|CAX111000" HotelName="Hilton Istanbul Kozyatagi" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sahrayicedit Mahallesi, Batman Sokak 44, Istanbul 34734</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/e9/10e9765f7b8e4f916bcfb92b2fb5fbf4eeb7bacd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul. The nearest airport is Istanbul - Sabiha Gökce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="247.20" OriginalAmount="240" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035419279973" Longitude="28.981872949108" StarRating="5" HotelCode="516934|217771" HotelName="Sentire Hotels &amp; Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Mis Sokak 1, 34435 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/41/ff/41ff3e35943abb6f242a4642b818604d89fa9273.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="247.20" OriginalAmount="240" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|14792-28493756/4024169871002992272/8627" HotelName="BARON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/108000000/107580000/107573200/107573149/6abb6d5a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="247.20" OriginalAmount="240" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|95314-28558365/4024169871002992272/19496" HotelName="RADISSON ISTANBUL SULTANAHMET" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/1000000/910000/905900/905872/f32f7aa6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.20" OriginalAmount="240.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006057" Longitude="28.973712" StarRating="2" HotelCode="191097|sah_apart_hotel" HotelName="Sah Otel Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi Babayani Sk. No:4, Eminönü, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/b2/d2b24ee46ca9f522970f43138325c205fe8cebf4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="247.82" OriginalAmount="240.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0363226" Longitude="28.9858019" StarRating="4" HotelCode="|86932" HotelName="Taksim Metropark" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Osmanli Cad. No:14 Taksim</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/3/2/86932_fef048b1610.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a restaurant. SITUATION: The hotel la plaza Tatksim it is 100 metres away from El estrecho del BÃ³sforo it is located 600 metres away from. ROOM: The rooms have, WiFi, (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="247.91" OriginalAmount="240.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.054215" Longitude="28.996734" StarRating="4" HotelCode="|163092" HotelName="Modus Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TESVIKIYE MH. FERAH SK. NISANTASI-SISLI 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/3/0/9/2/163092_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1994, renovated in 2014, has 49 rooms, 25 double rooms, 4 suites and 20 family rooms. The establishment also offers facilities for disabled guests and a car park. SITUATION: This hotel Istanbul it is in it is in the city centre, Close to public transport services, the bus stop, the metro stop and entertainment areas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="248.23" OriginalAmount="241" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.838985" Longitude="-77.209518" StarRating="4" HotelCode="0|175865-28558417/4024169871002992272/10029" HotelName="COLLAGE PERA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>983 York Road, Gettysburg, 17325, PA, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5020000/5013400/5013306/02bac8b1_z.jpg</HotelPictures>
        <HotelDescription>Property Category: Economy. Property Type: Inn. Total rooms: 30. Floors: 2. Property description- Rest up and refresh at our Econo Lodge hotel in Gettysburg, PA. We are close to several local attractions, including the Gettysburg National Military Park, Gettysburg Museum of History, Gettysburg Museum and Visitor Center and Gettysburg Seminary Ridge Museum. We offer every guest a free continental breakfast, free WiFi, fax machine and free coffee. Rest up in one of our guest rooms, all of which feature a refrigerator, microwave, coffee maker, hair dryer and TV. Also, earn rewards including free nights and gift cards with our Choice Privileges Rewards program.  This is a nonsmoking hotel. Pets are not permitted.Hotel Currency: USD. Additional Phone Numbers: Voice - Brand reservations office: 800553-2666. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="248.23" OriginalAmount="241.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.028025009146" Longitude="28.972078399931" StarRating="5" HotelCode="293683|daru_sultan_hotels_galata" HotelName="Daru Sultan Hotels Galata" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Evliya Çelebi Mahallesi, Mesrutiyet Caddesi 108, Sishane, Beyoglu, Istanbul 34430</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/61/f46141a5ba754b351cad3daf5e0cdde174da064d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="248.23" OriginalAmount="241.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="974293|grand_rue_hotel" HotelName="Grand Rue Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Asmali Mescit Mahallesi, Orhan Adli Apaydin Sokak 3, Beyoglu, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/a6/77a6954a63773e890b5244455b25ad8c923338bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="248.35" OriginalAmount="241.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06091" Longitude="28.98231" StarRating="4" HotelCode="|444527" HotelName="Gleam Bomonti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Merkez Mahallesi Huzur Sokak No 23</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/5/2/7/444527_bf112171147.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="248.47" OriginalAmount="241.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.990904540639" Longitude="29.115861654282" StarRating="5" HotelCode="186865|647085" HotelName="Radisson Blu Hotel, Istanbul Asia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yakut Caddesi, Atasehir Mahallesi, 34758 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/48/c0480c4c4df6fe86c4c8630c63cbdda2a1483a51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Atasehir district, a modern residential and business area, on the Asian ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="248.62" OriginalAmount="241.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008805" Longitude="28.975223" StarRating="4" HotelCode="|35425" HotelName="Tan - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Catalcesme Meydani Doktor Emin Pasa Sok. No.20, Istanbul,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/4/2/5/35425_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Tan is rated four stars and it is situated in Istanbul city centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="248.96" OriginalAmount="241.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00218" Longitude="29.147559" StarRating="0" HotelCode="|306073" HotelName="Nish Palace Exclusive Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>?erifali Mah. Bayraktar Bulvar? ?brahim Hakk? Sok. No:40</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/6/0/7/3/306073_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="249.06" OriginalAmount="241.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.015773692835" Longitude="29.015375375748" StarRating="4" HotelCode="102498|608455" HotelName="Tan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Catalcesme Meydani, Doktor Emin Pasa Sokak 20, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/e4/2ae4f9c68d84ef6250d5100bc77e1de43ff8eb25.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="249.19" OriginalAmount="241.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.026261" Longitude="28.977948" StarRating="0" HotelCode="|528495" HotelName="Galata Masterpiece Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Galata Mandirasi Sk. 24</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/8/4/9/5/528495_6435cf31000.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="249.26" OriginalAmount="242" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01446494" Longitude="28.97493015" StarRating="4" HotelCode="854296|394203" HotelName="Mercure Istanbul Sirkeci" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Hobyar Mahallesi, Muhzirbasi Sokak 6, Fatih, 34112 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f0/6c/f06c8aca0d3bd4fca5b09bc563dad09a24f14dfc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Mercure Istanbul Sirkeci Hotel is located in Sirkeci, 5 minutes walking distance to main tourist att...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="249.26" OriginalAmount="242" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.959767432125" Longitude="28.839154243469" StarRating="5" HotelCode="33264|37466" HotelName="Renaissance Polat Istanbul Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sahilyolu Caddesi 2, Yesilyurt, 34149 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/6c/82/6c8243ca35448b16312bf5d852080241585eff37.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly business and conference hotel enjoys a convenient location. It lies just 20 min...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="249.26" OriginalAmount="242" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|610575-28558577/4024169871002992272/2476" HotelName="VESPIA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/24000000/23660000/23654900/23654862/17f28cd3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="249.26" OriginalAmount="242" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1402534-24962251/4024169871002992272/18609" HotelName="RING STONE HOTELS OLD CITY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/104000000/103710000/103705700/103705657/21c34a6d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="249.26" OriginalAmount="242" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3517-19568530/4024169871002992272/21834" HotelName="AHC AYASOFYA HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/540000/531300/531238/eafbd838_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="249.26" OriginalAmount="242.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005293600587" Longitude="28.974412679672" StarRating="3" HotelCode="10892|ayasofya_hotel__special_class" HotelName="Ayasofya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Caddesi, Demirci Resit Sok. No:28, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/2f/26/2f26267b82ab73b3a43423fea3c8b8a9750aef75.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located in the Old City, only a few minutes’ walk from the Blue Mosque, St. S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="249.26" OriginalAmount="242.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.024261" Longitude="28.97679167" StarRating="0" HotelCode="964428|opale_hotel" HotelName="Opale Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mueyyedzade Mahallesi, Maliye Caddesi 1/1, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/df/0adf90ddf1743dd1ae323ace37535018cae19f49.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="249.35" OriginalAmount="242.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.928531" Longitude="29.312654" StarRating="5" HotelCode="|444218" HotelName="Mövenpick Istanbul Asia Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yenisehir Mh. Millet Cad. No:31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/2/1/8/444218_93818cc1231.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="249.36" OriginalAmount="242.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05653" Longitude="28.98612" StarRating="0" HotelCode="|192845" HotelName="Renata Boutique Hotel - Boutique Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/8/4/5/192845_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="249.59" OriginalAmount="242.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99239" Longitude="28.8385" StarRating="5" HotelCode="|220628" HotelName="Bricks Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Zafer Mah. Dumlupinar Cad. No. 42</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/6/2/8/220628_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="249.68" OriginalAmount="242.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012429" Longitude="28.955971" StarRating="0" HotelCode="|557375" HotelName="Hamit Hotel İstanbul" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KemalPasa Mah. Gencturk Cad. No 47</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/7/3/7/5/557375_dd61f031641.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="249.86" OriginalAmount="242.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010553" Longitude="28.9762354" StarRating="4" HotelCode="|82987" HotelName="Agora Life  - Special Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cagaloglu Hamami Sokak No:6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/8/7/82987_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Santa Sofia it is 5 minutes away from Topkapi the Palace of. ROOM: All the rooms have WiFi (free of charge). FACILITIES: The establishment boasts a terrace, Guests are offered a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="249.90" OriginalAmount="242.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035741" Longitude="28.987644" StarRating="0" HotelCode="|524587" HotelName="Taksim No15 Suites by StayLab" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/5/8/7/524587_45e37650953.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="250.11" OriginalAmount="242.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0063804" Longitude="28.9703948" StarRating="0" HotelCode="|108015" HotelName="Aslan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Emin Sinan Mahallesi Satir Sokak No:5 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/0/1/5/108015_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is 500 metres away from the mosque, Santa Sofia 10 minutes away from the establishment, guests will find Cistern the basilica 600 metres away, guests have the bazaar. FACILITIES: Guests are offered WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="250.29" OriginalAmount="243" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|409508-28592983/4024169871002992272/6486" HotelName="ARTS HOTEL ISTANBUL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11800000/11790500/11790483/671b5254_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="250.29" OriginalAmount="243" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="51.510345" Longitude="-0.190952" StarRating="4" HotelCode="0|231134-28558449/4024169871002992272/18131" HotelName="THE HAZE KARAKOY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>154 Bayswater Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6170000/6168800/6168775/4e5b4199_b.jpg</HotelPictures>
        <HotelDescription>Facilities and services includes a 24-hour reception, breakfast room, lounge and luggage storage.

The rooms are equipped with bathroom, satellite TV, work desk, tea-/coffee making facilities, hairdryer, ironing facilities and central heating. 

Address: 154 Bayswater Road, Bayswater, Westminster, London W2 4HP, UK. Situated just opposite the Diana Memorial Playground, Kensington Gardens, 350 m from Queensway Underground Station and 2 stops from Bond Street on the Central Line, 1,5 km from Princess Diana Memorial Fountain in Hyde Park.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="250.29" OriginalAmount="243" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|637223-28455286/4024169871002992272/21481" HotelName="NO 139 APARTMENTS ISTANBUL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/15000000/14620000/14614200/14614128/98c2aabe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="251.32" OriginalAmount="244" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|639768-28558598/4024169871002992272/10727" HotelName="YILSAM SULTANAHMET" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/30000000/29850000/29844700/29844658/0d063d1e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="251.32" OriginalAmount="244.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.031789221615" Longitude="28.802705470678" StarRating="4" HotelCode="437342|serenity_suites_istanbul_airport" HotelName="Serenity Suites Istanbul Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Basinekspres Yolu Halkali Girisi, Zeynebiye Caddesi 1, Halkali-Küçükçekmece, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/5b/835bdeb68a49f495bd0afaf99a67fa04ef84e346.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="251.32" OriginalAmount="244.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003911" Longitude="28.978937" StarRating="4" HotelCode="900671|hotel_darussaade_istanbul_2" HotelName="Darussaade Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sultan Ahmet, Akbiyik Caddesi 90, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/1f/181f2121f41ff5fa5171a4bffa884043a26c7bb0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers are welcomed at the hotel, which has a total of 22 rooms. The establishment features a ba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="251.32" OriginalAmount="244.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01302924" Longitude="28.94729464" StarRating="0" HotelCode="853950|hotel_kralice" HotelName="Hotel Kralice" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Iskenderpasa Mahallesi, Ahmediye Caddesi 16/1, 34080 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/f1/21f11b9a0398008c3364c74186d19382473e363a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="251.84" OriginalAmount="244.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05364" Longitude="28.98749" StarRating="0" HotelCode="|184142" HotelName="Arcade Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Mahallesi Rumeli Caddesi No76</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/1/4/2/184142_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="252.19" OriginalAmount="244.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.046755" Longitude="29.007389" StarRating="0" HotelCode="|546715" HotelName="Besiktas Serenity Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Barbaros Blv. 59</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/6/7/1/5/546715_d54a4b81001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="252.35" OriginalAmount="245" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.23721533" Longitude="28.85452946" StarRating="4" HotelCode="613563|392929" HotelName="Park Inn by Radisson Istanbul Odayeri" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Odayeri Mahallesi, Selçuk Bey Sokak 27, 34075 Eyüp, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/631158/631158a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="252.67" OriginalAmount="245.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0040896" Longitude="28.9726484" StarRating="0" HotelCode="|86873" HotelName="Villa Sphendone Suite Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Demirci Resit Sk No:19 K.Ayasofya Mah. Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/7/3/86873_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inIstanbul the historic centre of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="252.73" OriginalAmount="245.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02296" Longitude="28.97656" StarRating="0" HotelCode="|184124" HotelName="Ada Karakoy Hotel - Special Class" 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/4/1/2/4/184124_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="252.82" OriginalAmount="245.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0119691" Longitude="28.9781897" StarRating="0" HotelCode="|86928" HotelName="Idylle Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ebusuud Str No:2 Sirkeci</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/2/8/86928_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2007 and has elegant rooms rooms. SITUATION: This hotel is in Istanbul the centre of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="253.34" OriginalAmount="245.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023304" Longitude="28.971018" StarRating="0" HotelCode="|522280" HotelName="UNION HOTEL KARAKOY" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tersane Cd. 70</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/2/8/0/522280_f4ce3f61108.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="253.38" OriginalAmount="246" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1313312-28477907/4024169871002992272/2715" HotelName="KA HOTEL AND SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/74000000/73470000/73460400/73460304/78833b00_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="253.38" OriginalAmount="246" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1328214-27377690/4024169871002992272/14069" HotelName="WEINGART SEASIDE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/77000000/76870000/76867100/76867067/cc90ab39_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="253.38" OriginalAmount="246.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006217" Longitude="28.973016" StarRating="3" HotelCode="267139|celine_hotel" HotelName="Celine Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Peykhane Cad. No:28, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/5a/505aacf4dc20b4893c0c9a4e8a2286183ed736f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="253.57" OriginalAmount="246.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.086072369395" Longitude="29.006479777771" StarRating="5" HotelCode="33263|30074" HotelName="Mövenpick Hotel Istanbul" 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,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Eski Büyükdere Caddesi 3, 4. Levent, 34330 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/60/57600371c1c06b7803e8106840f443e6471a36ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A luxurious hotel located in the Levent quarter of the new town, just a few minutes drive from the f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="253.71" OriginalAmount="246.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.037938" Longitude="28.982954" StarRating="0" HotelCode="|532299" HotelName="Tamara Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Taksim Firini Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/2/9/9/532299_c0eab161024.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="253.77" OriginalAmount="246.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02276" Longitude="29.0445" StarRating="0" HotelCode="|474654" HotelName="Grand Uskudar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kisikli Cad., Sayan Is Merkezi n. 44</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/4/6/5/4/474654_8c956691236.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="253.95" OriginalAmount="246.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03368" Longitude="28.97596" StarRating="4" HotelCode="|184827" HotelName="Miapera  and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kamer Hatun Mahallesi Me?rutiyet Caddesi No:34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/8/2/7/184827_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="254.25" OriginalAmount="246.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0320163" Longitude="28.9805582" StarRating="0" HotelCode="|107932" HotelName="Faik Pasha Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Firuzaga Mah. Faikpasa Caddesi No:41/45 Cukurcuma Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/9/3/2/107932_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is 350 metres away from Istiklal Avenue it is 10 minutes away from Taksim the square. ROOM: The rooms have an air-conditioning system and WiFi (free of charge). FACILITIES: The establishment boasts a sauna and a Turkish bath.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="254.30" OriginalAmount="246.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0080917" Longitude="28.9725797" StarRating="3" HotelCode="|108350" HotelName="Antea - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Piyerloti Caddesi No 11 Cemberlitas</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/3/5/0/108350_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a terrace on the rooftop, views of the city, a covered swimming pool and a Turkish bath. SITUATION: Santa Sofia It is 5 metres away from the mosque.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="254.33" OriginalAmount="246.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.992563" Longitude="29.026599" StarRating="0" HotelCode="|532918" HotelName="Best Hotel Kadikoy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/9/1/8/532918_0de852e1057.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="254.41" OriginalAmount="247" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|167604-28558406/4024169871002992272/11439" HotelName="ASPERA HOTEL ALTUNIZADE ISTANBUL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/5000000/4560000/4559600/4559542/86af0fec_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="254.41" OriginalAmount="247.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005064873924" Longitude="28.973146677017" StarRating="3" HotelCode="191202|masal_apart_2" HotelName="Masal Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Su terazisi Sok. No: 27, Binbirdirek Mah., Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/fa/a0fa35a69c4f43742672a221ad5b60419be7db57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="254.43" OriginalAmount="247.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034231" Longitude="28.982048" StarRating="0" HotelCode="|452410" HotelName="Ayramin Exclusive" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Katip Mustafa Celebi Cd. Tel Sk. No: 29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/2/4/1/0/452410_ed24b8f1217.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="255.13" OriginalAmount="247.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005682231682" Longitude="28.980560302734" StarRating="4" HotelCode="65370|321195" HotelName="GLK Premier Acropol Suites &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Caddesi 21, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/84232/a_84232_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This town hotel is centrally situated in the bewitching old town, close to the Blue mosque. A select...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="255.44" OriginalAmount="248" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.037206" Longitude="28.992166" StarRating="4" HotelCode="298519|42025" HotelName="Mercure Istanbul Taksim" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ömer Avni Mahallesi, Inonu Caddesi No 42, Gümüssuyu, Beyoglu, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/4c/514cfa5293615e146a6c350de54e6b3cbf33f6a7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="255.44" OriginalAmount="248" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|612298-28558586/4024169871002992272/15034" HotelName="NEVV BOSPHORUS HOTEL AND SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16130000/16124400/16124353/eac64d29_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="255.44" OriginalAmount="248.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.049330990919" Longitude="28.987356325131" StarRating="4" HotelCode="27110|bentley_hotel_3" HotelName="Bentley By Molton Hotels" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Halaskargazi Caddesi 23, Harbiye, 34367 Istanbul, Sisli</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4c/05/4c05289332796fba3b44a5ce765f2956c3f77632.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the European side of Istanbul in the Harbiye district at the heart of the n...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="255.44" OriginalAmount="248.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02297" Longitude="28.976215" StarRating="4" HotelCode="297940|ada_karakoy_hotel__special_class" HotelName="Ada Karaköy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Gümrük Sk. No. 18, Kemankes Mah., Karaköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/e9/dbe9faee4a6a1f203ef5ec1f2779dc649fbba7a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of Istanbul, this boutique hotel is ideal for guests who appreciate a sty...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="255.44" OriginalAmount="248.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.906438707783" Longitude="29.313155612488" StarRating="4" HotelCode="915596|isg_airport_hotel_2" HotelName="ISG Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pendik, 34906 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/74/ac/74ac85916e1e0cc0cd110dd57682322930c1771c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul - Sabiha Gökcen (SAW).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="255.46" OriginalAmount="248.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0509" Longitude="28.98674" StarRating="0" HotelCode="|550247" HotelName="Adelmar Hotel İstanbul Sisli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bozkurt Mah. Dolapdere Cad.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/0/2/4/7/550247_5f11f301151.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="255.60" OriginalAmount="248.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0148" Longitude="28.97444" StarRating="0" HotelCode="|184809" HotelName="Régie Ottoman Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hobyar Mah. Mimar Vedat Sok.5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/8/0/9/184809_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="255.96" OriginalAmount="248.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.991072" Longitude="29.11582" StarRating="5" HotelCode="|83521" HotelName="Radisson Blu Istanbul Asia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ATATURK MAH.YAKUT CAD.ATASEHIR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/5/2/1/83521_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Istanbul it is in it is in the city centre, Close to the metro station, the bus station, the leisure areas and the harbour. HOTEL: The establishment has 195 rooms, 74 double rooms, 7Â junior suites, 1 suite, 3 rooms adapted for people with reduced mobility and a car park. The establishment also offers facilities for people with reduced mobility. INFORMATION: pets that weigh less than 5kg are permitted.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="256.08" OriginalAmount="248.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0115" Longitude="28.9564" StarRating="0" HotelCode="|464928" HotelName="Beethoven Senfoni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kemalpasa Mh Aga Yokusu Sk No11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/4/9/2/8/464928_1384d631111.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="256.47" OriginalAmount="249" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.017059" Longitude="28.94119" StarRating="5" HotelCode="935918|47727" HotelName="Dosso Dossi Downtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Aksemsettin Mahallesi, Adnan Kahveci Bulvari, Vatan Caddesi no. 46-48, 34080 Fatih / Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/66/a2/66a2e3d53e34577d0d01875c6ced8326ad44590d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="256.47" OriginalAmount="249" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.055983454512" Longitude="28.986283845404" StarRating="4" HotelCode="375182|217746" HotelName="Renata Suites Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Nakiye Elgün Sokak 44, Osmanbey, Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ea/35/ea3524fbf575ed5d135c1cfa725bd5bb575fb616.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Istanbul, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="256.47" OriginalAmount="249" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|847376-28434677/4024169871002992272/3710" HotelName="TUZLA GARDEN HOTEL &amp;amp; SPA" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/32000000/31390000/31387000/31386995/e758c1b9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="256.47" OriginalAmount="249" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1382333-28587098/4024169871002992272/10047" HotelName="RAMADA ENCORE BY WYNDHAM ISTANBUL SISLI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/97000000/96120000/96116600/96116574/64a4a095_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="256.51" OriginalAmount="249.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.015991" Longitude="28.942469" StarRating="0" HotelCode="|553829" HotelName="New Inn Hotel Old Town" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Adnan Menderes Blv. No 24</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/8/2/9/553829_9abc67a1414.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="257.07" OriginalAmount="249.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0086264" Longitude="28.964326" StarRating="2" HotelCode="|86826" HotelName="Inter Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mithatpasa Cad. Buyuk Haydar Efendi Sok. No:29 Beyazit</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/2/6/86826_4.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated in the historic centre of Beyazit/Sultanahmet, close to the Grand Bazaar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="257.50" OriginalAmount="250" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00297338" Longitude="28.97576842" StarRating="5" HotelCode="438383|217201" HotelName="GLK PREMIER Sea Mansion Suites &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Küçükayasofya Mahallesi, Mustafapasa Sokak 9, Sultanahmet, 34122 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/40/406464/406464a_hb_a_013.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="257.50" OriginalAmount="250.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.030537714236" Longitude="28.973633497953" StarRating="4" HotelCode="165539|palazzo_donizetti_hotel__special_class" HotelName="Palazzo Donizetti Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Asmali Mescit Mahallesi, Mesrutiyet Caddesi 85, Taksim, 34400 Istanbul, Beyoglu</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/2c/3b/2c3be1ef55f9df8084fc775d9e95ce8acdb41c94.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="257.50" OriginalAmount="250.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04678496" Longitude="29.00025132" StarRating="3" HotelCode="323670|hotel_bosfora" HotelName="Hotel Bosfora" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Türkali Mahallesi, Nüzhetiye Caddesi No: 30, Besiktas, 34357 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/65/c36566d0d72c7a8e4fe7eeb0b09c2b3acefb5a23.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="257.53" OriginalAmount="250.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.028223" Longitude="28.809476" StarRating="0" HotelCode="|173874" HotelName="Liv City Hotels" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Basin Ekspress Yolu No 2 Halkali Istanbul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/3/8/7/4/173874_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="257.62" OriginalAmount="250.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006174" Longitude="28.980782" StarRating="3" HotelCode="172520|1580898" HotelName="Star Hotel Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Akbiyik Caddesi No.16, 34400 Istanbul, Sultanahmet</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/cc/becc67e5a88c23836be4e55a363c6218f6a324a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a convenient location in the Sultanahmet district of Istanbul. The major attractio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="257.86" OriginalAmount="250.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013794" Longitude="28.977017" StarRating="4" HotelCode="|454365" HotelName="Dodo Spa Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hoca Pasa Mahallesi, Hudavendigar Cad</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/3/6/5/454365_d22d01f1306.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="258.49" OriginalAmount="250.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.981683" Longitude="28.897505" StarRating="5" HotelCode="|215974" HotelName="Radisson Blu Istanbul Ottomare" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kazlicesme Mah Abay Cad No: 223 Zeytinburnu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/5/9/7/4/215974_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="258.51" OriginalAmount="250.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003935" Longitude="28.964111" StarRating="0" HotelCode="|536818" HotelName="Golden Sail Hotel Old City" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Muhsine Hatun Mahallesi Ordekli Bakkal</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/6/8/1/8/536818_d8433640932.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="258.53" OriginalAmount="251" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01165934634" Longitude="28.956514658822" StarRating="3" HotelCode="70511|284811" HotelName="Beethoven Premium Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Gencturk Caddesi, Aga Yokusu Sokak 6, Sehzadebasi Laleli, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=5706804</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="258.53" OriginalAmount="251" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|558629-28494008/4024169871002992272/8181" HotelName="BEETHOVEN PREMIUM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/25000000/24190000/24183000/24182956/d8939d33_edited_c99b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="258.53" OriginalAmount="251.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0476041" Longitude="29.02476941" StarRating="0" HotelCode="850784|feri_suites" HotelName="Feri Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ortakoy Salhanesi Sokak 8, Besiktas, 34347 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/6f/db6f3ebac8d3d3573bb3aaf61bc9872aa88ee62e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="259.04" OriginalAmount="251.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038676" Longitude="28.983462" StarRating="0" HotelCode="|526337" HotelName="Celine Hotel Taxim" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dolapdere Taksim Cd 25</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/6/3/3/7/526337_f3d0db21019.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="259.42" OriginalAmount="251.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.063334125824" Longitude="28.982424438" StarRating="5" HotelCode="32571|36954" HotelName="Grand Cevahir Hotel Convention Center" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Halide Edip Adivar Mahallesi, Darülaceze Caddesi 5, Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c5/2e/c52ee71815e6cf05f5474950c5aec3d44cdfdede.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located in the Sisli quarter of the new town. Nisantasi and Tesvikiye offer num...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="259.56" OriginalAmount="252" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1279494-28597799/4024169871002992272/8954" HotelName="WINDSOR HOTEL AND CONVENTION CENTER ISTANBUL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/73000000/72500000/72497000/72496995/3fbc4608_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="259.56" OriginalAmount="252" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|565316-28593000/4024169871002992272/11816" HotelName="WESTSIDE ARJAAN BY ROTANA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/24000000/23530000/23527500/23527402/1a50e5ea_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="259.56" OriginalAmount="252" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|162291-28558400/4024169871002992272/11965" HotelName="CVK TAKSIM" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/4000000/3992000/3991968/86e0e5bb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="259.56" OriginalAmount="252" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|155790-28434594/4024169871002992272/17100" HotelName="CROWNE PLAZA ISTANBUL - HARBIYE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4040000/4036400/4036307/23bc07a1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="259.56" OriginalAmount="252.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.977924" Longitude="28.869752" StarRating="5" HotelCode="900199|titanic_port_bakirkoy" HotelName="Titanic Port Bakirkoy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Airport Hotel,Conference Hotel,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,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Fisekhane Caddesi 7/3, Bakirköy, 34140 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/f2/f9f275046f0b2e07a5e7ed9e25782b87f7c6cac8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the Capacity and Carousel Shopping Centres in the Bakirköy suburb of Istan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="260.12" OriginalAmount="252.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9939224" Longitude="29.0255695" StarRating="3" HotelCode="|83045" HotelName="My Dora" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rihtim Cad.Recai?zade Sok.No:6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/4/5/83045_356e43d1649.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inKadikoy the district of. ROOM: The rooms have a hydromassage bath and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="260.23" OriginalAmount="252.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06924" Longitude="29.00272" StarRating="0" HotelCode="|192607" HotelName="Hotel Boursier 1 and Spa Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Gulbahar Mahallesi.Oya Sokak.No :21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/6/0/7/192607_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="260.59" OriginalAmount="253" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|612124-28494071/4024169871002992272/3728" HotelName="KAVALALI SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/25000000/24080000/24074200/24074166/b56ce13b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="260.59" OriginalAmount="253" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1396148-28481630/4024169871002992272/11299" HotelName="AYRAMIN EXCLUSIVE HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/92000000/91230000/91224400/91224338/60d96bed_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="260.59" OriginalAmount="253" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|544355-28494001/4024169871002992272/14537" HotelName="PERA LUNA RESIDENCE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7050000/7048200/7048121/10466151_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="260.59" OriginalAmount="253" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|167505-19599633/4024169871002992272/21962" HotelName="AVANTGARDE URBAN LEVENT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3680000/3671400/3671350/958cc0bb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="260.59" OriginalAmount="253.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.030215" Longitude="29.108449" StarRating="4" HotelCode="207936|crowne_plaza_oryapark" HotelName="Crowne Plaza Istanbul - Oryapark" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Inkilap Mahallesi, Kucuksu Caddesi No:58, Umraniye, Istanbul 34768</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/45/0c4583ec693eb0798b2892f2e711f53d252c74e3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="260.59" OriginalAmount="253.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.002959" Longitude="28.980446" StarRating="4" HotelCode="259118|kalyon_hotel" HotelName="Kalyon Hotel Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kennedy Caddesi 34, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/3c/2a3cceb96dd3d87fbde10258cb842b20738a9221.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="261.00" OriginalAmount="253.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0063461" Longitude="28.9811289" StarRating="0" HotelCode="|382308" HotelName="Hotel Empress Zoe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi Akbiyik Caddesi No 10 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/2/3/0/8/382308_d6037860942.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="261.62" OriginalAmount="254" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036483285092" Longitude="28.985149175853" StarRating="4" HotelCode="903067|343470" HotelName="Taksim Square 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,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gümüssuyu Mahallesi, Siraselviler Caddesi 7, Taksim, Beyoglu, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/42/b9/42b93b555e50169f7dcdfcc903aeab29bdb0b101.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;For anyone wishing to be in the centre of Istanbul, close to entertainment venues and some great sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="261.62" OriginalAmount="254" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|611366-28455226/4024169871002992272/15436" HotelName="MEYDAN BESIKTAS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/31000000/30950000/30948500/30948485/db768d68_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="261.62" OriginalAmount="254" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3511-21009184/4024169871002992272/20063" HotelName="MARMARA PERA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/11700/11691/8bfc90bb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="261.62" OriginalAmount="254.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.8562388" Longitude="29.27976195" StarRating="3" HotelCode="446175|holiday_inn_istanbul_tuzla_bay" HotelName="Holiday Inn Istanbul - Tuzla Bay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Güzelyali Mahallesi, Sahil Bulvari 72, Pendik, 34903 Tuzla, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/d0/33d0a3526986004e0ef498861705b167b509fa44.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="261.62" OriginalAmount="254.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00573887" Longitude="28.98129973" StarRating="3" HotelCode="515806|mytra_hotel" HotelName="Mytra Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Caddesi, Terbiyik Sokak 20, Sultanahmet, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/1f/03/1f0319d92491c912c4bbd56c010116b799a8f531.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="262.09" OriginalAmount="254.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.992004" Longitude="29.02863" StarRating="0" HotelCode="|475433" HotelName="Dugi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/4/3/3/475433_464bcce1258.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="262.18" OriginalAmount="254.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0623904" Longitude="28.9887832" StarRating="4" HotelCode="|178517" HotelName="Grand Aras and Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>MERKEZ MAHALLESI BUYUKDERE CADDESI NO:13 SISLI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/5/1/7/178517_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="262.65" OriginalAmount="255" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.042772" Longitude="28.998859" StarRating="4" HotelCode="935183|42033" HotelName="AC Hotel Istanbul Macka" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Visnezade Mahallesi, Suleyman Seba Caddesi No 75, Besiktas, 34357 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/47/5247628b9744cb496aeb78462ba22060dcf49d87.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="262.65" OriginalAmount="255" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|638277-28455333/4024169871002992272/4017" HotelName="ROYAL GALATA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/42000000/41700000/41695500/41695438/69d0e668_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="263.06" OriginalAmount="255.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.033711" Longitude="28.980603" StarRating="4" HotelCode="|564834" HotelName="Akka Suites Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kuloglu Mahallesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/4/8/3/4/564834_f14f5061917.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="263.22" OriginalAmount="255.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0038709" Longitude="28.9754723" StarRating="3" HotelCode="|86904" HotelName="Sadaret and Suites Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya cad.No:33 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/0/4/86904_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Sultan Ahmed Mosque 200 metres away, guests will find it is in Sultanahmet a quiet area of. ROOM: The rooms have a television and room service. FACILITIES: Guests are offered a car park.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="263.68" OriginalAmount="256" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|231089-28566733/4024169871002992272/13383" HotelName="SULTANAHMET PALACE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/480000/479600/479516/c5f67fa8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="263.68" OriginalAmount="256" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|280262-28592966/4024169871002992272/19527" HotelName="GORRION ISTANBUL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8030000/8026900/8026822/3cc6e5fd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="263.68" OriginalAmount="256.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01122604" Longitude="28.95442081" StarRating="0" HotelCode="369633|kamer_hotel" HotelName="Kamer Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kemalpasa Mahallesi, Yesiltulumba Sokak 33, Laleli, Fatih, 34134 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/f6/51f6c114254c6e0e3a8a236685448bb62d7e76cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just 250 metres to Aksaray Tram Stop that allows easy access to the historical Sultanahmet area, Kam...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="263.80" OriginalAmount="256.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0291634" Longitude="28.9721603" StarRating="4" HotelCode="|37002" HotelName="Grand  Haliç Goldenhorn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Refik Saydam Cad.Tepebai Bulvari, 37,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/0/0/2/37002_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 177 rooms and 7 suites. The establishment is perfect for business and holiday stays, has a lobby, a reception, air-conditioning, a safety deposit box service, a currency exchange service, a cloakroom and a lift. The establishment also offers a hairdresser's, a bar, a restaurant, WiFi (for a fee), conference facilities, a laundry service and room service. SITUATION: Beyoglu 5 minutes away, you can find 10 minutes away from the establishment guests have Taksim the square Where you can find restaurants, bars, clubs, a public transport stop and monuments. it is situated 15 kilometres away from the airport. ROOM: The rooms a bathroom, a direct line telephone, central heating, a mini-bar and a hairdryer. They also have a safety deposit box, satellite and cable television, a king size or double bed and an air-conditioning system. FACILITIES: Clients can find a Turkish bath (available for a fee), a swimming pool, a bar, a massage service and ping pong. MEALS: Regarding the food and beverage offering, the establishment offers 2 restaurants. PAYMENT METHODS: Customers can pay by American Express, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="264.62" OriginalAmount="256.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.86955" Longitude="29.26987" StarRating="5" HotelCode="|225445" HotelName="Istanbul Marriott Pendik" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>E5 Karayolu uzeri No:209 Ust Kaynarca Pendik</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/4/4/5/225445_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="264.71" OriginalAmount="257" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006204" Longitude="28.953636" StarRating="4" HotelCode="186254|252304" HotelName="Vatan Asur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Gazi Mustafa Kemal Pasa Cadessi  50, Yenikapi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/92/c492ab0067fd3ba6e6faa061b02c95fb2af01470.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="264.71" OriginalAmount="257" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|464285-32593316/4024169871002992272/10140" HotelName="WISH MORE HOTELS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15270000/15263900/15263882/02b1d225_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="264.71" OriginalAmount="257" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|607997-32595622/4024169871002992272/14948" HotelName="PALDE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/30000000/29460000/29454600/29454534/d58eda9d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="264.71" OriginalAmount="257" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|352499-21407490/4024169871002992272/22817" HotelName="DOUBLETREE BY HILTON ISTANBUL - PIYALEPASA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11930000/11921400/11921337/7425568b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="264.78" OriginalAmount="257.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00322" Longitude="28.97108" StarRating="0" HotelCode="|184138" HotelName="Nar Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mah. Meydan Arkasi Sk 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/1/3/8/184138_17.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="265.09" OriginalAmount="257.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9760098" Longitude="28.8567615" StarRating="5" HotelCode="|184565" HotelName="Hyatt Regency Istanbul Ataköy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Atakoy 2-5-6, Kisim</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/5/6/5/184565_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="265.74" OriginalAmount="258" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|158232-28493806/4024169871002992272/11868" HotelName="DARUSSAADE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2790000/2784900/2784838/0b78a59f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="265.74" OriginalAmount="258.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02553" Longitude="28.978862" StarRating="4" HotelCode="189370|sub_karakoy_special_class" HotelName="Sub Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Necatibey Cad. 91, 34425 Karaköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/25/6b/256be9483b6d7663e6d9d8c7e9310312057d283a.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;This trendy hotel is located in the Karaköy/Beyoglu district of the city, just a few minutes’ walk f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="265.74" OriginalAmount="258.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023792121461" Longitude="28.975888219126" StarRating="5" HotelCode="306003|10_karakoy_a_morgans_original" HotelName="10 Karaköy Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Müeyyedzade Mahallesi, Kemeralti Caddesi 10, 34425 Istanbul, Karaköy</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/07/6f073bb8132d0ab90ea0bda0ff061bcefbf2a8b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at Karaköy, Istanbul’s cultural, artistic and historical center, near art galle...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="265.74" OriginalAmount="258.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02822" Longitude="28.98422" StarRating="4" HotelCode="716668|port_bosphorus_hotel" HotelName="Port Bosphorus Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Babysitting,Bar,Business Centre,Designated Smoking Area,Dining,Fax,Garden,Internet,Laundry,Meeting Room,Printer,Restaurant,Room Service,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Kiliçali Pasa Mahallesi, Meclis-i Mebusan Caddesi 13, Karaköy, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/76/0b/760bbb9811c5c9f37f0e2be3b58bc05a89f23ba4.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming Hotel is situated in New City. The premises count with 111 welcoming units. Port Bosph...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="265.74" OriginalAmount="258.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.043795483794" Longitude="29.001838930059" StarRating="3" HotelCode="933879|bright_suites_hotel" HotelName="Bright Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>Visnezade Mh. Afacan Sk No:26, Besiktas</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/1e/0f1e629435212e7d0663a0952f757efcfc6e0fce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Restored in 2012 within the framework of the local area and retaining its charm, this air-conditione...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="266.17" OriginalAmount="258.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0058" Longitude="28.9813" StarRating="3" HotelCode="|184664" HotelName="Mytra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Caddesi, Terbiyik Sokak No:20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/6/6/4/184664_84441d11812.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="266.77" OriginalAmount="259" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|255977-28558461/4024169871002992272/4015" HotelName="LE MIRAGE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7050000/7048400/7048369/08e279f5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="267.15" OriginalAmount="259.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013749857432" Longitude="28.974932357669" StarRating="5" HotelCode="168811|144876" HotelName="Levni Hotel &amp; Spa" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ankara Caddesi No. 12, Sirkeci, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/f0/4af0849fd83ee7efec5a5333973a04004f56ac92.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within a few hundred metres of the major attractions of the Sultanahmet distric...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="267.50" OriginalAmount="259.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003421445587" Longitude="28.976176522702" StarRating="4" HotelCode="33847|1632818" HotelName="Dersaadet Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Caddesi, Kapiagasi Sokak 5, 34400 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/08/6e08f8b7139c5ca228515d331fa70b70652503ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="267.71" OriginalAmount="259.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0628732" Longitude="28.987483" StarRating="4" HotelCode="|453783" HotelName="ibis Istanbul Sisli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Abide-i Hurriyet Caddesi No:179</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/7/8/3/453783_15dd3201729.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="267.80" OriginalAmount="260" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.07545205" Longitude="29.0153083" StarRating="5" HotelCode="904557|25777" HotelName="Hyatt Centric Levent Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Buyukdere Caddesi 136, Levent, 34330 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/ef/c1ef17b24c4957cbc66f3ad7248e85dc6e206153.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the lively neighbourhood of Levent on the European side of the city, with i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="267.80" OriginalAmount="260" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.97449833" Longitude="28.87362545" StarRating="4" HotelCode="571854|217633" HotelName="The Time Hotel Marina" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Zeytinlik Mahallessi, Odabasi Sokak 51, Bakirkoy, Marina, Istanbul 34140</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/1b/a11b50061994e13828c178a3a8ee1f6fa9a19730.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="267.80" OriginalAmount="260" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|632370-28558588/4024169871002992272/6060" HotelName="ANTUSA DESIGN HOTEL AND SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/40000000/39010000/39009200/39009131/e7c85637_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="267.80" OriginalAmount="260" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|352301-28494077/4024169871002992272/6533" HotelName="ANTUSA PALACE HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/12000000/11999100/11999034/781012e9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="267.80" OriginalAmount="260" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|352415-28493934/4024169871002992272/9310" HotelName="BOSFORA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12240000/12235300/12235217/0754d249_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="267.80" OriginalAmount="260" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|563594-32596512/4024169871002992272/18288" HotelName="FLORENTA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11440000/11435700/11435698/a3aa3750_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="267.80" OriginalAmount="260" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|23137-21436171/4024169871002992272/22006" HotelName="BENTLEY HOTEL BOSPHORUS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6930000/6921900/6921860/93d286fb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="267.80" OriginalAmount="260.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01495421" Longitude="28.97435994" StarRating="4" HotelCode="373528|regie_ottoman_istanbul" HotelName="Regie Ottoman Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Hobyar Mahalessi, Mimar Vedat Sokak 5, Sirkeci, 34112 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/93/c593e70b38a482acacce9e65326cdbee51549049.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="268.83" OriginalAmount="261" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|258109-28493887/4024169871002992272/14905" HotelName="INNCITY HOTEL NISANTASI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5960000/5957300/5957290/e3a56ebb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="268.83" OriginalAmount="261" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|3527-28558293/4024169871002992272/15024" HotelName="POINT TAKSIM" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2690000/2681300/2681206/cb1170f1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="268.83" OriginalAmount="261" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|261576-20593007/4024169871002992272/15307" HotelName="SKALION" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7640000/7632400/7632400/9b5168a1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="268.83" OriginalAmount="261" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|639673-28455385/4024169871002992272/20927" HotelName="THE WESTIST" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/31000000/30620000/30618000/30617924/f6a89fe3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="269.63" OriginalAmount="261.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0257203" Longitude="28.9789614" StarRating="4" HotelCode="|108231" HotelName="Sub Karaköy - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Necatibey Cad. No: 91 Karakoy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/3/1/108231_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: This modern hotel is in Karakoy the district of it is situated 5 minutes walk away from the ferry. ROOM: The rooms have modern facilities and smart furniture.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="269.86" OriginalAmount="262" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.032227" Longitude="28.98064" StarRating="4" HotelCode="293924|57948" HotelName="Faik Pasha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Currency Exchange,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Firuzaga Mahallesi, Faikpasa Caddesi 41-45, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f8/ef/f8ef2035acce247830be338bc8c8afa3e4316859.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="269.86" OriginalAmount="262" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012284561797" Longitude="28.97765815258" StarRating="4" HotelCode="19473|9733" HotelName="Hotel Yasmak Sultan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ebusuud Caddesi 12, Sirkeci, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d6/1d/d61da45f5893faf8602529e4a0d17ff05ac4bed1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the Sirkeci district of the city at the heart of Istanbul's wonderful ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="269.86" OriginalAmount="262" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.2866" Longitude="-111.4" StarRating="4" HotelCode="0|477671-28558546/4024169871002992272/14294" HotelName="TAKSIM LINE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>75 SITTING BULL RD, BIG SKY, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4700000/4695800/4695713/cf84f722_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   With a stay at The Lodge at Big Sky in Big Sky (West Entrance Yellowstone), you'll be convenient to Big Sky Ski Resort and Moonlight Basin Ski Area.    Rooms   Make yourself at home in one of the 90 air-conditioned rooms featuring refrigerators and microwaves. Relax and take in mountain views from the privacy of your room. Complimentary wired and wireless Internet access keeps you connected, and cable programming provides entertainment. Private bathrooms with bathtubs or showers feature complimentary toiletries and hair dryers.    Rec, Spa, Premium Amenities   After a day on the slopes, relax in one of the 4 spa tubs. Additional amenities include complimentary wireless Internet access, concierge services, and wedding services. You'll be on the slopes in no time with the complimentary ski shuttle.    Dining   At the end of the day, relax with your favorite drink at a bar/lounge. A complimentary continental breakfast is included.    Business, Other Amenities   Featured amenities include business services, audiovisual equipment, and dry cleaning/laundry services. Event facilities at this hotel consist of conference/meeting rooms and small meeting rooms. A roundtrip airport shuttle is provided for a surcharge at scheduled times, and free self parking is available onsite.    Room Info:    Know Before You Go       This property offers transfers from the airport (surcharges may apply). Guests must contact the property with arrival details before travel, using the contact information on the booking confirmation.    Connecting/adjoining rooms may be available, subject to availability. Guests can request connecting/adjoining rooms by contacting the property directly, using the contact information on the booking confirmation.       Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.     Property Information:  Pets not allowed   Check-in time starts at 4 PM  Check-out time is 11 AM  &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="270.36" OriginalAmount="262.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00767" Longitude="28.97178" StarRating="4" HotelCode="|85124" HotelName="Golden Royal and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Peykhane Sokak, 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/1/2/4/85124_90dc1cc1004.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment offers tourist information, has a bar, has WiFi, (free of charge), a bar, billiards, a cafÃ©, multilingual staff and has a reception. SITUATION: This hotel Istanbul it is in it is located 250 metres away from the mosque, Santa Sofia 350 metres away from El Cordial200 metres away from. ROOM: All the rooms have a fan and a direct line telephone. Some rooms have cable television, a living room and a bathroom. OTHERS: Regarding the food and beverage offering, clients can enjoy a breakfast service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="270.44" OriginalAmount="262.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0048956" Longitude="28.9729305" StarRating="0" HotelCode="|86974" HotelName="Hotel Spectra Sultanahmet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Mehmetpasa Yokusu No:2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/7/4/86974_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment offers guests excellent service and comfortable facilities. SITUATION: It is inIstanbul a good area in.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="270.44" OriginalAmount="262.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0790394" Longitude="29.0449541" StarRating="0" HotelCode="|83021" HotelName="Inin Bebek" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/2/1/83021_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Bosphorus It is 70 metres away from. ROOM: The establishment has 2 apartments, have a kitchen and WiFi (free of charge). FACILITIES: The establishment has a car park (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="270.89" OriginalAmount="263" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040681" Longitude="28.98347" StarRating="5" HotelCode="75623|18040" HotelName="Elite World Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Caddesi 42, Taksim, 34435 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/bc/17/bc17a46be1341b10fd613cfc7346eb412e165763.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Taksim, the new city, in the middle of Istanbul, the meeting point of Asia ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="270.89" OriginalAmount="263" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|231274-25160920/4024169871002992272/208" HotelName="RAMADA &amp;amp; SUITES BY WYNDHAM ISTANBUL ATAKOY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5440000/5431100/5431027/b6fc4e86_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="270.89" OriginalAmount="263" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|463853-28446363/4024169871002992272/21620" HotelName="NORDSTERN GALATA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9990000/9983500/9983401/690c2457_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="270.89" OriginalAmount="263" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1433643-32698992/4024169871002992272/22428" HotelName="BENTLEY HOTEL OLD CITY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/102000000/101240000/101230500/101230457/ef130b0f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="270.89" OriginalAmount="263.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00754" Longitude="28.97184" StarRating="2" HotelCode="65948|golden_royal_hotel" HotelName="Golden Royal Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Jacuzzi,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Peykhane Sokak 19, Çemberlitas, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/8a/048ae1cd4e4c19e58b435f3028b2714645fb1c1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="270.89" OriginalAmount="263.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007506243911" Longitude="28.957109692135" StarRating="0" HotelCode="303972|hotel_erden_sarayevo" HotelName="Erden Sarayevo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Azimkar Sokak No 46, Laleli Fatih, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/0c/fd0c8a660a0866b10cfc86736a37d3c15bdfc27b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="271.92" OriginalAmount="264" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|632911-28558591/4024169871002992272/18599" HotelName="DANIS HOTEL &amp;amp; SPA ISTANBUL - OLD CITY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/43000000/42330000/42324700/42324626/c7637ebf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="272.29" OriginalAmount="264.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00769" Longitude="28.972677" StarRating="4" HotelCode="65315|400455" HotelName="Sultanhan Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Laundry,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piyer Loti Cad. No: 7, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/24/bf24d4b7d7b1543b1a321e0da43fed2d54c2f41a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated on a quiet street, this boutique hotel is ideal for guests who appreciate a stylish ambienc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="272.95" OriginalAmount="265" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.072342" Longitude="29.011644" StarRating="4" HotelCode="315775|343510" HotelName="Upsuites Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Esentepe Mahallesi, Kore Sehitleri Caddesi 18, Sisli, 34394 Istanbu</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/20/2b20982ffb113f6cd41ea76fd06e0b0a46b73d89.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="272.95" OriginalAmount="265" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1402287-25141753/4024169871002992272/21159" HotelName="DOWNTOWN SIRKECI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/103000000/102710000/102709200/102709116/e9da63dd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="273.00" OriginalAmount="265.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99812" Longitude="29.142618" StarRating="0" HotelCode="|471215" HotelName="The Kailyn Hotels And Suites Atasehir" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Serifali, Kule Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/2/1/5/471215_b09fc031220.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="273.98" OriginalAmount="266" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|639500-28446912/4024169871002992272/4992" HotelName="LOREN HOTEL AND SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18930000/18929700/18929604/0ef4f7b6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="273.98" OriginalAmount="266" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|14817-19512465/4024169871002992272/15546" HotelName="TAKSIM SQUARE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/27000000/26680000/26678300/26678216/1ade46be_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="273.98" OriginalAmount="266" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1317427-28477906/4024169871002992272/16205" HotelName="BUEM KOSUYOLU" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/74000000/73650000/73643700/73643638/w5773h4326x0y4-7a6e7dd2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="273.98" OriginalAmount="266" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|94238-21009430/4024169871002992272/22054" HotelName="ELITE WORLD" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1190000/1181300/1181264/51276415_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="274.44" OriginalAmount="266.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0629605" Longitude="28.982722" StarRating="5" HotelCode="|86922" HotelName="Grand Cevahir  and Convention Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/2/2/86922_14.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel la Plaza Taksim it is situated 3,8 kilometres away from. ROOM: The establishment has rooms with flat-screen TV and WiFi (free of charge). FACILITIES: The establishment has a covered pool and a well-equipped gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="274.96" OriginalAmount="266.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005994" Longitude="28.978596" StarRating="3" HotelCode="191153|2516715" HotelName="The Magnaura Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mh. Dalbasti Sok. No 13/1, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/3b/583bfeee0a67dfba816653c6475d624762054902.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="275.01" OriginalAmount="267" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.054205" Longitude="28.987434" StarRating="5" HotelCode="293638|58769" HotelName="Lasagrada Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Halaskargazi Caddesi No: 96, Osmanbey, Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/67/026791a28043eb1bc1737db7ed1510c43a408bf4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="275.01" OriginalAmount="267.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010217" Longitude="28.976853" StarRating="2" HotelCode="68834|boutique_albion_hotel_sultanahmet" HotelName="Albion Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alayköskü Caddesi 15, Istanbul, Sultanahmet</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/3c/aa3cd25dc3b927c67d2d3ad9bd20bd0535fe9590.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul's many historical attractions. It is 5 minutes from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="275.01" OriginalAmount="267.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06475371" Longitude="28.99442272" StarRating="5" HotelCode="951686|the_craton_hotel" HotelName="The Craton Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Fulya Mahallesi, Ortaklar Caddesi, Bahceler Sokak 16, Sisli, 34394 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3b/27/3b270d2fc4495718d3b711d4e2ef928bb156df3c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="276.01" OriginalAmount="267.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008881" Longitude="28.972265" StarRating="0" HotelCode="|467195" HotelName="Carina Gold" 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/6/7/1/9/5/467195_d66f54d1630.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="276.04" OriginalAmount="268" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02607614" Longitude="28.62725534" StarRating="5" HotelCode="744736|271798" HotelName="Hit Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Gokevler Mahallesi, 555 Sokak Tuyap Fuari Yani, Ozyurtlar N Residence E, Blok Number 2, 34522 Esenyurt, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/de/a1de2c7a536b487a970fc74f97af595a85fc1c64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="276.04" OriginalAmount="268" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|185860-28558430/4024169871002992272/9568" HotelName="THE GREEN PARK TAKSIM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/810000/807500/807471/38f0b303_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="276.24" OriginalAmount="268.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.045338" Longitude="29.003108" StarRating="0" HotelCode="|543202" HotelName="Valente Suites and Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ihlamurdere Cd. 46</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/3/2/0/2/543202_3685e361046.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="277.04" OriginalAmount="268.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.986278" Longitude="28.907217" StarRating="5" HotelCode="|453279" HotelName="Mövenpick Hotel Istanbul Marmara Sea" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kazlicesme Mah Abay Cad No:167</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/2/7/9/453279_0586ef81257.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="277.07" OriginalAmount="269" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|352376-28493931/4024169871002992272/9323" HotelName="BLUE ISTANBUL HOTEL TAKSIM" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12290000/12281700/12281601/fc672488_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="277.07" OriginalAmount="269" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|867062-28558599/4024169871002992272/12096" HotelName="GRAND SIRKECI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/47000000/46070000/46060900/46060867/2592b80a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="278.10" OriginalAmount="270" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.030536298653" Longitude="28.988437045942" StarRating="4" HotelCode="735362|284892" HotelName="Metropolitan Hotels Bosphorus" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Bar,Boutique,Currency Exchange,Designated Smoking Area,Dining,Fax,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Pürtelas Hasan Efendi Mahallesi, Meclis-i Mebusan Caddesi 47, Findikli, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/8a/f48ad25c66229f3cdb9643c1ccf1c7618ed6ff90.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable Boutique is set in Beyoglu. There are a total of 80 units on the premises. It is a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="278.10" OriginalAmount="270" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|29718-28558331/4024169871002992272/2463" HotelName="KALYON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1430000/1428700/1428622/ca0c1007_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="278.10" OriginalAmount="270" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1348460-21317536/4024169871002992272/21830" HotelName="MENALO HOTEL PREMIUM ISTANBUL AIRPORT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1348460/202211115141941.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="278.11" OriginalAmount="270.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004252" Longitude="28.979675" StarRating="3" HotelCode="33844|2190965" HotelName="Angel's Home Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Mehmet Aga Caddesi, Amiral Tafdil Sokak 26, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a8/17/a81709687bdcb5f6acfd55724bdfb51f151084da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="278.60" OriginalAmount="270.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013472" Longitude="28.972493" StarRating="4" HotelCode="|454197" HotelName="Demiray and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hobyar Mah. Hocahani Sok. No.10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/1/9/7/454197_2b3544d1847.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="279.13" OriginalAmount="271" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1272282-28597776/4024169871002992272/15379" HotelName="MOVENPICK HOTEL ISTANBUL ASIA AIRPORT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/70000000/69360000/69357400/69357345/a2f25482_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="279.13" OriginalAmount="271" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|352547-28493936/4024169871002992272/18137" HotelName="FAVORI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11850000/11841900/11841857/78ccfde3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="279.22" OriginalAmount="271.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009091096039" Longitude="28.978607597553" StarRating="3" HotelCode="45182|937035" HotelName="Boutique St. Sophia" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Caddesi 2, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/ab/ab85cd3252f196a1/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Sultanahmet with the Hagia Sophia on its doorstep and all the o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="279.26" OriginalAmount="271.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013202" Longitude="28.977498" StarRating="4" HotelCode="|444142" HotelName="My Dream Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/1/4/2/444142_493660f1305.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="280.16" OriginalAmount="272.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00446142434" Longitude="28.980073738703" StarRating="3" HotelCode="310813|azade_premier" HotelName="Azade Premier" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Mehmet Aga Caddesi 17/19, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/30/e9/30e90df377cea6ffb458b15b58afdcc297723e4d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="281.01" OriginalAmount="272.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0049" Longitude="28.9793" StarRating="0" HotelCode="|454784" HotelName="Obelisk and Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Mehmet A?a Cad. No:12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/7/8/4/454784_e085df81208.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="281.19" OriginalAmount="273" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="29.67514" Longitude="-95.54622" StarRating="4" HotelCode="0|384182-19593905/4024169871002992272/21998" HotelName="ARISE HOTEL GOLDEN HORN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>9638 PLAINFIELD STREET, HOUSTON, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13490000/13488600/13488589/a870aa1e_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Location.    Plainfield Inn Southwest Houston is located in Houston's Southwest Houston neighborhood, close to Museum of Southern History at Houston Baptist University and Halliburton Headquarters. Additional area points of interest include Nature Discovery Center.    Property Features.   Recreational amenities include an outdoor pool. Complimentary wireless Internet access is available in public areas. Guest parking is complimentary. Additional property amenities include multilingual staff, laundry facilities, and RV and truck parking.    Guestrooms.     77 guestrooms at Plainfield Inn Southwest Houston feature air conditioning. In addition to phones, guestrooms offer free local calls (restrictions may apply).     Room Info:  Name: One queen non smoking Description:    One Queen Bed   Air conditioning and electronic/magnetic keys are among the included amenities. This room is Non-Smoking.     Name: One queen smoking Description:    One Queen Bed   Air conditioning and electronic/magnetic keys are among the included amenities. This room is Smoking.     Name: Two queens non smoking  Description:    Two Queen Beds   Air conditioning and electronic/magnetic keys are among the included amenities. This room is Non-Smoking.     Name: Two queens smoking  Description:    Two Queen Beds   Air conditioning and electronic/magnetic keys are among the included amenities. This room is Smoking.     Name: One Bed, Accessible (Handicap Accessible) Description:    One Bed   Air conditioning and electronic/magnetic keys are among the included amenities.       Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.    Property Information:  Pets not allowed   Check-out time is noon  Check-in time starts at 2 PM  &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="281.19" OriginalAmount="273.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012946377535" Longitude="28.978559374809" StarRating="4" HotelCode="61880|sirkeci_mansion" HotelName="Sirkeci Mansion" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Taya Hatun Sokak  5, 34120 Sirkeci, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/50/f4/50f43273fd687482a09e4f09dae21db55cc35d10.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is just a 10-minute walk from some of Istanbul's most famous sights, including t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="281.44" OriginalAmount="273.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.982643" Longitude="28.794294" StarRating="0" HotelCode="|543189" HotelName="BayMari Suites Plus Florya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Florya Cd. 37</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/3/1/8/9/543189_3227c0a1042.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="281.65" OriginalAmount="273.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.014604" Longitude="28.978758" StarRating="3" HotelCode="172518|1007965" HotelName="Golden Horn Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Istasyon Arkasi Sokak 9, 34110 Sirkeci, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/94/94b2561072059abb/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Sirkeci area, close to the train station and within 400 m of the sightse...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="281.77" OriginalAmount="273.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034598" Longitude="28.98594" StarRating="3" HotelCode="191166|1007535" HotelName="Marion Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cihangir Mah. Pürtelas Sok. No:12, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/0d/21/0d21a7da3ad0e075501d3c142cbc5073d7bb95a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="282.22" OriginalAmount="274" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98111" Longitude="28.89726" StarRating="5" HotelCode="365977|198911" HotelName="Radisson Blu Hotel Istanbul Ottomare" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Currency Exchange,Internet,Laundry,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Kazlicesme Mahallesi, Abay Caddesi 223, Zeytinburnu, 34020 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ce/14/ce147e7cfa5a281c2f364485696bfa8c7a3345bc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="282.22" OriginalAmount="274" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.301000000000000" Longitude="-2.942400000000000" StarRating="4" HotelCode="0|32628-28558337/4024169871002992272/6130" HotelName="ARTS HOTEL TAKSIM" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>2-4 Carretera De La Avanzada, Asua Sondika, ES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1250000/1245500/1245414/3187acd1_b.jpg</HotelPictures>
        <HotelDescription>This hotel is located in the heart of the Txorierri Valley, about 5 km from the centre of Bilbao, which is the largest city in the province of Biscay and in the Basque Country as a whole. With a central location between the Bilbao Airport and the Zamudio Technology Park. This airport hotel, opened in 2001, has 56 rooms spread over three floors. In addition to a lobby with 24-hour reception, safe and lift, the hotel offers a bar, air-conditioned restaurant, public Internet terminal, laundry service, parking and garage. The rooms, modern and cosy at the same time, come with a private bathroom, a hairdryer, a direct dial telephone, Internet access, a safe and central heating. Breakfast buffet offers a variety of dishes for all tastes. Either choose between a families relaxing holidays or a romantic adventure, whatever the reason for visiting, ensures that the vacation will be a memorable one with the serenity of scenic views at the lovely hotel.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="282.22" OriginalAmount="274" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|185109-32596887/4024169871002992272/9741" HotelName="ANGEL'S HOME" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1070000/1063400/1063320/b5149541_edited_cb69_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="282.22" OriginalAmount="274" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|637857-28455315/4024169871002992272/14310" HotelName="OPALE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/37000000/37000000/36990700/36990693/4ecdc7d2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="282.47" OriginalAmount="274.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02979" Longitude="29.018405" StarRating="0" HotelCode="|447491" HotelName="216 Bosphorus Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Pasa Limani Cd. 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/4/9/1/447491_98a9f431252.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="282.51" OriginalAmount="274.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.974797" Longitude="28.8734258" StarRating="0" HotelCode="|305723" HotelName="The Time Marina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Zeytinlik Mahallesi Odabasi Mor Menekse Sok No.51</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/5/7/2/3/305723_616f0f92049.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="283.25" OriginalAmount="275.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.024942" Longitude="28.978061" StarRating="4" HotelCode="|465308" HotelName="Weingart Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Necatibey Cd. 69</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/5/3/0/8/465308_b22fd461250.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="283.25" OriginalAmount="275" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1239457-28599439/4024169871002992272/5411" HotelName="CHER HOTEL&amp;amp;SPA ISTANBUL BEYOYLU" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/66000000/65280000/65277000/65276925/3062d9d9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="283.25" OriginalAmount="275.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02414891" Longitude="28.97271546" StarRating="5" HotelCode="572710|the_galata_istanbul_hotel_mgallery_by_sofitel" HotelName="The Galata Istanbul Hotel - MGallery by Sofitel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Arap Camii Mahallesi, Bankalar Caddesi 21, Beyoglu, 34421 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/4b/0d4ba2c2fb4be52b8bf149e0b38012b2ae73f72c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="283.78" OriginalAmount="275.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0335597" Longitude="28.9770999" StarRating="4" HotelCode="|40799" HotelName="Pera Tulip" 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/0/7/9/9/40799_965b4ab1122.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is next to the shopping area, Taksim the square the historic centre, restaurants, bars and leisure areas. HOTEL: The hotel offers a lobby with a reception, a currency exchange service, a lift and a cloakroom. Guests are also offered a cafÃ©, a bar, restaurants, meeting rooms, a business centre, WiFi, room service, a laundry service (for a fee) and a car park.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="284.28" OriginalAmount="276" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.049372" Longitude="29.02634" StarRating="5" HotelCode="68812|16251" HotelName="Ortakoy Princess" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dereboyu Caddesi 10, Ortaköy-Besiktas, 80840 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/30/305517/305517a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="284.28" OriginalAmount="276" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3520-28558291/4024169871002992272/12999" HotelName="RICHMOND" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/902700/902656/53cae0ec_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="284.28" OriginalAmount="276.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038158" Longitude="28.984111" StarRating="4" HotelCode="169634|senator_hotel_taksim" HotelName="Senator Hotel Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abdulhak Hamit Caddesi 9, Taksim, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/e9/6be9b9c01cb9d46281c8e72ed6cafece638c2c91.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the city, just 10 m from Taksim Square and its metro station. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="284.28" OriginalAmount="276.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0314932" Longitude="28.988861205523" StarRating="4" HotelCode="187335|nixon_bosphorus_dry_hotel" HotelName="Zimmer Bosphorus Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Findikli Meclis-i Mebusan Caddesi 61, Beyoglu, 34427 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d1/7d/d17df4cd43551505d3dfb2a87ba7084d32b66262.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Istanbul, this boutique hotel is ideal for guests who appreciate a stylish a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="284.28" OriginalAmount="276.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00637619" Longitude="28.98111873" StarRating="0" HotelCode="592995|hotel_empress_zoe" HotelName="Empress Zoe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Akbiyik Caddesi 10, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/21/d821cfeb40b4aca1c4f29d9089cac4c04074e42c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="284.46" OriginalAmount="276.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0345677" Longitude="28.9860852" StarRating="3" HotelCode="|86736" HotelName="The Marions Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cihangir Mah. Purtelas Sok. No 12 Taksim</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/3/6/86736_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a sauna and WiFi (free of charge). SITUATION: It is situated 3 minutes away fromTaksim the Square of the metro station.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="286.34" OriginalAmount="278" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.054886791891" Longitude="28.99593406198" StarRating="3" HotelCode="499329|206139" HotelName="Ada Suites Nisantasi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Tesvikiye Mahallesi, Valikonagi Caddesi, Fulya Sokak No: 3, Nisantasi, 34365 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/6e/fa6e9b45c97b9a031ebb674d2182c80c8fc27a60.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="286.34" OriginalAmount="278.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="883902|khalkedon_suite" HotelName="Khalkedon Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rasimpasa Mahallesi, Halitaga Caddesi, Yavuzturk Sokak 16, Kat 1,2,3,4,5, Kadikoy, 34716 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/ff/f4ff05dbfe7b0a5218c8069a9e52ff7bc54e05f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="287.33" OriginalAmount="278.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06475" Longitude="28.99443" StarRating="5" HotelCode="|445183" HotelName="The Craton" 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/5/1/8/3/445183_338b00e1439.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="287.37" OriginalAmount="279" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.078826401167" Longitude="29.011608161407" StarRating="4" HotelCode="315778|60124" HotelName="Park Dedeman Levent" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Esentepe Mahallesi, Büyükdere Caddesi 187, 34340 Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/ec/ecffea7eb97e6a31/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="287.37" OriginalAmount="279" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|185856-28583428/4024169871002992272/13788" HotelName="TAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1560000/1554900/1554895/4044241d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="287.37" OriginalAmount="279" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|15310-28558308/4024169871002992272/16651" HotelName="GRAND GULSOY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1600000/1594200/1594173/d3392e49_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="287.76" OriginalAmount="279.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03582" Longitude="28.982969" StarRating="0" HotelCode="|533373" HotelName="Bonne Sante Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Istiklal Cad No 45, Beyoglu, Taksim</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/3/7/3/533373_ad274c51405.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="288.40" OriginalAmount="280" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.062496524807" Longitude="29.011334582143" StarRating="5" HotelCode="82421|198965" HotelName="Mercure Istanbul The Plaza Bosphorus" 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,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Barbaros Bulvari 165, Balmumcu Besiktas, 34349 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/cf/d0/cfd00ec149701aa9490219801c4db132e738729a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In an elevated position, the hotel enjoys panoramic views from its location in the heart of the Balm...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="288.40" OriginalAmount="280" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|695236-28596424/4024169871002992272/2353" HotelName="KAYA ISTANBUL FAIR AND CONVENTION" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/902500/902461/a85d8a5d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="288.40" OriginalAmount="280" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1435432-28590478/4024169871002992272/16642" HotelName="GREAT FORTUNE CONCEPT HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/109000000/108200000/108193600/108193558/09936fb0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="289.88" OriginalAmount="281.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013786" Longitude="28.977001" StarRating="3" HotelCode="191145|2007725" HotelName="The Luxx Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi Hudavendigar Caddesi No: 42, Sirkeci, Istanbul 34410</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/d7/0dd72b272525b038326d2f1d22305d61980e2de6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Istanbul, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="290.44" OriginalAmount="281.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0131291" Longitude="28.9759719" StarRating="4" HotelCode="|17622" HotelName="Yasmak Sultan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ebusuud Cad. No:12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/6/2/2/17622_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This classic style hotel has 84 rooms, In the entrance, guests are offered a big hall with a reception, a cloakroom, a currency exchange service and a lift. The establishment boasts a hairdresser's, a bar, a nightclub, a TV room, a conference room, a cybercafe and a restaurant. For an additional charge you can use room service, the launderette and a medical care service. It also has a car park. SITUATION: This urban hotel is in Istanbul the historic centre of Sirkeci it is in Where you can find shops, leisure areas and public transport services. the Grand Bazaar and the Spice Bazaar it is close to 30 minutes away from the establishment, guests will find the airport. ROOM: All the rooms have a bathroom with a shower or bath, a hairdryer, a direct line telephone, a satellite television, a mini-bar, a safety deposit box, an air-conditioning system and a central heating system. FACILITIES: The establishment has a small gym, For a fee, you can enjoy a sauna and the Turkish bath. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and Ã  la carte or set-menu lunch and dinner. PAYMENT METHODS: Customers can pay using Visa and Mastercard.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="290.46" OriginalAmount="282" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|433874-28493968/4024169871002992272/15638" HotelName="MINIATURE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9850000/9842900/9842871/a25c7a26_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="290.46" OriginalAmount="282" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.2043" Longitude="-77.6731" StarRating="3" HotelCode="0|496472-28493992/4024169871002992272/21443" HotelName="NABU" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>400 PADDY CREEK CIR, ROCHESTER, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15900000/15898700/15898661/54a6f155_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   Located in Rochester, FAIRFIELD INN &amp;amp; SUITES ROCHESTER WEST/GREECE is close to Mall at Greece Ridge and Seneca Park.  This hotel is within close proximity of Seneca Park Zoo and Maplewood Park.    Rooms   Make yourself at home in one of the 70 guestrooms. Complimentary wired and wireless Internet access keeps you connected, and cable programming provides entertainment. Conveniences include desks and coffee/tea makers.    Rec, Spa, Premium Amenities   Be sure to enjoy recreational amenities, including an indoor pool, a spa tub, and a fitness facility.    Dining   Buffet breakfasts are available for a fee.    Business, Other Amenities   Featured amenities include complimentary high-speed (wired) Internet access, business services, and express check-in. Free parking is available onsite.    Room Info:    Fees    The following fees and deposits are charged by the property at time of service, check-in, or check-out.      Breakfast fee: USD 9.95 per person (approximately)       The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.     Renovations and Closures   The hotel will be renovating from 14 October 2013 to 1 March 2014 (completion date subject to change). The following areas are affected:    Select guestrooms   The hotel will be renovating from 30 September 2013 to 31 December 2013 (completion date subject to change). The following areas are affected:    Lobby   The following facilities will be closed from 30 September 2013 to 1 December 2013 (dates subject to change):   Swimming pool   Renovation work will only be conducted during business hours on weekdays. Every effort will be made to minimize noise and disturbance.       Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.     Property Information:  Pets not allowed   Check-out time is noon  Check-in time starts at 3 PM  &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="290.46" OriginalAmount="282.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0118455" Longitude="28.94657901" StarRating="3" HotelCode="410888|babel_park_hotel" HotelName="Babel Park Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Molla Gürani Mahallesi, Sehit Pilot Mahmut Nedim Sokak No: 3, Aksaray, Fatih, 34080 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/0c/1f0c7bcc2b090b03bde64a46ee67f087c275fd14.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="291.07" OriginalAmount="282.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.032568" Longitude="28.977177" StarRating="0" HotelCode="|532341" HotelName="Sala Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Akansu Sk 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/3/4/1/532341_d0d6b1a1040.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="291.49" OriginalAmount="283" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.025270515026" Longitude="29.105438320199" StarRating="4" HotelCode="557127|217236" HotelName="Hilton Garden Inn Istanbul Umraniye" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Yamanevler Mahallesi, Haldun Alagas Caddesi 2, Umraniye, 34768 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/20/3e20e2e325f58e50da4742ce356390cfe7faea56.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="291.76" OriginalAmount="283.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036574" Longitude="28.985444" StarRating="0" HotelCode="|108286" HotelName="Taksim Premium" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/8/6/108286_f5680b00817.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is in the city centre, 50 metres away, guests will find Istiklal Avenue. ROOM: All the rooms have a kitchen and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="292.10" OriginalAmount="283.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00884791" Longitude="28.97491014" StarRating="3" HotelCode="176169|1446788" HotelName="Ayasultan Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mahallesi, Catalcesme Sokak 26, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/57/2f573c85a46c4c8ef4ac662b5276eaaa2cdb952f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated at the heart of Istanbul's historical district, Sultanahmet. All the major sig...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="292.52" OriginalAmount="284" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|158253-28493812/4024169871002992272/2321" HotelName="SAMIR" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4980000/4974200/4974133/4604bcd5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="292.58" OriginalAmount="284.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.059198183258" Longitude="29.010273336597" StarRating="5" HotelCode="200053|781115" HotelName="Renaissance Istanbul Polat Bosphorus Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Barbaros Bulvari 145, Besiktas, 34349 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/07/9b/079bbf67e62df81d53c722ef15eb09f09d922599.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the European side of Istanbul, in Besiktas, midway between the areas of Taks...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="293.55" OriginalAmount="285.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012655" Longitude="28.978033" StarRating="4" HotelCode="16912|romance_istanbul_hotel" HotelName="Romance Istanbul Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hüdavendigar Caddesi 5, Sirkeci, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e5/fa/e5fa8d7b59843c256e983ac790db65583e14c630.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in Istanbul's tourist centre, just a few minutes walk from the city centr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="293.59" OriginalAmount="285.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.055525" Longitude="28.987789" StarRating="0" HotelCode="|545612" HotelName="Princely Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hrant Dink Sok.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/5/6/1/2/545612_0501ad72213.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="293.62" OriginalAmount="285.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0436997" Longitude="28.9960497" StarRating="0" HotelCode="|44389" HotelName="Housez Suites and Apartments - Special Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SULEYMAN SEBA CAD./ AKARETLER-MACKA-BESIKTAS 60</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/3/8/9/44389_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is, comfortable is ideal for business stays, has 24 rooms and air-conditioning. In the entrance, guests are offered a lobby with a reception, a safety deposit box service, a currency exchange service, a lift, a cafÃ©, a kiosk and a restaurant. The establishment also offers WiFi, At an additional cost, you can enjoy room service, a laundry service, a car park and indoor parking. SITUATION: MaÃ§ka Is situated in 10 minutes away from the establishment, clients can find restaurants, bars and clubs. 5 minutes away, there is a public transport stop, is 20 minutes away from Sirkeci the railway station Guests can enjoy, is situated 24 kilometres away from Istanbul AtatÃ¼rk Airport It is situated 55 kilometres away fromSabiha Gokcen the airport. ROOM: suites and apartments, have a central heating system, an air-conditioning system, a fire alarm, internet, a satellite TV, a breakfast service, daily cleaning, a launderette, ironing service, a bathroom with a shower, a hairdryer, a direct line telephone, a mini-bar, a fridge, a kitchen with a microwave, a coffee maker, a kettle, an iron, a double or king-size bed and a safe. FACILITIES: The establishment has a gym. PAYMENT METHODS: The establishment accepts American Express, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, you can enjoy a continental breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="293.64" OriginalAmount="285.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039999" Longitude="28.976132" StarRating="5" HotelCode="|444986" HotelName="Cher and Spa Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Haciahmet Mah. Kurtulusdere Mah. No:31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/9/8/6/444986_31edde81245.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="293.98" OriginalAmount="285.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.85631" Longitude="29.27982" StarRating="4" HotelCode="|242774" HotelName="Holiday Inn Istanbul - Tuzla Bay, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Guzelyali Mah. Sahil Bulvari No. 72 Pendik</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/2/7/7/4/242774_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="294.45" OriginalAmount="285.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05787352938" Longitude="28.98736771368" StarRating="5" HotelCode="148921|126514" HotelName="Holiday Inn Istanbul - Sisli" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Halaskar Gazi Caddesi, 19 Mayis Mahallesi 206, 34360 Istanbul, Sisli</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/e7/72e77b12541001c56c543f258cb057600a608945.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="294.58" OriginalAmount="286" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.042801" Longitude="28.99892" StarRating="4" HotelCode="888193|55446" HotelName="Housez Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Süleyman Seba Caddesi No: 60, Besiktas, 34357 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/10/10d09c82912913f0/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Maçka, one of the most popular and exclusive districts of Istanbul. Guests ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="295.16" OriginalAmount="286.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00780570144" Longitude="28.973315722684" StarRating="3" HotelCode="153404|608535" HotelName="Rast Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Klodfarer Caddesi 4, 34122 Istanbul, Sultanahmet</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e9/0e/e90e9632dc2f86e527cc6791d3424de8f56abc4e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="295.60" OriginalAmount="286.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0102675" Longitude="28.9788195" StarRating="0" HotelCode="|83016" HotelName="Elasophia Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Cd. No: 9A Sultanahmet - Istanbul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/1/6/83016_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Sultanahmet it is in it is in the historic centre. ROOM: Customers can find modern rooms, with WiFi, (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="295.61" OriginalAmount="287" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004387407591" Longitude="28.979084352374" StarRating="3" HotelCode="118792|217248" HotelName="Hotel Aslan Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Caddesi 63, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/74/a07448098b15399952bc347153b9ed55aad1ba87.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="295.61" OriginalAmount="287" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.980745" Longitude="29.101567" StarRating="5" HotelCode="80362|31386" HotelName="Istanbul Marriott Hotel Asia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kayisdagi Caddesi 3, Atasehir, 34750 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/bb/79bb4f91d20d075a0b8a288ee2e508e2c5efed31.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in the center of the asian side, the hotel offers easy access to TEM and E5 highwa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="295.61" OriginalAmount="287" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.2612" Longitude="-111.308" StarRating="4" HotelCode="0|477677-28582044/4024169871002992272/8890" HotelName="YUKSEL YENIKAPI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>50 BIG SKY RESORT RD, BIG SKY, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19270000/19268800/19268788/0b7bee6a_edited_fc6e_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   When you stay at Village Center Studio Suites in Big Sky (West Entrance Yellowstone), you'll be within the vicinity of Big Sky Ski Resort.    Rooms   Treat yourself to a stay in one of the 27 guestrooms, featuring fireplaces. Conveniences include refrigerators and microwaves, as well as multi-line phones with free local calls and voice mail.    Rec, Spa, Premium Amenities   Take time to pamper yourself with a visit to the full-service spa. Skiers will be in heaven, but there are recreational options available for non-skiiers as well, including an outdoor pool and a spa tub. Additional amenities include complimentary wireless Internet access, concierge services, and supervised childcare/activities.    Dining   Enjoy a meal at a restaurant or in a coffee shop/café. Or stay in and take advantage of the condominium resort's room service (during limited hours). Relax with your favorite drink at a bar/lounge or a poolside bar.    Business, Other Amenities   Featured amenities include a business center, limo/town car service, and business services. Event facilities at this condominium resort consist of conference/meeting rooms, small meeting rooms, and a ballroom. A roundtrip airport shuttle is provided for a surcharge, and free parking is available onsite.    Room Info:    Fees    The following fees and deposits are charged by the property at time of service, check-in, or check-out.       Rollaway bed fee: USD 10.00 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:  Pets not allowed   Check-in time starts at 5 PM  Check-out time is 10 AM  &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="295.61" OriginalAmount="287.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00548426" Longitude="28.97084366" StarRating="0" HotelCode="636570|yilmaz_apart" HotelName="Yilmaz Apart" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucukayasofya Mahallesi, Emin Cikmazi 7, Degirmenci, Fatih, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/3f/303f551898e42677ecd840ef8d38febe2361667f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Sultanahmet district, Yilmaz Apart is just 500 metres from Blue Mosque. The property offe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="296.64" OriginalAmount="288" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1324481-28476367/4024169871002992272/2626" HotelName="RW BOUTIQUE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/77000000/76470000/76469000/76468914/3a249eb2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="296.64" OriginalAmount="288" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|560261-28558566/4024169871002992272/2966" HotelName="AKKA LUSH TAKSIM" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19820000/19819200/19819193/6ec39b9e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="296.64" OriginalAmount="288" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|876311-28592440/4024169871002992272/19035" HotelName="FERMAN PORT HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/47000000/46240000/46238400/46238354/07939be9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="297.67" OriginalAmount="289" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="3" HotelCode="902948|206408" HotelName="Beyond Style Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Katip Mustafa Çelebi Mahallesi, Istiklal Caddesi 45, 34433 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/10/411019ecd9a8445c1678851f804342bb7ecf9298.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="298.70" OriginalAmount="290" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|167600-28590943/4024169871002992272/20538" HotelName="TREND" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3750000/3747500/3747474/1425685e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="299.00" OriginalAmount="290.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.024063" Longitude="28.974266" StarRating="0" HotelCode="|454170" HotelName="DeCamondo Galata, a Tribute Portfolio Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Felek Sokak No.2 (Bereketzade Mahallesi Bankalar Caddesi 8, Beyoglu)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/1/7/0/454170_d10420f1313.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="299.43" OriginalAmount="290.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0141828" Longitude="28.9767536" StarRating="3" HotelCode="|82965" HotelName="Omega Luxx - Boutique Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Huedavendigar Caddesi No: 42 Old City Istanbul , Sirkeci</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/6/5/82965_464e8da1150.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 5 minutes away fromTopkapi the Palace of. ROOM: The rooms have internet (free of charge) and a television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="299.51" OriginalAmount="290.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013791346682" Longitude="28.976489380002" StarRating="4" HotelCode="165439|1581168" HotelName="Neorion" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Orhaniye Caddesi 14, Sirkeci, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/a7/15a70d2e7eda87b695924e159c4f78df428d7b68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Sirkeci area of the historical peninsula of the city. Sirkeci train stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="299.73" OriginalAmount="291" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|276755-28493902/4024169871002992272/17171" HotelName="GRAND ARAS HOTEL &amp;amp; SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8410000/8408400/8408350/1f9368d6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="299.73" OriginalAmount="291.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012369566025" Longitude="28.977561593056" StarRating="4" HotelCode="161988|hotel_sultania_boutique_class" HotelName="Hotel Sultania" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ebusuud Caddesi, Mehmet Murat Sokak 4, Sirkeci, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/db/56/db5607241b7eb9b61252a6a99676c643c2290b19.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel's location, between Sirkeci and Sultanahmet, offers a treasure trove full of local museums...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="300.50" OriginalAmount="291.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.051095793068" Longitude="28.987357020378" StarRating="5" HotelCode="65221|86140" HotelName="Ramada Plaza By Wyndham Istanbul City Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Halaskargazi Caddesi 63, 34373 Sisli-Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a7/f0/a7f08189e885b70b8d05343a8645afab70327932.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is less than 2 km from Taksim Square, a few steps from the Osmanbey metro station, and wit...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="300.70" OriginalAmount="291.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003017" Longitude="28.97397" StarRating="4" HotelCode="166945|127934" HotelName="Hotel Amira Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mahallesi, Mustafapasa Sokak 43, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/3e/cd3ef63300cdd1566bfa452f5253602ae73b4131.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the heart of old Istanbul, this stylish hotel is within easy walking distance of the main attract...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="300.76" OriginalAmount="292" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010055481364" Longitude="28.975036409071" StarRating="3" HotelCode="347569|55182" HotelName="Hotel Miniature" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Jacuzzi,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mahallesi, Molla Fenari Sokak 22, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/28/76/287608476048088c3426fd53eb740108d2cb8dc0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a safe, a restaurant, a bar, a babysitting service, a childcare service, room servi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="300.76" OriginalAmount="292.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004895179327" Longitude="28.980428796295" StarRating="4" HotelCode="409443|amiral_palace_hotel__special_class" HotelName="Hotel Amiral Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Bayram Firini Sokak 7, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9a/cb/9acb0a9843b8adb8dd2d44b1bbf880161aef3713.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is within walking distance of a number of historical and cultural centres such as Topkapi ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="301.79" OriginalAmount="293" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|621054-19552390/4024169871002992272/15461" HotelName="SHERATON ISTANBUL CITY CENTER" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/39000000/38330000/38329900/38329865/4f5d06fa_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="301.79" OriginalAmount="293.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003212939525" Longitude="28.971030364418" StarRating="5" HotelCode="311557|altin_suites" HotelName="Merot Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mahallesi, Meydan Arkasi Sokak 15, Sultanahmet, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/51/fd51ee74f00cf4ddf34e26bfa3c5131bb5477269.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="301.79" OriginalAmount="293.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="829922|galata_m84_apart_hotel" HotelName="Galata M84" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Evliya Çelebi Mahallesi, Mesrutiyet Caddesi 84, Sishane, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b8/ee/b8eeb9ccc47fcb6524cf64e2079eb0f6b61d15a1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="302.09" OriginalAmount="293.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9598638" Longitude="28.8382394" StarRating="4" HotelCode="|31705" HotelName="Renaissance Polat Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>SAHIL YOLU CAD. NO:2 YESILYURT 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/7/0/5/31705_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2008, has 23 floors and 414 standard rooms and luxury suites. It has air-conditioning, a lobby with a reception, a reception, a currency exchange service, a cloakroom, a lift, daily newspapers, a hairdresser's, a cafÃ©, a bar, a pub and a restaurant. The establishment boasts conference facilities and WiFi (for a fee). At an extra cost you can use room service and the launderette. Nearby, you can find a car park, an indoor car park and (for a fee). SITUATION: This hotel is 20 minutes away from the city centre. It is 4 kilometres away from Istanbul AtatÃ¼rk Airport. Is 80 kilometres from Sabiha Gokcen Airport. ROOM: Guests are offered large, recently renovated rooms have satellite and cable flatscreen television, internet, a mini-bar, a coffee maker, a safe, 2 telephones with an answering machine, a bathroom, a bath, a hairdryer, a double or king-size bed, an air-conditioning system and heating. FACILITIES: The establishment has a covered pool, a pool that has a children's area, a terrace with deck chairs and an outdoor bar. The establishment boasts a gym. For a fee, you can enjoy play squash, enjoy tennis and play ping-pong. The establishment also has a sauna and a steam bath. For an additional charge, you can use a massage service and the Turkish bath. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa. OTHERS: Guests of the establishment can enjoy 6 restaurants and luxury bars. The establishment serves a buffet breakfast and Ã  la carte lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="302.82" OriginalAmount="294.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003609506027" Longitude="28.974739909172" StarRating="5" HotelCode="12157|eresin_crown_boutique_hotel" HotelName="Eresin Hotels Sultanahmet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic 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,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucukayasofya Caddesi 40, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/33/3d/333db92cce79de8f6d1a74f65d8261f61db66954.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located at the heart of the tourist centre, close to the sea. Restaurants, ba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="303.08" OriginalAmount="294.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013921" Longitude="28.907108" StarRating="5" HotelCode="|184637" HotelName="Uranus Istanbul Topkapı" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Merkezefendi Mah Mevlana Cad No 112 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/6/3/7/184637_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="303.10" OriginalAmount="294.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009264816629" Longitude="28.960333764553" StarRating="5" HotelCode="165538|143916" HotelName="DoubleTree by Hilton Hotel Istanbul - Old Town" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ordu Caddesi 31, 34130 Istanbul, Beyazit</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/5c/c95c7f1978ae8283f21bb48fb86a5c3e2dd7eb33.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="303.65" OriginalAmount="294.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008864" Longitude="28.975795" StarRating="4" HotelCode="|166913" HotelName="Sura Design &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mh. Ticarethane Sk. No:13 (Divanyolu Caddesi , 45Ticarethane Sokak)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/9/1/3/166913_87c8c4b1215.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a living room, a fireplace, a fitness room, WiFi (free of charge) and a meal service. SITUATION: This hotel is in Sultanahmet the district of 2 minutes away from the establishment, you can find the tram stop. ROOM: Each room has an air-conditioning system, an LCD satellite television, a mini-bar, a coffee maker and kettle.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="304.31" OriginalAmount="295.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.024637" Longitude="28.969834" StarRating="0" HotelCode="|454595" HotelName="The Halich Istanbul Karakoy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Emekyemez, Tersane Cd. No 102, 34420</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/5/9/5/454595_8e4cd621502.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="304.88" OriginalAmount="296.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.12032359" Longitude="29.00886389" StarRating="5" HotelCode="578378|615722" HotelName="Somerset Maslak Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Maslak 1453 Caddesi, Sögüt Street No. 20 AA C15, Maslak District, 34396 Maslak, Sariyer, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/7d/9f7de9ff18d79fdfceec2b6f167aeb3569521be1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Istanbul.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="304.88" OriginalAmount="296" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1388970-27456356/4024169871002992272/2092" HotelName="RAMADA PLAZA BY WYNDHAM SILIVRI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/90000000/89640000/89633700/89633622/4f19b467_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="304.88" OriginalAmount="296" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|263418-28558470/4024169871002992272/14487" HotelName="THE ARTISAN ISTANBUL MGALLERY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6520000/6512900/6512883/4db3f9e1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="305.13" OriginalAmount="296.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039161" Longitude="28.984208" StarRating="5" HotelCode="|42227" HotelName="Elite World Istanbul Taksim" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SEHIT MUHTAR CAD NO 42 TAKSIM OTELLER BOLGESI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/2/2/7/42227_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2008, has 245 rooms and 17 floors. The establishment boasts air-conditioning, a lobby with a reception, a safety deposit box service, a currency exchange service, a cloakroom and a lift. Guests can find 3 coffee shops, a hairdresser's, a bar, a restaurant, conference rooms and internet. At an additional cost you can have access to WiFi, room service and a laundry service. The establishment also offers indoor parking and a playground. SITUATION: Taksim Is situated in this hotel is in Istanbul the centre of near the establishment, you will find the business and commercial area, cultural areas, the government building and shopping areas. It is near restaurants, bars, the nightlife and a public transport stop. 15 minutes away from the establishment you have tourist areas, the establishment is 20 kilometres away from Istanbul AtatÃ¼rk Airport It is situated 60 kilometres away fromSabiha Gokcen Airport. ROOM: Guests are offered 4 suites, 232 Deluxe Suites, 2 disabled access rooms and 7 interconnecting rooms. All the rooms have a bathroom, a hairdryer, a direct line telephone, satellite or cable TV, internet and a mini-bar. They also have a coffee maker, a kettle, an air-conditioning system, heating, a king size or double bed, a safe and a balcony or terrace. FACILITIES: The establishment has a gym, a covered pool, a children's swimming pool, an outdoor bar (available for a fee) and deck chairs. The establishment also offers a Turkish bath, a steam bath, a sauna, hydrotherapy, a massage service (available for a fee) and a bar. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers a meal service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="305.14" OriginalAmount="296.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.028928" Longitude="28.974286" StarRating="0" HotelCode="|527757" HotelName="RUZ Hotels" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Asmali Mescit, General Yazgan Sk. no 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/7/7/5/7/527757_72d6ecc1058.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="305.76" OriginalAmount="296.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0638224" Longitude="28.9823949" StarRating="5" HotelCode="|23230" HotelName="Grand Cevahir" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DARULACEZE CAD. OKMEYDANI-SISLI 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/3/0/23230_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2002, has 13 floors, 323 standard rooms, 47 suites and 4 king suite rooms. In the establishment entrance, guests will find a lobby, a reception with safety deposit boxes, a cloakroom, a currency exchange service, a lift and a cafÃ©. You are also offered a bar, shops, a hairdresser's, an auditorium, a television room, a restaurant with air-conditioning, 22 conference rooms and internet. It has an indoor car park and an oudooor car park. There are many services available at the establishment, including room service, a laundry service and a medical care service. SITUATION: This luxurious hotel is in Sisli it is situated close to Nisantasi and Tesvikiye where you can find shops, leisure areas and entertainment. It is situated 60 minutes away from the airport. ROOM: The comfortable rooms have a bathroom, a hairdryer, a direct line telephone with an answering machine, satellite or cable TV with music, a radio, internet, a mini-bar, a king-size bed, tiled floors, central heating and a safe (available for a fee). Guests are offered suites and have a living room. Guests also have available disabled access rooms. FACILITIES: Outdoors, clients have access to an outdoor and indoor pool, a sunbathing terrace, deck chairs, parasols and a snack bar. Customers can make use of the jacuzzi. For a fee, guests can enjoy a sauna, the solarium, the Turkish bath, the beauty service and a massage service. Clients can also find aerobics and a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="305.91" OriginalAmount="297.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038132303207" Longitude="28.988058861205" StarRating="4" HotelCode="300309|avantgarde_hotel_taksim_square" HotelName="Avantgarde Taksim Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mete Caddesi 28, Gümüssuyu, Taksim, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/80/25801477930a1899b588c2692a1d0af5d2d26b37.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="306.60" OriginalAmount="297.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0408" Longitude="28.98208" StarRating="0" HotelCode="|192445" HotelName="Berjer Boutique Hotel and Spa - Boutique Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Taksim Dolapdere Cad. No 93</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/4/4/5/192445_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="306.78" OriginalAmount="297.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0121999" Longitude="28.9593698" StarRating="5" HotelCode="|66889" HotelName=" Wyndham Istanbul Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kemalpasa Mah. Sehzadebasi Cad. Celal Aga Konagi No 1 Vezneciler</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/8/8/9/66889_e91de670825.jpg</HotelPictures>
        <HotelDescription>HOTEL: the hotel has 87 comfortable rooms, a lobby with a reception, a currency exchange service, a cloakroom and a lift. SITUATION: This welcoming, historic hotel is located near the tourist attractions, the Grand Bazaar, Sultan Ahmed Mosque, Hagia Sophia and Topkapi Palace close to the establishment, clients can find. ROOM: The rooms have flat-screen satellite television, computer plug, a fax machine, WiFi, a mini-bar, a safety deposit box, a direct line telephone, an individual air-conditioning system and individual heating. FACILITIES: The establishment has a spa, a Turkish bath, a sauna, a steam bath, a covered pool and a pool that has a children's area. MEALS: Guests have at their disposal a Turkish restaurant, Regarding the food and beverage offering, the establishment offers a buffet breakfast and Ã  la carte lunch and dinner. PAYMENT METHODS: Customers can pay using Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="306.94" OriginalAmount="298" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|433760-28549210/4024169871002992272/8493" HotelName="BARBERA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11710000/11701100/11701004/6c2e991e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="307.41" OriginalAmount="298.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0286372" Longitude="28.9732703" StarRating="4" HotelCode="36323|1435578" HotelName="Galata Antique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Caddesi 119, 34430 Tunel, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/c9/bbc9c6d275f01622914283f5fbd0538f7317513c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="307.97" OriginalAmount="299.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00992236" Longitude="28.97302488" StarRating="0" HotelCode="423735|nuruosmaniye" HotelName="Fer Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Business Centre,Currency Exchange,Designated Smoking Area,Dining,Fax,Housekeeping,Internet,Laundry,Parking,Printer,Restaurant,Room Service,Telephone Service,Valet Parking,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Molla ferani street, Türbedar Street 12, Nuruosmaniye Sultanahmet, 34120 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/58/c3/58c30ea0b77f2583b894fb289f8041b61114576f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;FER is a new luxury hotel which reflects the historical and the modern spirit of Istanbul. Hotel was...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="308.17" OriginalAmount="299.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.022023" Longitude="29.045114" StarRating="0" HotelCode="|153618" HotelName="Aspera Altunizade" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>MAHIR IZ CAD. ALTUNIZADE, USKUDAR 32</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/6/1/8/153618_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2011, has 80 rooms and 1 room adapted for people with reduced mobility. SITUATION: This establishment, Istanbul it is in is situated in the city centre excellent transport links to the city.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="308.36" OriginalAmount="299.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0405917" Longitude="28.9859094" StarRating="5" HotelCode="|23360" HotelName="Point  Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Topcu Caddesi Taksim 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/6/0/23360_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2005, has 9 floors and 194 rooms. The establishment boasts a lobby with elevators, a reception, 20 safety deposit boxes, a cloakroom, a currency exchange service, a kiosk, a television room and 6 conference rooms. Our guests can find a cafÃ©, a bar and 2 restaurants. The establishment offers guests internet, room service, a laundry service, a medical care service, a car park and indoor parking. SITUATION: This hotel is situated in a central area, 100 metres away from the establishment, you can find Taksim the Square of close to the establishment, guests have shops, leisure areas, near the establishment, guests will find tourist areas, in front of the hotel there is a public transport stop, is 20 kilometres away from Istanbul AtatÃ¼rk Airport. ROOM: The cosy rooms, have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, internet and a radio. They also have a coffee maker, a kettle, a mini-bar and a safe. Guests also have available suites with a living room-bedroom. FACILITIES: Clients can find a covered, heated swimming pool with a children's area, a sauna, a steam bath, a solarium, a massage service and beauty treatments. The establishment boasts a gym, handball and darts. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet restaurant, an Ã  la carte or set-menu lunch and dinner, dietary restrictions can be accomodated for and special dishes. Guests can book bed and breakfast, half-board or full-board.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="308.44" OriginalAmount="299.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008678864788" Longitude="28.976035416126" StarRating="5" HotelCode="174856|1007455" HotelName="Sura Design Hotel &amp; Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Divanyolu Caddesi, Ticarethane Sokak 45, Alemdar Mahallesi, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/c84d06e36e834f6fb73f98252bfbdd2e.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Sultanahmet, the historical district of Istanbul. The major si...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="309.00" OriginalAmount="300" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|433817-28558525/4024169871002992272/20098" HotelName="GLK PREMIER SEA MANSION SUITES AND SPA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10500000/10494800/10494723/cd3584b3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="309.00" OriginalAmount="300" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.246878" Longitude="-76.941194" StarRating="4" HotelCode="0|545372-20779788/4024169871002992272/21929" HotelName="METROPOLITAN BOSPHORUS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>I-180 WARRENSVILLE RD EXIT, MONTOURSVILLE, 17754-9503, PA, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/23000000/22570000/22561200/22561139/e74ac270_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Motel. Total rooms and suites: 43. Floors: 3. Property description- The Super 8 in Montoursville/Williamsport is conveniently located off I-180  Any season is a good time to visit Montoursville, PA,  enjoy fall foliage, shopping, golf and don't forget, Williamsport is home to the Little League World Series Hall of Fame and the Peter J. McGovern Little League Museum.  &lt;br /&gt;&lt;br /&gt;You will enjoy rooms with either one king size or two double beds.  We feature 27 inch TV's in all our rooms with over 70 cable channels to choose from including HBO, CNN and ESPN.Property was built in 1988. Property was renovated in 2000. Hotel Currency: USD. &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="310.03" OriginalAmount="301" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1379389-28599467/4024169871002992272/9604" HotelName="CARINA GOLD HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/96000000/95990000/95983500/95983453/c955f53d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="310.03" OriginalAmount="301" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1239477-24473025/4024169871002992272/21759" HotelName="MELAS ISTANBUL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/66000000/66000000/65993800/65993723/f518ee90_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="310.03" OriginalAmount="301" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|132405-19561439/4024169871002992272/21770" HotelName="HOLIDAY INN ISTANBUL SISLI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2820000/2815300/2815296/3f7da101_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="310.78" OriginalAmount="301.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0649" Longitude="29.00386" StarRating="0" HotelCode="|23317" HotelName="Tempo Residence Gayrettepe" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rustubey Sok. No.2 Gayrettepe, Istanbul 34349</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/1/7/23317_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: this aparthotel was built in 2000. It has 8 floors and 21 junior suites. In the entrance, you can find a lobby with a reception, a safety deposit box service, a currency exchange service, lifts and internet. Guests are also offered a restaurant with air-conditioning, an indoor car park and a car park. There are many services available at the establishment, including room service, a laundry service and a medical care service. SITUATION: This hotel is in Istanbul the city centre of. ROOM: All the rooms have a bathroom, a direct line telephone, satellite or cable TV, a radio, a stereo and internet. They also offer an open-plan kitchen, a fridge, a double bed, a sofa, a safe (available for a fee) and a central heating system. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="310.83" OriginalAmount="301.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009201" Longitude="28.9619007" StarRating="3" HotelCode="|95707" HotelName="DOUBLETREE BY HILTON ISTANBUL - OLD CITY" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ordu Caddesi 31Beyazit,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/7/0/7/95707_1_1220.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a business centre. Pets are not allowed.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="311.06" OriginalAmount="302" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|599229-28558568/4024169871002992272/6118" HotelName="PARK INN BY RADISSON ISTANBUL AIRPORT ODAYERI HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21530000/21527100/21527045/996dcf3e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="311.06" OriginalAmount="302.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.963804" Longitude="28.802181" StarRating="5" HotelCode="385915|crowne_plaza_florya_istanbul" HotelName="Crowne Plaza Istanbul Florya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Massage Centre,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Yesilkoy Halkali Caddesi No. 95, Senlikköy Mahallesi Florya-Bakirkoy, 34290 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/58/7d/587d1fd638c3848e3e761c271f16c68650bbf61d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="311.63" OriginalAmount="302.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0035659" Longitude="28.9747459" StarRating="0" HotelCode="|51176" HotelName="Eresin Hotels Sultanahmet - Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucukayasofya Cad. No: 40</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/1/7/6/51176_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2001, is situated on a main street. It has 4 floors, 59 standard rooms and 5 suites. It has a lobby with a reception, a safety deposit box service, a currency exchange service and lifts. Our guests can find a bar, an Ã  la carte restaurant with air-conditioning with highchairs, a conference room, internet, room service, a laundry service and a car park. SITUATION: This cosy hotel is in the tourist centre. Near the establishment, you will find the sea. In the surrounding area, clients have restaurants, bars and a public transport stop. ROOM: The comfortable rooms have an air-conditioning system, a bathroom, a hairdryer, a direct line telephone and a satellite or cable television. They also have a radio, internet, a mini-bar, a safe (available for a fee) and central heating. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard, Diners Club and EC. OTHERS: The establishment offers a buffet breakfast and an Ã  la carte or set-menu lunch and dinner. Dietary restrictions can be accomodated for and special dishes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="311.63" OriginalAmount="302.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0048963" Longitude="28.9799967" StarRating="2" HotelCode="|28730" HotelName="Historia - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>MIMAR MEHMET AGA CAD. AMIRAL TAFDIL SK. 23</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/7/3/0/28730_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has a garden, has 6 floors and 27 rooms. The establishment has a lobby with a reception, a safety deposit box service, lifts, a cloakroom and a currency exchange service. Guests can find a bar, a TV room, a restaurant and a restaurant with air-conditioning, The establishment also offers internet, a bicycle storage room, room service, a laundry service, a medical care service and a car park. SITUATION: It is in the historic centre, 100 metres away, guests can find shops, restaurants, public transport stops and places of interest. it is 17 kilometres away from Istanbul Airport. ROOM: All the rooms have a bathroom, a hairdryer, a direct line telephone and a satellite or cable television. They also have a mini-bar, a double bed, an air-conditioning system and individual heating. Guests are offered family rooms. MEALS: Guests can book bed and breakfast, half-board and full-board, Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: The establishment accepts American Express, Visa and Mastercard.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="312.09" OriginalAmount="303" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="746920|284828" HotelName="Classy Suite Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Inonu Mahallesi, Elmadag Caddesi 44/50, Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/79/9679ab50ae2311333e16a958111daeba5c4e8abc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="312.25" OriginalAmount="303.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0494711" Longitude="29.0245381" StarRating="0" HotelCode="|305429" HotelName="Loren Hotel&amp;suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/5/4/2/9/305429_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="313.12" OriginalAmount="304" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|15320-21009183/4024169871002992272/19172" HotelName="MOVENPICK ISTANBUL BOSPHORUS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/420000/412200/412142/600f679b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="313.12" OriginalAmount="304" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1461977-32715620/4024169871002992272/21145" HotelName="MOVENPICK ISTANBUL OLD TOWN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1461977/20265484558550.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="313.95" OriginalAmount="304.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0053949" Longitude="28.979987" StarRating="3" HotelCode="|19955" HotelName="Glk Premier Acropol Suites and Spa - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AKBIYIK CD. SULTANAHMET 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/9/5/5/19955_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Best Western Acropol is rated four stars and boutique. SITUATION: 200 metres away, guests can find Sultanahmet Square, Topkapi Palace and Basilica Cisterna,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="314.15" OriginalAmount="305" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1354731-24590072/4024169871002992272/22675" HotelName="HAMPTON BY HILTON ISTANBUL ARNAVUTKOY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/84000000/83520000/83515300/83515300/e419e97b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="314.15" OriginalAmount="305.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02649744" Longitude="28.97799173" StarRating="0" HotelCode="442383|selvese_collection_galata_1875" HotelName="Galata 1875 Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Bicycle Rental,Coffee Shop,Concierge,Dry Cleaning,Elevator,Fax,Housekeeping,Internet,Kitchen,Laundry,LCD/Projector,Luggage Storage,Parking,Pets allowed,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hacimimi Mahallesi, Luleci Hendek Caddesi 25, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/07/5007145bef944f282628eb22ac1adb4b97527938.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Galata 1875 Suites in Istanbul (Galata), you'll be ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="314.17" OriginalAmount="305.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.029304" Longitude="28.987342" StarRating="0" HotelCode="|530544" HotelName="Tonight Hotel Port" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Meclis-i Mebusan Cd. N 39</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/0/5/4/4/530544_4cd0cbd1040.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="314.71" OriginalAmount="305.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003287" Longitude="28.975181" StarRating="0" HotelCode="|534743" HotelName="Me by Mula" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/7/4/3/534743_2f4ba911135.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="315.18" OriginalAmount="306" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|64721-28558357/4024169871002992272/13051" HotelName="MIDTOWN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1710000/1709000/1708916/76321ac1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="315.18" OriginalAmount="306.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006146" Longitude="28.979495" StarRating="4" HotelCode="89553|hotel_uyan__special_class" HotelName="Uyan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mah., Utangac Sok. no 25</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/0b/d40b786b9e46d101612655d6567fda6544fd0724.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located the heart of the old city of Sultanahmet in Istanbul, within walking distance o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="315.22" OriginalAmount="306.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.85855" Longitude="29.27161" StarRating="0" HotelCode="|192814" HotelName="Sahil Butik" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Guzelyal? Mahallesi Sahilyolu Caddesi Al?nteri Sokak No:17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/8/1/4/192814_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="316.21" OriginalAmount="307" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009201285934" Longitude="28.976331342328" StarRating="5" HotelCode="299676|40244" HotelName="Sura Hagia Sophia 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,Internet,Lounge,Massage Centre,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Divanyolu Caddesi, Ticarethane Sokak 10, Alemdar Mahallesi, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9d/4d/9d4de131061d9438d410e356a63c30dfdc8d25fb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="317.24" OriginalAmount="308" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06372" Longitude="28.987756" StarRating="5" HotelCode="295369|38932" HotelName="Istanbul Marriott Hotel Sisli" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abide-i Hurriyet Caddesi 142, Sisli, 34381 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/9b/5a9bdd6c42ddc583ae06ddd3e84d4915f09d91da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="317.24" OriginalAmount="308" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.032589" Longitude="28.97416" StarRating="5" HotelCode="208288|35748" HotelName="Radisson Blu Pera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Evliya Çelebi Mahallesi, Refik Saydam Caddesi 19, Tepebasi, Taksim, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/56/f1/56f1b9f6e572377e3469a866c73c1472742fffb4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="317.24" OriginalAmount="308" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|354170-28493949/4024169871002992272/12030" HotelName="RENATA SUITES BOUTIQUE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11770000/11770000/11769969/c0c01bd5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="317.35" OriginalAmount="308.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0059441" Longitude="28.9796422" StarRating="0" HotelCode="|108065" HotelName="Blue Suites by V" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi Seyyit Hasan Sok., No:14, Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/0/6/5/108065_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in a central area, is in Sultanahmet the district of Sultan Ahmed Mosque 200 metres away, guests can find.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="317.40" OriginalAmount="308.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012386" Longitude="28.958614" StarRating="5" HotelCode="136266|122668" HotelName="Celal Aga Konagi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 27/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Balabanaga Mahallesi, Sehzadebasi Caddesi 1, Fatih, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/2a/2a8c0ef806eefaba/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming historical hotel is very close to all of the city's major tourist attractions and hist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="317.51" OriginalAmount="308.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.025346" Longitude="29.105638" StarRating="4" HotelCode="|220774" HotelName="Doubletree By Hilton Istanbul Umraniye" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Yamanevler Mahallesi Haldun Alagas Caddesi No:2 Umraniye.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/7/7/4/220774_334b7300839.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="318.27" OriginalAmount="309" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|496529-28493993/4024169871002992272/2745" HotelName="VENUE HOTEL ISTANBUL OLD CITY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16030000/16021500/16021439/a0b003cb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="319.01" OriginalAmount="309.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0555" Longitude="28.81889" StarRating="5" HotelCode="|192408" HotelName="Mayi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mahmutbey Mh. Peyami Safa Cd. No:25</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/4/0/8/192408_1_1389.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="319.23" OriginalAmount="309.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006282" Longitude="28.973546" StarRating="0" HotelCode="|533857" HotelName="Hotel Ravi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>terzihane sok no 13 / bindirdirek</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/8/5/7/533857_50824f31136.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="319.30" OriginalAmount="310" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|865166-28597622/4024169871002992272/5733" HotelName="DELTAS BY MARRIOTT ISTANBUL KAGITHANE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/46000000/45550000/45541000/45540936/w3995h2667x0y0-579dfcfc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="319.30" OriginalAmount="310" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|558605-28558558/4024169871002992272/19919" HotelName="PORT BOSPHORUS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/25000000/24320000/24316700/24316613/073d0429_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="320.78" OriginalAmount="311.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04695" Longitude="28.98586" StarRating="0" HotelCode="|184769" HotelName="Overland Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ergenekon Mah. Papa Roncalli SoK No: 93</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/7/6/9/184769_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="321.32" OriginalAmount="311.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023832" Longitude="28.974946" StarRating="0" HotelCode="|84977" HotelName="The Purl  Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BANKALAR CAD.KARAKOY 2/1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/9/7/7/84977_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel was built in 2012 and has 32 rooms. SITUATION: This establishment, Istanbul it is in it is in the city centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="322.39" OriginalAmount="313.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01094598" Longitude="28.95435599" StarRating="3" HotelCode="323632|misa_hotel" HotelName="Misa Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kemal Pasa Mahallesi, Yesil Tulumba Sokak No: 27, Laleli / Fatih, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/80/6480c784bcd563e107b9f2feade455523ab7349c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="322.55" OriginalAmount="313.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.061597" Longitude="28.989019" StarRating="5" HotelCode="207960|892515" HotelName="Radisson Blu Hotel Istanbul Sisli" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Mayis Caddesi 2, Sisli, 34360 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/296278/a_296278_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in Sisli, Istanbul, within walking distance of Cevahir Shopping Mall as well a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="323.51" OriginalAmount="314.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008872" Longitude="28.974853" StarRating="3" HotelCode="|76676" HotelName="Ayasultan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar mh. Catalcesme Sk. no 26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/6/6/7/6/76676_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is boutique. SITUATION: This hotel is in the historic area. It has good links to the tourist attractions. ROOM: The establishment has 36 comfortable rooms. OTHERS: The establishment offers a breakfast service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="324.45" OriginalAmount="315" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|535964-28493999/4024169871002992272/19850" HotelName="GOLDEN ROYAL CEMBERLITAS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/24000000/23530000/23526800/23526758/30e09484_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="325.76" OriginalAmount="316.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.906468" Longitude="29.313287" StarRating="4" HotelCode="|205469" HotelName="Isg Sabiha Gokcen Airport - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/5/4/6/9/205469_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="326.51" OriginalAmount="317" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|256162-28558464/4024169871002992272/14762" HotelName="ISG AIRPORT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3440000/3430600/3430585/36f67617_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="326.51" OriginalAmount="317.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01293892" Longitude="28.97726882" StarRating="0" HotelCode="784773|centrum_suites_istanbul" HotelName="Centrum Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Ibn-I Kemal Caddesi 15, Sirkeci, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/fe/c8fee813949f453f9ac732465d548c8e93dd5368.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="327.54" OriginalAmount="318" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.5201507" Longitude="-122.6800853" StarRating="3" HotelCode="0|243545-28549193/4024169871002992272/5263" HotelName="CELINE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>750 SW Alder Street, Portland, OR, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6180000/6172700/6172612/5e62fa28_b.jpg</HotelPictures>
        <HotelDescription>Dossier is your basecamp for exploring Portland, where you are invited to connect with the uniquely local way of life. Rates are inclusive of Resort Fee. Guests who book the Exclusive room categories will be responsible to pay the daily Resort Fee directly at the hotel.The hotel is 100% non-smoking.Pets allowed: $45 per pet per stay (Fee subject to change)General Policy:  
  Overnight Valet Parking: $45 (Fee subject to change) 
  Rates are inclusive of Resort Fee. Guests who book the Exclusive room categories will be responsible to pay the daily Resort Fee directly at the hotel. 
  Pets allowed: $45 per pet per stay (Fee subject to change) 
  A daily $75 incidental deposit will be charged to guests with either a major credit card or debit card. (Fee subject to change) 
 ;&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="327.54" OriginalAmount="318" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1345153-28587047/4024169871002992272/5539" HotelName="APRILIS DELUXE HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/76000000/75700000/75696500/75696459/c08e3329_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="327.54" OriginalAmount="318" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|158235-21405599/4024169871002992272/23095" HotelName="DOUBLETREE BY HILTON ISTANBUL OLD TOWN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3760000/3758400/3758303/cc535335_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="328.23" OriginalAmount="318.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005037" Longitude="28.79753" StarRating="0" HotelCode="|528657" HotelName="Meros Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tevfikbey Mahallesi Halkali Caddesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/8/6/5/7/528657_b13c55c1017.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="328.57" OriginalAmount="319" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|31792-28558333/4024169871002992272/10329" HotelName="AZADE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/900000/891500/891439/10a62783_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="328.57" OriginalAmount="319" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|173791-28592938/4024169871002992272/19396" HotelName="RADISSON BLU HOTEL ISTANBUL ASIA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4910000/4905200/4905107/b17a4a8c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="328.57" OriginalAmount="319.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.052375601961" Longitude="28.99053019808" StarRating="3" HotelCode="118872|boutique_riva_hotel" HotelName="Riva Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rumeli Caddesi 15, Nisantasi</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/25/26/252640cf7850fbed90007a35e4ec5f6f86b23242.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the upmarket shopping district of Nisantasi. Local transport is less than a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="328.86" OriginalAmount="319.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03397" Longitude="28.98744" StarRating="0" HotelCode="|193114" HotelName="Lir Residence Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gumussuyu Mah. Kazanci Yokusu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/1/1/4/193114_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="330.79" OriginalAmount="321.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004871" Longitude="28.959882" StarRating="0" HotelCode="|522104" HotelName="Royal Kral As Suit Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nalbant Cami Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/1/0/4/522104_9e991ad0926.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="330.84" OriginalAmount="321.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007153529536" Longitude="28.973794550926" StarRating="4" HotelCode="65969|69924" HotelName="Deluxe Golden Horn" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahalesi, Binbirdirek Meydani Sokak 1, 34400 Istanbul, Sultanahmet</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/0a40bcd623f64a6f9e90af42b32d6f76.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally situated in the old town, only 100 m from shops, restaurants and public...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="331.66" OriginalAmount="322" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="34.668143" Longitude="-79.004936" StarRating="4" HotelCode="0|544049-28558557/4024169871002992272/16842" HotelName="MOMENTO GOLDEN HORN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>150 JACKSON COURT, LUMBERTON, 28358-1102, NC, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/21000000/20180000/20174000/20173928/b69f5b1d_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Motel. Total rooms and suites: 58. Floors: 2. Property description- *Ideally located midway between Florida and New York on I-95, Exit 22, this property is close to Restaurants, Shopping, Attractions, Historic Sites and Golf courses.&lt;br /&gt;*We are AAA Approved and feature a Complimentary Super Start Breakfast, Free Wireless High Speed Internet, Cable TV with HBO, 24 Hour Front Desk, Copy/Fax Machine, complete use of a nearby Health Club, Free Local Phone Calls and Microwaves/Refrigerators in all rooms. Small pets are allowed but please call property in advance for permission.Property was built in 1111. Hotel Currency: USD. &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="331.91" OriginalAmount="322.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9952419" Longitude="29.0248026" StarRating="3" HotelCode="|83020" HotelName="Kadıköy Rıhtım Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>R?ht?m Cad No 62 Kadikoy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/2/0/83020_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is 10 minutes away from Harem Port It has excellent transport links to the ferry. ROOM: Each room has a sofa and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="332.25" OriginalAmount="322.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00527" Longitude="28.97696" StarRating="0" HotelCode="|95725" HotelName="Vogue Hotel Supreme Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mah. Yerebatan Cad.13 Sultanahmet.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/7/2/5/95725_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a medium-sized hall and a reception. ROOM: All the rooms have a television, a coffee maker, kettle, bottled water, an air-conditioning system, electronic safe, a hairdryer, a writing desk and internet (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="332.69" OriginalAmount="323.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.16130267" Longitude="29.04552696" StarRating="4" HotelCode="188698|fuat_pasa_mansion__special_class" HotelName="Fuat Pasa Yalisi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Çayirbasi Caddesi 148, Büyükdere, Sariyer, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/74/807463699a8daa297e1fcd5cd311c926771824d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="332.73" OriginalAmount="323.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0362433" Longitude="28.9849949" StarRating="4" HotelCode="|74829" HotelName="Cvk Taksim  Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Siraselviler Cad. No:11,Taksim</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/8/2/9/74829_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 85 rooms, The establishment boasts a restaurant, a cafÃ©, a lobby bar, a spa, conference rooms and meeting rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="333.30" OriginalAmount="323.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0107434" Longitude="28.9578742" StarRating="4" HotelCode="|72448" HotelName="Samir Deluxe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Buyuk Resitpasa Cd. Ahmet Suayip Sk. No.22,Laleli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/4/4/8/72448_7.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is located close to the university, close to the establishment, clients can find shops, places of interest. ROOM: Clients can find 40 rooms with an air-conditioning system, a satellite TV, a mini-bar, a safety deposit box, a bathroom and a writing desk. FACILITIES: The establishment has a restaurant, a bar and a terrace.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="333.37" OriginalAmount="323.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.025131" Longitude="28.981089" StarRating="0" HotelCode="|537924" HotelName="Dream Inn Karaköy Bosphorus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yuva Sk. No8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/9/2/4/537924_01e200f0945.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="333.72" OriginalAmount="324.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.026454" Longitude="28.978021" StarRating="0" HotelCode="|528588" HotelName="Selvese Collection Galata 1875" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/8/5/8/8/528588_889bd561036.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="333.72" OriginalAmount="324" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|267060-28558473/4024169871002992272/18028" HotelName="THE PARMA HOTEL AND SPA TAKSIM" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8090000/8083300/8083274/2d9dcdd8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="333.72" OriginalAmount="324.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006856" Longitude="28.973594" StarRating="4" HotelCode="10281|hotel_arcadia_blue_istanbul" HotelName="Hotel Arcadia Blue" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dr. Imran Oktem Cad. No.1, Sultanahmet, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/05/da0527a3862421ebfb34cf8fec31866d06c6aac9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Sultanahmet, in the heart of Istanbul, a city which has always attracted tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="333.72" OriginalAmount="324.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.938279" Longitude="29.322708" StarRating="5" HotelCode="175795|crowne_plaza_hotel_istanbul__asia" HotelName="Crowne Plaza Istanbul - Asia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yenisehir Mahallesi, Dedepasa Caddesi 15, Kurtkoy-Pendik, 34912 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e3/b9/e3b95019664e84beebe0bb3b6c5fae6943eba7d0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul - Sabiha Gökcen (SAW).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="333.72" OriginalAmount="324.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.031735997928" Longitude="28.980529877811" StarRating="3" HotelCode="398333|hammamhane" HotelName="Hammamhane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Firuzaga Mahallesi, Cukurcuma Caddesi 45, Beyoglu, 34425 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/af/48af6c3eacead2bab22afcd21cd20c4d06fd93cb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="334.75" OriginalAmount="325" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="49.177229" Longitude="-2.102358" StarRating="3" HotelCode="0|158248-28549166/4024169871002992272/21660" HotelName="NILES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>. HAVRE-DES-PAS, Saint Helier, UK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1590000/1583100/1583001/1812d84c_b.jpg</HotelPictures>
        <HotelDescription>This historic hotel is situated on the seafront at Havre-des-Pas in St. Helier, enjoying views over the bay and sandy beach. There is only a pedestrian promenade separating the establishment from the sea shore and guests can enjoy the private sun terrace and take evening meals in our air-conditioned sea front restaurant. 
For an alternative dining choice there are a number of restaurants, cafés and pubs nearby, as well as a bus stop outside the hotel. It is only a 15-minute walk from the centre of St. Helier, where shopping opportunities can be explored. This traditional property boasts exceptional service and guests can unwind in well equipped rooms. In the morning you wake up to delightful buffet breakfast with a selection to suit all tastes. Guests also benefit from an indoor pool offering spectacular views of St Clements Bay. After all day sightseeing  or touring around the island guests may enjoy a wide selection of drinks at the welcoming bar. There is free Wi-Fi across the property.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="334.75" OriginalAmount="325.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035383" Longitude="28.976601" StarRating="3" HotelCode="191177|dila_suites" HotelName="Dila Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kamer Hatun Mh. Balik Sk No: 16, 34435 Taksim, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/e0/8ee0926812afb19641fac4b265e40cc64f2122d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Pera/Beyoglu district of the city and is just 650 m from Taksim Square, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="335.47" OriginalAmount="325.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0059474" Longitude="28.9688824" StarRating="0" HotelCode="|108148" HotelName="The White Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Emin Sinan Mahallesi Piyerloti Caddesi No:57 Old City/Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/4/8/108148_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a terrace. SITUATION: Sultanahmet It is in 10 minutes away from the establishment, you can find the mosque. ROOM: The establishment has suites with kitchen and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="335.78" OriginalAmount="326.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.050517" Longitude="28.989867" StarRating="4" HotelCode="191113|cheya_residences_nisantasi_deluxe" HotelName="Cheya Deluxe Residence Nisantasi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vali Konagi Cd 20, Halaskargazi Mh., 34400 Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/08/1a08ed9ce398bea772926be412d5ff1dc1f05ab7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="335.86" OriginalAmount="326.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.144808257644" Longitude="29.053929448128" StarRating="4" HotelCode="260599|926045" HotelName="The Central Palace Bosphorus" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Haydar Aliyev Street 124, Tarabya Sariyer, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3b/b4/3bb4588e5018f4cd6e742f4e2b33d3bec5c9049c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Istanbul, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="336.36" OriginalAmount="326.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.970858" Longitude="29.039578" StarRating="0" HotelCode="|526269" HotelName="Petek Pansiyon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Alptekin Sk. 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/6/2/6/9/526269_c77c13c1035.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="336.81" OriginalAmount="327" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.988516" Longitude="29.021021" StarRating="5" HotelCode="165537|30346" HotelName="DoubleTree by Hilton Hotel Istanbul - Moda" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Caferaga Mahallesi, Albay Faik Sözdener Caddesi 31, Moda Kadikoy District, 34710 Istanbul - Asian side, Turkey</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/7e/4e/7e4e770fcb8b65c60fb44ee7dc1b89b2fbdc975e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of Istanbul, this urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="336.81" OriginalAmount="327" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.057168040828" Longitude="28.976010235443" StarRating="4" HotelCode="905797|45363" HotelName="Fraser Place Anthill Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Mahallesi, Incirli Dede, Caddesi No: 6, 34380 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/87/7f87be8c72032f42b4929ebda4111c31cdc7a7dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located next to Istanbul's modern business districts, Levent and Maslak, and only 3 km...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="337.84" OriginalAmount="328" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1462687-32890445/4024169871002992272/4908" HotelName="LIVRO HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88920000/88918500/88918488/69cdfbda_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="338.00" OriginalAmount="328.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03331" Longitude="28.975168" StarRating="5" HotelCode="187043|758225" HotelName="Rixos Pera Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kamerhatun Mahallesi, Mesrutiyet Caddesi 44, Tepebasi, Taksim, 34440 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a1/e4/a1e49c5aa7c6e5e87c85fe1c1d861870df825c10.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="338.83" OriginalAmount="328.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012736" Longitude="28.9779493" StarRating="4" HotelCode="|19957" HotelName="Best Western Empire Palace  and Spa - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>HOCAPASA MAH.HUDAVENDIGAR CD. - SIRKECI 17-19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/9/5/7/19957_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was opened in 2004, has a beautiful terrace and 35 rooms. In the entrance, you can find a lobby with a reception, a currency exchange service, a cloakroom and a lift. The establishment also has a cafÃ©, 2 bars, a restaurant with air-conditioning, with highchairs, a conference room and internet. There are many services available at the establishment, including room service, a medical care service and a laundry service. SITUATION: It is in the historic centre, is 100 metres away from the tourist area, Clients can find shops, restaurants, bars and nightclubs. It is located nearSultanahmet the Square of the railway station, is situated 22 kilometres away from Istanbul Airport Is situated on a main street. ROOM: The inviting rooms, have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio, internet, a mini-bar, a king-size bed, a double bed, a safe (available for a fee) and an individual air-conditioning system. FACILITIES: The establishment boasts a Turkish bath. PAYMENT METHODS: Customers can pay using American Express, Visa and Mastercard. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and an Ã  la carte or set-menu lunch and dinner. Dietary restrictions can be accomodated for and special dishes. Guests can book half-board or full-board.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="338.87" OriginalAmount="329" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|610027-18986930/4024169871002992272/1207" HotelName="CROWNE PLAZA HOTEL ISTANBUL - ASIA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4310000/4306700/4306663/632156ae_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="338.87" OriginalAmount="329" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|149425-28592922/4024169871002992272/20968" HotelName="GLK PREMIER ACROPOL SUITES &amp;amp; SPA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/903400/903317/d81037ed_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="338.87" OriginalAmount="329.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009194" Longitude="28.977119" StarRating="5" HotelCode="904126|vogue_hotel_supreme_istanbul" HotelName="Hagia Sophia Hotel Istanbul Old City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mahallesi, Yerebatan Caddesi 13, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/16/7e169b0d86c83214c91e31adcb920902a512f00a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the historical district of Sultanahmet, this hotel really does enjoy an enviable position...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="339.90" OriginalAmount="330" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|3499-28592899/4024169871002992272/20479" HotelName="ERESIN HOTELS SULTANAHMET (EX. ERESIN CROWN)" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1330000/1320900/1320829/00fc5165_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="340.05" OriginalAmount="330.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0361369" Longitude="28.9900874" StarRating="0" HotelCode="|86908" HotelName="Cheya Gumussuyu Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/0/8/86908_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Beyoglu Is situated in Close to Taksim the square. ROOM: Guests are offered apartments with TV, a kitchen, a dishwasher and internet (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="340.93" OriginalAmount="331" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|62513-28558356/4024169871002992272/15747" HotelName="DELUXE GOLDEN HORN SULTANAHMET" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/810000/804500/804472/9c2c8f84_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="340.99" OriginalAmount="331.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012477" Longitude="28.958361" StarRating="0" HotelCode="|470009" HotelName="Rayelin Hotel Istanbul Old City Special Category" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sehzadebasi Cad no3 Fatih Istanbul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/0/0/9/470009_0a583721218.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="341.35" OriginalAmount="331.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035948" Longitude="28.989982" StarRating="4" HotelCode="191159|2551435" HotelName="Cheya Residence Gümüssuyu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Inönü Caddesi, Ömer Avni Mahallesi, Haci Hanim Sokak 6, Taksim, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/7a/f37a1ac40db28fa92dbf8ca88c6f686c44e9cda3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="341.69" OriginalAmount="331.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.988421" Longitude="29.021339" StarRating="5" HotelCode="|95706" HotelName="Doubletree By Hilton Istanbul Moda" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Caferaga Mh Albay F Sozdener Caddesi 31 Kadikoy 34710 Istanbul Turkey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/7/0/6/95706_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has rooms with a TV, sea views and a swimming pool. SITUATION: This hotel is 5 minutes away from the ferry terminal. 240 metres away, guests can find Kadikoy Underground Station. The establishment offers a transfer service to the airport for a supplement. ROOM: The rooms have an air-conditioning system, a mini-bar and room service. Some rooms have sea views. FACILITIES: This establishment has a gym, a spa, a sauna, a Turkish bath, massage rooms, car rental and private parking (free of charge). OTHERS: Clients have at their disposal a restaurant, a cafÃ©, a bar a restaurant and a swimming pool bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="341.88" OriginalAmount="331.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03866" Longitude="28.988129" StarRating="5" HotelCode="75235|144666" HotelName="Gezi Bosphorus" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mete Cad. 34, Taksim, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/f3/f4f3e1cc17e463328dbadee78c19f968bb4d9ed3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a great central location within 500 m of Taksim, with its links to the public tran...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="341.96" OriginalAmount="332.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039751408394" Longitude="28.987700343132" StarRating="5" HotelCode="9356|intercontinental_istanbul" HotelName="Intercontinental Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Asker Ocagi Cad. No:1, Taksim, 34435 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/94/1994fcfdb97f9b65da37fd1ac17a08c5e4eef72e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming luxury hotel is centrally located close to Taksim Square in Istanbul's new town and be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="342.84" OriginalAmount="332.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.873241" Longitude="29.130442" StarRating="4" HotelCode="|83519" HotelName="Ascot  Buyukada" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MADENLER MAH.CINAR CAD. 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/5/1/9/83519_d5ebb701101.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="344.66" OriginalAmount="334.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0065497" Longitude="28.9719051" StarRating="0" HotelCode="|82908" HotelName="Paris Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Piyerloti Caddesi Dizdariye Medresesi Sok. No:5 Cemberlitas Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/0/8/82908_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is family-run, The establishment boasts a terrace with ocean views. SITUATION: It is inIstanbul the historic area of 2 minutes away, you can find Piyer Loti the square. ROOM: All the rooms have WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="345.05" OriginalAmount="335" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.97967956" Longitude="28.88668737" StarRating="5" HotelCode="599925|237411" HotelName="Hilton Istanbul Bakirkoy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Currency Exchange,Fax,Laundry,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sakizagaci Mahallesi, Kennedy Caddesi 103, 34158 Istanbul, Bakirkoy</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/83/8e/838e5be2f5a4ac1a69d6486e306b22061e356109.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Istanbul, this hotel is ideal for business travellers as well as families.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="345.09" OriginalAmount="335.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01526" Longitude="28.97567" StarRating="0" HotelCode="|184332" HotelName="Empire Suite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hobyar Mah.Ankara cad.Dervisoglu Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/3/3/2/184332_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="346.08" OriginalAmount="336.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.8458" Longitude="29.296272" StarRating="4" HotelCode="|220769" HotelName="Doubletree By Hilton Istanbul - Tuzla" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Evliya Celebi Mah. Mustafa Kemal Cad 5,Tuzla</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/7/6/9/220769_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="347.51" OriginalAmount="337.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0129226" Longitude="28.9761342" StarRating="4" HotelCode="|72542" HotelName="Levni  and Spa - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Main Entrance: Ankara Caddesi No: 12, Back Entrance: Ebusuud Caddesi No: 31, Sirkeci</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/5/4/2/72542_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Levni Hotel Istanbul is rated five stars. It has modern facilities, a flatscreen television and internet. You are also offered a covered swimming pool, a gym and a Turkish bath. It has a reception and a car hire desk. Guests can enjoy a massage service, a spa, a wellness centre, a sauna, a solarium and a gym. SITUATION: It is situated in the historic centre of Istanbul. It is 200 metres away from Topkapi Sarayi, is 200 metres away from the Tram Station of Bekleme Peronlari. 1 kilometre away from the establishment, guests will find the Atik Ali Pasha Mosque, ROOM: The bright rooms have modern furniture, a bathroom, a coffee maker and flat-screen satellite television. some rooms even have a balcony. OTHERS: Clients have at their disposal a Turkish restaurant. The establishment offers vegetarian dishes. It also has a pub.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="348.14" OriginalAmount="338" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.606108" Longitude="-96.7681019" StarRating="5" HotelCode="0|138830-28592917/4024169871002992272/20345" HotelName="POINT BARBAROS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>5410 N. Granite Lane, Sioux Falls, 57107, SD, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/480000/479600/479503/1596fa1c_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Midscale. Property Type: Inn. Total rooms: 93. Floors: 3. Property description- Get more for your money at the Quality Inn and Suites Airport North hotel in Sioux Falls, SD, starting with our free airport shuttle to and from the nearby Sioux Falls Regional Airport. You can depend on our platinum award-winning property to deliver essential amenities like meeting space, business services, free WiFi, free hot breakfast and a fitness center. Wind down in our lounge bar, too. Get refreshed in our handsomely decorated guest rooms, all of which feature flat-screen TVs, hair dryers, coffee makers, microwaves, refrigerators and irons and ironing boards. Long-distance travelers will appreciate our guest laundry services. Also, earn rewards including free nights and gift cards with our Choice Privileges Rewards program. Please note that our hotel is closed for maintenance.. Onsite facilities information- ParkingProperty was renovated in 2007. Hotel Currency: USD. Additional Phone Numbers: Voice - Brand reservations office: 800228-5151. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="349.86" OriginalAmount="339.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.031934" Longitude="28.987917" StarRating="0" HotelCode="|533326" HotelName="Loop Hotel Bosphorus İstanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hardal Sk. 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/3/2/6/533326_11510601117.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="350.20" OriginalAmount="340" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|76764-28558360/4024169871002992272/5000" HotelName="AMIRAL PALACE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1850000/1847400/1847383/2917aa2e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="350.20" OriginalAmount="340" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1448554-32600388/4024169871002992272/23678" HotelName="ALTUNIZADE SUITES ISTANBUL CURIO COLLECTION BY HILTON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/109000000/108580000/108574500/108574451/w5755h3840x5y0-79a08037_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="351.23" OriginalAmount="341" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1351799-28598221/4024169871002992272/9217" HotelName="WISH MORE SISLI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/98000000/97370000/97360300/97360263/1a1547d3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="351.63" OriginalAmount="341.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.031448" Longitude="28.984509" StarRating="0" HotelCode="|522042" HotelName="Monnas Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/0/4/2/522042_a951c2e0905.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="352.00" OriginalAmount="341.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.059677" Longitude="28.97957" StarRating="4" HotelCode="|553409" HotelName="Bomonti Arjaan By Rotana" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Merkez Mah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/4/0/9/553409_2e426561342.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="352.26" OriginalAmount="342" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1450529-32593005/4024169871002992272/16470" HotelName="ELITE WORLD HOMES ISTANBUL BOSPHORUS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/113000000/112420000/112415600/112415594/61bdaaed_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="352.26" OriginalAmount="342" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1329776-28476591/4024169871002992272/17347" HotelName="MERODDI BARNATHAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/78000000/77990000/77986500/77986426/a21426e9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="354.51" OriginalAmount="344.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0286331" Longitude="28.9731171" StarRating="0" HotelCode="|86777" HotelName="Galata Flats" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Caddesi No:84 Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/7/7/86777_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inTÃºnel the district of. ROOM: Clients can find fully-equipped apartments and have WiFi, (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="355.09" OriginalAmount="344.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.045097" Longitude="29.008628" StarRating="0" HotelCode="|443798" HotelName="The Pearl Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cihannuma Mah Mehmet Ali Bey Sok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/3/7/9/8/443798_39453891053.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="356.35" OriginalAmount="345.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.041136315164" Longitude="28.98340792738" StarRating="5" HotelCode="186411|888205" HotelName="Barceló Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mah 25, Abdulhak Hamit Caddesi, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/55/b3/55b3cf1e36da01d1c615b705b2dc64aa71b44968.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="356.46" OriginalAmount="346.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0285072" Longitude="28.9853036" StarRating="4" HotelCode="|107955" HotelName="Nidya  Galataport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Meclis-i Mebusan Cad. No:21 Tophane</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/9/5/5/107955_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a terrace with ocean views and the historic centre. It also has a spa. SITUATION: This establishment, Bosphorus it is 50 metres away from it is situated 450 metres away from Tophane the Tram Station of. ROOM: All the rooms have a flat-screen television and a mini-bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="357.14" OriginalAmount="346.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0127805" Longitude="28.9779216" StarRating="4" HotelCode="|17623" HotelName="Romance Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hudavendigar Caddesi No:5 (also 7)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/6/2/3/17623_6b01bcf0811.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 5 floors, 2 single rooms, 57 double rooms and 4 junior suites. The establishment has a reception, 60 safety deposit boxes, a currency exchange service, a cloakroom, 2 lifts, a cafÃ©, a bar, a television room, an Ã  la carte restaurant with air-conditioning, conference rooms and internet (for a fee), There are many services available at the establishment, including room service, a laundry service and a medical care service. The establishment also has an indoor car park. SITUATION: This urban hotel is in Istanbul the tourist area of it is situated near the city centre, Where you can find shops, boutiques, cafÃ©s, bars, restaurants and animated nightlife. nearby, there is a public transport stop, Sultanahmed Camii and Kapalicarsi it is near it is 18 kilometres away from the airport. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, internet, a mini-bar, a double bed, an air-conditioning system, a central heating system, a safety deposit box and a balcony. Clients are offered 1 disabled access room. PAYMENT METHODS: Customers can pay by American Express, Visa and Mastercard. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="357.14" OriginalAmount="346.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023801" Longitude="28.975882" StarRating="5" HotelCode="|192107" HotelName="10 Karakoy Istanbul - Special Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kemeralti Caddesi No: 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/1/0/7/192107_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="357.41" OriginalAmount="347" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.11241503" Longitude="28.98717334" StarRating="0" HotelCode="978087|410934" HotelName="Radisson Residences Vadistanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ayazaga Mahallesi, Kemerburgaz Caddesi 6A 7V/101, 34396 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/b8/99b8d5b3709b5e7b080c4b1b2fdf801a2c26160d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="357.41" OriginalAmount="347" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|23144-28596450/4024169871002992272/4246" HotelName="SHERATON ISTANBUL LEVENT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/905000/904946/afee85e8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="357.41" OriginalAmount="347" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|451235-28592987/4024169871002992272/13402" HotelName="FER" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/15000000/14630000/14627000/14626941/f3a54d8b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="358.44" OriginalAmount="348" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.024733454735" Longitude="28.980147896175" StarRating="5" HotelCode="320034|111426" HotelName="Novotel Istanbul Bosphorus" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kemankes Kara Mustafa Pasa Mahallesi, Kemankes Caddesi 57-59, Karakoy, 34425 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/6b/ce6bb32ae89d4bcf8309a1c8a95d120c042fca99.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="360.50" OriginalAmount="350" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1277829-32418546/4024169871002992272/25077" HotelName="OTTOPERLA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1277829/20211125125132131.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="360.50" OriginalAmount="350.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.028161" Longitude="28.624467" StarRating="5" HotelCode="297939|tuyap_palas" HotelName="Tuyap Palas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gurpinar Kavsagi, E-5 Karayolu Uzeri, Tuyap Fair Convention and Congress Center, 34500 Büyükçekmece, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/4f/114f2e8ce3f64aa7dc197b1364aeda898310a938.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="360.50" OriginalAmount="350.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05032" Longitude="28.99114" StarRating="5" HotelCode="790559|nish_palas_istanbul_in_the_unbound_collection_by_hyatt" HotelName="Nish Palas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Harbiye Mahallesi, Abdi Ipekci Caddesi 12, Nisantasi, Sisli, 34367 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/94/3c946e9bcf3e08981386e6c1e80026654b05e744.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="361.13" OriginalAmount="350.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.845788116174" Longitude="29.296227482877" StarRating="4" HotelCode="323674|CAX569800" HotelName="DoubleTree by Hilton Hotel Istanbul - Tuzla" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Evliya Celebi Mahallesi, Mustafa Kemal Caddesi 5, 34947 Tuzla, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/ce/b6ce99fac4c184183cf208cb8fcefdf555c9a23b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="361.53" OriginalAmount="351" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|15022-28599150/4024169871002992272/18400" HotelName="CROWNE PLAZA ISTANBUL ORTAKOY BOSPHORUS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/902700/902655/w717h477x3y3-dedd2da8_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="361.53" OriginalAmount="351.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.962188530351" Longitude="28.841224660632" StarRating="4" HotelCode="423136|marina_park_residences" HotelName="Atakoy Marina Park Hotel Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Concierge,Designated Smoking Area,Fax,Housekeeping,Internet,Kitchen,LCD/Projector,Luggage Storage,Parking,Restaurant,Telephone Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Rauf Orbay Caddesi, Sahilyolu 10, Atakoy Marina Park, Bakirkoy, 34158 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/af/40af3e5f587143731bb89f0be136e1c0b1d64be4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Istanbul, Atakoy Marina Park Residences is close to Ata...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="362.56" OriginalAmount="352" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|256711-28558466/4024169871002992272/11372" HotelName="AVANTGARDE HOTEL TAKSIM SQUARE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7360000/7353600/7353506/139a74d7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="362.58" OriginalAmount="352.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.07736" Longitude="29.013355" StarRating="5" HotelCode="300843|363692" HotelName="Wyndham Grand Istanbul Levent" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Conference Hall,Fax,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Esentepe Mahallesi, Büyükdere Caddesi 177-183, 34394 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/0a/020aeddeb25f6a9cbd234a2594e5ddddcfc19c07.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="362.96" OriginalAmount="352.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036525" Longitude="28.986158" StarRating="5" HotelCode="18366|30054" HotelName="The Marmara Taksim" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,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,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Osmanli Sokak 1/B, 34437 Istanbul, Taksim</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c0/40/c040fdec318974bb3db4682efd76547c6d84a9d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the heart of the city, this hotel offers holidaymakers everything they could wish for whe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="366.68" OriginalAmount="356" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|247652-28558459/4024169871002992272/4837" HotelName="LASAGRADA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6430000/6420600/6420600/d86441b8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="367.71" OriginalAmount="357" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.802022" Longitude="28.230408" StarRating="5" HotelCode="0|164681-25083520/4024169871002992272/15762" HotelName="VOGUE SUPREME ISTANBUL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>7 CUMHURIYET MAHALLESI SAHIK SOKAK ICMELER, ICMELER, TR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/37000000/36850000/36840900/36840828/9d56eeee_b.jpg</HotelPictures>
        <HotelDescription>Ercanhan Hotel is located 110 km to Dalaman airport ,8 km to Marmaris city center.

The Ercanhan Hotel will appeal to families and couples looking for a simple but comfortable accommodation in Turkey, with a friendly atmosphere in a central position.

All rooms have bathroom/shower WC, air conditioning balcony/terrace, telephone, hairdryer (certain amenities may be payable locally)&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="368.74" OriginalAmount="358" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="29.4580361" Longitude="-98.6235879" StarRating="4" HotelCode="0|139973-28590940/4024169871002992272/12711" HotelName="SULTANIA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>8021 Alamo Downs Parkway, San Antonio, 78238, TX, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3600000/3598700/3598663/c390e794_b.jpg</HotelPictures>
        <HotelDescription>Property Category: All suite. Property Type: All suite. Total rooms: 75. Floors: 3. Property description- Get more of the space you need to spread out, relax or work at the smoke-free Comfort Suites hotel in San Antonio, TX, located near near SeaWorld. Nearby attractions include the River Walk, The Alamo, San Antonio Zoo, Lackland Air Force Base and Alamodome. Enjoy free hot breakfast, free WiFi, a fitness center, indoor pool and guest laundry facilities. Your spacious suite includes a flat-screen TV, hair dryer, coffee maker, microwave and refrigerator. Also, earn rewards including free nights and gift cards with our Choice Privileges Rewards program.. Onsite facilities information- ParkingProperty was renovated in 2007. Hotel Currency: USD. Additional Phone Numbers: Voice - Brand reservations office: 800228-5150. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="369.76" OriginalAmount="358.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.056006" Longitude="28.98774" StarRating="0" HotelCode="|470671" HotelName="Wish More Hotel Şişli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Halaskargazi 196</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/6/7/1/470671_e8f15a21200.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="372.22" OriginalAmount="361.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.050942066263" Longitude="28.992040157318" StarRating="5" HotelCode="58544|66694" HotelName="The Sofa Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Tesvikiye Caddesi 41-41A, 34367 Istanbul, Nisantasi</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/ae/27aeb9231a20e7c43493a0d78ca0cc805a8ca18d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Tesvikiye neighbourhood of the Nisantasi quarter, Istanbul. There are nu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="372.86" OriginalAmount="362" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.088966363889" Longitude="29.035009145737" StarRating="5" HotelCode="185758|28613" HotelName="Le Meridien Istanbul Etiler" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cengiz Topel Caddesi No: 39, Etiler Mh., 34337 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/02/20/0220ea39068022504bb8b9bc336d6b2cbd02d495.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="372.86" OriginalAmount="362" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|149973-28590941/4024169871002992272/4690" HotelName="LEVNI HOTEL AND SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4170000/4161700/4161619/ff114350_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="372.86" OriginalAmount="362" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|15303-28558306/4024169871002992272/6466" HotelName="ARMADA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/800000/794400/794319/4dc5101d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="372.86" OriginalAmount="362" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|529184-24108560/4024169871002992272/22368" HotelName="MFB MY FINEST BOSPHORUS HOTEL TARABYA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7080000/7070500/7070483/e5efc975_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="373.86" OriginalAmount="362.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00304" Longitude="28.97561" StarRating="0" HotelCode="|184889" HotelName="Glk Premier Sea Mansion Suites and Spa - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucukayasofya Mh Mustafapasa Sk No 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/8/8/9/184889_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="374.92" OriginalAmount="364" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.008785" Longitude="-78.82341" StarRating="4" HotelCode="0|175876-28558420/4024169871002992272/10032" HotelName="RAST" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>2000 Niagara Falls Blvd., Tonawanda, 14150, NY, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3010000/3000900/3000841/5ce71f22_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Economy. Property Type: Inn. Total rooms: 40. Floors: 2. Property description- The pet-friendly Econo Lodge Tonawanda I-290 hotel in Tonawanda, NY is an easy stop on the road. Our hotel is near attractions like the Buffalo Zoo, Niagara Falls, Boulevard Mall, downtown Buffalo, Ralph Wilson Stadium, Darien Lake Theme Park, Walden Galleria, HarborCenter and the Fashion Outlets of Niagara Falls. Amenities include free Easy Starts continental breakfast, free WiFi and free coffee. Guest rooms come with refrigerators, microwaves, hair dryers and TVs. Select rooms have even more amenities, such as desks and a hot tubs. Also, earn rewards including free nights and gift cards with our Choice Privileges Rewards program.Hotel Currency: USD. Additional Phone Numbers: Voice - Brand reservations office: 800553-2666. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="375.00" OriginalAmount="364.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.10899" Longitude="29.023" StarRating="5" HotelCode="72623|2290165" HotelName="Hilton Istanbul Maslak" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Üçyol Mevkii, Büyükdere Caddesi 233, Maslak, Sariyer, 34485 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/3f/ee3f739c1d812b3c2ee05bc16b7f41d50caa8224.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel has set an unmatched standard for luxury in the heart of business and entertainment distr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="375.10" OriginalAmount="364.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.07889" Longitude="29.011805" StarRating="4" HotelCode="|184773" HotelName="Delta Hotels By Marriott Istanbul Levent" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/7/7/3/184773_367fe711114.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="375.47" OriginalAmount="364.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.041057948008" Longitude="28.987205576721" StarRating="5" HotelCode="11808|2832" HotelName="Divan Istanbul Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Asker Ocagi Caddesi 1, Taksim, 34367 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/56/585621cb558cbad7e4854b76eb9afe7d4d36d025.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel is located near Taksim Square (around 250 m away), in the centre of the city. I...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="375.95" OriginalAmount="365.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05460602" Longitude="28.99642459" StarRating="5" HotelCode="593657|tzl_suites" HotelName="Tzl Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Tesvikiye Mahallesi, Sinoplu Sehit Cemal Sokak 9, Valikonagi Caddesi, Nisantasi, 34365 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/da/14/da14c5a6826d5ddef69d3e5d15a81808be2bdf1e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a café, a transfer service, room service and a business...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="376.98" OriginalAmount="366.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05044906" Longitude="28.99278374" StarRating="4" HotelCode="471478|la_belle_nisantashi" HotelName="Nisantasi Exclusive Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Lounge,Massage Centre,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Tesvikiye Caddesi 39, Nisantasi, Sisli, 34367 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/ca/8aca0eb2a132190a19d0b81d33d4630879dcf16e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="377.57" OriginalAmount="366.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03831" Longitude="28.98707" StarRating="5" HotelCode="|72433" HotelName="Gezi Hotel Bosphorus, Istanbul, A Member Of Design Hotels - Special Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mete Cd. No 34 Taksim</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/4/3/3/72433_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inIstanbul the city centre of next to the establishment, clients can find Taksim the square Clients can also find the metro station, Bosphorus 5 minutes away from the establishment guests have It is situated 21 kilometres away fromIstanbul AtatÃ¼rk Airport. ROOM: The rooms have a satellite TV, internet, parquet flooring and a marble bathroom. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast and lunch and dinner service. OBSERVATIONS: The establishment offers car hire, ticket sale and a business centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="378.01" OriginalAmount="367" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.07416032" Longitude="28.923943" StarRating="4" HotelCode="936320|198819" HotelName="Isfanbul Holiday Home &amp; Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yesilpinar Mahallesi, Girne Caddesi, Eyüp, 34065 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d7/99/d799a116efb06094d544d69b6e5d1d008b1cd74a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="378.99" OriginalAmount="367.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.027287" Longitude="28.974515" StarRating="0" HotelCode="|485353" HotelName="World House Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sahkulu Mahallesi Galip dede Caddesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/5/3/5/3/485353_cc9d5c02004.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="379.04" OriginalAmount="368" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|167627-32594111/4024169871002992272/7600" HotelName="THE GREEN PARK PENDIK HOTEL &amp;amp; CONVENTION CENTER" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3850000/3844000/3843923/759750bd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="379.04" OriginalAmount="368" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|155115-28592925/4024169871002992272/20842" HotelName="GEZI BOSPHORUS ISTANBUL A MEMBER OF DESIGNS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1850000/1848300/1848252/0ec714b7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="379.04" OriginalAmount="368.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="981870|stay_lab_residence_hotel" HotelName="Stay Lab Residence &amp; Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Caddesi 59, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/66/7a66d5667aa5da385d950f9d65d98b9182686869.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="379.12" OriginalAmount="368.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0504979" Longitude="28.9926594" StarRating="0" HotelCode="|61779" HotelName="The Stay Boulevard Nisantasi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tesvikiye Caddesi No:41-41ANisantasi,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/1/7/7/9/61779_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building was built in the 20th Century, has a spa centre, a gym, a swimming pool, a sauna and a Turkish bath. You are also offered an elegant hall, a reception and the cafÃ©. SITUATION: Nisantasi It is in it is a few minutes' walk away from Taksim the square BeyoÄŸlu and Harbiye nearby, you will find it is well-connected with modes of transport, is 5 minutes away from Osmanbey the train station. ROOM: The large rooms, are contemporary style, have a satellite TV, a CD player, a DVD player, an air-conditioning system, computer safe, desk items, a bathroom with a shower and a bath. OTHERS: It also hasTuuS the restaurant For an extra charge, clients can enjoy a breakfast service in room or in the cafÃ©.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="380.07" OriginalAmount="369" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|865466-28477898/4024169871002992272/2784" HotelName="39 KALAMIS MARINA HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/47000000/46300000/46295000/46294947/b7cb44c4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="380.07" OriginalAmount="369" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|267144-28592963/4024169871002992272/13969" HotelName="SURA HAGIA SOPHIA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8050000/8046700/8046669/7767a3fc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="380.07" OriginalAmount="369" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|463841-28558531/4024169871002992272/21032" HotelName="MORIONE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10250000/10244100/10244005/86d5858b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="380.07" OriginalAmount="369" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1459557-32622100/4024169871002992272/23576" HotelName="CANOPY BY HILTON ISTANBUL TAKSIM" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/121000000/120310000/120302900/120302835/w5743h3830x5y5-7ffa3c78_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="380.22" OriginalAmount="369.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0110016" Longitude="28.9846992" StarRating="4" HotelCode="|17634" HotelName="Doubletree By Hilton Istanbul - Sirkeci" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>NOBETHANE CAD. DARUSSADE SOK. SIRKECI 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/6/3/4/17634_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This business hotel, has 118 double rooms, 6 floors, a reception, a safety deposit box service, a currency exchange service, a lift, a TV room, internet, shops, 4 conference rooms, a laundry service, room service and a medical care service (for a fee), The establishment boasts a cafÃ©, a bar and a restaurant with air-conditioning, Kids can enjoy a playground, It also has a car park. SITUATION: This modern hotel is situated in the central area, in the surrounding area of the establishment, guests can find the commercial areas, Where you can find bars, shops, boutiques and restaurants. it is situated 15 kilometres away from the airport. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, satellite and cable television, internet, a mini-bar (available for a fee), a safe and central heating. FACILITIES: The establishment has a gym, a sauna and a massage service (available for a fee). PAYMENT METHODS: Customers can pay by Visa, American Express and Mastercard. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast, an Ã  la carte lunch and an Ã  la carte or set-menu dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="380.92" OriginalAmount="369.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.072077" Longitude="29.0151073" StarRating="0" HotelCode="|95717" HotelName="Avantgarde Levent Hotel - Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Buyukdere Cad. 161 Zincirlikuyu - Levent Istanbul,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/7/1/7/95717_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a covered swimming pool, 2 restaurants, business facilities, conference facilities, air-conditioning, 84 rooms, a lobby with a reception and express check-out. The establishment offers guests a currency exchange service, a cloakroom, a lift, a kiosk, a cafÃ©, a terrace and WiFi. For an extra cost you can have access to room service, a laundry service and a car park. SITUATION: The hotel is in a business area and the commercial area, 5 minutes away from the establishment guests have the metro station, Close to The Kanyon the shopping centre Taksim 15 minutes away from the establishment clients have Where you can find shops, restaurants, bars and nightclubs. 28 kilometres away from the establishment, guests will find Istanbul AtatÃ¼rk Airport it is situated 40 kilometres away from Sabiha Gokcen Airport. ROOM: Each room has a shower, a hairdryer, a direct line telephone, satellite or cable TV, internet, a safe, a mini-bar, an air-conditioning system and heating. FACILITIES: Guests are offered a covered swimming pool, parasols (available for a fee), a spa, a jacuzzi, 2 saunas, a steam bath and a Turkish bath. For a fee, you can enjoy spa treatments and a massage service. The establishment also offers pilates and a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="381.10" OriginalAmount="370" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|300158-28590944/4024169871002992272/2426" HotelName="10 KARAKOY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9070000/9069700/9069626/9ea51b97_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="381.40" OriginalAmount="370.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05422" Longitude="28.988443" StarRating="4" HotelCode="|447928" HotelName="Hallmark and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Matbaaci Osmanbey Sokagi, 30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/9/2/8/447928_25b2c050929.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="382.13" OriginalAmount="371" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.669700" Longitude="12.564500" StarRating="4" HotelCode="0|230843-28558444/4024169871002992272/21631" HotelName="NIDYA GALATAPORT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>Tietgensgade 65</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6080000/6075700/6075620/81db4957_b.jpg</HotelPictures>
        <HotelDescription>DGI-byens Hotel is located right next to Copenhagen Central Train Station close to cafes, restaurants, cultural activities and shopping. 

Every morning the breakfast buffet is served in the a la carte restaurant Vestauranten. Vestauranten is situated right behind DGI-byen. Hotel guests can use both the swim centre and the fitness centre (min. age 15) free of charge. Other facilities  include a bowling alley and parking lot - both at extra charge. WiFi internet access is free in the hotel.

All 104 rooms are furnished in simple, modern, Scandinavian design. All rooms are non-smoking rooms.

Address: Tietgensgade 65, 1704 Copenhagen, Denmark. Located in the centre of town, close to Tivoli and Town Hall Square.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="382.13" OriginalAmount="371.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02264945" Longitude="28.97700777" StarRating="0" HotelCode="760332|the_wings_hotel_istanbul" HotelName="The Wings Hotel Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Karaköy Kemankes Mahallesi, Gümrük Sokak 26, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/67/6467d92560b3eb920b93f1d12a4bfaa23cbf742f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Wings Hotel is located in the center of Istanbul. Spice Bazaar is one kilometer from the accommo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="382.21" OriginalAmount="371.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.047495726051" Longitude="29.024583046627" StarRating="5" HotelCode="55581|49764" HotelName="Radisson Blu Bosphorus Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ciragan Caddesi 46, 34349 Ortaköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/63/ea637d0a6d9e30eb13685d265c0a3508cca63e8c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="384.33" OriginalAmount="373.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.001423" Longitude="28.654071" StarRating="4" HotelCode="|174901" HotelName="Beymarmara Suite Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Baris Mah. Zafer cad.no: 4 Airport, Istanbul, Turkey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/4/9/0/1/174901_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="385.22" OriginalAmount="374" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|638745-28486190/4024169871002992272/20776" HotelName="TRIADA KARAKOY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/36000000/35010000/35002800/35002702/2c9f452f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="385.36" OriginalAmount="374.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.001561" Longitude="28.654352" StarRating="4" HotelCode="188686|363085" HotelName="Beymarmara Suite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Kitchen,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Zafer Caddesi 4, Baris Mahallesi, 34520 Istanbul, Beylikdüzü</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/11/113833/113833a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="386.04" OriginalAmount="374.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013587947914" Longitude="28.978237509727" StarRating="4" HotelCode="16204|CAK304400" HotelName="Doubletree by Hilton Istanbul Sirkeci" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nöbethane Caddesi 5, Darussaade Sokak, Sirkeci, 34110 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/d7/4ad7cd7d13c8fd9d759557e2fa93f01df2dddfb7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is centrally located. Bars, restaurants, shops and boutiques can all be found...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="386.25" OriginalAmount="375" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006427" Longitude="28.979648" StarRating="4" HotelCode="53371|199499" HotelName="Seven Hills" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tevkifhane Sokak No 8, 34122 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/93/d99353f3ed077e44d77a1ccf4308fe1022892ee2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="386.54" OriginalAmount="375.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023912" Longitude="28.977843" StarRating="4" HotelCode="|463494" HotelName="Galata’s Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kemankes Karamustafa Pasa Mah.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/3/4/9/4/463494_a8312532012.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="387.28" OriginalAmount="376" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1357789-28586938/4024169871002992272/15823" HotelName="DEMIRAY HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/83000000/82650000/82646900/82646808/616964ec_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="388.24" OriginalAmount="376.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0400229" Longitude="28.9881116" StarRating="5" HotelCode="|19956" HotelName="Intercontinental Istanbul, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ASKER OCAGI CAD. TAKSIM 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/9/5/6/19956_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2006, has 20 floors and 380 rooms. In the entrance, you can find a big hall, a reception with safety deposit boxes, a currency exchange service, lifts and conference facilities with internet, The establishment also has 2 inviting bars, 5 shops, a kiosk, a hairdresser's and a restaurant with air-conditioning, At an extra cost you can use room service, the launderette and the medical care service. Outdoors, guests can find a playground and a car park (for a fee). SITUATION: This cosy, luxururious hotel is located near Taksim the Square of it is situated between Bosphorus Bridge the commercial area, Where you can find shops and leisure areas. it is situated 25 kilometres away from the airport. ROOM: Guests are offered disabled access rooms with a bathroom with scales, a hairdryer, a direct line telephone, satellite or cable TV, a radio, a stereo, internet, a mini-bar (available for a fee), a coffee maker, a kettle, fitted carpets, an air-conditioning system, central heating and a safety deposit box. FACILITIES: Outdoors, clients have access to a swimming pool that has an area for children and deck chairs. At no extra cost, you can use a sauna and the Turkish bath. For a fee, guests can enjoy a massage service and a gym. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club. OTHERS: All meals in a buffet form, Regarding the food and beverage offering, clients have a set-menu lunch and dinner and an Ã  la carte lunch. Guests can book bed and breakfast, half-board or full-board.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="388.31" OriginalAmount="377" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02643713" Longitude="28.97461998" StarRating="3" HotelCode="413814|217211" HotelName="World House Hostel Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sahkulu Mahallesi, Galipdede Cadicalesi 85, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/8d/fc/8dfc3365a213e2ad38c85093b1be72c00597779b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This cosy hostel is in Old City. The property comprises a total of 17 snug accommodation units. Thos...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="388.36" OriginalAmount="377.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035964" Longitude="28.99074" StarRating="0" HotelCode="|486489" HotelName="Etiz Hotels and Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Emektar Sk. no 9-1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/6/4/8/9/486489_20a69ed2120.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="390.37" OriginalAmount="379.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.8741007" Longitude="29.1282601" StarRating="3" HotelCode="443308|buyukada_princess_hotel" HotelName="Buyukada Princess Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Iskele Cd. No:2, Büyükada, 34970 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/51/81517396d5bd4e5725453c5eaae54f869103aaef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="391.96" OriginalAmount="380.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.050594" Longitude="28.986457" StarRating="4" HotelCode="|455430" HotelName="Nex Istanbul City Center" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Dolapdere Cd. No:209</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/4/3/0/455430_7b9f36a1023.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="393.06" OriginalAmount="381.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.938642" Longitude="29.322419" StarRating="5" HotelCode="|193079" HotelName="Crowne Plaza Istanbul Asia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yenisehir Mah. Dedepasa Cad. No. 15 Kurtkoy- Pendik</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/0/7/9/193079_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="393.56" OriginalAmount="382.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.977492" Longitude="29.041586" StarRating="5" HotelCode="213518|920025" HotelName="Wyndham Grand Istanbul Kalamis Marina Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Fener Kalamis Caddesi 38, Istanbul 34726</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/7d/2c/7d2c4ca11da8bce6637e4f0ebd332c217a73fd16.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="394.49" OriginalAmount="383" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|279638-19501451/4024169871002992272/16499" HotelName="VIALAND PALACE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8460000/8452000/8451969/2f9afa13_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="394.49" OriginalAmount="383.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00581818" Longitude="28.97203402" StarRating="0" HotelCode="308222|sultanahmet_suite_life" HotelName="Sultanhmet Suite Life" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel,Bed and breakfasts" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Bicycle Rental,Currency Exchange,Designated Smoking Area,Dry Cleaning,Internet,Laundry,Luggage Storage,Pets allowed,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Dizdariye Cesme Sokak 39, Sultanahmet, 34440 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/eb/5cebd3895a259fdae87948d3d06e22972365fb26.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Thamel, Langsisha Guest House is a perfect starting point from which to explore Kathmandu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="395.52" OriginalAmount="384" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.029120437278" Longitude="28.973266477821" StarRating="4" HotelCode="200055|30440" HotelName="Eurostars Adahan Galata" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Asmali Mescit Mahallesi, General Yazgan Sokagi 14, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://images.dnatatravel.com/ei/3/6/4/6/3/2/8/0.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located in the heart of Istanbul. Its setting is especially ideal for guests ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="395.52" OriginalAmount="384" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00636" Longitude="28.973524" StarRating="3" HotelCode="267236|57993" HotelName="World Heritage" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Terzihane Sok No 17, Binbirdirek Mahallesi, Old City, Istanbul, Sultanahmet</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2a/d2/2ad2cc523ef9e34c602ccbac5e23f3d477e10fa7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="397.58" OriginalAmount="386" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1355661-24108613/4024169871002992272/22000" HotelName="BURDOCK ISTANBUL, AUTOGRAPH COLLECTION" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88340000/88336400/88336369/00cbfb7b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="398.61" OriginalAmount="387" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="44.1022188" Longitude="-103.2017484" StarRating="5" HotelCode="0|256907-28592960/4024169871002992272/14632" HotelName="ISTANBUL MARRIOTT SISLI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>1720 Rapp Street, Rapid City, SD, 57701, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6780000/6771400/6771400/4412dd1b_b.jpg</HotelPictures>
        <HotelDescription>Experience the Hampton Inn Rapid City hotel where we aim to exceed our guests' expectations. Overlooking the great South Dakota plains, our Rapid City guests will feel at home with the tasteful decor, and can enjoy conversing at our On the House hot breakfast buffet or around the lobby fireplace. After a grueling day at work or on the road, take a dip in our pool, try out our 102 foot waterslide, or just relax in our hot tub.    We assure the business planner and South Dakota traveler well-equipped meeting rooms, executive boardroom, and a spacious business center. Enjoy Black Hills hospitality at its best. Our Hampton Inn is just minutes from the Civic Center, Rushmore Mall, and the gateway to Mount Rushmore and several other Black Hill's attractions.   We love having you here in South Dakota at the Hampton Inn Rapid City hotel!&lt;br /&gt;CheckIn Time: 15:00&lt;br /&gt;CheckOut Time: 11:00&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="399.64" OriginalAmount="388" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.3910818" Longitude="-4.1068299" StarRating="2" HotelCode="0|161886-18983092/4024169871002992272/1229" HotelName="HOLIDAY INN EXPRESS ISTANBUL ALTUNIZADE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>26 CANTON, SANTILLANA DEL MAR, ES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4420000/4411900/4411869/986574fc_b.jpg</HotelPictures>
        <HotelDescription>Located in the small, peaceful town of Santillana del Mar, this hotel is just half-an-hour drive from Santander. Nestled in a carefully restored building that dates back to the 16th century, the venue boasts elegant French-style decor and all the comforts that a contemporary traveller may require, plus some nice extras such as Pillow a la carte and massages. Guests travelling with their vehicle are welcomed to use the onsite parking (extra fee), they should also make a note of visiting the wonderful nearby beach, which lays at less than a 10-minute drive. Those who don't feel like visiting the beach can relax at the lush garden of the hotel or have a drink at the lounge bar.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="400.67" OriginalAmount="389" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|90460-28592912/4024169871002992272/20193" HotelName="GLK PREMIER REGENCY SUITES AND SPA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1880000/1876200/1876165/3fa8d1e3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="401.70" OriginalAmount="390.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.972601299948" Longitude="28.87054585047" StarRating="4" HotelCode="410408|sheraton_hotel_atakoy" HotelName="Sheraton Istanbul Ataköy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rauf Orbay Caddesi Sahilyolu 10, Ataköy, Bakirkoy, Istanbul 34158</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d7/f2/d7f2357c359f04092919664e00fbcfa82b49afe5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located close to central areas and ring roads. Guests will find the centr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="403.50" OriginalAmount="391.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9774095" Longitude="29.0418005" StarRating="5" HotelCode="|83503" HotelName="Wyndham Grand Istanbul Kalamis Marina" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KALAMIS FENER CADDESI 38</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/5/0/3/83503_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception, restaurants, a lobby bar, coffee pot, outdoor swimming pools and a covered swimming pool. The establishment boasts a lift, WiFi in communal areas, a business centre, meeting rooms, a gym, a spa (for a fee) and a car park (for a fee). SITUATION: It is situated 500 metres away fromKalamis the Marina of it is 15 kilometres away from Sukru Saracoglu the Stadium of 2 kilometres away, you can find the railway station, Istanbul it is 20 kilometres away from. ROOM: The rooms have an air-conditioning system, a television, a direct line telephone, WiFi, a safety deposit box, a hairdryer and a tea service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="404.47" OriginalAmount="392.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0058212" Longitude="28.9808502" StarRating="0" HotelCode="|20382" HotelName="Poem" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AKBIYIK CAD.TERBIYIK SOK. SULTANAHMET 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/8/2/20382_eab7a991058.jpg</HotelPictures>
        <HotelDescription>HOTEL: This charming hotel, was built in the 19th Century, renovated in 2004, has 17 rooms, 3 floors, 1 single rooms, 13 double rooms and 3 suites. The establishment boasts a lobby with air-conditioning, a reception with safety deposit boxes, a currency exchange service and a TV room. The establishment offers guests a conference room, internet (for a fee), an inviting bar, a cafÃ©, a kiosk, a restaurant, room service, a laundry service, a medical care service and a car park. SITUATION: Is situated inIstanbul the heart of close to the establishment, guests have tourist points of interest, 500 metres away, there is a public transport stop situated 18 kilometres away fromIstanbul AtatÃ¼rk Airport. ROOM: The rooms a bathroom with a hairdryer, hydromassage, a shower, a direct line telephone, a satellite television, a central heating system and a mini-bar. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay using Visa, Eurocard and Mastercard.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="404.79" OriginalAmount="393" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1239481-28597624/4024169871002992272/7484" HotelName="MOVENPICK LIVING ISTANBUL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/67000000/66150000/66147300/66147286/64d563b1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="404.79" OriginalAmount="393" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|67088-28493788/4024169871002992272/9565" HotelName="BOUTIQUE SAINT SOPHIA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1880000/1872200/1872130/9a97a4b7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="405.17" OriginalAmount="393.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038748" Longitude="28.988242" StarRating="0" HotelCode="|151612" HotelName="Lokalist, Istanbul, A Tribute Portfolio Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GUMUSSUYU MAH. METE CAD. TAKSIM 28</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/1/6/1/2/151612_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel was built in 2013, has 59 rooms, 14 single rooms, 20 double rooms, 1 room adapted for people with reduced mobility, 12 executive rooms, 14 superior rooms and 1 family rooms. SITUATION: The hotel is in the city centre excellent transport links to public transport services, Close to modes of transport and points of interest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="405.82" OriginalAmount="394" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1262428-20616608/4024169871002992272/22426" HotelName="ADDRESS ISTANBUL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/69000000/68280000/68277500/68277409/33d714fc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="406.85" OriginalAmount="395" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|200387-28592945/4024169871002992272/11100" HotelName="RENAISSANCE ISTANBUL POLAT BOSPHORUS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5300000/5294400/5294334/76e4d0ab_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="407.76" OriginalAmount="395.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004107" Longitude="28.964345" StarRating="0" HotelCode="|523462" HotelName="Linda Port Hotel" 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/5/2/3/4/6/2/523462_6a59d420958.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="408.76" OriginalAmount="396.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034346" Longitude="28.984663" StarRating="0" HotelCode="|467090" HotelName="Grand Star Hotel Premium" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Siraselviler street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/0/9/0/467090_10ef45d1732.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="408.91" OriginalAmount="397" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1263970-21720126/4024169871002992272/1752" HotelName="CROWNE PLAZA ISTANBUL TUZLA VIAPORT MARINA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/71000000/70920000/70919600/70919598/5eb3ed60_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="410.14" OriginalAmount="398.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03996" Longitude="28.9837698" StarRating="4" HotelCode="|24380" HotelName="Best Western Eresin Taxim" 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/2/4/3/8/0/24380_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2005, has 67 double rooms and 2 suites. The establishment boasts a lobby with elevators, a reception with safety deposit boxes, a cloakroom, a currency exchange service, a cafÃ© and a bar. It has internet (for a fee), 3 conference rooms, an Ã  la carte restaurant with air-conditioning with highchairs. The establishment also offers room service, a laundry service, a medical care service, a car park and indoor parking. SITUATION: This hotel is in the heart of Istanbul, is situated in the Square of Taksim. 100 metres away, clients have shops, bars, restaurants, nightclubs and a public transport stop. 25 minutes away from the establishment, you can find the airport. ROOM: The comfortable rooms have a bathroom with a shower, a hairdryer, a direct line telephone, a satellite or cable television, a radio and internet at an extra charge. They also have a mini-bar (available for a fee), a double bed, fitted carpets, an air-conditioning system, heating and a safe (available for a fee). OTHERS: The establishment offers a buffet breakfast and an Ã  la carte or set-menu lunch and dinner. Meals for specific diets can be ordered and special menus. Guests can book half-board or full-board. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="414.06" OriginalAmount="402.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0413077" Longitude="28.9839886" StarRating="5" HotelCode="|84944" HotelName="Barcelo Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mah Abdulhak Hamit Cad No 25</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/9/4/4/84944_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel was built in 2012, has 270 rooms, 31 suites and 3 rooms adapted for people with reduced mobility. SITUATION: This establishment, Istanbul it is in it is in the city centre, nearby, you will find the bus station and the railway station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="414.06" OriginalAmount="402" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3521-28558292/4024169871002992272/13304" HotelName="ROMANCE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/527500/527413/ae3a36dd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="415.07" OriginalAmount="402.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.962205" Longitude="28.841133" StarRating="0" HotelCode="|541052" HotelName="Atakoy Marina Park Hotel Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Atakoy Marina Park Rauf Orbay Cad.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/1/0/5/2/541052_99149532157.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="415.09" OriginalAmount="403" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|140811-28592918/4024169871002992272/3718" HotelName="AMIRA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3550000/3546800/3546734/e2028aff_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="416.12" OriginalAmount="404" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|638774-28455361/4024169871002992272/5665" HotelName="ALMINA GUEST HOUSE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/638774/2020359428710.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="417.00" OriginalAmount="404.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.048762" Longitude="28.992866" StarRating="4" HotelCode="166003|1025098" HotelName="The Stay Nisantasi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Harbiye Mahallesi, Abdi Ipekci 30, Nisantasi, Sisli, 34367 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/cb/bdcbb4250637b5e74625724ef1b45cba55b5e7f3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Istanbul's most fashionable district, Nisantasi, home to all the famous inte...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="417.15" OriginalAmount="405" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|432011-28558523/4024169871002992272/20172" HotelName="EMPIRE SUITE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10030000/10026800/10026709/68dc2218_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="418.33" OriginalAmount="406.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.247926696347" Longitude="29.03559426355" StarRating="0" HotelCode="225657|4712065" HotelName="Otel Erzurumlu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kilyos, Kale Caddesi 59, Sariyer, 34450 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/34/db34142c9f7629a790391f8c00aa80e68d564d88.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="419.26" OriginalAmount="407.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.050498" Longitude="28.99269" StarRating="0" HotelCode="|533940" HotelName="Mas Suites Nisantasi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tesvikiye Cad.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/9/4/0/533940_873378f1131.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="420.84" OriginalAmount="408.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.064079" Longitude="29.010558" StarRating="5" HotelCode="|76764" HotelName="Point  Barbaros" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ESENTEPE YILDIZ POSTA CAD. SISLI 29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/6/7/6/4/76764_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is perfect for business and holiday stays, has 3 restaurants, a cake shop and 3 bars. The establishment boasts 15 meeting rooms and a sports centre. This hotel was opened in 2009, has 202 rooms, a hall with a reception and express check-out. The establishment has various facilities, such as air-conditioning, a safety deposit box service, a currency exchange service, a lift, a hairdresser's, a games room, internet, a car park and indoor parking. For an additional charge you'll be able to enjoy room service and a laundry service. SITUATION: This hotel Esentepe it is in it is in the business area excellent transport links to public transport services, is located between the airports, This hotel is situated 8 kilometres away from the tourist attractions, 35 kilometres away from the establishment, guests will find shops, is situated 25 kilometres away from Istanbul AtatÃ¼rk Airport it is 35 kilometres away from Sabiha Gokcen Airport. ROOM: The modern rooms, have an LCD television, internet, WiFi, videogames, a direct line telephone, a radio, computer safe, a central air-conditioning system, a bathroom with a shower, with a hairdryer, a double or king-size bed, a mini-bar, kettle, a coffee maker, a kettle and an iron. FACILITIES: The establishment boasts a sports centre, a covered swimming pool, a jacuzzi, a Turkish bath, 2 massage cabins, a tanning salon, a sauna and a steam bath. The establishment also has a fitness area, cycling, cardiovascular training room and pilates. For a fee, you can enjoy a steam bath and a massage service. MEALS: Regarding the food and beverage offering, the establishment offers a continental buffet breakfast and Ã  la carte, menu or buffet lunch and dinner. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="421.27" OriginalAmount="409.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.058492968135" Longitude="28.979532581675" StarRating="5" HotelCode="263724|hilton_istanbul_bomonti_hotel__conference_center" HotelName="Hilton Istanbul Bomonti Hotel &amp; Conference Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Silahsor Caddesi 42, Bomonti-Sisli, 34381 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/bd/69bde99d6ebdadb914f9afff35aa04a50c94d3f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="422.78" OriginalAmount="410.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04932" Longitude="29.026215" StarRating="0" HotelCode="|448890" HotelName="Crowne Plaza Istanbul Ortakoy Bosphorus, an IHG Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dereboyu Caddesi.No:10 34347 Besiktas</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/8/9/0/448890_96429861742.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="424.71" OriginalAmount="412.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.031007" Longitude="29.020214" StarRating="0" HotelCode="|522036" HotelName="A11 Hotel Bosphorus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>mimar sinan pasa limani cad no 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/0/3/6/522036_7858f4a0916.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="425.39" OriginalAmount="413" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1345165-28584887/4024169871002992272/3086" HotelName="ROYAN HOTEL HAGIA SOPHIA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/website/common/img/no-image.png</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="425.39" OriginalAmount="413.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00388397" Longitude="28.97092924" StarRating="0" HotelCode="498706|hotel_sufi" HotelName="Sufi Apart Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mahallesi, Yusuf Askin Sokak No: 18, 34122 Sultanahmet Fatih Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/2b/d92b1981c1d1e66c3116277fea3cb0abdd2990b2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="426.42" OriginalAmount="414" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|865164-28583704/4024169871002992272/17045" HotelName="BROYT SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/49000000/48400000/48398900/48398837/bbc5c154_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="426.88" OriginalAmount="414.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0344361" Longitude="28.9838306" StarRating="0" HotelCode="|184934" HotelName="Pera Center Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/9/3/4/184934_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="427.45" OriginalAmount="415" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003201" Longitude="28.975383" StarRating="3" HotelCode="267824|478357" HotelName="Sargon Ayasofya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Kücük Ayasofya Mahallesi, Gelinlik Sokak No: 14, 34200 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/hotels/5000000/4470000/4461300/4461284/4461284_4_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="428.48" OriginalAmount="416" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|558299-28592996/4024169871002992272/19769" HotelName="GLENS PALAS ISTANBUL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/25000000/24190000/24180300/24180257/5ca26692_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="428.48" OriginalAmount="416.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.10885" Longitude="28.98648" StarRating="5" HotelCode="854473|radisson_blu_hotel_vadistanbul" HotelName="Radisson Blu Hotel, Vadistanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ayazaga Mahallesi, Cendere Caddesi 1A Apt. 109A, Sariyer, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/32/6c/326c50d37dfca5562abd1edbc33532a547104464.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="429.02" OriginalAmount="416.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00606" Longitude="28.981" StarRating="0" HotelCode="|448521" HotelName="Henna Istanbul" 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/5/2/1/448521_514a2351409.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="429.19" OriginalAmount="416.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0027654" Longitude="28.9746847" StarRating="0" HotelCode="|82882" HotelName="Maritime Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/8/8/2/82882_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Sultanahmet the centre of. ROOM: All the rooms have have an air-conditioning system and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="431.34" OriginalAmount="418.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01089" Longitude="28.95444" StarRating="0" HotelCode="|184662" HotelName="Misa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kemal Pasa Mah. Yesil Tulumba Sok No:27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/6/6/2/184662_1_6264.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="433.63" OriginalAmount="421" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|244904-21407013/4024169871002992272/23828" HotelName="HILTON ISTANBUL BOMONTI HOTEL &amp;amp; CONFERENCE CENTER" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6230000/6226800/6226720/610517d7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="438.59" OriginalAmount="425.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.041025928575" Longitude="28.988542556763" StarRating="5" HotelCode="9361|29924" HotelName="Grand Hyatt Istanbul" 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 30/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Harbiye Mahallesi, Taskisla Caddesi 1, Sisli, 34367 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/cb/57cb54235f2f33303deb55d80299bc373defec89.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of the city, this hotel offers everything that visitors would expect of a holid...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="441.87" OriginalAmount="429.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.912252" Longitude="29.170549" StarRating="3" HotelCode="933213|buyukada_eskibag_boutique_class_hotel" HotelName="Eskibag Butik" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sakarya Sokak No. 5, Büyükada, Adalar, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/a3/23a3145b13ddad19515e47d243a585c9043fc50f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="442.78" OriginalAmount="429.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004759" Longitude="28.980474" StarRating="0" HotelCode="|41152" HotelName="Amiral Palace Hotel and Spa Boutique Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bayram f?r?n? sok. Cankurtaran mah. No.3 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/1/5/2/41152_1_2250.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable hotel, it offers a buffet breakfast, a restaurant and a terrace. SITUATION: It is inSultanahmet the heart of this hotel is close to tourist points of interest. ROOM: The establishment has 32 rooms with a bathroom, a central air-conditioning system, a direct line telephone and a hairdryer. They also have a satellite TV, a mini-bar, room service, a safety deposit box and WiFi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="452.17" OriginalAmount="439" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1400643-28587270/4024169871002992272/15473" HotelName="MOVENPICK LIVING ISTANBUL SAKLIVADI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/104000000/103390000/103382200/103382145/f8c81eb4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="454.23" OriginalAmount="441" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|605458-19560117/4024169871002992272/22343" HotelName="RADISSON COLLECTION HOTEL VADISTANBUL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/33000000/32730000/32723400/32723354/e6b67c60_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="456.62" OriginalAmount="443.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.102234" Longitude="28.960964" StarRating="0" HotelCode="|472177" HotelName="Mövenpick Living Istanbul Camlivadi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hamidiye Mah. Ihlas Sokak C Blok No:13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/2/1/7/7/472177_de45afb1250.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="456.91" OriginalAmount="443.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.029088" Longitude="28.9819344" StarRating="0" HotelCode="|86969" HotelName="Witt Istanbul Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Defterdar Yokusu No:26 Cihangir</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/6/9/86969_343e5aa1104.jpg</HotelPictures>
        <HotelDescription>SITUATION: Cihangir It is in. ROOM: Customers can find luxurious rooms. FACILITIES: The establishment boasts a car park (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="457.32" OriginalAmount="444" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.065321" Longitude="29.00067923" StarRating="5" HotelCode="510099|198628" HotelName="Fairmont Quasar Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Büyükdere Caddesi 76, Mecidiyeköy, 34394 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c2/4a/c24a4b4d6a9072b03d6a00cfec0187f8a5062b4f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel, presiding over the vibrant Mecidiyeköy area with its rich and eclectic blend of office to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="458.67" OriginalAmount="445.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00645" Longitude="28.97337" StarRating="0" HotelCode="|185055" HotelName="The Ritus Istanbul Sultanahmet, Tapestry Collection by Hilton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mah. Divanyolu Caddesi, Dr. Eminpa?a Sk. No 2,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/0/5/5/185055_1479d9a1040.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="460.22" OriginalAmount="446.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.029096732998" Longitude="28.982064066139" StarRating="4" HotelCode="118815|2516035" HotelName="Witt Istanbul Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Aparthotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Defterdar Yokusu No:26, Cihangir, 34433 Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/3c/ec3c5e06938f95804cfea87dc015d85be54ba235.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="466.08" OriginalAmount="452.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.044156" Longitude="29.012873" StarRating="0" HotelCode="|559146" HotelName="SVK Bosphorus Residence" 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/5/5/9/1/4/6/559146_b49fa041336.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="467.62" OriginalAmount="454.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.995104280883" Longitude="29.098201870989" StarRating="5" HotelCode="444991|sheraton_istanbul_atasehir_hotel" HotelName="Sheraton Grand Istanbul Atasehir Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Barbaros Mahallesi, Mor Sumbul Sokak 1, Atasehir, 34746 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/57/fc57c957bf8c51eaff7ad5ff44e55cf483b50317.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="467.86" OriginalAmount="454.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0397753" Longitude="28.9838471" StarRating="4" HotelCode="|37336" HotelName="Eresin Hotels Taxim and Premier" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TOPCU CAD NO 16 TAKSIM OTELLER BOLGESI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/3/3/6/37336_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="468.65" OriginalAmount="455" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|230926-28592949/4024169871002992272/19737" HotelName="RADISSON BLU HOTEL, ISTANBUL SISLI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6260000/6250100/6250043/ab302c7d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="468.87" OriginalAmount="455.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0062279" Longitude="28.9793732" StarRating="4" HotelCode="|83031" HotelName="Uyan - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Utangac Sokak No 25 Cankurtaran</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/3/1/83031_730a8051135.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Sultanahmet it is in is situated in the historic centre. FACILITIES: The establishment has a terrace.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="469.68" OriginalAmount="456.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00266663" Longitude="28.9785864" StarRating="0" HotelCode="957436|seven_hills_palace_hotel" HotelName="Seven Hills Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sultanahmet Mahallesi, Kadi Cikmazi Sokak 11, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4f/44/4f44ca29aca6f5ee92874c61c6d9c54d2308841f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="470.77" OriginalAmount="457.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.024376" Longitude="28.972334" StarRating="3" HotelCode="|453052" HotelName="The Galata Istanbul - MGallery" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Arap Cami Mahallesi Bankalar Caddesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/0/5/2/453052_7c9690e1336.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="474.83" OriginalAmount="461" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.047694924395" Longitude="29.025206417162" StarRating="4" HotelCode="188756|46781" HotelName="The Stay Bosphorus" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ortaköy Salhanesi Sokak 1/A, Ortaköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/94/1d94243507b5c542e21bb46a08710969702a9c75.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the trendy area of Ortaköy on the Bosphorus, this charming hotel is just a few minutes aw...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="478.81" OriginalAmount="464.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.047558" Longitude="28.895557" StarRating="0" HotelCode="|468110" HotelName="Mayar Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mah.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/1/1/0/468110_ff49db71119.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="481.01" OriginalAmount="467" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|606173-28833943/4024169871002992272/3002" HotelName="SHERATON ISTANBUL ATAKOY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/6500/6438/e62381c0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="481.01" OriginalAmount="467.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00996536" Longitude="28.9749371" StarRating="0" HotelCode="520333|rain_apart_hotel" HotelName="Rain Apart &amp; Hotel Sultanahmet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel,Apartment" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mahallesi, Molla Feneri Sokak 21, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/52/8352409afe487f07c214316649aa8e9c31c1e267.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="482.70" OriginalAmount="468.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0028" Longitude="28.9786" StarRating="0" HotelCode="|556296" HotelName="Seven Hills Palace and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sultanahmet Mahallesi Kadi Cikmazi Sok.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/6/2/9/6/556296_e88bc3a1652.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="483.66" OriginalAmount="469.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01568" Longitude="28.971466" StarRating="0" HotelCode="|454525" HotelName="Mest Hotel Istanbul Sirkeci" 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/5/4/5/2/5/454525_e34373e1759.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="483.74" OriginalAmount="469.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0357222" Longitude="28.9833911" StarRating="0" HotelCode="|86900" HotelName="Triada" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Istiklal Caddesi Meselik Sokak No:4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/0/0/86900_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers excellent service, a terrace and the massage service. SITUATION: Istiklal Avenue It is near Taksim the square.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="486.11" OriginalAmount="471.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03512" Longitude="28.988328" StarRating="5" HotelCode="263349|946935" HotelName="CVK Park Bosphorus Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gümüssuyu Mahallesi, Inönü Caddesi 8, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/d6/d6e15380edc57d05/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="486.30" OriginalAmount="472.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.047171601646" Longitude="29.00937795639" StarRating="5" HotelCode="43549|29764" HotelName="Conrad Istanbul Bosphorus" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly 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,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Cihannuma Mahallesi, Saray Caddesi 5, Besiktas, 34353 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/8f/858ff986985d310ec19fa0f7197cfa6ade7db89d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoying a prime location in the city centre, adjacent to Yildiz Palace and with stunning views of I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="491.31" OriginalAmount="477" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02872038" Longitude="29.01734938" StarRating="4" HotelCode="902706|56760" HotelName="Sözbir Royal Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Pasalimani Caddesi 4, Üsküdar, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/29/662911f5620bbf90afa80491ded45dcfdc7234b9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="493.37" OriginalAmount="479" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.908004" Longitude="116.30482" StarRating="5" HotelCode="0|374891-28597210/4024169871002992272/3437" HotelName="SHERATON GRAND ISTANBUL ATASEHIR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>No. 29 Fuxing street, Haidian District ,Beijing,  100036</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12900000/12892800/12892797/dea013d8_b.jpg</HotelPictures>
        <HotelDescription>Located in Haidian District, Zhong Yi Peng Ao Hotel is a perfect starting point from which to explore Beijing. The property features a wide range of facilities to make your stay a pleasant experience. 24-hour room service, facilities for disabled guests, car park, room service, restaurant are on the list of things guests can enjoy. Designed for comfort, selected guestrooms offer television LCD/plasma screen, non smoking rooms, air conditioning, wake-up service, desk to ensure a restful night. The hotel offers various recreational opportunities. For reliable service and professional staff, Zhong Yi Peng Ao Hotel caters to your needs. &lt;br /&gt;Smoking is only allowed in designated areas. Guests smoking elsewhere are responsible for all costs, damages, and liabilities caused by smoking.&lt;br /&gt;Guests over 3 years old are considered as adults.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="494.40" OriginalAmount="480" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|638689-28486188/4024169871002992272/20661" HotelName="THE WINGS HOTELS KARAKOY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/25000000/24420000/24419100/24419089/e516e31b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="496.60" OriginalAmount="482.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.062922" Longitude="28.805635" StarRating="5" HotelCode="|445143" HotelName="Hilton Mall Of Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ziya Gokalp Mah Suleyman Demirel</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/1/4/3/445143_a79e9211215.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="497.49" OriginalAmount="483" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|51559-32597418/4024169871002992272/19122" HotelName="RADISSON BLU BOSPHORUS HOTEL, ISTANBUL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1320000/1315600/1315600/84ae61f4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="500.58" OriginalAmount="486" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1262414-28476030/4024169871002992272/16937" HotelName="MEST" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/70000000/69950000/69942000/69941947/c4f27d65_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="508.82" OriginalAmount="494" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.851812" Longitude="28.252415" StarRating="5" HotelCode="0|90457-28596437/4024169871002992272/13474" HotelName="ISTANBUL MARRIOTT ASIA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>66 YUNUS NADI CADDESI, MARMARIS, TR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1700000/1699400/1699398/ba1f2bad_b.jpg</HotelPictures>
        <HotelDescription>Offering an idyllic setting in the famous tourist resort of Marmaris, this enchanting hotel is a perfect place for a peaceful and relaxing holiday. Guests will find themselves within a short stroll from the mesmerizing harbour, the lively area with shops, restaurants and entertainment venues as well as the gorgeous local beach. This attractive property is offers welcoming facilities and excellent services to ensure a pleasant and comfortable stay. The tastefully appointed rooms come complete with modern amenities. Travellers may also take advantage of delectable Turkish and international cuisines served in the charming atmosphere of the hotel restaurant. On warm days guests may also take a plunge in the shimmering pool or soak up the sun on the terrace and when thirsty sip a refreshing drink from the bar. In case of any query, visitors may turn to friendly staff at the 24-hour reception.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="508.82" OriginalAmount="494.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.13972498" Longitude="29.05731708" StarRating="5" HotelCode="13055|the_grand_tarabya" HotelName="Grand Tarabya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Haydar Aliyev Caddesi 154, Tarabya, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/b5/c5b53900e4be32c02f2f5b253950c390ac92929b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="511.91" OriginalAmount="497.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.19256514" Longitude="28.90365572" StarRating="4" HotelCode="374476|kemer_golf_resort_hotel_4" HotelName="Kemer Golf &amp; Country Club Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Atlispor Caddesi 7, Göktürk Merkez, 34077 Eyüp, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/07/3a07f1f0195b2de052dea9dcbd52388e6b8b1edd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="516.03" OriginalAmount="501.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.031035456618" Longitude="28.9734390378" StarRating="5" HotelCode="15800|pera_palace_hotel_jumeirah_2" HotelName="Pera Palace Hotel" 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,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Caddesi 52, Tepebasi, Beyoglu, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/b2/27b2c3f50c05b39f83434224bbf89578a06f93d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Named after the hills of Pera and located close to the Golden Horn in the area of Tepebasi, this cha...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="524.27" OriginalAmount="509" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|558767-28558561/4024169871002992272/10391" HotelName="WHITE HOUSE ISTANBUL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3420000/3416800/3416745/c34aabfe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="524.27" OriginalAmount="509" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.123776" Longitude="-8.558816" StarRating="3" HotelCode="0|67133-28441326/4024169871002992272/20546" HotelName="TRIA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine> ENCOSTA  DO VAU, PORTIMAO, PT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1770000/1769100/1769079/c9cb7a06_b.jpg</HotelPictures>
        <HotelDescription>Located close to the town centre where there are many shopping and entertainment venues, this comfortable apartment complex lies just 100 m from links to the public transport network and about 400 m from the nearest beach.

Renovated in 2005, this beach hotel comprises a total of 74 studios spread over 8 floors and features a foyer with a 24-hour reception desk, lifts, a currency exchange bureau and a safe. There is also a cocktail bar, an air-conditioned à la carte restaurant (including highchairs for infants), Internet access (additional fee) and a TV room. Those arriving by car may take advantage of the car park and there is a playground for younger guests. Finally, a laundry service rounds off the facilities.

The air-conditioned studios come with a bathroom, a hairdryer, a kitchenette, a fridge, a hire safe and central heating. There is also a direct dial telephone, Internet access, a radio/ hi-fi system and satellite/ cable TV in each as standard.

There is a freshwater swimming pool in the outdoor complex. a children's pool, a sun terrace with parasols and sun loungers and a pool bar. The seasonal entertainment programme provides some variation and the nearest golf course is 600 m away.

Guests may select their breakfast from an ample buffet; lunch and dinner may be taken à la carte or chosen from the menu.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="524.27" OriginalAmount="509.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005723676955" Longitude="28.980956639565" StarRating="4" HotelCode="66229|tria_istanbul" HotelName="Tria Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Akbiyik Caddesi, Terbiyik Sokak 7, 34100 Istanbul, Sultanahmet</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/b6/0bb655fb891e299863eb0dc3a5818e9a21db6603.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in a prime location in downtown Istanbul. It is just minutes from the Blue Mosque, Hagh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="525.30" OriginalAmount="510.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="817512|naz_hotel_2" HotelName="Naz Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Turkeli Caddesi 69</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/c0/06c00114fb0d93716b9565771a3d776781cfbdfa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="528.61" OriginalAmount="513.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036799" Longitude="28.992627" StarRating="0" HotelCode="|529339" HotelName="Ando Living - Taksim Gumussuyu Townhouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/3/3/9/529339_f7b57cc1043.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="528.61" OriginalAmount="513.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00964330434" Longitude="28.976418972015" StarRating="4" HotelCode="76208|590075" HotelName="Adamar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Yerebatan Caddesi 37, Sultanahmet, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/bc/4e/bc4e126419460459e6002a9fb0a65e1b7595fd4e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of historic Istanbul. Guests at the hotel will find restaurants, p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="532.51" OriginalAmount="517" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|280397-28558485/4024169871002992272/20534" HotelName="TRIADA HOTEL TAKSIM" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2790000/2785600/2785510/09df2683_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="538.69" OriginalAmount="523" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|612335-28455253/4024169871002992272/21595" HotelName="NISANTASI RESIDENCE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33010000/33007900/33007823/2c43c58a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="544.87" OriginalAmount="529" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1435114-32420301/4024169871002992272/8081" HotelName="RAYELIN HOTEL ISTANBUL OLD CITY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/97000000/97000000/96992600/96992573/a5ebdc3a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="545.57" OriginalAmount="529.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005764" Longitude="28.9811172" StarRating="3" HotelCode="|37007" HotelName="Tria  - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AKBIYIK CAD.TERBIYIK SOK. NO:7 SULTANAHMET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/0/0/7/37007_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 1932, renovated in 2007, has 22 rooms and 5 floors. The establishment has air-conditioning, a hall with a reception, a currency exchange service, a cloakroom and lifts. Our guests can find a bar, a dining room, a car park, room service, a laundry service and WiFi. SITUATION: Is situated in an excellent location, close to the establishment, clients can find tourist areas, 5 minutes away from the establishment clients have the tram station, the railway station, this hotel is situated 18 kilometres away from Istanbul Airport. ROOM: Clients are offered deluxe rooms with hydromassage and standard rooms. The rooms have a hairdryer, a direct line telephone, a television and internet. They also have a mini-bar, a coffee maker, a kettle, a double bed, an air-conditioning system, heating and a safety deposit box. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="545.81" OriginalAmount="529.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.050724" Longitude="28.990165" StarRating="4" HotelCode="|454074" HotelName="Cheya Residences Nisantasi Deluxe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Valikonagi Caddesi 20, Nisantasi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/0/7/4/454074_ab5381b1203.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="545.90" OriginalAmount="530.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="951176|doruk_palas_hotel" HotelName="Doruk Palas Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Emekyemez Mahallesi, Nazli Hanim Sokak, Beyoglu, 34421 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/45/ee45aef5b923b1be85616f9eecf08bc01d03b7fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="546.94" OriginalAmount="531.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004137" Longitude="28.978879" StarRating="0" HotelCode="|538018" HotelName="Bender Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Cd. 84</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/8/0/1/8/538018_728cc0b2138.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="555.38" OriginalAmount="539.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.015611" Longitude="28.97239" StarRating="5" HotelCode="|444221" HotelName="Cronton Design" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rahvanci Sok No 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/2/2/1/444221_e9424880917.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="558.26" OriginalAmount="542" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|167628-28793076/4024169871002992272/2051" HotelName="RAMADA PLAZA BY WYNDHAM ISTANBUL SULTANAHMET" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/86000000/85540000/85534300/85534221/d7c7eb4a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="566.50" OriginalAmount="550" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|241189-20779762/4024169871002992272/21667" HotelName="CVK HOTELS &amp;amp; RESORTS PARK BOSPHORUS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6060000/6055800/6055713/a884369e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="568.56" OriginalAmount="552" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1366476-23139502/4024169871002992272/22323" HotelName="MOVENPICK LIVING ISTANBUL CAMLIVADI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/91000000/90150000/90145400/90145301/aa53d04a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="570.76" OriginalAmount="554.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.030059" Longitude="28.988209" StarRating="0" HotelCode="|466209" HotelName="The Maestro Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Meclis-i Mebusan Cd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/6/2/0/9/466209_84a46df1008.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="574.74" OriginalAmount="558.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02604464" Longitude="28.97608475" StarRating="0" HotelCode="963763|noa_luxury_apartments" HotelName="Noa Luxury Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mueyyitzade Mahallesi, Ali Hoca Araligi Sokak 6, Galata, 34425 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/5e/875e9a40463785c55ee682bbb65f243d09d31b06.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="579.89" OriginalAmount="563" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-33.920681" Longitude="151.253608" StarRating="5" HotelCode="0|151418-28592923/4024169871002992272/11426" HotelName="WITT HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>183 183 COOGEE BAY ROAD, COOGEE, AU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2180000/2172900/2172866/d53a461e_b.jpg</HotelPictures>
        <HotelDescription>Adina Apartment Hotel Coogee is located just 200 meters from popular Coogee Beach. Relax over brunch at any of the numerous cafes offering all day breakfast or play a round of golf at one of the nearby international standard gold courses. Coogee's relaxed lifestyle encourages you to immerse yourself in a marine wonderland, with a choice of beach walks, scuba diving or surfing. The hotel is close to Sydney's premier sporting venues and Royal Randwick Racecourse.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="581.05" OriginalAmount="564.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0065001" Longitude="28.969868" StarRating="4" HotelCode="|37013" HotelName="Aziyade Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Piyerloti Caddesi NO 30- Gedikpasa Sultanahmet 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/0/1/3/37013_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern hotel, has 105 rooms, 9 floors, a charming hall, a chimney and internet. Other services you can find are a reception, a currency exchange service, a cloakroom, a lift, a hairdresser's, bars and a restaurant. It has conference facilities, room service, a laundry service, a dry cleaner's and a car park (for a fee). SITUATION: It is in the historic centre, Hagia Sophia, the Sultan Ahmed Mosque and the Grand Bazaar Shopping Centre a few minutes walk away from the establishment, clients can find It is situated 10 minutes away from shops, restaurants, nightclubs, bars and a public transport stop. bars, is 18 kilometres away from Istanbul Airport. ROOM: The rooms have a central air-conditioning system, central heating, a mini-bar, a satellite television, a direct line telephone, internet, a double bed, a bathroom with a hairdryer, complimentary bathroom items and a safety deposit box. FACILITIES: The establishment boasts a jacuzzi and deck chairs. At no extra cost, you can use a sauna and the Turkish bath. For a fee, guests can enjoy a massage service, You also have at your disposal a gym. OTHERS: It has a restaurant with wonderful views, Regarding the food and beverage offering, you can enjoy a buffet breakfast and dinner. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="582.85" OriginalAmount="565.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.044509491144" Longitude="28.989433050156" StarRating="5" HotelCode="9360|111676" HotelName="Hilton Istanbul Bosphorus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Caddesi, 34367 Harbiye, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/ab/33aba0301a7812dc08d793c9c80d8357599f3fc9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the European side of Istanbul with a breathtaking view of the Bosphorus, the hotel is wit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="596.37" OriginalAmount="579" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1454544-32420298/4024169871002992272/4883" HotelName="ANDO LIVING TAKSIM HOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/93000000/92980000/92975300/92975264/e144ffa3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="598.43" OriginalAmount="581" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023750588476" Longitude="28.973847042189" StarRating="5" HotelCode="299654|38282" HotelName="The House Vault Karaköy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bankalar Caddesi 5, Beyoglu, 34420 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/73/7339c6aad434f8ee/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="602.55" OriginalAmount="585.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.960156956224" Longitude="29.0821440819" StarRating="3" HotelCode="903652|the_suadiye_residence" HotelName="Suadiye Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/06/2026" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bagdat Caddesi (Bagdat Boulevard) No:435, Suadiye, 34740 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/ca/88ca79ae82f564c0346d5ecce67c53d143d7ef51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="603.58" OriginalAmount="586" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1366481-32597379/4024169871002992272/10316" HotelName="HOTEL DE REVE GALATA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/84000000/83470000/83467600/83467578/0dacc6a4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="609.76" OriginalAmount="592" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1360214-28598452/4024169871002992272/21184" HotelName="THE WESTIN ISTANBUL NISANTASI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/84000000/83450000/83441100/83441054/9c410095_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="613.08" OriginalAmount="595.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023704" Longitude="28.978358" StarRating="0" HotelCode="|538376" HotelName="De Reve Galata" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kemankes Karamustafapasa mh.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/8/3/7/6/538376_ef61c7a2159.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="621.09" OriginalAmount="603" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.5281712" Longitude="13.4025602" StarRating="5" HotelCode="0|167645-28592935/4024169871002992272/14833" HotelName="PERA PALACE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>Auguststrasse 43/ Ecke Rosenthaler Strasse, Berlin, Germany, 10119 </AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/20600/20555/92d3f7bd_b.jpg</HotelPictures>
        <HotelDescription>&lt;br /&gt;The hotel built in 2009 is known for its location and its staff. The primary amenities at this hotel are babysitting or childcare, library, bar &amp;amp; lounge, coffee &amp;amp; tea in lobby, 24-hour front desk, elevator and free internet. Additional amenities include children's club, restaurant (à la carte), arcade &amp;amp; game room, terrace, facilities for disabled guests, safety-deposit box, heating, ironing facilities, rooftop terrace, safe-deposit box at front desk, non-smoking rooms, sun terrace, ironing service, packed lunches and shoeshine. Hotel AMANO Berlin accepts American Express, Diners Club, JCB International, MasterCard and Visa for payment. Pets allowed. Hotel AMANO Berlin has been awarded TripAdvisor's Certificate of Excellence 2014. Couples and groups of friends will enjoy a stay at Hotel AMANO Berlin.&lt;br /&gt;The hotel has 163 air conditioned rooms for you to relax in. The main room amenities are free internet (room), free WiFi (room), in-room safe (laptop compatible), air conditioning, soundproofed rooms, blackout drapes, iron &amp;amp; ironing board (on request), phone and satellite TV service.&lt;br /&gt;The hotel is housed in a contemporary mid-rise property featuring a stone coloured facade. It boasts a sleek interior with stylish furniture and modern artworks.&lt;br /&gt;Eating and drinking facilities include restaurant (à la carte), bar &amp;amp; lounge and coffee &amp;amp; tea in lobby.&lt;br /&gt;Business facilities available at the Hotel AMANO Berlin include 24-hour business center and business center. Swimming facilities available at this hotel include indoor swimming pool and seasonal outdoor swimming pool. Wellness facilities include fitness facilities.&lt;br /&gt;The hotel has a 24-hour reception. Chargeable underground parking is possible onsite.&lt;br /&gt;Check In: 15:00&lt;br /&gt;Check Out: 12:00&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="626.24" OriginalAmount="608" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1388961-24108574/4024169871002992272/22655" HotelName="ANTWELL SUITES ISTANBUL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/69000000/68010000/68007000/68006973/4fe1f1d0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="627.27" OriginalAmount="609" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|201141-28597051/4024169871002992272/10943" HotelName="THE GRAND TARABYA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5340000/5339500/5339450/4d44eba5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="631.39" OriginalAmount="613" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1325849-28477902/4024169871002992272/21244" HotelName="MULA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/77000000/76400000/76396700/76396611/c3583b31_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="638.60" OriginalAmount="620.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00657266" Longitude="28.97896667" StarRating="5" HotelCode="782621|hagia_sofia_mansions" HotelName="Hagia Sofia Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="luxurious historic hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Molla Fenari Mahallesi, Bab-i Ali Caddesi 3, Kat 4 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/8e/fb8e6bdded8a084ce673fe99121c9db4e6e2878e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="655.36" OriginalAmount="636.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0684451" Longitude="29.0302398" StarRating="0" HotelCode="|522253" HotelName="Ulus G Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ahmet Adnan Saygun Cd. 43</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/2/5/3/522253_ed71b391101.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="655.81" OriginalAmount="636.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040714381477" Longitude="28.997737169266" StarRating="5" HotelCode="9468|30174" HotelName="Swissôtel The Bosphorus - Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Spa Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,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>Visnezade Mahallesi, Acisu Sokak 19, Macka, Besiktas, 34357 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7c/50/7c508630c6fb712b3142176e8ae96bc7050d07e0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Superbly located on a small hill near the Bosporus, this first-class hotel offers spectacular panora...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="658.33" OriginalAmount="639.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04752" Longitude="28.994135" StarRating="5" HotelCode="75766|85056" HotelName="Park Hyatt Istanbul - Maçka Palas" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tesvikiye, Bronz Sokak 4, Sisli, Istanbul 34367</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/88/3b88b580525e88d426106b4551dd427773f031c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="663.32" OriginalAmount="644.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.051156474603" Longitude="28.993172049522" StarRating="4" HotelCode="176170|home_suite_home_nisantasi_2" HotelName="Home Stay Home" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akkavak Sk. No:26, Tesvikiye Mah., Nisantasi - Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/28/87282dae23863f0fbf7fbf4bb7d38d469ba7109b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex enjoys a central location in the upmarket district of Nisantasi, known for its glamorou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="664.35" OriginalAmount="645.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006376499235" Longitude="28.969093859196" StarRating="5" HotelCode="10572|ajwa_hotel_sultanahmet" HotelName="Ajwa Hotel Sultanahmet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Emin Sinan Mahallesi, Piyer Loti Caddesi 30, Sultanahmet, Eminönü, 34126 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/12/1a12ce2703d319499fdbeb85ea339a127d72834f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the old city centre, the hotel is within walking distance from the legendary monu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="667.44" OriginalAmount="648" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|630999-28593013/4024169871002992272/5368" HotelName="SOFITEL ISTANBUL TAKSIM" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/43000000/42410000/42400500/42400472/2910a550_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="671.67" OriginalAmount="652.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00758" Longitude="28.9727" StarRating="0" HotelCode="|35366" HotelName="Sultanhan Hotel - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BINBIRDIREK MAH.PIYERLOTI CD.NO:15-17 /SULTANAHMET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/6/6/35366_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers excellent service. SITUATION: This establishment is in the Istanbul Peninsula. 200 metres away, guests will find the Cemberlitas tram stop. It is situated 550 metres away from Sultanahmet where you can find Santa Sofia, the mosque and Topkapi Palace. 1,3 kilometres away, you can find Kumkapi,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="673.62" OriginalAmount="654" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1320000-28598528/4024169871002992272/4339" HotelName="JW MARRIOTT ISTANBUL MARMARA SEA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/76000000/75280000/75275700/75275619/w3997h2667x0y0-9a239695_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="682.26" OriginalAmount="662.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.041881" Longitude="28.99805" StarRating="5" HotelCode="|19959" HotelName="Swissotel The Bosphorus Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Visnezade Mah. Acisu Sok. NO. 19 Macka</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/9/5/9/19959_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This contemporary building and has a large hall, this elegant hotel, with air-conditioning, has 18 floors, 579 rooms, 23 suites and 82 apartments. It has a lobby with a reception, a safety deposit box service, a currency exchange service, a cloakroom, 8 lifts, a hairdresser's, a kiosk, a shop, 25 conference rooms, WiFi (for a fee), a bar, a cafÃ© and a restaurant with highchairs, At an additional cost, you can enjoy room service, a laundry service and a medical care service. Children can enjoy a playground, It also has a car park and an indoor car park. SITUATION: Is situated in an excellent location, is in a small hill, with panoramic views, Is situated inDolmabahce the Palace gardens of Macka Besiktas it is 10 minutes away from Where you can find bars, restaurants and shops. nearby, you will find a public transport stop, is situated 24 kilometres away from Istanbul Airport. ROOM: The modern rooms, a bathroom with a shower, a hairdryer, an air-conditioning system, central heating, fitted carpets, a double bed, a direct line telephone, a satellite or cable television, a safety deposit box (available for a fee), internet and a mini-bar. FACILITIES: The establishment has a pool that has a children's area, an outdoor bar, deck chairs, parasols, a heated pool, a sauna, a gym and a Turkish bath. By paying an additional cost, you can use a massage service and a tennis court. OTHERS: Regarding the food and beverage offering, clients can enjoy buffet breakfast and lunch and Ã  la carte lunch and dinner. Dietary restrictions can be accomodated for.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="688.40" OriginalAmount="668.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034910932891" Longitude="28.983150945461" StarRating="3" HotelCode="315912|395209" HotelName="The House of Tulpan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Katip Mustafa Çelebi Mhallesi, Abdullah Sokak 11, Beyoglu, 34000 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/39/395209/395209a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="694.22" OriginalAmount="674.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00537583" Longitude="28.96609283" StarRating="0" HotelCode="878872|miro_mansion" HotelName="Miro Mansion" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Hayrettin Mahallesi, Cilavci Sokak 15/A, Beyazit, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/96/d4/96d4795e00c495651b16c8ecdadba246f1f5608c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="695.25" OriginalAmount="675.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0308194" Longitude="28.97514096" StarRating="2" HotelCode="411819|apartotel_no11" HotelName="No 11 Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Istiklal Caddesi, Balyoz Sokak Number 11, 34340 Istanbul, Beyoglu</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/18/ed/18ed8cb114cee3d6f0e3cfe558f4ed94981b5e3f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The air-conditioned hotel offers a babysitting service and a childcare service. Wireless internet ac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="700.40" OriginalAmount="680" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.049180019852" Longitude="28.98795563153" StarRating="5" HotelCode="300308|62773" HotelName="The St. Regis Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mim Kemal Oke Caddesi 35, Nisantasi Sisli, Istanbul 34367</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/9e/4e9e4f2a4978ae3b81724610074ad1efa9d75d33.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="703.91" OriginalAmount="683.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.026820714144" Longitude="28.975547254086" StarRating="4" HotelCode="185748|758285" HotelName="Georges Galata" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Serdar-I Ekrem Caddesi 24, Müeyyedzade Mh., Galata–Beyoglu, 34425 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3d/c9/3dc91e4c045792e02f9fef7ce1a4c20bfaf19756.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish hotel is located a few metres from Galata Tower and a five-minute walk from Istiklal St...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="722.19" OriginalAmount="701.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040528" Longitude="29.005123" StarRating="5" HotelCode="209570|923765" HotelName="Shangri-La Bosphorus Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sinanpasa Mahallesi, Hayrettin Iskelesi Sokak 1, Besiktas, 34353 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/23/d623f5906800e02256157faf2cce997658b00b6f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located between the Dolmabahçe Palace and the Naval Museum, within close prox...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="740.89" OriginalAmount="719.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0473674" Longitude="28.9933773" StarRating="0" HotelCode="|71371" HotelName="Park Hyatt Istanbul Macka Palas -  Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BRONZ SOKAK-TESVIKIYE 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/3/7/1/71371_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern, elegant hotel, has 90 deluxe rooms, The establishment boasts a breakfast room, a restaurant, a winery, a grill, a swimming pool area, a terrace and a bar. The establishment offers guests live music performances, air-conditioning, a lobby, a reception, a safety deposit box service, a currency exchange service, a cloakroom and a lift. At an additional cost you can have access to internet, room service, a laundry service, a car park and conference facilities. SITUATION: It is inNisantasi the heart of Where you can find shops, restaurants and bars. 700 metres away, clients have the convention centre, 500 metres away, there is an underground station, in front of the establishment, you can find a public transport stop situated 30 minutes away from tourist points of interest, 20 kilometres away from the establishment, guests will find Istanbul AtatÃ¼rk Airport it is 45 kilometres away from Sabiha Gokcen Airport. ROOM: The luxurious rooms suites, have internet, a direct line telephone, a television, a DVD player, a mini-bar, a safe, individual air-conditioning, individual heating, a bathroom with a shower, a bath and a hairdryer. There is also a king size or double bed, a radio and an ironing set. FACILITIES: You can find a spa, 2 saunas, treatments, a spa, a massage service (available for a fee) and a gym. You also have at your disposal a heated swimming pool with an outdoor bar and deck chairs. MEALS: Regarding the food and beverage offering, the establishment offers a breakfast service and Ã  la carte lunch and dinner. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="748.81" OriginalAmount="727" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="9.52236" Longitude="100.0577" StarRating="4" HotelCode="0|529034-28584884/4024169871002992272/21045" HotelName="NARDI NISANTASI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>155/24 MOO 2 CHAWENG BEACH RD. BOPHUT, KOH SAMUI, TH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4870000/4862900/4862885/ec5aab1b_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   With a stay at Chaweng Palace Hotel, you'll be centrally located in Koh Samui, steps from Phetch Buncha Thai Boxing Stadium and minutes from Chaweng Thai Boxing Stadium. This hotel is within close proximity of Thai International Hospital and Bandon International Hospital.   Rooms   Make yourself at home in one of the 20 air-conditioned rooms featuring refrigerators. Relax and take in city views from the privacy of your room. Complimentary wireless Internet access is available to keep you connected. Bathrooms with showers are provided.   Rec, Spa, Premium Amenities   Make use of convenient amenities, which include complimentary wireless Internet access and tour/ticket assistance.   Dining   Enjoy a satisfying meal at a restaurant serving guests of Chaweng Palace Hotel.   Business, Other Amenities   Free parking is available onsite.   Room Info:    Fees    The following fees and deposits are charged by the property at time of service, check-in, or check-out.      Airport shuttle fee: THB 150 per person (one way)       The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.     Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.   &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="756.87" OriginalAmount="734.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.963943" Longitude="28.802057" StarRating="5" HotelCode="|193004" HotelName="Crowne Plaza Istanbul Florya, An Ihg" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yesilkoy Halkali Caddesi No: 95 (ex No. 93/1)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/0/0/4/193004_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="765.29" OriginalAmount="743" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1388962-28587099/4024169871002992272/2619" HotelName="SANASARYAN HAN, A LUXURY COLLECTION HOTEL, ISTANBUL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/98000000/97870000/97863400/97863395/0c0da550_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="772.50" OriginalAmount="750" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|256982-28493883/4024169871002992272/14242" HotelName="THE BANK ISTANBUL A MEMBER OF DESIGNS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7460000/7459500/7459477/8270730e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="776.62" OriginalAmount="754" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00597332" Longitude="28.98012963" StarRating="0" HotelCode="744991|284870" HotelName="Istanbul Irini Seaview House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kutlugun Sokak 41, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=5707671</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="786.18" OriginalAmount="763.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0307598" Longitude="28.9753704" StarRating="0" HotelCode="|107996" HotelName="No11" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Balyoz Sok. No:11 Asmali Mescit Mah. Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/9/9/6/107996_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inPÃªra the district of this establishment, is 100 metres away from Istiklal Avenue It is situated 1 kilometre away fromTaksim the square. ROOM: All the rooms have a kitchen and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="804.67" OriginalAmount="781.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040358325844" Longitude="28.992010653019" StarRating="5" HotelCode="18479|30134" HotelName="The Ritz-Carlton Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Suzer Plaza, Askerocagi Caddesi 6, Elmadag, Sisli, 34367 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/cc/68/cc68214ff0b3bcbf99d2e4107b3f365085f704d4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive city hotel is located right in the elegant district of Dalmabahce and has fantastic v...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="809.58" OriginalAmount="786" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|230995-20798763/4024169871002992272/18130" HotelName="SHANGRI-LA BOSPHORUS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6010000/6009100/6009094/18f1ae1c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="821.94" OriginalAmount="798" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1401455-24962062/4024169871002992272/22500" HotelName="RIXOS TERSANE ISTANBUL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/103000000/102210000/102209800/102209764/2c8e043a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="850.78" OriginalAmount="826" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03047043" Longitude="28.97318899" StarRating="5" HotelCode="450252|217759" HotelName="Soho House Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Evliya Celebi Mahallesi, Mesrutiyet Caddesi 56, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/ea/ea3946c70361c971/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="851.81" OriginalAmount="827" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.2603" Longitude="28.74254" StarRating="0" HotelCode="866484|490700" HotelName="YOTEL Istanbul Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tayakadin Mahallesi</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f9/b6/f9b669523ed3497f051b041b1189e788a5914ff0.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="867.12" OriginalAmount="841.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0507475" Longitude="28.9938016" StarRating="0" HotelCode="|85097" HotelName="Nardi Nişantaşı" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AKKAVAK CAD, NISANTASI 26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/0/9/7/85097_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel was built in 1987, was renovated in 2010 and has 13 suites. SITUATION: This establishment, Istanbul it is in it is in the city centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="895.07" OriginalAmount="869" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|476771-28592992/4024169871002992272/3132" HotelName="AJWA SULTANAHMET" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15470000/15463400/15463349/9508c875_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="943.48" OriginalAmount="916.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.2603" Longitude="28.74254" StarRating="0" HotelCode="866486|yotelair_istanbul_airport_airside" HotelName="YOTELAIR Istanbul Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Tayakadin Mahallesi</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/82/72829755f725e48e7e5ead684181f1dc085bdc7a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="979.58" OriginalAmount="951.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035275" Longitude="28.984865" StarRating="0" HotelCode="|474455" HotelName="Ravello Suites Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Siraselviler Cd. 25</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/4/4/5/5/474455_2266a091250.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="981.59" OriginalAmount="953" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|865802-28596413/4024169871002992272/3823" HotelName="JW MARRIOTT ISTANBUL BOSPHORUS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/43000000/42650000/42641600/42641512/w4000h2664x0y0-f5900b0b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="997.04" OriginalAmount="968.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04414679" Longitude="28.98555047" StarRating="0" HotelCode="595696|beyzas_suites" HotelName="Beyzas Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Inönü Mahallesi, Babil Sokak 8, Sisli, Istanbul 34373</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/40/bd40dfa099d4860983a2134ac0e87a4753ebf878.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1181.66" OriginalAmount="1147.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.025028" Longitude="28.973407" StarRating="0" HotelCode="|484418" HotelName="Ecole St Pierre Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Galata Kulesi Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/4/4/1/8/484418_720144c2026.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1184.97" OriginalAmount="1150.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006828" Longitude="28.981536" StarRating="4" HotelCode="|474388" HotelName="Joyways Istanbul Sultanahmet" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ishak Pasa Caddesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/4/3/8/8/474388_f7773511207.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1188.62" OriginalAmount="1154.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.066615" Longitude="29.017812" StarRating="5" HotelCode="300307|raffles_istanbul" HotelName="Raffles Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Zorlu Center, 34340 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/43/6843fbfa44f222724af717491374b3f19c353d0a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1271.02" OriginalAmount="1234" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1248158-28475166/4024169871002992272/11273" HotelName="RESIDENCE INN BY MARRIOTT ISTANBUL ATASEHIR" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/70000000/69280000/69271800/69271706/53ca3aab_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1335.91" OriginalAmount="1297" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|608071-21409450/4024169871002992272/22627" HotelName="HAGIA SOFIA MANSIONS ISTANBUL, CURIO COLLECTION BY HILTON" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/30000000/29750000/29743800/29743791/fe4d4489_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1491.40" OriginalAmount="1447.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.043973" Longitude="29.016143" StarRating="5" HotelCode="|23362" HotelName="Ciragan Palace Kempinski" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ciragan Caddesi 32, Istanbul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/6/2/23362_65c4f070809.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1986, renovated in 1999, has a main 5-storey building, a 3-storey annexed building and 315 rooms. In the establishment entrance, guests will find a spacious hall with a reception, a safety deposit box service, a currency exchange service, a cloakroom, a lift and a conference room with WiFi, The establishment also has a kiosk, shops, a hairdresser's, a bar and an Ã  la carte restaurant with air-conditioning, with highchairs, There are many services available at the establishment, including a laundry service, a laundry service and a medical care service. Outdoors, guests have access to a car park. SITUATION: This inviting, luxury hotel, BeÅŸiktaÅŸ it is in it is in a small hill, Bosphorus Bridge with beautiful views of it is close to Dolmabahce the Palace of 2 kilometres away, you can find shops, leisure areas and entertainment. in front of the hotel there is a public transport stop, is 60 minutes away from the airport. ROOM: The comfortable rooms, have a bathroom with a shower, a hairdryer, a direct line telephone, satellite or cable TV, a radio, internet, a mini-bar, fitted carpets, an air-conditioning system, a central heating system and a safety deposit box (available for a fee). FACILITIES: Outdoors, clients have access to a swimming pool with sunshades and deck chairs. Customers can enjoy a jacuzzi, a sauna, a solarium, a Turkish bath, a massage service and a gym. At the beach, you can find parasols, is 25 kilometres away from a golf course. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard, Diners Club and EC. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast and dinner and an Ã  la carte or set-menu lunch and dinner. Dietary restrictions can be accomodated for, The establishment offers special dishes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1498.65" OriginalAmount="1455" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1401458-32658886/4024169871002992272/19672" HotelName="PRINCES' PALACE RESORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/103000000/102180000/102173200/102173164/05909a09_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1592.38" OriginalAmount="1546.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006362330582" Longitude="28.979986310005" StarRating="5" HotelCode="12647|four_seasons_hotel_istanbul_at_sultanahmet" HotelName="Four Seasons Hotel Istanbul at Sultanahmet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tevkifhane Sokak 1, Sultanahmet-Eminönü, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/68/546882ee8120bda5ed5164961209a80059f344a0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1720.10" OriginalAmount="1670.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.042468331959" Longitude="29.011893868446" StarRating="5" HotelCode="71508|four_seasons_hotel_istanbul_at_the_bosphorus" HotelName="Four Seasons Hotel Istanbul At The Bosphorus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,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,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ciragan Caddesi 28, Besiktas, 34349 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/f3/9cf3e5d88103a62072ad797f73967d65d8b182c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The charming city hotel enjoys a spectacular location on the European side of the Bosphorus with vie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1943.61" OriginalAmount="1887" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1248137-24960778/4024169871002992272/842" HotelName="MANDARIN ORIENTAL BOSPHORUS ISTANBUL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/61000000/60910000/60903400/60903306/8a99ad3c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3005.54" OriginalAmount="2918.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.054196728523" Longitude="29.051874457672" StarRating="5" HotelCode="58543|sumahan__on_the_water" HotelName="Sumahan On The Water" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Kuleli Caddesi 43, Cengelköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/de/67de45cc2d3041639ef61fa9783a6729353662da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the Asian side of Istanbul, the hotel enjoys a unique waterfront location on the Bosphoru...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15630.25" OriginalAmount="15175.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="645305|the_moon_hotel_istanbul_" HotelName="The Moon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mesihpasa Caddesi 6</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/f0/e1f0d1b7d3fad6ef1aff031a8ed1188ed5d19e5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="17497.25" OriginalAmount="16987.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03274613763" Longitude="28.987388000156" StarRating="3" HotelCode="305471|361703" HotelName="Cihangir Ceylan Suite Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akyol Sokak 24, Mebusan Caddesi, Cihangir Beyoglu, 34433 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/81/ad81ce4f11439fd5d4dd5803a7acb16b5d1bdf23.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartment hotel comprises a total of 17 rooms. Services and facilities at the hotel include a sa...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18754.46" OriginalAmount="18208.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.032765" Longitude="28.987314" StarRating="0" HotelCode="|151921" HotelName="Cihangir Ceylan Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>MECLISI MEBUSAN CD.AKYOL SK. CIHANGIR-BEYOGLU 24</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/1/9/2/1/151921_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: The renovated hotel in 2004, has 17 suites and a car park. SITUATION: This establishment, is in Istanbul a good area in is situated in the city centre excellent transport links to places of interest, Close to the train stations, the bus station, the metro stop, the bus stop, places of interest and the harbour.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19070.45" OriginalAmount="18515.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02591127806" Longitude="28.98025349131" StarRating="3" HotelCode="313509|astek_port_hotel" HotelName="Port Hotel Tophane-i Amire" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kemankes Karamustafa Pasa Mahallesi, Gece Kusu Sokak 6, Beyoglu Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/54/db/54db233d63dc109cda45a7dd069aeaeba7ec60fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="21009051.99" OriginalAmount="20397137.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03394912" Longitude="28.98854746" StarRating="0" HotelCode="517144|889041" HotelName="Istanbul Modern Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Residences" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Gumussuyu Mahallesi, Kolcak Sokak 3, Beyoglu, 34425 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=5333319</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.26" OriginalAmount="76.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.045644" Longitude="28.983329" StarRating="0" HotelCode="|527655" HotelName="SOLO HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dolapdere Cd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.13" OriginalAmount="100.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0046272" Longitude="28.9628431" StarRating="0" HotelCode="|305176" HotelName="Milano &amp; Spa Sultanahmet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Muhsinehatun Mahallesi Cifte Gelinler Caddesi, Telli Odalar Sokak 48, Kumkap?, Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="109.68" OriginalAmount="106.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0740441" Longitude="28.9823237" StarRating="0" HotelCode="|305957" HotelName="Mari Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ta?oca?? Caddesi no:27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="111.34" OriginalAmount="108.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007386" Longitude="28.952412" StarRating="0" HotelCode="|353859" HotelName="Pelican House Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.49" OriginalAmount="111.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0071864" Longitude="28.9525602" StarRating="0" HotelCode="|305398" HotelName="Fly Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="138.79" OriginalAmount="134.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0060605" Longitude="28.9599797" StarRating="0" HotelCode="|353844" HotelName="Hotel Red Rose" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.51" OriginalAmount="143.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0490037" Longitude="28.8974303" StarRating="0" HotelCode="|305739" HotelName="ömer Agah Istanbul Hotel Bayrampasa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>?ehirpark? Cd. No:225 Bayrampa?a</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="152.31" OriginalAmount="147.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013007" Longitude="28.939587" StarRating="0" HotelCode="|353872" HotelName="hotel oğuzhan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="184.46" OriginalAmount="179.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0060772" Longitude="28.9812458" StarRating="0" HotelCode="|353573" HotelName="şebnem hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Akb?y?k Caddesi Adliye sok no:1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="199.66" OriginalAmount="193.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.885566" Longitude="29.198777" StarRating="0" HotelCode="|565028" HotelName="Destiny Marine Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kordonboyu Mahallesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="208.19" OriginalAmount="202.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0121044" Longitude="28.9783904" StarRating="0" HotelCode="|301975" HotelName="Old City Luxx Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alaykosku Cad. No:10 Sultanahmet Sirkeci</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Spa,Swimming Pool,Wheelchair Access,Heated Pool,Garden,Diet Meals,Kitchen,Bicycle Rental,Golf,24 Hour Front Desk,Elevator,Parking,Pick &amp;amp; Drop,24 Hour Power Supply,24 Hour Security,Airport Transfer (on Demand),Business Centre,Dining,Housekeeping,Printer,Valet Parking,Wake-up Call Service,ATM/Cash Machine,Meeting Room,Pets allowed,Smoking Rooms,Babysitting,Boutique,Banquet Hall,Kids Play Area,24 Hour Room Service,Beauty Salon,Coffee Shop,Concierge,Dry Cleaning,LCD/Projector,Library,Luggage Storage,Off-Site Parking,Porter</BasicAmenities>
    <HotelRating>5,4,3,1,2</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE</Meals>
    <PropertyType>CITY HOTEL,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,HISTORIC HOTEL,HOTEL DE CHARME,SPA HOTEL,AIRPORT HOTEL,APARTMENT HOTEL,BOUTIQUE HOTEL,HOTEL,CLUB RESORT,ECO HOTEL,APARTHOTEL,BUNGALOW COMPLEX,APARTMENT,GUESTHOUSE,RESIDENCES,BED AND BREAKFASTS,RESIDENCE,HOSTELS,INNS,LUXURIOUS HISTORIC HOTEL,BED AND BREAKFAST,HOSTEL,COUNTRY HOUSE,BEACH HOTEL,GUEST HOUSES</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
df7b1c18-ccdb-45a6-8d33-f5fd2bc1cdbb|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="df7b1c18-ccdb-45a6-8d33-f5fd2bc1cdbb">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="74076" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-07-10T00:00:00" End="2026-07-13T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info.yasholiday@gmail.com" Password="Admin@123" 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
df7b1c18-ccdb-45a6-8d33-f5fd2bc1cdbb|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
df7b1c18-ccdb-45a6-8d33-f5fd2bc1cdbb|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
df7b1c18-ccdb-45a6-8d33-f5fd2bc1cdbb|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
df7b1c18-ccdb-45a6-8d33-f5fd2bc1cdbb|HotelbedsSearch|successfull supplier interation||HotelBeds|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
df7b1c18-ccdb-45a6-8d33-f5fd2bc1cdbb|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
df7b1c18-ccdb-45a6-8d33-f5fd2bc1cdbb|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
df7b1c18-ccdb-45a6-8d33-f5fd2bc1cdbb|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:f4c4f361-253e-46ac-a963-c87267902921
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
df7b1c18-ccdb-45a6-8d33-f5fd2bc1cdbb|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
df7b1c18-ccdb-45a6-8d33-f5fd2bc1cdbb|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-06-12T10:25:52.4895536+01:00" Version="0" EchoToken="Search" TransactionIdentifier="df7b1c18-ccdb-45a6-8d33-f5fd2bc1cdbb" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="39.17" OriginalAmount="38.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04944" Longitude="29.02482" StarRating="0" HotelCode="|548639" HotelName="Bufes Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/8/6/3/9/548639_3db6d6f0057.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.63" OriginalAmount="50.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036762" Longitude="28.976931" StarRating="0" HotelCode="|475110" HotelName="Red Tent Suite 24" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kalyoncu Kullugu Cd no.23</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/1/1/0/475110_875e7301247.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.14" OriginalAmount="51.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98123" Longitude="28.73057" StarRating="3" HotelCode="|192507" HotelName="Istanbul Dedem  1" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gumuspala Mah. Nadide Sk. No 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/5/0/7/192507_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.32" OriginalAmount="53.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035259" Longitude="28.978642" StarRating="0" HotelCode="|537973" HotelName="Taksim Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/9/7/3/537973_248b7350920.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.62" OriginalAmount="54.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03114774" Longitude="28.97921998" StarRating="0" HotelCode="591878|paxx_istanbul_hotel_hostel" HotelName="Paxx Istanbul Hotel &amp; Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Laundry,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Firuzaga Mahallesi, Cezayir Sokak 2/A, Beyoglu, 34425 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/2f/c92f1ffccdb5ffe8d9a257e6ea75292b7639e91e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service, a restaurant, a bar and a la...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57.68" OriginalAmount="56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.021617614265" Longitude="28.944824233135" StarRating="3" HotelCode="311564|54900" HotelName="Hotel New Fatih Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akemsettin Mahallesi, Bedrettin Simavi Sokak 4, 34080 Istanbul, Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/23/94231b074f0c28e7c319e2e1bb2f9d7df168b4f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.71" OriginalAmount="57.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="962593|the_zanadu_istanbul" HotelName="The Xanadu Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mahallesi, Sehit Mehmet Pasa Sokak 26/1, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/e8/f1e804ecb906aff6c745ea99a9def62b4d7d73ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="60.31" OriginalAmount="58.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00715" Longitude="28.970654" StarRating="3" HotelCode="60060|591325" HotelName="Santa Sophia Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Emin Sinan Mahallesi, Emin Sinan Hamami Sokak 2, Fatih, 34470 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ed/47/ed477f9572d92912567d82e4a59f88106363d028.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The family-friendly city hotel is located in the Sultanahmet district in the heart of the old city. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.77" OriginalAmount="59.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00592425" Longitude="28.9719317" StarRating="3" HotelCode="965761|the_laila_hotel" HotelName="The Laila Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Dizdariye Yokusu 16, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/a7/29a7b102ab1c2273c2f3a26f6dae0087d57e86ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.04" OriginalAmount="59.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005048" Longitude="28.946627" StarRating="0" HotelCode="|534037" HotelName="Butique House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Atmaca Sk. No:36</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/0/3/7/534037_d2b37991146.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.80" OriginalAmount="60.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.001167733221" Longitude="28.798095953373" StarRating="4" HotelCode="489063|royal_inci_airport_hotel" HotelName="Royal Inci Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sadik Sokak No 8, Kartaltepe Mahallesi, Küçükçekmece, Istanbul 34124</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e5/a7/e5a7769418d8ed3c781dcdcdc218e4516d93d5ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.98" OriginalAmount="60.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0383331" Longitude="28.9833348" StarRating="0" HotelCode="|108307" HotelName="Budak Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Taksim Feridiye Cad No :19/1 Beyo?lu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/3/0/7/108307_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in the city centre, is situated 90 metres away from Taksim the square Istiklal Avenue.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.83" OriginalAmount="61.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02034571" Longitude="28.92844442" StarRating="1" HotelCode="323369|hotel_torun" HotelName="Hotel Torun" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Topkapi Mahallesi, Hamam Odalari Araligi No. 9, 34093 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3b/3a/3b3ac887e11efe123a4bdaf536a797a5d09736f8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.83" OriginalAmount="61.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04353013" Longitude="29.00771413" StarRating="3" HotelCode="599288|barba_rossa_residence" HotelName="Barba Rossa Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Barbaros Bulvari, Eski Yildiz Caddesi 34, Besiktas, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/78/8f78a94b08bc2bea60c9100236ba3539d2268d8d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.98" OriginalAmount="61.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0217" Longitude="28.94466" StarRating="0" HotelCode="|184669" HotelName="New Fatih Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Aksamsettin Mah. Bedrettdin</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/6/6/9/184669_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.86" OriginalAmount="62.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0057175" Longitude="28.97150117" StarRating="0" HotelCode="962310|the_lola_hotel_2" HotelName="The Lola Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Katip Sinan Cami Sokok 18, 34122 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/bc/c5bca9ac5e825c9fb0f0069140bcafb469e164c9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.63" OriginalAmount="62.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.997055" Longitude="28.711346" StarRating="0" HotelCode="|471933" HotelName="Avrupa Palace " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Uran Cd. 40</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/9/3/3/471933_aca0edb1232.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.92" OriginalAmount="64.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.020530166626" Longitude="28.962631633764" StarRating="3" HotelCode="315880|diyar_hotel" HotelName="Diyar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Yavuz Sinan Mahallesi, Arapcesme Sokak 11, Kucuk Pazar-Fatih-Eminonu, Faith, 34412 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/72/4072b8772204de66dcc4b7bd910cb2052678b9e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access is available to guests in the public areas. Those arriving in their own veh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="66.75" OriginalAmount="64.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03842" Longitude="28.98125" StarRating="0" HotelCode="|184763" HotelName="Oriella Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/7/6/3/184763_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.75" OriginalAmount="65.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0053752" Longitude="28.9654935" StarRating="0" HotelCode="|108216" HotelName="Yasmin Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Hayretin Mahallesi Balipasa Yokusu Arayici Sokak No:2 Kumkapi Beyazit</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/1/6/108216_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a terrace with sea views. SITUATION: The hotel Beyazit it is in it is situated 10 minutes walk away from Sultanahmet the tourist points of interest in. ROOM: The establishment has rooms with an air-conditioning system and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.90" OriginalAmount="65.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008118" Longitude="28.960116" StarRating="0" HotelCode="|536866" HotelName="Istanbul Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ikbal Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/6/8/6/6/536866_f442ccb2000.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.98" OriginalAmount="66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00047988" Longitude="28.80049648" StarRating="3" HotelCode="499006|217183" HotelName="Express Inci Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Pamuk sokak, Kartal tepe mahallesi 13, Kucukcekmece, 34100 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/df/35/df35317959dc2f2d7e894f72e0d83a7c6ea5b71b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.98" OriginalAmount="66.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005706841122" Longitude="28.965504668648" StarRating="1" HotelCode="296190|yasmin" HotelName="Yasmin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Hayretin Mahallesi, Balipasa Yokusu, Arayici Sokak 2, Beyazit, Fatih 34100, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/45/bd459bd459a691b1d6aa8852f248fd536d364871.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 1 km from the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.01" OriginalAmount="67.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02003649" Longitude="28.96249599" StarRating="0" HotelCode="776279|marpalace_hotel" HotelName="Marpalace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Arap Cesmesi? Sokak 21, 34134 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/92/38927e346cf5b241d592e1f71c7c1a905e9a8851.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.01" OriginalAmount="67.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="968409|hotel_cigno_istanbul" HotelName="Hotel Cigno Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Pertev Pasa Sokak 38, 34126 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e5/0a/e50af1f468b000138017d148a05a2aa6fd416b0e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="69.34" OriginalAmount="67.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00508" Longitude="28.96192" StarRating="0" HotelCode="|533855" HotelName="Stylish Hotel Old City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Molatasi Caddesi No 28</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/8/5/5/533855_4f1e6911135.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.04" OriginalAmount="68.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="817251|megaron_hotel_2" HotelName="Hotel Megaron" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/93/5393fc116168f9654f72f7cff74e355cb8a312ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="70.84" OriginalAmount="68.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006000016863" Longitude="28.971067965031" StarRating="3" HotelCode="37688|359325" HotelName="Diva's Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Katip Sinan Camii Sokak 31, Sultanahmet, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/d8/58d81cf60a1871df6d659ddc8a13686a7bee5bf2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located close to a park (about 100 m away). The city centre and tourist area with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.07" OriginalAmount="69.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.020262" Longitude="28.96253" StarRating="3" HotelCode="297943|reydel_hotel" HotelName="Reydel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Küçük Dolap Sk. No. 22, Yavuz Sinan Mh., Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/33/b5339b22fd624c0360d38b4af2dcdf3f61fcf962.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.10" OriginalAmount="70.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="736245|milena_suites" HotelName="Milena Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kurabiye Sokak 26, Beyoglu, 34435 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/05/550518204a6c29babc6e498b56b26e85aad89103.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="73.02" OriginalAmount="70.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0357648" Longitude="28.9792424" StarRating="0" HotelCode="|353421" HotelName="Palmiye Hotel Taksim" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Huseyinaga Mah. Halas Sokak No:19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/4/2/1/353421_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.13" OriginalAmount="71.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98606" Longitude="28.718157" StarRating="3" HotelCode="297935|avcilar_inci_hotel" HotelName="Avcilar Inci" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Engin Sk. No. 6, Avcilar Merkez Mah., Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/e0/7ce0c92bf07949e7982e498946a45c319230b935.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.13" OriginalAmount="71.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03410606" Longitude="28.68127717" StarRating="3" HotelCode="374281|grand_dedem_hotel" HotelName="Grand Dedem Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Yenikent Mahallesi, 606 Sokak 4, 34510 Esenyurt, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/47/1f473581a35cca21490cf4786f4d48df5d8e65c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="73.25" OriginalAmount="71.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00052" Longitude="28.80059" StarRating="3" HotelCode="|242941" HotelName="Express Inci Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/2/9/4/1/242941_a4a0f510140.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.16" OriginalAmount="72.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007079" Longitude="28.95495" StarRating="3" HotelCode="169651|maral" HotelName="Maral Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Katip Kasim Mahallesi, Pasazade Sokak No: 17, Laleli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/39/5939bb65ae7d844aa764165852d31ac72f3b7177.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Laleli area of Istanbul, within comfortable walking distance of the majo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.07" OriginalAmount="72.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005096" Longitude="28.963955" StarRating="0" HotelCode="|86849" HotelName="Hotel Antik Ipek" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ciftegelinler Caddesi No:23 Kumkapi Sultanahmet Old City</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/4/9/86849_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 5 minutes away from the bazaar, this establishment, Kumkapi it is in. ROOM: The rooms have a satellite television. FACILITIES: Guests are offered a car park (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.10" OriginalAmount="72.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.981073" Longitude="28.730859" StarRating="0" HotelCode="|485048" HotelName="Green Palmiye Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gumuspala Mahallesi Londra Asfalti</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/5/0/4/8/485048_9d9defa2045.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.19" OriginalAmount="73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.050362575393" Longitude="28.985811036246" StarRating="3" HotelCode="933236|237538" HotelName="New City Hotel Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bozkurt Mahallesi, Esref Efendi Sokak 52, 34480 Pangalti, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d9/6a/d96ac11485cabbce7ca0f2b0fa23dd13375e3c1a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.19" OriginalAmount="73.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005547225" Longitude="28.9634007" StarRating="2" HotelCode="118843|antik_ipek_hotel" HotelName="Antik Ipek Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Cifte Gelinler Caddesi 39-41, Kumkapi Sultanahmet Old City, 34098 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/15/f115fda2c5bdd4e5f5e2b12e9d4ad49dfdd28f0d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hippodrome (5 min.)
	 300 meters from Metro
	 St. Sophia (8 min.)
	 Topkapi Palace (10 min.)
	 Blue ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.41" OriginalAmount="73.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0029711" Longitude="28.9760845" StarRating="3" HotelCode="|82998" HotelName="Berce" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kucukayasofya Cad. Mustafapasa Sok. No: 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/9/8/82998_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has a terrace. SITUATION: The hotel is next to the coast, is situated in Istanbul the Peninsula of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.65" OriginalAmount="73.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0204217" Longitude="28.9283415" StarRating="0" HotelCode="|108189" HotelName="Torun Istanbul Old City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kaleici Topkapi Mahallesi Hamam Odalari Aral?gi No:9 Topkapi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/8/9/108189_5.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is in Topkapi the district of 300 metres away, guests can find Pazartekke the tram stop of It has excellent transport links to Sultanahmet the historic area of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="76.22" OriginalAmount="74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00648379" Longitude="28.97130818" StarRating="3" HotelCode="635290|252295" HotelName="Seven Days Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Goktas Sokak 10, Sultanahmet, Fatih, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/da/73dac73a79d60322f9967f5fed3d5fe7edfdab13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.22" OriginalAmount="74.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03722683" Longitude="28.98170202" StarRating="3" HotelCode="372594|a_plus_residence" HotelName="A Plus Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mahallesi, Pelesenk Sokak 12, Beyoglu, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/e8/80e896984238267b9e672e1d225e0075018235b7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.22" OriginalAmount="74.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99431917" Longitude="28.83933039" StarRating="3" HotelCode="430714|grand_palace_hotel_9" HotelName="Grand Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Hurriyet Mahallesi, Hürriyet Caddesi, Altin Sokak 29, Bahcelievler, 34191 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/7d/467ded0c79ccaa422c2ed7dbc860cdc19e1a5e18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.63" OriginalAmount="74.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0061853" Longitude="28.9713528" StarRating="3" HotelCode="|86703" HotelName="Blue Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mah. Dizdariye Ceme Sok. No:49</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/0/3/86703_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: Sultan Ahmed Mosque It is situated 450 metres away from. ROOM: All the rooms have with WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="77.01" OriginalAmount="74.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005559" Longitude="28.968538" StarRating="3" HotelCode="141762|120322" HotelName="Fors" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Eminsinan Mahallesi, Piyerloti Caddesi, Kadirga Hamam Sokak 10, 34490 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/86/df86626f8395adadd0e22b02801d49a8dfe7f1fc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the old peninsula of Istanbul, within walking distance of highlights such as...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.25" OriginalAmount="75.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.045063968923" Longitude="28.983136146979" StarRating="3" HotelCode="375021|all_inn_hotel" HotelName="All Inn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Inonu Mahallesi Dolapdere Cadesi  No 78, Sisli, 34347 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/4b/a54b4c2c95814e0aa1a2bca7c7a99cdaf9c7046e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.25" OriginalAmount="75.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="730797|carvan_hotel" HotelName="Carvan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Küçükayasofya Mahallesi, Tahsinbey Sokak 28, Fatih, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/27/0a270dd6c45644ffffd8de33cc798243c2de0a60.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.25" OriginalAmount="75.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="851674|miklagord_hotel" HotelName="Miklagord Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Katip Sinan Cami Sokak 25, Istanbul 34122, Sultanahmet</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/84/d68473a7f9d72756897fa2ed8ae39059be52dfc1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="77.98" OriginalAmount="75.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.037587" Longitude="28.981394" StarRating="3" HotelCode="191174|1660008" HotelName="Element Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cevza Sokak 2, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/d3/43d3241ab3717982de6a9ef4c2dbf2244b7bee14.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.28" OriginalAmount="76.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003294" Longitude="28.980249" StarRating="4" HotelCode="144070|aruna_hotel" HotelName="Aruna Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Ahirkapi Sokak 74, Cankurtaran Mahallesi, 34122 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d6/66/d66643dea35e21e3c0774b8e80e250f2cffbe7e0.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located in the heart of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.28" OriginalAmount="76.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01553768" Longitude="28.95925098" StarRating="3" HotelCode="517091|seyri_istanbul_hotel" HotelName="Seyri Istanbul Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Molla Husrev Mahallesi, Uzumcu Sokak No 4, Vefa Caddesi, 34134 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/16/b11641e81af1be3e5aeb9928c4fc9b7e9c02c0d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="78.31" OriginalAmount="76.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99427" Longitude="28.83967" StarRating="0" HotelCode="|237790" HotelName="Grand Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hurriyet Mah Hurriyet Cad Altin Sok No 29 Bahcelievler</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/7/7/9/0/237790_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="78.89" OriginalAmount="76.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00568" Longitude="28.97225" StarRating="0" HotelCode="|523279" HotelName="Divas Silver Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Binbir Direk Mah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/2/7/9/523279_98b524a1140.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.31" OriginalAmount="77.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007555" Longitude="28.951731" StarRating="2" HotelCode="188673|hotel_akkus" HotelName="Akkus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Mahallesi, Valide Cami Sokak 12, 34096 Istanbul, Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/1a/9a1afb13baa7655079d180fac00a5df0483e99e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.31" OriginalAmount="77.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.988815" Longitude="28.797338" StarRating="3" HotelCode="188737|hotel_osaka_airport" HotelName="Hotel Osaka Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Hürriyet Mah. E-5 Yanyol 26-28, Bahçelievler, 34800 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/46/8b466825eec7e6d89af0d96225e4757c0702333c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.31" OriginalAmount="77.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00554993" Longitude="28.95460072" StarRating="2" HotelCode="593888|saint_george_boutique_house" HotelName="Saint George Boutique House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Katip Kasim Mahallesi, Yenisepetci Sokak 25/101, Yenikapi, Fatih, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/fd/cb/fdcb2ef40820fd987975475878e28bf1482f57f8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.31" OriginalAmount="77.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005167631091" Longitude="28.970436035582" StarRating="4" HotelCode="902962|sultanahmet_suites__apartments_2" HotelName="Sultanahmet Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mah., Ozbekler Sok. No:4/1, Sultanahmet, Kadirga, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/f2/81f212ad913d92c1aef90ef6c94d2a2512904327.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.31" OriginalAmount="77.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00569" Longitude="28.968841" StarRating="3" HotelCode="904571|new_pelda_hotel" HotelName="Old City Sultanahmet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pierlotti Cad. No:59, Çemberlitas, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/14/f414031d1fba0c1342bf01e3011ee01a6b224d64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just a couple of minutes' walk from Sultanahmet and the major attractions are r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.32" OriginalAmount="77.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03885" Longitude="28.98286" StarRating="0" HotelCode="|184795" HotelName="Q Pera Hotel Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mah. Feridiye Cad. No.38</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/7/9/5/184795_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.34" OriginalAmount="78.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0079617" Longitude="28.9678448" StarRating="4" HotelCode="300222|divani_ali_3" HotelName="Divan-i Ali Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Hayrettin Mahallesi, Divani Ali Sokak 7, Beyazit, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8a/d2/8ad220fca022e9c69c6233648ee2c5c76adedaa5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.34" OriginalAmount="78.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="850584|basak_apart_hotel" HotelName="Basak Apart Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kurban Sokagi, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/09/19099ee42176e19eb118137bc2517766f8ba75c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="80.48" OriginalAmount="78.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008111" Longitude="28.797988" StarRating="0" HotelCode="|466043" HotelName="Seyithan Palace Spa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tevfikbey Mahallesi. 2321 sokak. No2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/6/0/4/3/466043_383246c1052.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="80.95" OriginalAmount="78.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007647" Longitude="28.953293" StarRating="0" HotelCode="|558264" HotelName="Hotel Ozbek" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mustafa Kemalpasa Caddesi Tiryakihasan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/8/2/6/4/558264_12045921654.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="81.14" OriginalAmount="78.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0038466" Longitude="28.9717832" StarRating="3" HotelCode="|82967" HotelName="Magnificent" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/6/7/82967_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has WiFi, (free of charge), panoramic views. SITUATION: It is inSultanahmet the city centre of this hotel Istanbul It is in.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="81.22" OriginalAmount="78.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99326" Longitude="28.83739" StarRating="0" HotelCode="|192137" HotelName="Airport Best Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/1/3/7/192137_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.37" OriginalAmount="79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00581761" Longitude="28.97206321" StarRating="5" HotelCode="623419|271787" HotelName="Diva's Silver" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Katip Sinan Camii Sokak 31, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/625434/625434a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.37" OriginalAmount="79.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99488121" Longitude="28.83797862" StarRating="5" HotelCode="517388|orange_airport_hotel" HotelName="Orange Airport Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Zafer Mahallesi, Beydagi Sokak 28, Bahçelievler, 34197 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/28/05/28054628ccb0be013865c80186d90e3b7a6be288.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="81.86" OriginalAmount="79.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.057277" Longitude="28.981384" StarRating="0" HotelCode="|475018" HotelName="Solo Suites Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/0/1/8/475018_53de6361255.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="81.86" OriginalAmount="79.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.971321" Longitude="29.139977" StarRating="0" HotelCode="|304764" HotelName="Arkem Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>F?nd?kl? Mahallesi Ataturk Caddesi no 189 Maltepe</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/4/7/6/4/304764_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="82.34" OriginalAmount="79.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.993128" Longitude="28.8499867" StarRating="0" HotelCode="|353511" HotelName="Paradise Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/5/1/1/353511_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.40" OriginalAmount="80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007637246588" Longitude="28.976381424316" StarRating="0" HotelCode="188738|497670" HotelName="Ozbek" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tiryaki hasan Pasa Sokak No: 1, Mustafa Kemalpasa Caddesi, Aksaray/Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/91/2f910b05277f3362e5f02c5c4178276cba50db16.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.40" OriginalAmount="80.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00772102" Longitude="28.9515123" StarRating="2" HotelCode="374300|hotel_oz_villa" HotelName="Hotel Oz Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Mahhalesi, Valide Cami Sokak No:12, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/dc/f7dc9b90b7a927ee472dadf3734f2372878ed712.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.40" OriginalAmount="80.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.97138433" Longitude="29.1401462" StarRating="0" HotelCode="592238|city_loft_suites_maltepe_2" HotelName="Arkem Hotel &amp; Suite 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Findikli Mahallesi, Ataturk Caddesi 189, Maltepe, 34000 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/b6/3bb65b94a8bfbc666df067a986e6a385e0304f38.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="82.90" OriginalAmount="80.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.037671" Longitude="28.974489" StarRating="0" HotelCode="|485426" HotelName="St. Moscow Taksim By Emmy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Samanci Ali Sk. 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/5/4/2/6/485426_4b6f5872011.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="83.42" OriginalAmount="80.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005411938665" Longitude="28.96277717791" StarRating="3" HotelCode="65950|334305" HotelName="Tayhan Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Turkeli Caddesi 5, Kumkapi, 34480 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/89/a989148c16c68b382b057f6f7df5698a7a9a9de2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in Kumkapi, one of the ancient quarters of Istanbul, 5 minutes from the import...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.46" OriginalAmount="81.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036762" Longitude="28.976931" StarRating="0" HotelCode="|529292" HotelName="The Rent Tent Suite 23" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kalyoncu Kullugu Cd. 23</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/2/9/2/529292_e6b345d1026.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.61" OriginalAmount="81.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02028" Longitude="28.96316" StarRating="0" HotelCode="|242530" HotelName="Roof Istanbul Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yavuz Sinan Mahallesi Yogurtcu Nuri Sokak No:15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/2/5/3/0/242530_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.93" OriginalAmount="81.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99278" Longitude="28.84561" StarRating="0" HotelCode="|185053" HotelName="White Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mehmet Akif Mh. Ikinci Sk. No:20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/0/5/3/185053_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="84.01" OriginalAmount="81.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006163" Longitude="28.800936" StarRating="0" HotelCode="|468928" HotelName="Arena Luxury Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dr. Ali Demir Cd 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/9/2/8/468928_50947b51256.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="84.34" OriginalAmount="81.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006482" Longitude="28.9713361" StarRating="0" HotelCode="|86828" HotelName="Istanbul Comfort Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/2/8/86828_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 5 minutes away from the mosque. ROOM: The rooms have an air-conditioning system and a television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="84.44" OriginalAmount="81.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008270833652" Longitude="28.978212470947" StarRating="3" HotelCode="191084|1580628" HotelName="Magnificent Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Kadirga Liman Cd. No: 207-209, Küçükayasofya, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/69/f369b5e9a5ae7596f0445990dd8eae83a0cc8226.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.46" OriginalAmount="82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00408838" Longitude="28.96214277" StarRating="3" HotelCode="372274|217730" HotelName="Sun Comfort Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Muhsine Hatun Mahalessi, Tavasi Cesme Sokak 50, Kumkapi, Fatih 34130, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/14/4e144c6607cd86850e9d2f5168365ac61c34acca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.46" OriginalAmount="82.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005295624713" Longitude="28.971945047379" StarRating="3" HotelCode="171008|sultan_palace_hotel" HotelName="Sultan Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Katip Sinan Sokak 38, Kucuk Ayasofya Mahallesi, 34122 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/8e/298ed3ff08eb097371c2acab92856fd82e7d7e0e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Sultanahmet district of the city, the hotel is ideally situated for visiting the majo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.46" OriginalAmount="82.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006013679567" Longitude="28.954207599163" StarRating="3" HotelCode="186919|grand_oral_hotel" HotelName="Grand Oral" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Fabrika Sk. No:7, Mustafa Kemal Pasa Cad., Yenikapi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/64/9e6463d1aedd88da3a5da4c5caca4dfc95f3d280.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Yenikapi area of Istanbul, which is just 2 km from the major attractions...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.46" OriginalAmount="82.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004176" Longitude="28.966075" StarRating="3" HotelCode="187211|ottoman_tulip_hotel" HotelName="Ottoman Tulip" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Duzgun Sokak No: 13, Sehsuvar Bey Mah., Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/76/70/767063820fcff4d92a8661cdb87d074e44e49c91.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated within walking distance of all of the major historical tourist attractions in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.46" OriginalAmount="82.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0703303" Longitude="28.98854393" StarRating="0" HotelCode="372590|ag_sisli_residence_" HotelName="AG Sisli Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Izzetpasa Mahallesi, Ayazma Yolu 57, Sisli, Mecidiyeköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/06/1b067b98656c03abbec9d352d80e2ea8acce46e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a transfer service, room service and a business centre. Wireless internet access in...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.46" OriginalAmount="82.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00402681" Longitude="28.96651473" StarRating="2" HotelCode="323058|tom_square_boutique_hotel" HotelName="Tom Square Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Sehsuvarbey Mahallesi, Berham Cavus Sokak 4, Kumkapi, Fatih, 34100 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/91/dc91fa022a3044097ff3945b244d4a1abd697e54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located in the heart of Istanbul. Its setting is especially ideal for guests ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="84.53" OriginalAmount="82.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0054321" Longitude="28.9654846" StarRating="0" HotelCode="|95703" HotelName="MAY ISTANBUL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Hayrettin Mh., Bali Pa?a Yk?. No:86, 34126 Fatih/?stanbul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/7/0/3/95703_1_6369.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Sultanahmet the district of This hotel is in Istanbul the centre of 10 minutes away, you can find places of interest, Such as Topkapi the Palace of the bazaar. it is 14 kilometres away from Istanbul AtatÃ¼rk Airport. HOTEL: This hotel offers WiFi, (free of charge), rooms with satellite TV, air-conditioning, a terrace, a restaurant and a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.49" OriginalAmount="83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00506944" Longitude="28.96393036" StarRating="5" HotelCode="407177|217772" HotelName="Santefe Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Muhsine Hatun Mah. Ciftegelinler Cad. No:21 Kumkapi, Fatih, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/09/52/0952bf72e354a13856a82b3cb7ca03f7db1b8160.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.49" OriginalAmount="83.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.014053" Longitude="28.976622" StarRating="3" HotelCode="188711|esen_hotel" HotelName="Grand Esen Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hoca Pasa Orhaniye Caddesi 40-42, Fatih, 34112 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/c4/e5c4fe7d466ad9fb2ed757975abb20176bcc0c09.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.49" OriginalAmount="83.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.002911935891" Longitude="28.977862610451" StarRating="3" HotelCode="200056|lalinn_hotel" HotelName="Lalinn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Oyuncu Cikmazi, Oyuncu Sokak 4, Ahirkapi, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/cf/30cfc6585327b3ba16ee723fbbc53d131292b9bc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.49" OriginalAmount="83.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038117" Longitude="28.983352" StarRating="3" HotelCode="191182|hot_suites_taksim" HotelName="Hot Suites Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Taksim Firini Sokak No. 7, 34437 Taksim, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/0c/a1/0ca1a9c8ef41ad6656740184936cae15aec91302.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.49" OriginalAmount="83.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00009492" Longitude="28.69551487" StarRating="3" HotelCode="548490|grand_monaco_hotel" HotelName="Grand Temel Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Saadetdere Mahallesi, E5/Yanyol 68 Sokak 30/1, 34513 Avcilar, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4d/4c/4d4ce4feb8cd5acd8eea642f6c28893820f26b6f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.49" OriginalAmount="83.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="983211|tavra_hotel" HotelName="Tavra Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Muhsine Hatun Mahallesi, Cemre Sokak 7, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/8f/c38fa5e2bb00bcfbfdfd70adb928c126e6bc7018.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.77" OriginalAmount="83.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0380543" Longitude="28.9832343" StarRating="3" HotelCode="|86868" HotelName="Royal Pera Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Feridiye Cad. Taksim Firini Sok. No. 7 Taksim</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/6/8/86868_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inTaksim the Square of this hotel is in Istanbul the centre of Close to places of interest, shops, restaurants and bars.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.97" OriginalAmount="83.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00323" Longitude="28.97381" StarRating="0" HotelCode="|184562" HotelName="Rose Bouquets" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Cad No 67</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/5/6/2/184562_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="86.50" OriginalAmount="83.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.977537" Longitude="28.739289" StarRating="3" HotelCode="255922|1065708" HotelName="Expocity" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gümüspala Mahallesi D-100, Kuzey Yan Yol, No: 90, Avcilar, 34320 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ec/7f/ec7ff06a7c648c56ab56f805eb274b836c9db1c5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.52" OriginalAmount="84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006478" Longitude="28.971215" StarRating="3" HotelCode="267829|217620" HotelName="Istanbul Comfort" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Piyer Lotti Caddesi, Göktas Sokak No: 7/7A, Sultanahmet, Istanbul 34435</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/72/34/7234ba72a76ebc0bc4d3d35818c4d20d6d549e58.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.52" OriginalAmount="84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0362249" Longitude="28.9813167" StarRating="4" HotelCode="299547|237575" HotelName="Raven Istanbul Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Istiklal Caddesi, Süslü Saksi Sokak 3, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/0d/c80db7b608a2eb0b35241f00645af15a7d4d7794.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.52" OriginalAmount="84.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003839" Longitude="28.972813" StarRating="2" HotelCode="186042|hotel_new_era" HotelName="Ancient Town Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kasap Osman Sokak 10, Kucuk Ayasofya Mahallesi, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/60/1460f8b276a4251182a7e6601482c6a0a04465d4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.52" OriginalAmount="84.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0426618" Longitude="28.9823554" StarRating="3" HotelCode="300217|hera_montagna_hotel" HotelName="Hera Montagna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Inönü Mahallesi, Elmadag Caddesi 64, Sisli, Istanbul 34381</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/b2/93b21e71271514534f073f271acd2b7498c59535.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.52" OriginalAmount="84.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02032919" Longitude="28.96322485" StarRating="0" HotelCode="374116|hotel_ottoman_2_class" HotelName="Ottoman Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yavuz Sinan Mahallesi, Yogurtcu Nuri Sokak 15, Eminonu Fatih, 34134 Istanbul, Marmara Bölgesi, Turkey</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/11/691110e8c6b6051677611e26f0773f9df4f6a6c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="86.96" OriginalAmount="84.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0038126" Longitude="28.9725923" StarRating="2" HotelCode="|82903" HotelName="Ancient Town" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mah. Kasap Osman Sok No:10 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/0/3/82903_1362caf1159.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Sultanahmet the district of Istanbul it is in. FACILITIES: The establishment has a breakfast room.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.20" OriginalAmount="84.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03643" Longitude="28.97798" StarRating="0" HotelCode="|245082" HotelName="Taksim Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cukur Mahallesi Peskirci Sokak No 10 Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/0/8/2/245082_45ea4da1349.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.55" OriginalAmount="85.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02540152" Longitude="28.97021888" StarRating="3" HotelCode="590097|guestroom_galata" HotelName="Flats Company - Karakoy Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Emekyemez Mahallesi, Bugulu Sokak 11, Karakoy, Beyoglu, Istanbul 34420</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/d4/4bd44776a8b761c8e8749fee399bbb8f91a00bf5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.55" OriginalAmount="85.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="966063|royal_suites_sultanahmet" HotelName="Royal Suites Sultanahmet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mahallesi, Sehsuvar Bey Sokak 2, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/34/6234317731eeacd0a57f6068bfed0c1ea4e8fb3f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="87.64" OriginalAmount="85.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013566" Longitude="28.977218" StarRating="3" HotelCode="73539|591265" HotelName="Kafkas Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hudavendigar Caddesi 35, Sirkeci, Fatih, 34104 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/08/51085c894e62f0c74deb09b48c8e3e1b5f0ba703.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the historical part of town. Sirkeci, with its links to the pu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.65" OriginalAmount="85.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00582" Longitude="28.97128" StarRating="0" HotelCode="|192435" HotelName="Divas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mah. Katip Sinan Camii Sok. No. 31 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/4/3/5/192435_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.81" OriginalAmount="85.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0199891" Longitude="28.9632091" StarRating="0" HotelCode="|304514" HotelName="Reydel Hotel" 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/0/4/5/1/4/304514_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.26" OriginalAmount="85.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01361" Longitude="28.97888" StarRating="0" HotelCode="|184509" HotelName="Erenler and Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa maha.Tayahatun</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/5/0/9/184509_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.31" OriginalAmount="85.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0054163" Longitude="28.9718089" StarRating="0" HotelCode="|82996" HotelName="Theodian" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/9/6/82996_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment offers sea views and attentive service. SITUATION: It is situated close to the mosque. ROOM: Each room has WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.47" OriginalAmount="85.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0177" Longitude="28.92616" StarRating="0" HotelCode="|461430" HotelName="Ulubat Castle Hotel" 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/6/1/4/3/0/461430_4d1840f0641.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.58" OriginalAmount="86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03635491" Longitude="28.97795831" StarRating="0" HotelCode="588803|237664" HotelName="Taksim Palace Otel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Cukur Mahallesi, Peskirci Sokak 10, Kalyoncu Kullugu Caddesi, 34200 Istanbul, Marmara Region</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/761774/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.58" OriginalAmount="86.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="689855|red_white_hotel" HotelName="Red White Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nisanca Mahalessi</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/07/1f/071f6e17f0daa3ca5798d3c69554acf7c3bfd6b9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.58" OriginalAmount="86.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="743502|idyllic_hotel_taksim" HotelName="Idyllic Hotel Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sehitmuhtar Mahallesi, kurabiye Sokak 10-/888, 34435 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/53/dc5319613f80db68a1936ebc95d2027fc04a465c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.58" OriginalAmount="86.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0299489" Longitude="28.97084894" StarRating="0" HotelCode="767393|leader_mansion_hotel_sauna" HotelName="Leader Mansion Hotel &amp; Sauna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Bedrettin Mahallessi, Tarihi Sokak 27, 34440 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/94/c794f8fec143a4c4adde46fef8f696779b318cda.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.58" OriginalAmount="86.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="973596|pera_imperium_taksim" HotelName="Pera Imperium Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bekar Sokak 15, 34435 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c7/c0/c7c0fd807a88f8b96ac3c450a581b7fd1a5d998a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="88.72" OriginalAmount="86.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009706" Longitude="28.972862" StarRating="3" HotelCode="177347|211670" HotelName="Sipahi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Divanyolu Türbedar Sokak No:20, 34120 Çemberlitas, Eminönü, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/44/6e443723726ad7dc4a0e4b020532d24df1307f15.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A lobby and a reception are available to guests. Most of the storeys are easily accessible by lift. ...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.76" OriginalAmount="86.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00283" Longitude="28.97371" StarRating="0" HotelCode="|184598" HotelName="La Petite Maison" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mh Aksakal Sk No 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/5/9/8/184598_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.02" OriginalAmount="86.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.033801" Longitude="28.981449" StarRating="0" HotelCode="|475520" HotelName="ELEGANCE APART" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sadri Alisik Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/5/2/0/475520_73638af1243.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.07" OriginalAmount="86.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.037379" Longitude="28.976812" StarRating="0" HotelCode="|529349" HotelName="The Red Tent Suite 88" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kalyoncu Kullugu Cd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/3/4/9/529349_fb85c121047.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.25" OriginalAmount="86.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0368176" Longitude="28.9818482" StarRating="0" HotelCode="|108180" HotelName="Taxim Elegance Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mah. Pelesenk Sok. No: 5 /a</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/8/0/108180_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in a central area, is located 100 metres away from Istiklal Avenue it is 200 metres away from Taksim the Square of. ROOM: Customers can find modern rooms with kitchen and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.61" OriginalAmount="87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03056901" Longitude="28.81510814" StarRating="3" HotelCode="445795|199084" HotelName="Grand Istanbul Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Gülbahar Caddesi 2, Gunesli, 34212 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/73/2f732cc33502f9928afc4b6860318d5cfacd6636.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="89.61" OriginalAmount="87.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.015930288801" Longitude="28.95799835995" StarRating="3" HotelCode="315870|birlik_apart_hotel_" HotelName="Birlik Apart Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Designated Smoking Area,Internet,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Molla Hüsrev Mahallesi, Akif Pasa Sokak 11, Vefa, 34134 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/60/d9604d6fd09aadc0a36b56c3b622251a2d1bc464.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Fatih district of Istanbul, this recently refurbished hotel is situated close to the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="89.61" OriginalAmount="87.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005299672966" Longitude="28.97199600935" StarRating="3" HotelCode="901215|theodian_hotel" HotelName="Theodian Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Küçükayasofya Caddesi, Katip Sinan Camii Sokak 32, Eminönü, 34400 Istanbul, Sultanahmet</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/da/06da6cf993bc7760c53db6e2d441d86d9eb32d07.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="89.61" OriginalAmount="87.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="766715|rays_hotel_2" HotelName="Rays Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sakizagaci Mahallesi, Iskele Caddesi 7, Bakirkoy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/2c/c62c695073e53e1d888858f5eba99c1a02448fd8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="89.61" OriginalAmount="87.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013681" Longitude="28.978814" StarRating="2" HotelCode="933223|erenler_hostel_3" HotelName="Hostel Erenler" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tayahatun Sokak No. 11, Hocapasa Mahallesi, Sirkeci, Eminönü, Istanbul 34110</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3d/69/3d695fba60f3748162a1a751f9445855f0543548.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can feel at home in one of the 33 rooms. Services and facilities at the hotel include a bagga...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="89.62" OriginalAmount="87.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.930028194594" Longitude="29.150075670919" StarRating="4" HotelCode="143934|2263665" HotelName="Sanli Suite Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Zümrütevler Mahallesi, Elifçe Sokak 3, Maltepe</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/a2/76a246a57458b54aefd6fd401d9fc400ba8f1a9b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.84" OriginalAmount="87.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.022684" Longitude="28.626541" StarRating="0" HotelCode="|527839" HotelName="King Apart Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/7/8/3/9/527839_92577bb1030.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="90.17" OriginalAmount="87.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.015575" Longitude="28.804462" StarRating="3" HotelCode="260217|1079228" HotelName="Air Boss Hotel Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tevfik Bey Mahallesi, Muammer Aksoy Caddesi, Akkus sokak 1, Sefaköy (1.730,29 km), 34290 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/c4/4ec4b2d39f57ec7f628f697400215d5aed71b4be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.38" OriginalAmount="87.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0041165" Longitude="28.9662337" StarRating="0" HotelCode="|108136" HotelName="Ottomanzade" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sehsuvar Bey mah. Duzgun Sokak No :13 Kumkapi Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/3/6/108136_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is 15 minutes away fromSanta Sofia the Basilica of Topkapi the palace It is situated 850 metres away from the mosque.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.49" OriginalAmount="87.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9305" Longitude="29.30699" StarRating="0" HotelCode="|526621" HotelName="Elits Suits" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>3 Osmanli Bulvari</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/6/6/2/1/526621_906bda21056.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.53" OriginalAmount="87.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.994862" Longitude="28.837952" StarRating="0" HotelCode="|536723" HotelName="Orange Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Zafer Mahallesi Beydagi Sokak No:28</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/6/7/2/3/536723_6c70ef02044.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.64" OriginalAmount="88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="775985|343509" HotelName="Ulubat Bayan Apart Hotel Adults Only" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kalburcu Mehmet Cesmesi Sokak, 34104 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.64" OriginalAmount="88.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01908455349" Longitude="28.928337693214" StarRating="3" HotelCode="185750|topkapi_sabena_hotel_2" HotelName="Sabena" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Topkapi Caddesi No 6, Arpaemini Mah., Topkapi, 34270 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/03/d1/03d1dd208fe51f5a105edb83f8abedb0e5dc4baf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Fatih district of Istanbul with immediate public transport links to the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.64" OriginalAmount="88.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006013284749" Longitude="28.970594524468" StarRating="3" HotelCode="300223|letage_hotel_" HotelName="Zem Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Katip Sinan Sokak 10, Çemberlitas, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/2c/782c30c7162279bb0afe05db59906e1278ad6ed8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.64" OriginalAmount="88.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01666521" Longitude="28.93948039" StarRating="3" HotelCode="498263|hotel_1453" HotelName="Hotel 1453" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Molla Gurani Mh, Zaviye Sokak 27, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/3e/8d3e7dd17e55db6028f75e12f3166e1517717ab9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.69" OriginalAmount="88.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0151645" Longitude="28.8052691" StarRating="4" HotelCode="|82932" HotelName="Air Boss Istanbul Airport and Fair" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Muammer Aksoy Caddesi Akkus Sok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/3/2/82932_14.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 2 kilometres away fromIstanbul AtatÃ¼rk Airport. ROOM: All the rooms have a balcony and views of the city. FACILITIES: Clients can find a lounge.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.69" OriginalAmount="88.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0036965" Longitude="28.9753208" StarRating="3" HotelCode="|82994" HotelName="Mehmet Bey" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Cad. No:37 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/9/4/82994_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment offers breakfast service, The establishment has WiFi (free of charge). SITUATION: The establishment, is in a quiet area, is situated near the mosque. ROOM: Customers can find large rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.96" OriginalAmount="88.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005428" Longitude="28.967347" StarRating="0" HotelCode="|532708" HotelName="Peker Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sarayici Sokak No 15A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/7/0/8/532708_83051221039.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="91.06" OriginalAmount="88.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006117" Longitude="28.965891" StarRating="3" HotelCode="160862|130514" HotelName="May Hotel Istanbul" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Hayrettin Mahallesi, Bali Pasa Yokusu 86, Kumkapi, 34126 Istanbul, Beyazit</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/af/80/af80af7c1086e9938b4904496f1eb4f90c069c23.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in one of the oldest and most colourful quarters of Istanbul on the old histor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="91.22" OriginalAmount="88.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00558" Longitude="28.96397" StarRating="0" HotelCode="|475026" HotelName="Altun Life" 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/7/5/0/2/6/475026_58ca5e31200.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="91.22" OriginalAmount="88.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008298681067" Longitude="28.955312026326" StarRating="3" HotelCode="213816|2373435" HotelName="Emin Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Mesihpasa Caddesi 21, Laleli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/84/2a84a960b08f157bb2e7bf6e4108d1c073ed4198.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="91.42" OriginalAmount="88.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.059878" Longitude="28.988701" StarRating="2" HotelCode="|304717" HotelName="Molton Sisli Mls" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 May?s Mahallesi Op. Raif Bey Sokak No:37</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/4/7/1/7/304717_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.67" OriginalAmount="89.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.978451063911" Longitude="28.882742638576" StarRating="3" HotelCode="77616|best_western_tashan_business__airport_hotel" HotelName="Bakirkoy Tashan Business &amp; Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tashan Caddesi No:57, 34142 Bakirkoy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/85/82/8582c5b72e09c0a592b7ce9009ef90b7d6fea706.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.67" OriginalAmount="89.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039867296579" Longitude="28.982109812268" StarRating="3" HotelCode="191184|plussuite_hotel_" HotelName="Retropera Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Feridiye Caddesi 92, Beyoglu, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/5c/315c7a3f3b1ae7c067011a9fc347612841b2e05a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.67" OriginalAmount="89.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006006747165" Longitude="28.96384942853" StarRating="0" HotelCode="313380|altun_hotel" HotelName="Altun Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sarac Ishak Mahhalesi, Sakirefendi Cesmesi Sokak 10, Kumkapi, 34500 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/7d/c07d19a091340a196cc791124c9c378091cb81ee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.67" OriginalAmount="89.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01925976" Longitude="28.96044409" StarRating="0" HotelCode="372139|herton_hotel_" HotelName="Herton Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hocagiyaseddin Mahallesi, Hacikadin Caddesi Number 34/A, Kucukpazar Unkapani Fatih,, 34083 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/68/c768b8fa335e67e6e3095027927bfaaf9149489a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.67" OriginalAmount="89.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="776744|florin_hotel" HotelName="Florin Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Nisanca Mahallesi, Turkeli Caddesi, Asya Sokak 7, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/6d/0c6dc9a3b7d239489f8d199723378ba5d7af42dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.67" OriginalAmount="89.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03821367287" Longitude="28.981811571164" StarRating="3" HotelCode="933252|taksim_nacre_residence" HotelName="Taksim Nacre Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Bülbül Mahallesi, Turan Caddesi 43, Taksim, 34435 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/e4/6ce485a7e997d9ae77b9cd65aef1778f6418a603.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a range of services and facilities for holidaymakers and business guests alike. Wir...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.67" OriginalAmount="89.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006105" Longitude="28.96901" StarRating="3" HotelCode="904569|asitane_life_hotel" HotelName="Asitane Life" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Eminsinan Mah., Piyerloti Cad., Tulcu Sok. No:35, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e1/40/e14079e5be2e0ecab19189885265a46f255df50d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the centre of the historical district, the hotel is within walking distance of the major ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="91.72" OriginalAmount="89.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0166272" Longitude="28.9395174" StarRating="0" HotelCode="|305576" HotelName="1453" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Molla Gurani Mah. Zaviye Sokak No: 27 Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/5/5/7/6/305576_0d586b91709.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="91.73" OriginalAmount="89.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00742" Longitude="28.97074" StarRating="0" HotelCode="|185049" HotelName="Vizyon City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Emin Sinan Mh Gedik Pasa Cami Sk No 52</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/0/4/9/185049_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="91.88" OriginalAmount="89.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004536638169" Longitude="28.972750175033" StarRating="3" HotelCode="146574|861645" HotelName="Dara Istanbul" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Küçük Ayasofya Mahallesi, Su Terazisi Sokak No:25, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/34/2c/342cef01a5f4b33c7a00e82c05fc11e4b805ad82.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located within roughly 200 m of the Blue Mosque and within easy walking distance o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.08" OriginalAmount="89.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03617" Longitude="28.9804" StarRating="0" HotelCode="|184603" HotelName="Lavanta" 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/4/6/0/3/184603_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.26" OriginalAmount="89.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9933" Longitude="28.84423" StarRating="0" HotelCode="|549313" HotelName="Green Garden Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Incesu Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/9/3/1/3/549313_ca9e59b0718.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="92.28" OriginalAmount="89.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010873880375" Longitude="28.954022526741" StarRating="3" HotelCode="168587|608995" HotelName="Aspalace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Gumruk Emini Sok. No:8, Laleli, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/02/2b02cc8cbfa7d43a648da73ab875114f76839bef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated a 5-minute walk from the Aksaray district, with its many restaurants, bars, s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.63" OriginalAmount="89.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036334" Longitude="28.982169" StarRating="0" HotelCode="|475045" HotelName="Boss To Hotel Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bekar Sk. no:26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/0/4/5/475045_6336b431211.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="92.65" OriginalAmount="89.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00501898" Longitude="28.9646275" StarRating="3" HotelCode="148394|609625" HotelName="Grand Mark" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Çifte Gelinler Cad. No 16, Kumkapi, Sultanahmet, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/64/ec/64ec66f46257932650fc5d05c2fb8b237c501464.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.69" OriginalAmount="89.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01594" Longitude="28.957922" StarRating="0" HotelCode="|191236" HotelName="Birlik Apart " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>MOLLA HUSREV MAH.AKIF PASA SOK. VEFA-FATIH 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/2/3/6/191236_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.70" OriginalAmount="90.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="3" HotelCode="118842|abella_hotel_special_class_" HotelName="Abella" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Airport Transfer (on Demand),ATM/Cash Machine,Banquet Hall,Beauty Salon,Bicycle Rental,Designated Smoking Area,Dining,Fax,Laundry,Massage Centre,Pets allowed,Printer,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Küçükayasofya Street No 35, Sultanahmet/Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/21/d3219136ea5f80e38d2d890c1aff5f7c53914760.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel, which can be found in Old City, is a great option for families. Nestled just a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.70" OriginalAmount="90.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038932" Longitude="28.982795" StarRating="3" HotelCode="311560|borancik_suites" HotelName="Borancik Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Feridiye Caddesi 50, Taksim, Beyoglu, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/41/51/415103016cc28436e0dafe545bc5f832b2850c96.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.70" OriginalAmount="90.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00779084" Longitude="28.94932958" StarRating="4" HotelCode="372627|sinem_hotel_" HotelName="Sinem Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Mahallesi, Abdullah Çavus Sokak 15, 34200 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/83/2b/832b15879028f13cf7c8d2b0d735b48fd0a28bc3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service, a café, a transfer service and room service are available to guests of th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.70" OriginalAmount="90.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0348469" Longitude="28.97666463" StarRating="3" HotelCode="615072|molton_beyoglu_mls_hotel_2" HotelName="Molton Beyoglu MLS Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Beyoglu, Kamerhatun Caddesi 1, 26453 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/61/f06197fcca72b97d06996a29023ec5743d8d226d.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.70" OriginalAmount="90.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99325657" Longitude="28.84429167" StarRating="1" HotelCode="775664|green_garden_hotel_6" HotelName="Green Garden Istanbul Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sirinevler Mahallesi, Incesu Sokak 13, Bahcelievler, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/09/5b/095bd9fa7c31bd408ce03e637d13d0b639ba2ce6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.70" OriginalAmount="90.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.13570411" Longitude="29.84956426" StarRating="0" HotelCode="766617|agva_palas_hotel" HotelName="Agva Palas Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Agva Merkez Mahallesi?, Dumlupinar Caddesi? 3, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/9f/f79f005783b1520dd33d7a79abfd1db967bb953d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.70" OriginalAmount="90.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05841916" Longitude="28.98712951" StarRating="0" HotelCode="779450|royal_garden_suite_hotel_2" HotelName="Royal Garden Suite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mayis Mahasllesi, Halaskargazi Cadessi  174, Sisli, 34360 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/0d/79/0d79b7151634f268313df793ca233ef802a1dbc7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.70" OriginalAmount="90.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036226624468" Longitude="28.980537380357" StarRating="3" HotelCode="933256|lavanta_hotel_2" HotelName="Lavanta Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Süslü Saksi Sokak 17, 34435 Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/b7/32b7b3d0add24f8d03ab8f8801d6b90507427690.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.01" OriginalAmount="90.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9935" Longitude="28.7943" StarRating="0" HotelCode="|192196" HotelName="İstanbul Fair" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/1/9/6/192196_1_4603.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.02" OriginalAmount="90.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.017735" Longitude="28.955697" StarRating="0" HotelCode="|485495" HotelName="AZAD HOMES UNKAPANI" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kendir Sk. 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/5/4/9/5/485495_b85b3bb2000.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.03" OriginalAmount="90.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0300537" Longitude="28.973261" StarRating="0" HotelCode="|82989" HotelName="Hotel Monopol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Cad. No:93 Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/8/9/82989_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a car park (free of charge), a restaurant and WiFi (free of charge). SITUATION: It is situated 300 metres away fromTÃºnel the metro station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.13" OriginalAmount="90.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0094" Longitude="28.6663" StarRating="0" HotelCode="|565809" HotelName="Plus Park Suite and Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/5/8/0/9/565809_10b2a222012.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="93.14" OriginalAmount="90.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00581562" Longitude="28.96447606" StarRating="3" HotelCode="118875|605245" HotelName="Grand Liza Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sarac Ishak Mahallesi, Tiyatro Caddesi 92, Kumkapi, Istanbul, Sultanahmet</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f3/34/f3348f45ccdd56fd00bba0f0efc5b2cc0c4c285d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.46" OriginalAmount="90.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03573" Longitude="28.9789" StarRating="0" HotelCode="|192400" HotelName="Bayer Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Huseyinaga mahallesi, Halas sokak No:26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/4/0/0/192400_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.70" OriginalAmount="90.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04044" Longitude="28.98168" StarRating="0" HotelCode="|185059" HotelName="Zendy Suite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mah Feridiye Cad. No. 115</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/0/5/9/185059_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.70" OriginalAmount="90.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.995975" Longitude="29.025637" StarRating="0" HotelCode="|528267" HotelName="Kadikoy Port Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rasimpasa Mah. Rihtim Cad.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/8/2/6/7/528267_2dada1c1241.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.73" OriginalAmount="91.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035255079132" Longitude="28.978513072422" StarRating="3" HotelCode="191107|istanbul_irish_hotel_2" HotelName="Istanbul Irish Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Huseyinaga Mahallesi, Buyuk Bayram Sokak 17, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/57/c05753b66e7854405a60decaaec92a9c585ffc5d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.73" OriginalAmount="91.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03961405435" Longitude="28.979710227189" StarRating="5" HotelCode="379046|terra_suites_hotel" HotelName="Terra Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Bülbül Mahallesi, Turan Caddesi 113, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/6a/df6a5430be6fe16acf8d343e6e306d5473448b54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.73" OriginalAmount="91.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="970359|plus_park_suite_hotel" HotelName="Plus Park Suite &amp; Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Güzelyurt Mallessi, Mimar Sinan Caddessi 65, 34515 Esenyurt, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/33/d533adcd953511cb54ec8e066feed657d4b95da2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="94.54" OriginalAmount="91.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007737" Longitude="28.962484" StarRating="3" HotelCode="213817|2007465" HotelName="Grand Emir" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Saraç Ishak Mah. Soganaga Cami Cad. Nur Sokak No: 9, Beyazit-Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/01/53/01535fe5b3129cd4336f765eb6a6103e88938696.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="94.56" OriginalAmount="91.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.97859" Longitude="28.87606" StarRating="0" HotelCode="|550244" HotelName="Piccolo Hotel Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cevizlik Mah. Istanbul Cad. No 25</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/0/2/4/4/550244_3b599b91115.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="94.62" OriginalAmount="91.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0370775" Longitude="28.9813171" StarRating="3" HotelCode="|108101" HotelName="Lemon Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mah. Altinbakkal Sok. No:42 Taksim/Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/0/1/108101_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is 300 metres away from Istiklal Avenue 4 minutes away, guests can find Taksim the Square of Taksim the underground station of. ROOM: The establishment has studios with an air-conditioning system and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="94.68" OriginalAmount="91.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.030269982433" Longitude="28.973444035103" StarRating="3" HotelCode="9358|1485728" HotelName="Elan Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Asmalimescit Mahallesi, Mesrutiyet Caddesi 91, Tepebasi, Beyoglu, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4b/8c/4b8cf54c3264c7b2b196aef70bbc0ef1eaf2bd44.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.76" OriginalAmount="92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03046771529" Longitude="28.973413759182" StarRating="3" HotelCode="901059|252247" HotelName="Monopol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Caddesi 93, 34430 Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c6/96/c696db9cef54d791318626ebef14e0cffa18b01f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.76" OriginalAmount="92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003158915565" Longitude="28.973773198165" StarRating="3" HotelCode="900674|63782" HotelName="Hotel Rose Bouquets" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Airport Transfer (on Demand),Banquet Hall,Bar,Designated Smoking Area,Housekeeping,Internet,Laundry,Printer,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Caddesi  67, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/2f/ea2fdc7a5ed37509977f358c3b04a0f3b938306c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Rose Hotel The Rose Hotel (rated 3x000D star) is a mid size hotel in Sultanahmet / Istanbul. Both on...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="94.76" OriginalAmount="92" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1462954-32896461/1328528078072082355/3586" HotelName="TOPKAPI GOLDEN TIME HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1462954/20266814470721.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.76" OriginalAmount="92.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003242087526" Longitude="28.967946117446" StarRating="3" HotelCode="378848|galley_hotel" HotelName="Galley Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Bar,Beauty Salon,Coffee Shop,Concierge,Designated Smoking Area,Dining,Dry Cleaning,Elevator,Garden,Internet,Kitchen,Laundry,LCD/Projector,Library,Lounge,Luggage Storage,Massage Centre,Meeting Room,Nightclub,Off-Site Parking,Parking,Pets allowed,Porter,Restaurant,Room Service,Spa,Telephone Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>Sehsuvar Bey Mahallesi, Cömertler Sokak 25, 34126 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e9/88/e9885f3d0d194767c76d8ef71c7d052a15a4ff8e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Fatih, Galley Hotel promises a relaxing and wonderful...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.29" OriginalAmount="92.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00603" Longitude="28.96991" StarRating="0" HotelCode="|534468" HotelName="Nisa Apart Sultanahmet" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Eminsinan Mah Daghan Sok No 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/4/6/8/534468_791cb191445.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.32" OriginalAmount="92.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006631" Longitude="28.965134" StarRating="3" HotelCode="|534133" HotelName="Harran" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Sinan Mahallesi Tiyatro caddesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/1/3/3/534133_0b4e85a1143.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="95.33" OriginalAmount="92.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01288" Longitude="28.977183" StarRating="3" HotelCode="147514|467145" HotelName="Hotel Evsen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Ibnikemal Caddesi 19, 34110 Istanbul, Sirkeci</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/89/4e/894e78f5b1998bf52d79cc7163bd4a68a2a92dd2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in the old city in the Eminönü district within 15 minutes' walk fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="95.78" OriginalAmount="92.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006155872729" Longitude="28.954969346523" StarRating="3" HotelCode="185587|1581228" HotelName="Grand Anatolia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Guvenlik Caddesi 44, Katip Kasim Mahallesi, Yenikapi, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/54/db54a910b96c662a346be092d1f2b354ebdbfb24.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the city’s historic peninsula. It is close to Kumkapi, which is famous for i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.79" OriginalAmount="93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05997205" Longitude="28.98874821" StarRating="2" HotelCode="373323|343342" HotelName="Molton Sisli Mls Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Designated Smoking Area,Internet">
        <Address>
          <AddressLines>
            <AddressLine>19 Mayis Mahallesi, Operator Raifbey Sokak 37, 34360 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/40/f34080d1e56a7ee91dd37fda98eb4e53374ac3e5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Location
This hotel is located in Istanbul (Sisli), close to Istanbul Cevahir Shopping and Entertain...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.79" OriginalAmount="93.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005025622015" Longitude="28.970482197864" StarRating="2" HotelCode="267826|ercan_inn_hotel" HotelName="Ercan Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Currency Exchange,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Kadirga Limani Caddesi 161, Kumkapi, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/ef/9eefe841e5ad3c821c339aad114bdfbc3dfe5cfb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;One of the best advantage of the Ercan Apart Hotel for our guest is its location.Our Hotel is not on...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.79" OriginalAmount="93.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.989352812495" Longitude="28.715335627992" StarRating="3" HotelCode="373853|demir_suite_hotel" HotelName="Demir Suite Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Cihangir Mahallesi, Defne Sokak 2/2, Avcilar, 34320 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/f3/b0f37e146a590739c0baf365da626bdac9580eaf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.79" OriginalAmount="93.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003293" Longitude="28.977154" StarRating="3" HotelCode="902726|hotel_sphendon" HotelName="Sphendon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sultan Ahmet Mahdii, Akbiyik Degirmeni Sokak 50, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/2e/5e2e4839712932ec04a9751be6d99d9085a9cee1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally placed for sightseeing as it is located in the Sultanahmet district of Istanbul...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="96.12" OriginalAmount="93.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00499" Longitude="28.955444" StarRating="3" HotelCode="219925|1079208" HotelName="Abel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Katip Kasim Mh. Langa Hisar Cad. No: 41, Yenikapi, Aksaray, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/cf/f3cf56788d8b3bd7efeb8a28986db4b7cef981b9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.28" OriginalAmount="93.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.981915" Longitude="28.723486" StarRating="0" HotelCode="|523832" HotelName="Hotel Avcilar City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Merkez Mahallesi, Fatih Sokagi no:40</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/8/3/2/523832_40e5ad51144.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.43" OriginalAmount="93.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0081238" Longitude="28.9557854" StarRating="0" HotelCode="|353839" HotelName="Malkoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mesihpasa Cad.No:41 Laleli Fatih/Istanbul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/8/3/9/353839_1_2140.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="96.45" OriginalAmount="93.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007382836138" Longitude="28.664417601189" StarRating="3" HotelCode="260600|916895" HotelName="ibis Istanbul Esenyurt" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Güzelyurt Mahallesi Haramidere, E-5 Karayolu 5-7, Kuzey Yanyol, 34515 Esenyurt, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/7e/4d7eab6cf2e0b4de97c0ff3eecd76de2cd61abec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="96.51" OriginalAmount="93.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003034694615" Longitude="28.976116315737" StarRating="3" HotelCode="144828|606245" HotelName="Berce Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Küçük Ayasofya Caddesi, Ogul Sokak 6, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/db194afc14047a51/92/9259e285cd3feacf/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.56" OriginalAmount="93.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007237" Longitude="28.948708" StarRating="0" HotelCode="|537433" HotelName="Hotel Mardia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Mah. Asimbey sk.No.4 Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/4/3/3/537433_41421122133.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.82" OriginalAmount="94.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05298700793" Longitude="28.987126350403" StarRating="3" HotelCode="185591|arsima_hotel_istanbul" HotelName="Arsima" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tavukçu Fetih Sok. 22, Osmanbey Cumhuriyet Mah., Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/a1/06a1b8beda3566f135ce8a473a9153a0a9425bba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in a great location for the Lutfi Kirdar Congress Centre and the Cemal Resit Rey concer...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.82" OriginalAmount="94.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.077796" Longitude="28.981922" StarRating="4" HotelCode="292259|the_hotel_ottoman_city" HotelName="Ottoman City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vatan Cad. Esen Sok. No:2, Caglayan, Kagithane, Istanbul 34403</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/hotels/11000000/10370000/10360500/10360491/10360491_40_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located right in the heart of Istanbul. Its setting is especially ideal for g...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.82" OriginalAmount="94.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03911704" Longitude="28.97617337" StarRating="2" HotelCode="516185|black_suite_2" HotelName="Pera Livinn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bostan Mahallesi, Yaya Köprüsü Sokak 18, Dolapdere Beyoglu, 34435 Istanbul, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/27/be276eba67ba0532bfc217bfee29cc6c32da70c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.84" OriginalAmount="94.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05036" Longitude="28.98585" StarRating="0" HotelCode="|192894" HotelName="New City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bozkurt Mah Esref Efendi Sok No 52</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/8/9/4/192894_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.85" OriginalAmount="94.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0093614" Longitude="28.9578011" StarRating="0" HotelCode="|86815" HotelName="Hotel Bazaar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ordu Cad. No: 59 Laleli Beyaz?t</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/1/5/86815_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has WiFi, (free of charge), a restaurant. SITUATION: It is inSultanahmet the district of 1 metres away, guests can find Topkapi Ulubatli the metro station of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.95" OriginalAmount="94.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005588" Longitude="28.959325" StarRating="3" HotelCode="|534575" HotelName="Mahya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Molatasi Cad No.78</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/5/7/5/534575_dba79741111.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="97.06" OriginalAmount="94.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0039482" Longitude="28.9689407" StarRating="3" HotelCode="|95933" HotelName="Fuat Bey Palace " 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/9/5/9/3/3/95933_1_1767.jpeg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is in Sultanahmet (Estambul) the district of Sultanahmet (Estambul) 200 metres away from the sea, and, the Grand Bazaar 15 minutes walk away, guests can find. ROOM: All the rooms have WiFi (free of charge), a flat-screen television, an air-conditioning system, parquet flooring, a mini-bar, a bathroom, a kettle and a coffee maker. FACILITIES: The hotel offers a gym, a sauna, a reception and tourist information. You also have at your disposal a hammam. RESTAURANT: Customers can enjoy a buffet breakfast and a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="97.50" OriginalAmount="94.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003714763198" Longitude="28.97501885891" StarRating="3" HotelCode="154060|959565" HotelName="The Sunrise" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Caddesi No:36, Sultanahmet, Fatih, Istanbul 34400</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/0c/f90cba15cd70387f2500fa313586b679dcf418a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97.85" OriginalAmount="95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04036798" Longitude="28.98170082" StarRating="0" HotelCode="308226|252297" HotelName="Suite Dreams" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Feridiye Caddesi 135, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/5a/9a5afe6418b4c06dd69a2b5db5254e15022b2bf0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.85" OriginalAmount="95.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012140269058" Longitude="28.956450808616" StarRating="3" HotelCode="200049|lyon_hotel" HotelName="Lyon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Gençtürk Cad. 18, Sekbanlar Sokak No:16, Sehzadebasi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/2d/8f2d01d6ee2275bd2d4db68edb962b048db951b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Lyon Hotel’s staff can organize outdoor excursions and citywide excursions. Guests can make use of l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.85" OriginalAmount="95.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02135098" Longitude="28.92810205" StarRating="3" HotelCode="309349|hotel_oz_yavuz" HotelName="Otel Öz Yavuz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Topkapi Mahallesi, Izmirli Niyazi Sokak 21, Topkapi, Kaleiçi, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/8c/408cecb0e64ebcdf27d47d88a485214083103afc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.85" OriginalAmount="95.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00553" Longitude="28.97181" StarRating="3" HotelCode="410436|art_city_hotel_istanbul" HotelName="Art City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Kucukayasofya Mahallesi, Katip Sinan Camii Sokak 30, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/80/2f801054b65a1c5793a951a2183c3ff88d505b01.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is situated in Istanbul's premium location, surrounded by all its major historical an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.85" OriginalAmount="95.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.974315326012" Longitude="28.875134682209" StarRating="3" HotelCode="374940|le_marde_hotel" HotelName="Le Marde" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Zeytinlik Mahallesi, Kennedy Caddesi, Ömer Naci Sokak 49, Bakirkoy, 34000 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/dd/17dd607653d355106320ad0b961ddcff7707735a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.85" OriginalAmount="95.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038889598562" Longitude="28.982223381615" StarRating="3" HotelCode="470466|taksim_cetinkaya_suite_" HotelName="Cetinkaya Suite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Concierge,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe mah. Feridiye cad. Caylak sok. No:18, Beyoglu, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/32/8732a04f7af5f8e0e769bd4466a3dc35f01a6442.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Taksim, Cetinkaya Suites promises a relaxing and wond...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.85" OriginalAmount="95.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036628204479" Longitude="28.983008149412" StarRating="1" HotelCode="404107|bunkahaus" HotelName="Bunkahaus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mahallesi, Ana Cesme Sokak 3, 34453 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/f8/1cf8512f2b8a90b6d86bad1bde92c980b44154ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="97.92" OriginalAmount="95.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.025555" Longitude="28.973154" StarRating="3" HotelCode="305484|34816584" HotelName="By Murat Galata" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Bereketzade Mahallesi, Laleli Çesme Sokak No: 10, Galata, 34200 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/36/369546/369546a_hb_a_035.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="97.99" OriginalAmount="95.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0035183" Longitude="28.9712225" StarRating="0" HotelCode="|108351" HotelName="Emirhan Inn Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mahallesi Odev Sokak No 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/3/5/1/108351_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts WiFi (free of charge) and panoramic views. SITUATION: This establishment, Sultanahmet it is in it is in Istanbul the old district of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="98.09" OriginalAmount="95.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03654" Longitude="28.97755" StarRating="0" HotelCode="|242142" HotelName="Balance Hotel Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kalyoncukullugu Mah Narcil Sok No 3 Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/2/1/4/2/242142_e4515710344.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="98.12" OriginalAmount="95.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0036641" Longitude="28.9749375" StarRating="3" HotelCode="|72549" HotelName="Sunrise" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Caddesi 36</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/5/4/9/72549_10c07291852.jpg</HotelPictures>
        <HotelDescription>HOTEL: This contemporary style hotel and it offers excellent service. SITUATION: Is situated in an excellent location, near the establishment, you will find places of interest, tourist points of interest. ROOM: The large, comfortable rooms and fully-equipped.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="98.46" OriginalAmount="95.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038232" Longitude="28.982926" StarRating="0" HotelCode="|151953" HotelName="Comfort Hotel Taksim" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SEHIT MUHTAR MAH.FERIDIYE CAD.CAMDALI SK 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/1/9/5/3/151953_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2013, has 21 rooms, 5 single rooms, 8 double rooms, 4 suites and 4 triple rooms. SITUATION: This hotel is in the city centre, is well-connected, close to the establishment, clients can find the bus station and the railway station, is situated close to public transport services and entertainment areas.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="98.54" OriginalAmount="95.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034056" Longitude="28.980833" StarRating="0" HotelCode="|475678" HotelName="BALİ STAR CİTY HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Koca Aga Sk. 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/6/7/8/475678_cb7a3401211.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="98.59" OriginalAmount="95.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0057" Longitude="28.97984" StarRating="2" HotelCode="191092|1657888" HotelName="Antique Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Kutlugün Sokak 51, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/78/e078141fafd329d3667d2884844579618ea46e09.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="98.74" OriginalAmount="95.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006527" Longitude="28.9703421" StarRating="0" HotelCode="|86888" HotelName="My Home Sultanahmet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Emin Sinan Mah.Piyerloti Cad.No: 35</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/8/8/86888_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a terrace on the rooftop and sea views. SITUATION: This establishment, is 600 metres away from the mosque and. ROOM: The establishment has rooms with air-conditioned and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.88" OriginalAmount="96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00375455" Longitude="28.97866926" StarRating="0" HotelCode="779816|343280" HotelName="Hotel Estambul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sultanahmet Mahallesi, Konut Sokak 12, Fatih, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/49/e349ecbf34ab3139097bbad5feb57272c761d954.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.88" OriginalAmount="96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010432690575" Longitude="28.951378928012" StarRating="3" HotelCode="320757|237443" HotelName="Hotel Star Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Iskenderpasa Mahallesi, Sekerci Sokak 16, Aksaray, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/37/370939/370939a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.88" OriginalAmount="96.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003344183795" Longitude="28.971666276652" StarRating="3" HotelCode="297054|sultanahmet_king_palace_hotel" HotelName="Sultan Ahmet King Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kücük Ayasofya Mahallesi, Kadirga Liman Caddesi, Bardakci Sokak 18, Sultan Ahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/cb/16cbe0dd032475743723c32bb741c2a81baff115.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.88" OriginalAmount="96.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004853879958" Longitude="28.965363876726" StarRating="3" HotelCode="315878|ciwan_hotel" HotelName="Raimond Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Hayrettin Mahallesi, Kadirga Limani Caddesi 7, Kumkapi, 34121 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/1f/1d/1f1dc4d10e6e7aeeed49020d0a9fc1e37136f0be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.88" OriginalAmount="96.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05376502" Longitude="28.99263116" StarRating="3" HotelCode="373450|berlin_hotel_nisantasi_" HotelName="Berlin Hotel Nisantasi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Mah. Madalyon Sok. No:10 Nisantasi, Sisli 34363 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/71/e671607c04e73385b15698a5797e141b02f0b6ef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.88" OriginalAmount="96.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00384573" Longitude="28.9691946" StarRating="0" HotelCode="628809|pembe_apart_hotel" HotelName="Pembe Apart Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mahallesi, Donus Sokak 7, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c1/68/c16814cdbcef6ac3b45c73262d10cfa48cc562b1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.88" OriginalAmount="96.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00341593" Longitude="28.97158611" StarRating="0" HotelCode="818580|honey_hotel_3" HotelName="Honey Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mahallesi, Cardakli Firin Sokak, Kadirga Caddesi 1, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/37/3b37621ea78b75eab61348786356113badcf7ff9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.88" OriginalAmount="96.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006918998111" Longitude="28.9497272" StarRating="0" HotelCode="936296|hotel_life_2" HotelName="Life Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34096 Aksaray</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/dc/32dc8b80f66017874754448e6b94f5e75c751f95.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="98.89" OriginalAmount="96.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03123" Longitude="28.97921" StarRating="0" HotelCode="|527172" HotelName="Chez Bore Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cezayir Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/7/1/7/2/527172_803fc761244.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="98.92" OriginalAmount="96.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.993186" Longitude="29.025519" StarRating="3" HotelCode="213612|305416" HotelName="Ayyildizlar Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Misaki Milli Sokak No:27, Kadiköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/302328/a_302328_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.13" OriginalAmount="96.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02556" Longitude="28.97324" StarRating="0" HotelCode="|184212" HotelName="By Murat Hotels Galata - Boutique Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bereketzade Mah Lalelicesme Sok No 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/2/1/2/184212_1_4538.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.29" OriginalAmount="96.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03975" Longitude="28.9816" StarRating="0" HotelCode="|522893" HotelName="Pera Sultan Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/8/9/3/522893_31723a51009.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.36" OriginalAmount="96.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010355" Longitude="28.95177" StarRating="0" HotelCode="|567410" HotelName="Oren Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Nalinci Fevzi Sk. no:17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/7/4/1/0/567410_158b30e1321.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.41" OriginalAmount="96.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0070226" Longitude="28.9644962" StarRating="0" HotelCode="|86779" HotelName="Pearl Hotel Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mithatpasa Cad.Mollabey Sokak 10 Beyazit</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/7/9/86779_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inBeyazit the district of Istanbul it is in. ROOM: All the rooms have a television and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.58" OriginalAmount="96.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.994282" Longitude="28.84405" StarRating="0" HotelCode="|545096" HotelName="White Corner Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Fetih Cd. No:11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/5/0/9/6/545096_2566a3f1033.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="99.63" OriginalAmount="96.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003702618148" Longitude="28.969123363495" StarRating="3" HotelCode="58254|95106" HotelName="Kupeli Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kadirga Meydani Donus Sokak 14, Kucukayasofya, Istanbul, Sultanahmet</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/13/138bc0a2435ae9f7/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located only about 50 m from the centre of Kucuk Ayasofya in Istanbul, 300 m from the S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.89" OriginalAmount="96.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0055296" Longitude="28.9797589" StarRating="0" HotelCode="|86803" HotelName="Antique and Guesthouse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kutlugun Sk. No:51 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/0/3/86803_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a restaurant on the rooftop, sea views, rooms with air-conditioning and WiFi (free of charge). SITUATION: This establishment, Sultanahmet it is in Sultan Ahmed Mosque it is close to and Topkapi the palace.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.91" OriginalAmount="97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0357447" Longitude="28.97884612" StarRating="3" HotelCode="367828|206402" HotelName="Babu Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Hüseyinaga Mahallesi, Halas Sokak 26, 34435 Istanbul, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/640096/640096a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.91" OriginalAmount="97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003379136766" Longitude="28.973308836805" StarRating="3" HotelCode="186043|237423" HotelName="Emir Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kücük Ayasofya Mahallesi, Akburcak Sokak 8, Sultanahmet, 34200 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/26/41267687ed69cbaf0e7bc682d4537181bde8223b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.91" OriginalAmount="97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00896201" Longitude="28.95745535" StarRating="0" HotelCode="517474|237587" HotelName="Sahinler Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Koska Caddesi 8, Laleli, 34480 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/81/e8/81e8aa7d28f0e31f4ada703d7a63f0e426b5bcc1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.91" OriginalAmount="97.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0084511" Longitude="28.9464758" StarRating="3" HotelCode="296192|alfa_hotel_4" HotelName="Alfa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray, 22 Cerrahpasa Caddesi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/1f/381f815932f94fac14083d07d0a82ec3c6301e7b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Aksaray. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.91" OriginalAmount="97.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0399685" Longitude="28.98143077" StarRating="0" HotelCode="498987|pera_sultan_suite" HotelName="Pera Sultan Suit Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Feridiye Caddesi, Caylak Sokak 73, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e1/2a/e12a3f64302a9bb83d0a6996d7b95bce79cf09bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.91" OriginalAmount="97.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00514232" Longitude="28.9549167" StarRating="0" HotelCode="939243|blue_istanbul_apart" HotelName="Blue Istanbul Apart" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Katip Kasim Mahallesi, Langa Hisari Caddesi 27, Fatih, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/a0/aea09133d3c5faa162bde39bec583450bbb7ac09.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Blue Istanbul Apart, you'll be centrally located in Istanbul,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="100.61" OriginalAmount="97.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0324616" Longitude="28.967227" StarRating="0" HotelCode="|305366" HotelName="Beyoglu Huzur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bulent Demir Cad. ?air Mihri Sokak No:4, Beyo?lu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/5/3/6/6/305366_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="100.64" OriginalAmount="97.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.026846" Longitude="28.970129" StarRating="0" HotelCode="|530661" HotelName="Galapera Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Emekyemez Mah., Nazli Hanim Sokak No:5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/0/6/6/1/530661_994fe371057.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.94" OriginalAmount="98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00597231" Longitude="28.96963423" StarRating="3" HotelCode="963825|217155" HotelName="Best Home Suites Sultanahmet Aparts" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Eminsinan Mahallesi, Daghan Sokak 11, Sultanahmet Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/4a/a14a0218a95e06c80348701638eab84cadb8784a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.94" OriginalAmount="98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007114" Longitude="28.970048" StarRating="0" HotelCode="957624|414867" HotelName="HHK Hotel Downtow" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Emin Sinan Mahallesi, Emin Sinan Hamami Sokak 16, 34126 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ee/c3/eec346af92ff96a809c325ed08202c06a478d799.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.94" OriginalAmount="98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="779829|343283" HotelName="Hotel Kibele" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sarac Ishak Mahallesi, Mabeyinci Yks 1/5, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a8/cc/a8cc8793169b3c83894886b3c9f20af6ca5a1c5d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="100.94" OriginalAmount="98.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.053523010811" Longitude="28.99274289608" StarRating="3" HotelCode="169157|bc_hotel" HotelName="BC" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Valikonagi Caddesi, Madalyon Sokak No: 5, Nisantasi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5d/6a/5d6a3a8f2546eef9f2ea029339aeee75e1d19c1b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Istanbul's Nisantasi district, known as a shopping centre for designer label...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="100.94" OriginalAmount="98.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="620111|hotel_semih" HotelName="Hotel Semih" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Kemalettin Mahallesi, Mithatpasa Caddesi 15, Fatih, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/ce/59cef05098ef0f3af7df218b3acd78ab72d846c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.31" OriginalAmount="98.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007073" Longitude="28.964384" StarRating="0" HotelCode="|443380" HotelName="Almina Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/3/3/8/0/443380_1fd048a1043.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.42" OriginalAmount="98.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0040158" Longitude="28.978917" StarRating="0" HotelCode="|86792" HotelName="Mevlana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sultanahmet Mah. Akbiyik Caddesi No:75 Eminonu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/9/2/86792_1.jpg</HotelPictures>
        <HotelDescription>RESTAURANT: Customers can enjoy a restaurant on the terrace. SITUATION: Sultan Ahmed Mosque 200 metres away, guests will find. ROOM: All the rooms have an air-conditioning system and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.54" OriginalAmount="98.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.990052" Longitude="28.720257" StarRating="0" HotelCode="|529437" HotelName="Beta Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Aral Sk. 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/4/3/7/529437_78797e61200.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.84" OriginalAmount="98.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04929" Longitude="29.02292" StarRating="0" HotelCode="|192346" HotelName="Ortakoy Aysem Sultan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mecidiye Mh. Cevirmeci Sk. No 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/3/4/6/192346_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.97" OriginalAmount="99.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.979313" Longitude="28.874841" StarRating="0" HotelCode="|538902" HotelName="Blueway" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cevizlik Mahallesi Dantelaci Sokak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/8/9/0/2/538902_55b118f1025.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.97" OriginalAmount="99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03259744" Longitude="28.9754442" StarRating="0" HotelCode="598244|237350" HotelName="Double DD Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Asmali Mescit Mahallesi, Kallavi Sokak 16/1, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/7d/cd/7dcde03649a264143b8fa4ea02bb9cc7756db3cf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.97" OriginalAmount="99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00487" Longitude="28.95598" StarRating="0" HotelCode="607367|486313" HotelName="Grand Milan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Katip Kasim Mahhesi</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/778052/185b90bd-5a20-45cc-8779-d94cd6ea9184.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.97" OriginalAmount="99.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9779488" Longitude="29.1429211" StarRating="4" HotelCode="471480|vois_hotel" HotelName="Vois Hotel Akademik Konaklama &amp;  Spa  &amp; Konferans" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Inönü Mahallesi, Kayisdagi Caddesi 254, Atasehir, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/dc/24dca97b39b84c182df5eafe4f081fb090690b11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.97" OriginalAmount="99.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02548706" Longitude="28.97304319" StarRating="0" HotelCode="775548|vedat_gokkan" HotelName="The Galataport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bereketzade Mahallesi, Lalelicesme Sokak 10, Galata, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/61/2361d440be88997602a10d328a2554dbeca03410.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.97" OriginalAmount="99.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="956842|delbab_hotel" HotelName="Delbab Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Katip Kasim Mahallesi, Langa Hisari Sokak 20, Yenikapi, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/85/3385588af85d35adca65244e7cb2e9fbaade3722.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.00" OriginalAmount="100" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03245248" Longitude="28.96721631" StarRating="0" HotelCode="619566|252192" HotelName="Beyoglu Huzur Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Bülent Demir Caddesi, Sair Mihri Sokak 4, Beyoglu, 34440 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/38/fa38b6ce1bc2cbb61b75b607ec7ddc71d3f62ba0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.00" OriginalAmount="100.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003083" Longitude="28.972475" StarRating="3" HotelCode="191128|antik_sofia_hotel" HotelName="Antik Sofia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Küçük Ayasofya Cad. No: 84, Sultanahmet, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/73/0673b7436fd76e0dab6251fdba097ba85f11f2fd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.00" OriginalAmount="100.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03442486262" Longitude="28.98045025582" StarRating="3" HotelCode="292241|alyon_hotel_taksim" HotelName="Alyon Hotel Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuloglu Mahallesi, Alyon geçidi Sokak 2, Beyoglu, 34420 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/d5/23d54f2f018511c5ebd9a95273b0a891e34bd685.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.00" OriginalAmount="100.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.978832258228" Longitude="28.877548297115" StarRating="3" HotelCode="315891|naila_hotel" HotelName="Naila" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Cevizlik Mahallesi, Huban Sokak 1, 34142 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/0d/610dd2431e15b3ec15f48e7733ebea5f2a1d6b18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.00" OriginalAmount="100.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.992795" Longitude="29.027483" StarRating="3" HotelCode="311577|zirve_otel" HotelName="Zirve Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Osmanaga Mahallesi, Resit Efendi Sokak 38, Kadiköy, 34714 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/b0/69b0c99f697358287ec59fdbe9adcb9e4c670456.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.00" OriginalAmount="100.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02511653" Longitude="28.97117711" StarRating="4" HotelCode="431030|vavien_hotel" HotelName="Vavien Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Arap Cami Mahallesi, Aylak Sokak 5, Karaköy, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/f0/76f08efd9154e9ab03cd25372b7ad4ad0295c6af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.00" OriginalAmount="100.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.946082" Longitude="29.124857" StarRating="3" HotelCode="933200|anka_business_park_" HotelName="Anka Business Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akgüvercin Sokak 9, Idealtepe Mahallesi, Maltepe, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/33/b533656e2358c840f97111b2a2d68e2409160229.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.00" OriginalAmount="100.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008678" Longitude="28.689367" StarRating="4" HotelCode="933233|comfort_hotel_haramidere" HotelName="Comfort Hotel Haramidere" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Namik Kemal Mahallesi, Tonguc Baba Caddesi 84, Haramidere, 34513 Esenyurt, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/87/2787bd67447bc59d616e8e7083584959a14ac1d1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.44" OriginalAmount="100.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03362" Longitude="28.98379" StarRating="0" HotelCode="|550544" HotelName="Taksim Avenue Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Katip Mustafa Celebi Mah. Hocazade Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/0/5/4/4/550544_53648441207.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="103.47" OriginalAmount="100.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.020491047319" Longitude="28.928404635582" StarRating="2" HotelCode="155289|1082468" HotelName="Yavuz" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Topkapi Cad. No:30, Kaleiçi, Topkapi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/07/5407b120cd99d6b094fefeea736aaa95f6f10da2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set in pleasant surroundings in the Topkapi/Fatih area of the city, roughly 5 km from t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.48" OriginalAmount="100.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006588" Longitude="28.9530849" StarRating="3" HotelCode="|37161" HotelName="Grand Ant" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KUCUK LANGA CADDESI - AKSARAY 9-11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/1/6/1/37161_5493b931448.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment with air-conditioning, was renovated in 2006, has 55 comfortable rooms, The establishment also offers a restaurant, a lobby with a reception, a currency exchange service, a lift, WiFi, room service and a laundry service. SITUATION: This urban, family hotel, Aksaray it is in a few minutes walk away, you can find Hagia Sophia, Topkapi Palace and the Grand Bazaar museums, is situated 15 kilometres away from Istanbul AtatÃ¼rk Airport. ROOM: The comfortable rooms, have a direct line telephone, a satellite TV, a hairdryer, individual air-conditioning, central heating and a balcony or terrace. PAYMENT METHODS: Customers can pay using Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast and Ã  la carte lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.73" OriginalAmount="100.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008238" Longitude="28.9562989" StarRating="0" HotelCode="|86713" HotelName="Laleli Emin Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mesih Pasa Cad, No 21 Laleli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/1/3/86713_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is in Istanbul the historic area of 700 metres away, guests can find the bazaar, Santa Sofia in just 10 minutes, clients can get to. MEALS: Guests are offered a breakfast service. ROOM: All the rooms have WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.78" OriginalAmount="100.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.943911" Longitude="29.133573" StarRating="0" HotelCode="|527143" HotelName="Guest Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Girne Mahallesi, Girne Caddesi 123</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/7/1/4/3/527143_7e28cc21054.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.89" OriginalAmount="100.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0333" Longitude="28.97674" StarRating="0" HotelCode="|485268" HotelName="Golden Street Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Istiklal Cd. Numara 110</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/5/2/6/8/485268_3d4a8eb2041.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.98" OriginalAmount="100.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0399266" Longitude="28.9821162" StarRating="0" HotelCode="|108027" HotelName="Ottopera Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mh. Feridiye Cd. No:95 / 97 Beyoglu Taksim</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/0/2/7/108027_8.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is 300 metres away fromTaksim the Square of the metro station.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.03" OriginalAmount="101" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003207" Longitude="28.975928" StarRating="0" HotelCode="760339|478358" HotelName="Hotel Antique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Elevator">
        <Address>
          <AddressLines>
            <AddressLine>Küçükayasofya Caddesi, Ogul Sokagi  17, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/bf/0cbfd54d22f912ba9bd5d03b3000f1a379cf8ea4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Antique House Istanbul||Only 750 metres from the Blue Mosque and Hagia Sophia, Antique House Istanbu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.03" OriginalAmount="101" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04910233" Longitude="29.02336864" StarRating="2" HotelCode="323401|58647" HotelName="Ayse'M' Sultan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Çevirmeci Sokak No: 4, Ortaköy/Besiktas, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/d5/d2d5079762adf19d4236fb9d156c078ab010b5f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="104.03" OriginalAmount="101" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1462981-32896960/1328528078072082355/3587" HotelName="VOIS HOTEL BOSTANCI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/website/common/img/no-image.png</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="101.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.025453" Longitude="28.973043" StarRating="3" HotelCode="310384|by_murat_royal_hotels_boutique_class" HotelName="By Murat Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Bereketzade Mahallesi, Lalelicesme Sokak 10, Galata, 34200 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/ef/46ef643cfa5129898dbf7015d18e7e70cded421e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="101.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9425692" Longitude="29.1201005" StarRating="3" HotelCode="300219|grand_hotel_avcilar" HotelName="Grand Hotel Avcilar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Designated Smoking Area,Fax,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>E 5 Yanyol 66, Avcilar, 34740 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/cc/f6cc04a8bb2ffc7668d406c9aebc90cd8861dd79.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near Istanbul Atatürk Airport, and 10 minutes from Tuyap and Cnr Expo Exhibitio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="101.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02327773" Longitude="28.9604496" StarRating="0" HotelCode="372756|hotel_baykal_" HotelName="Baykal Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 20/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Uskuplu Caddesi, Fukarababasi Sokak 12, Kadir Has Üniversitesi Yani, Unkapani, Fatih, 34083 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/e4/3ee4e011e9f71eebceb890b66be136aa3803bdb1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the shores of Golden Horn in Unkapani, Hotel Baykal is 3 km from the historic Sultahahmet...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="101.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9099282" Longitude="29.2033269" StarRating="0" HotelCode="582734|golden_dream_otel" HotelName="Golden Dream Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Orta Mahallesi, Kanuni Sokak 8, Kartal, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/0f/e20f913625a8e30497304b0cabe028c795cb7249.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a café and room service. Wireless internet access in pu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="101.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01248855" Longitude="28.97469776" StarRating="0" HotelCode="735501|hotel_queens_land_istanbul" HotelName="Queensland Hotel Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Printer,Room Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Hobyar Mahallesi, Cemal Nadir Sokak 7, Old City Istanbul, 34112 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/84/70/84707b3d25cad339363fc4ee5a2a4aafb8add261.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel can be found in Old City. A total of 32 bedrooms are available for guests' co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="101.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98081553" Longitude="28.87658047" StarRating="0" HotelCode="776434|guven_suit_otel" HotelName="Guven Suit Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Cevizlik Mahallesi, Hat Boyu Cikisi 36, 34158 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/60/b460605c77d2a73c2fa9f38cd2eaf35ea2e73842.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="104.33" OriginalAmount="101.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02548" Longitude="28.97301" StarRating="0" HotelCode="|184217" HotelName="By Murat Royal Hotels" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bereketzade Mah Lalelicesme Sok No 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/2/1/7/184217_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="104.35" OriginalAmount="101.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.93363" Longitude="29.139675" StarRating="0" HotelCode="|535188" HotelName="Bossuite Hotel Maltepe" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Baglarbasi Mah Sakarya Sok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/1/8/8/535188_562786f1458.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="104.48" OriginalAmount="101.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.029557" Longitude="28.973692" StarRating="0" HotelCode="|560375" HotelName="Jurnal Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Asmali Mescit Mahallesi Jurnal Sokak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/0/3/7/5/560375_a3850871731.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="104.50" OriginalAmount="101.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01242599" Longitude="28.9560116" StarRating="2" HotelCode="374767|20259951" HotelName="Hamit Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kemalpasa Mahallesi, Gencturk Caddesi 47, Fatih, 34134 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/78/fb/78fbb3f2a587fbbe95563fd9710ce9f87e8f0574.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="104.57" OriginalAmount="101.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.85569" Longitude="29.28208" StarRating="0" HotelCode="|227297" HotelName="Blue Marine Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/7/2/9/7/227297_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="104.63" OriginalAmount="101.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.025463" Longitude="28.972905" StarRating="0" HotelCode="|191249" HotelName="Galatower" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BEREKETZADE MH.LALELI CESME SK. BEYOGLU 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/2/4/9/191249_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="104.83" OriginalAmount="101.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00757938" Longitude="28.94891255" StarRating="3" HotelCode="776203|2010306" HotelName="Hermanos Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Mahallesi, Manastirli Rifat Sokak 25, 34096 Istanbul, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/bc/25bc1bf8a6acd0ef358f750c04ef3a1f3fcb9bb1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="104.83" OriginalAmount="101.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007016392463" Longitude="28.952841367604" StarRating="3" HotelCode="37691|25553" HotelName="Grand Ant Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucuklanga Cadessi 9, Aksaray, Istanbul 34096</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a7/26/a72660627e846d9d97b85ac84e95d936faa501f0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly, city hotel is located in the heart of the historical district of Aksaray. Muse...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.06" OriginalAmount="102" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008188179525" Longitude="28.957004822125" StarRating="3" HotelCode="529008|406438" HotelName="Malkoc Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mesih Pasa Caddesi 41, Laleli Aksaray, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/58/587884/587884a_hb_a_007.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Malkoc Hotel located in Laleli which is one of the centers in istanbul, is in walking distance to hi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.06" OriginalAmount="102" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9303282" Longitude="29.30614054" StarRating="0" HotelCode="960903|491216" HotelName="My Palace Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yenisehir Mahallesi, Osmanli Bulvari 13/213, Pendik, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/2b/312bc35b2b2dea1ececb05ed016154ec8b1f338c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.06" OriginalAmount="102" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01395224377" Longitude="28.977824449539" StarRating="3" HotelCode="907369|22811" HotelName="Q Inn Hotel Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Dervisler Sokak 7, Sirkeci, Fatih, 34120 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/68/a6/68a6bb1620137dc444ff20d4552c3bd397368e57.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.06" OriginalAmount="102" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005899666667" Longitude="28.980670222222" StarRating="2" HotelCode="397896|217745" HotelName="Sultan Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mh., Akbiyik Cd No:17, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/618822/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.06" OriginalAmount="102" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039832027544" Longitude="28.982500476092" StarRating="3" HotelCode="315910|217697" HotelName="Ten Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Taksim Caddesi, Cambazoglu Sokak 6, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a9/56/a9561380b19e7d77132a633b7a28bd858818db11.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.06" OriginalAmount="102.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00511218" Longitude="28.96379533" StarRating="3" HotelCode="315764|alphonse_hotel" HotelName="Alphonse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Muhsine Hatun Mah. Çiftegelinler Cad No. 25, Kumkapi, 34126 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/27/fe2798737a801c530bd0a43eb6d96995261969fd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.06" OriginalAmount="102.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.81591764" Longitude="29.30319381" StarRating="3" HotelCode="363664|grand_lion_hotel" HotelName="Grand Lion Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Postane Mahallesi, Istasyon Caddesi 3, Iskele Karsisi, 34940 Tuzla, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/cd/65cded7abd304d82beb9112347d691934f76d2a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the seafront in Tuzla, this hotel is 9 km from the airport. It offers air-conditioned gue...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.06" OriginalAmount="102.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01894101552" Longitude="28.96311340367" StarRating="0" HotelCode="398130|cafe_halic_hotel" HotelName="Golden Horn VIP Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Demirtas Mahallesi, Ayranci Sokak 9, Suleymaniye, 34116 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/d0/5fd09045b4fd9f58c80b3df1fc58d9a001f5ab44.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.06" OriginalAmount="102.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99689654" Longitude="29.14700558" StarRating="0" HotelCode="776538|nar_palace" HotelName="Nar Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Serifali Mahallesi, Miras Sokak 4, Bayraktar Bulvari, Umraniye, 34775 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/c0/87c09fc0b5ea8ee7eaea09f1fbfda9ba3e642eb4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="105.14" OriginalAmount="102.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007589" Longitude="28.949098" StarRating="3" HotelCode="160519|752935" HotelName="Alahan" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Laundry,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Çakiraga Mah., Manastirli Rifat Sok. No:25, Aksaray, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/30/305353/305353a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.16" OriginalAmount="102.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011831" Longitude="28.953999" StarRating="0" HotelCode="|17638" HotelName="Birbey" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ATATURK BULVARI KEMALPASA MAH.MEKTEP SOK AKSARAY 1/3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/6/3/8/17638_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 1990, has 31 double rooms, a lobby, a reception with safety deposit boxes, a cloakroom, a lift and a kiosk. The establishment boasts a games room, a television room, a restaurant with air-conditioning, with highchairs, internet. There are many services available at the establishment, including room service, a laundry service, a medical care service, a car park and an indoor car park. SITUATION: This attractive urban hotel is situated in Istanbul a central area of it is close to the city centre, in the surrounding area, clients can find the commercial area, Where you can find shops, boutiques, bars, restaurants, shops, leisure areas and entertainment. ROOM: It has inviting rooms with a bathroom, a hairdryer, a direct line telephone, a satellite or cable television, a radio, a stereo, internet, a mini-bar, a double bed, fitted carpets, central heating and a safe. PAYMENT METHODS: Customers can pay using Visa and Mastercard. OTHERS: All meals in a buffet form, Regarding the food and beverage offering, clients have Ã  la carte lunch and dinner and a set-menu dinner. The establishment offers special dishes and food for those with special dietary requirements..</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.62" OriginalAmount="102.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.015824" Longitude="28.958831" StarRating="0" HotelCode="|521426" HotelName="Güler Palas Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vefa Cd. No:54</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/4/2/6/521426_a5bfda31133.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.62" OriginalAmount="102.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.002359" Longitude="28.941786" StarRating="0" HotelCode="|535870" HotelName="Valens Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mihri Hatun Sk. 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/8/7/0/535870_6821b342052.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="105.67" OriginalAmount="102.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00482" Longitude="28.96544" StarRating="3" HotelCode="169308|1668308" HotelName="Loor Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Hayrettin Mahallesi, Kadirga Liman Caddesi 9/11, Kumkapi-Fatih, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/236207/a_236207_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to the Sultanahmet district of Istanbul and within 200 m of Kumkapi where...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.81" OriginalAmount="102.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036114" Longitude="28.979844" StarRating="0" HotelCode="|534110" HotelName="Mayza Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Atif Yilmaz Sok. 27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/1/1/0/534110_00a27c21132.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.86" OriginalAmount="102.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006065" Longitude="28.797065" StarRating="0" HotelCode="|535581" HotelName="White Life Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Tevfik Bey Mah. Vahit Efendi Sokak no:4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/5/8/1/535581_a43a77e1148.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.95" OriginalAmount="102.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0034068" Longitude="28.9787656" StarRating="0" HotelCode="|86945" HotelName="Naz Wooden House Inn - Byzantine House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Degirmeni Sok. No:7 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/4/5/86945_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is small. SITUATION: It is situated near the mosque, Topkapi the palace the bazaar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.06" OriginalAmount="102.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003178" Longitude="28.975895" StarRating="0" HotelCode="|86935" HotelName="Antique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/3/5/86935_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has WiFi (free of charge) and a terrace on the rooftop. SITUATION: This welcoming hotel is in SultÃ¡n Ahmet the area Istanbul it is in 500 metres away, guests will find the mosque.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.07" OriginalAmount="102.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0062" Longitude="28.79749" StarRating="0" HotelCode="|184884" HotelName="Sapko Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tevfik Bey Mah. Vahit Efendi Sok No:10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/8/8/4/184884_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.08" OriginalAmount="102.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0052562" Longitude="28.9642764" StarRating="3" HotelCode="|72541" HotelName="Grand Liza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tiyatro Cad no 92, Beyazit</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/5/4/1/72541_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Grand Liza Hotel is rated three stars, is situated in a central area, has a restaurant and comfortable standard rooms. SITUATION: This hotel is in Beyazit where you can find restaurants. Is situated in a central area where you can find tourist points of interest. ROOM: The rooms have an air-conditioning system, WiFi, a hairdryer, a safety deposit box and a mini-bar. OTHERS: Clients have at their disposal room service and a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="106.09" OriginalAmount="103" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05605568" Longitude="28.98301864" StarRating="4" HotelCode="688444|284860" HotelName="Wisteria Boutique Hotel Bomonti" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,ATM/Cash Machine,Central Heating,Designated Smoking Area,Housekeeping,Internet,Laundry,Massage Centre,Sauna,Spa,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Mahallesi, Izzetpasa Sokak 56, Bomonti-Sisli, 34380 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/ef/03ef3e7ced24169bcf484eae590f00f7a5fd4c39.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel features free WiFi and views of city in Istanbul. Attractively set in the Sisli district, this...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.09" OriginalAmount="103.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00700091" Longitude="28.97102624" StarRating="4" HotelCode="471477|grand_naki_hotel" HotelName="Grand Naki Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Piyer Loti Caddesi 12/14, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/a5/c8a5d7d3896bbfdb33457f6dfba1f80bc5037a08.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.09" OriginalAmount="103.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0062517" Longitude="28.96480314" StarRating="0" HotelCode="569801|ista_palace_hotel" HotelName="Ista Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Designated Smoking Area,Laundry,Lounge,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Sarac Isahpasa Mahallessi, Tiyatro Caddesi 68/A, Gedikpasa, Sultanahmet, Istanbul 34080</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/93/2d9307a13a17d3d7ee43222b0ebf596287ef1eda.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt; Ista Palace Hotel is located in Sultanahmet which is the one of oldest parts of Istanbul. Belonging...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.09" OriginalAmount="103.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00465616" Longitude="28.9628357" StarRating="3" HotelCode="516837|milano_hotelspa_istanbul" HotelName="Hotel Milano Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Muhsine Hatun Mahallesi, Çiftegelinler Caddesi, Telliodalar Sokak 48, Kumkapi, Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/bd/d5bd1b3515943cddd875844c04baea7dd0b77945.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.09" OriginalAmount="103.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.97174549" Longitude="29.14447211" StarRating="0" HotelCode="599100|arkem_hotel_1" HotelName="Arkem Hotel &amp; Suite 1" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Findikli Mahallesi, Sarmasik Sokak 183, 34854 Istanbul, Maltepe</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/fa/adfa85b9f8f7da40dc7f27b58dfb7b16b5ee3e77.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="106.12" OriginalAmount="103.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03593146" Longitude="28.98063357" StarRating="0" HotelCode="323404|896022" HotelName="Mint Residence Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mahallesi Nane Sokak No: 14, Beyoglu, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/fb/8e/fb8e84d59105ef2d2fb11398c7596dfdef551707.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a transfer service and room service, f...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.28" OriginalAmount="103.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0059" Longitude="28.98067" StarRating="0" HotelCode="|192615" HotelName="Sultan and Guesthouse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mh., Akbiyik Cd No:17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/6/1/5/192615_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="106.36" OriginalAmount="103.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013072030479" Longitude="28.821010842922" StarRating="2" HotelCode="904565|151947" HotelName="Han Hostel Airport North" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse,Airport Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Degirmenbahce Caddesi Turgut Reis Sokak 3, Yenibosna, 34197 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/238302/a_238302_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel is situated in the Yenibosna area of the city. The port at Bakirköy is 8 km away and from...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.62" OriginalAmount="103.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0356327" Longitude="28.9812252" StarRating="2" HotelCode="|86743" HotelName="Grand  Palmiye" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Istiklal cad. Imam Adnan sok No 16 Taksim /Istanbul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/4/3/86743_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a terrace and WiFi (free of charge). SITUATION: It is in a quiet area, Close to Istiklal the street 350 metres away, clients have Taksim the Square of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.76" OriginalAmount="103.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.97174" Longitude="29.14445" StarRating="0" HotelCode="|551833" HotelName="Arkem Hotel 1" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Findikli Mah. Sarmasik Sokak No: 183</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/1/8/3/3/551833_58404491556.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.12" OriginalAmount="104" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04733" Longitude="28.98489" StarRating="0" HotelCode="847897|375211" HotelName="Taksim Time Hotel Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ergenekon Mahallesi, Dolapdere Caddesi 108, Harbiye, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/7d/327dacd3fd65243e2df88ccde17babaa23c81eae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.12" OriginalAmount="104" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.93388513" Longitude="29.13944308" StarRating="0" HotelCode="373014|205875" HotelName="Bossuite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Baglarbasi Mahallesi, Sakarya Sokak 31, Maltepe, 34844 Istanbul, Marmara Region</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/a3/3ea3bff8c4b79abb0942fd3f8177e4cf4542f063.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.12" OriginalAmount="104" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02618091" Longitude="28.97771641" StarRating="0" HotelCode="621249|252303" HotelName="Unver Galata Apart" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Hacimimi Mahallesi, Galata Mandirasi Sokak 18, Beyoglu, 34425 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/72/e772f5f85a791b7ed75fe2cdd4fc328105f52353.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.12" OriginalAmount="104.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035639459411" Longitude="28.981221454902" StarRating="3" HotelCode="346341|grand_hotel_palmiye" HotelName="Grand Hotel Palmiye" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Air Conditioning,Airport Transfer (on Demand),Bar,Central Heating,Housekeeping,Laundry,Restaurant,Room Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Sehitmuhtar Mahallesi Istiklal caddesi, Imam Adnan sokak 16, Taksim, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/26/0026d33641500f9bf11fbf2c92510ce3ed4f7d83.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Grand Hotel Palmiye is a perfect choice for those who want to enjoy the advantage of staying at the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.12" OriginalAmount="104.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04530483" Longitude="28.98325372" StarRating="3" HotelCode="323405|cumbali_plaza_hotel" HotelName="Cumbali Plaza Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Bozkurt Mahallesi Dolapdere Caddesi No. 135, 34375 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/66/7d66bec9c355d981c498879b1c90e16c22006a4e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.12" OriginalAmount="104.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.930478728292" Longitude="29.306899061179" StarRating="5" HotelCode="640137|elits_suits" HotelName="Elit Perla Palas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Sabiha Gokcen Havalimani Karsisi, Osmanli Bulvari 13, Kurtkoy-Pendik, 34912 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/95/de95f40cd80135f4d16fe0f8d9039a71f4605e08.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.12" OriginalAmount="104.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04028646" Longitude="28.98124247" StarRating="0" HotelCode="782611|otel_sweet_home_taksim" HotelName="Sweet Home Taksim Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Caylak Sokak 86, 34437 Istanbul, Beyoglu</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/1e/c11ef02efce6c72613f8e68654eeccee4b9c8248.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.12" OriginalAmount="104.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01448971" Longitude="28.95934367" StarRating="0" HotelCode="850528|the_queen_hotel_2" HotelName="The Queen Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kalanderhane Mahallesi, Cemal Yener Tosyali Cadessi 52/101, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/79/64/79642470ca01acf8fdafbc5f58a30ee5a28b1c67.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.12" OriginalAmount="104.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04527076" Longitude="28.98309912" StarRating="0" HotelCode="966213|ferman_apart_hotel" HotelName="Ferman Apart Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Eskisehir Mahallesi, Dolapdere Caddesi 77/1, Sisli, 34360 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/ac/b0ace8300de9b67a6a3468d65fda4ea3133d750c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="107.81" OriginalAmount="104.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.994964" Longitude="28.912493" StarRating="4" HotelCode="207964|2250635" HotelName="Diamond City Istanbul" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Telsiz Mh., Muammer Aksoy Cd. No. 16, Zeytinburnu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/ef/ffefebb4bc1e60a44e81be149834268c2efcc1f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Zeytinburnu, just 200 metres from the Olivium Shopping Centre, the hotel is situated clos...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="107.83" OriginalAmount="104.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010969006184" Longitude="28.954789638519" StarRating="3" HotelCode="43841|590275" HotelName="Birbey Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Diet Meals,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kemalpasa Mahallesi, Mektep Sokak 1-3, Aksaray, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/78/68783c560f7e4cc5986f22f8584effcd5b21ba6d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located at the heart of Istanbul just a short walk from the lively cit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="107.89" OriginalAmount="104.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02754" Longitude="28.97988" StarRating="0" HotelCode="|192310" HotelName="Waw Hotel Galataport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Haci Mimi Mh. Karabas St. No:8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/3/1/0/192310_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="108.00" OriginalAmount="104.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.986236" Longitude="28.718347" StarRating="0" HotelCode="|537921" HotelName="Greenwich Istanbul Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Engin Sk. 25</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/9/2/1/537921_ff8360c0943.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="108.08" OriginalAmount="104.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00477" Longitude="28.96549" StarRating="3" HotelCode="|184618" HotelName="Grand Ninova" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Hayrettin Mah. Kadirgaliman Cad. No/9 Fatih Beyazit</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/6/1/8/184618_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.15" OriginalAmount="105" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01613" Longitude="28.948701" StarRating="3" HotelCode="9370|407738" HotelName="Pianoforte" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Feyzullah Efendi Cd No: 17, 34620 Kiztasi, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/05/7205bb5a73decf6b79455b39791db4965b04cf5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.15" OriginalAmount="105.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036998" Longitude="28.981335" StarRating="3" HotelCode="191173|taxim_trend_suites_3" HotelName="Taxim Trend Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mahallesi, Altinbakkal Sokak 26, Beyoglu, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/28/ad288e1d2f2d5d836d0e623aa78e99381f4aa1ed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.15" OriginalAmount="105.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04384124" Longitude="29.00067373" StarRating="0" HotelCode="640903|newway_apartments" HotelName="Newway Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Visnezade Mahallesi, Sair Nedim Caddesi, Haci Halit Bey Sokak 15, 34357 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/94/9894e185c294e7880fb95e350f50f0100e97c653.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location A stay at Newway Apartments places you in the heart of Istanbul, minutes from Mari...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.15" OriginalAmount="105.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036118" Longitude="28.9795" StarRating="2" HotelCode="933203|hotel_yonca" HotelName="Hotel Yonca" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Beauty Salon,Business Centre,Concierge,Elevator,Internet,Laundry,Parking,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>Tarlabasi Bulvari, Toprak Lüle Sokak 5, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/da/9edae3b9819f84b70a44df7206cfc87772def699.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Beyoglu-Taksim, Hotel Yonca promises a relaxing and w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.15" OriginalAmount="105.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003468" Longitude="28.97590903" StarRating="0" HotelCode="977363|the_new_season_apart_" HotelName="The New Season Apart" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucukayasofya Caddesi, Yegen Sokak 1, Sultanahmet, Fatih, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/12/0b12d0592c4afeb35cbb937079929345f983d9ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="108.23" OriginalAmount="105.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.916196" Longitude="29.136157" StarRating="0" HotelCode="|461909" HotelName="Dragos Resort Hotel Spa Restaurant" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Piri Reir Cd. 22/1 Yali Mahallesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/1/9/0/9/461909_abc59091015.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="108.42" OriginalAmount="105.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02097" Longitude="28.92676" StarRating="0" HotelCode="|184511" HotelName="Hotel Goldengate" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Topkap mah.topkap cd. No 47</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/5/1/1/184511_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="108.47" OriginalAmount="105.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007508" Longitude="28.97077" StarRating="0" HotelCode="|153035" HotelName="Leyenda Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>BINBIRDIREK MH.GEDIKPASA CAMI SOK.CEMBERLITA 58</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/0/3/5/153035_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2014 and renovated in 2014. It has 20 standard rooms, 10 single rooms, 10 double rooms, 1 suite and 5 superior rooms. The establishment also offers a car park. SITUATION: This hotel is in Istanbul is situated in the city centre, close to the train stations, the bus station, public transport services and places of interest.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="108.47" OriginalAmount="105.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.053426" Longitude="28.807499" StarRating="0" HotelCode="|485919" HotelName="In House Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/5/9/1/9/485919_7b15f422147.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="108.55" OriginalAmount="105.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02102" Longitude="28.92818" StarRating="0" HotelCode="|242409" HotelName="Topkapı Otel Özyavuz" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/2/4/0/9/242409_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="108.73" OriginalAmount="105.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0042992" Longitude="28.9665045" StarRating="0" HotelCode="|108060" HotelName="Tom Square  Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sehsuvarbey Mah., Berham Cavus Sok., No:33, Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/0/6/0/108060_4.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Istanbul the Peninsula of 150 metres away, guests can find the sea. ROOM: Each room has WiFi (free of charge), an air-conditioning system and a satellite television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.18" OriginalAmount="106" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00998988009" Longitude="28.954447338623" StarRating="4" HotelCode="936560|27765" HotelName="Glorious Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yesil Tulumba Sokak 17, Ordu Caddesi, Laleli, 34080 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/a54768438e5b40a284636a7e18d4d8f1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul. The train station, along with other public transpor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.18" OriginalAmount="106" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006272518938" Longitude="28.797627156222" StarRating="3" HotelCode="399217|198886" HotelName="Sapko Airport Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Tevfik Bey Mahallesi, Vahit Efendi Sokak 10, Sefaköy, 34295 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/80/5d8073d6bb4c03bf7f5a0a3b4be063aca77cbc89.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="109.18" OriginalAmount="106" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1379359-24960032/1328528078072082355/3606" HotelName="MAHYA HOTEL ISTANBUL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/98000000/97080000/97075900/97075866/a91d3c2a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.18" OriginalAmount="106.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006184" Longitude="28.964823" StarRating="3" HotelCode="191100|angels_garden_hotel" HotelName="Angels Garden Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tiyatro Caddesi 90, Beyazit, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/47/00/47008b7dd8e067c11b88cdba32f6678c3c4e0520.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.18" OriginalAmount="106.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039889386573" Longitude="28.98208122567" StarRating="3" HotelCode="263736|ottopera_hotel" HotelName="Ottopera Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Feridiye Street 95, Taksim, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/db/05db13e062d18f335768beff66c4b4cd22ffede0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.18" OriginalAmount="106.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03368069" Longitude="28.98363111" StarRating="5" HotelCode="541883|apart_of_many_things" HotelName="Apart of Many Things" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Katip Mustafa Celebi Mahallesi, Taksim, Hocazade Sokak 11, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/01/ca/01cab4ab1ad4f4db9814361d47737ceb148c64b6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="109.38" OriginalAmount="106.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0518899" Longitude="28.9860799" StarRating="3" HotelCode="|40604" HotelName="Nil" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TAVUKCU FETHI SOK NO 21 OSMANBEY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/6/0/4/40604_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has rooms with WiFi, (free of charge), breakfast service. SITUATION: This establishment, is near Taksim the Square of the exhibition centre, Nisantasi is situated in Close to boutiques, restaurants and cafÃ©s. It has excellent transport links to the metro station, is situated 3 minutes away from shopping centres, Close to Osmanbey the underground station of it is situated 17 kilometres away from Istanbul AtatÃ¼rk Airport. ROOM: The rooms have an air-conditioning system and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="109.43" OriginalAmount="106.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9787933" Longitude="28.8776123" StarRating="0" HotelCode="|304812" HotelName="Naila Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cevizlik Mahallesi Huban Sokak No:1 Bak?rkoy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/4/8/1/2/304812_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="109.44" OriginalAmount="106.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.029986" Longitude="28.683273" StarRating="0" HotelCode="|565743" HotelName="Quars Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sultaniye Mahallesi 350.sk No.10/A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/5/7/4/3/565743_179553a1031.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="109.81" OriginalAmount="106.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005644" Longitude="28.665497" StarRating="0" HotelCode="|545791" HotelName="ELİTE PARK HOTEL and SUİTES" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Yakuplu Mahallesi 65.Sokak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/5/7/9/1/545791_5cf2a441044.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="107" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00546237" Longitude="28.96954531" StarRating="2" HotelCode="517404|217752" HotelName="Reyyan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Emin Sinan Mahallesi Pertevpasa Sokak 46/1, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/45/452213/452213a_hb_a_004.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.21" OriginalAmount="107.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01046154" Longitude="28.94831693" StarRating="3" HotelCode="373418|hotel_ekol" HotelName="Hotel Ekol" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Molla Gürani Mahallesi, Tanburi Cemil Bey Sokak Number 7, Aksaray, 34093 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/49/984914f4eb80c151ee1b1e10393216a4b0dda267.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.22" OriginalAmount="107.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0137663" Longitude="28.9771894" StarRating="2" HotelCode="|39799" HotelName="Kafkas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/9/9/39799_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 36 rooms and a bar with a terrace, with fantastic views, Some of the establishment facilities on offer are a lobby with a reception, a safety deposit box service, a currency exchange service, a cloakroom, a lift, a bar, a restaurant and WiFi. At an additional cost, you can enjoy room service and a laundry service. SITUATION: The hotel is in the historic centre, Sirkeci it is 5 minutes away from Sultanahmet 8 minutes away, you can find Where you can find restaurants and shops. Hagia Sophia, Topkapi Palace and Sultan Ahmed Mosque it is 10 minutes away from it is situated 21 kilometres away from Istanbul AtatÃ¼rk Airport. ROOM: The spacious, comfortable rooms, have a bathroom with a shower, a hairdryer, a direct line telephone, a satellite or cable television, a mini-bar, a double bed, an individual air-conditioning system, central heating and a safety deposit box. PAYMENT METHODS: Customers can pay by Mastercard and Visa. OTHERS: Clients have at their disposal a restaurant with international dishes a bar with terrace.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.29" OriginalAmount="107.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01034" Longitude="28.95404" StarRating="0" HotelCode="|193118" HotelName="Laleli Blue Marmaray " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ordu cad Selimpasa Sok No 18 Laleli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/1/1/8/193118_3e1abd21602.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.33" OriginalAmount="107.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98542" Longitude="29.11129" StarRating="0" HotelCode="|530041" HotelName="Artura Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kizilirmak Sokak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/0/0/4/1/530041_f493e5c1236.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.35" OriginalAmount="107.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.049749" Longitude="28.391796" StarRating="0" HotelCode="|556539" HotelName="Legend Otel Tem" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/6/5/3/9/556539_6356cab1627.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.61" OriginalAmount="107.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.033881" Longitude="28.983181" StarRating="0" HotelCode="|484987" HotelName="Nupera Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Katip Mustafa Celebi Mah. Mac Sok.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/4/9/8/7/484987_0927c812017.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.63" OriginalAmount="107.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01335" Longitude="28.97721" StarRating="0" HotelCode="|184585" HotelName="Just Inn Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/5/8/5/184585_29970ff1501.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="111.00" OriginalAmount="107.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005242" Longitude="28.96509" StarRating="0" HotelCode="|534604" HotelName="Ria Suites Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Arayici Sokagi 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/6/0/4/534604_ef2d75c1131.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="111.13" OriginalAmount="107.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005701" Longitude="28.9715488" StarRating="3" HotelCode="|185058" HotelName="Zem" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mah. Katip Sinan Sok. No:10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/0/5/8/185058_ad03be90853.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="111.20" OriginalAmount="107.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.025312" Longitude="28.973074" StarRating="0" HotelCode="|454496" HotelName="Corner Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/4/9/6/454496_65a437b1301.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.24" OriginalAmount="108" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03810151" Longitude="28.9817764" StarRating="0" HotelCode="598479|237399" HotelName="Green Bird Suit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/06/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mahallesi, Turan Caddesi 47, Beyoglu, Istanbul 34435</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/73/fa73b7de6f198a82f55383c1a6a46cdb6945ea14.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.24" OriginalAmount="108" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03373557" Longitude="28.98372675" StarRating="3" HotelCode="411840|217630" HotelName="La Pazza Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/06/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Katip Mustafa Celebi Mahallesi, Hocazade Sokak Number 10, Cihangir, Beyoglu, Taksim, 34433 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/b1/48b13ff33d92cb13dcf3ca8bf29506734146c01e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.24" OriginalAmount="108.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03510362" Longitude="28.97716627" StarRating="3" HotelCode="267841|grand_hisar_hotel" HotelName="Grand Hisar Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kalyoncu Kulluk Caddesi 22/1, 34420 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/95/de956bd242940b0d821c64ef8f9e2acdbb9e320b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.24" OriginalAmount="108.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00500854" Longitude="28.97307954" StarRating="0" HotelCode="779803|white_pearl_apart" HotelName="White Pearl Apart" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mahallesi, Su Terazisi Sokak 23, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/5b/bf5bde4d63ae3c18fe462b4f7b93044336c8845a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="111.70" OriginalAmount="108.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011305" Longitude="28.952799" StarRating="3" HotelCode="|84896" HotelName="Kaya Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>ISKENDER PASA MH.CINGIRAKLI BOSTAN SOKAK, AKSARAY 40</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/8/9/6/84896_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Bayezid II Mosque It is situated 1 kilometre away from the establishment, is in the historic centre, near the establishment, you will find historic points of interest, cultural places. ROOM: The establishment has 30 rooms with a bathroom, an air-conditioning system, heating, heating, a direct line telephone, a mini-bar, a television and a hairdryer.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="111.91" OriginalAmount="108.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.97432" Longitude="28.87506" StarRating="0" HotelCode="|235914" HotelName="Le Marde Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/9/1/4/235914_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.14" OriginalAmount="108.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.986001" Longitude="29.131019" StarRating="0" HotelCode="|484742" HotelName="216 Turkuaz Suit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ilbey Sk. 51</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/4/7/4/2/484742_777a1e72019.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.19" OriginalAmount="108.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00396" Longitude="28.959622" StarRating="0" HotelCode="|534718" HotelName="okdahotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>alisan sokak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/7/1/8/534718_2daecb51445.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.23" OriginalAmount="108.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034727" Longitude="28.977231" StarRating="0" HotelCode="|530824" HotelName="Hotel Martin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sahne Sk. 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/0/8/2/4/530824_f87456e1032.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.27" OriginalAmount="109" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.047365439361" Longitude="28.986318753373" StarRating="4" HotelCode="933241|199885" HotelName="Arach Hotel Harbiye" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Business Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Caddesi, Prof. Dr. Celal Öker Sokak 5, Harbiye, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/2f/e72f2dc662a4ac3805ef24660bc8679d1e2cfce2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in the city district Sisli-Nisantasi, opposite the Istanbul Military Museum. Links to t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.27" OriginalAmount="109" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008819152017" Longitude="28.949781241507" StarRating="3" HotelCode="398388|217157" HotelName="Birinci Apart Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Mahallesi, Çakiraga Camii Sokak 10, 34093 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/90/cb905da0dabe7b75f23e5cfb3d88af8eef394582.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.27" OriginalAmount="109" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00796963" Longitude="28.964744" StarRating="0" HotelCode="976949|479488" HotelName="Elyka Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Kemalettin Mahallesi, Dibekli Cami Sokak 17, Beyazit, Fatih, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/23/b6235005f8d2eba16eeb8745d745e89d1901c2e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.27" OriginalAmount="109" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010261604736" Longitude="28.954066132952" StarRating="3" HotelCode="323793|210045" HotelName="Laleli Blue Marmaray Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Ordu Caddesi Selimpasa Sokak 18, Laleli, 34070 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/43/430300/430300a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.27" OriginalAmount="109.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012613752715" Longitude="28.974752391209" StarRating="2" HotelCode="315885|istanbul_central_hotel" HotelName="Istanbul Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hobyar Mahallesi, Cemal Nadir Sokak 10, Fatih, 34112 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/76/22/7622653a7a15755edec79cdd8ead8091c86ae78a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.27" OriginalAmount="109.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.002863845855" Longitude="28.974142826485" StarRating="3" HotelCode="496440|arven_butique_hotel" HotelName="Arven Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucukayasofya Mahallesi, Cayiroglu Sokak 6, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/46/08/46080b4a30b3336674549fb5f0f31954ab9c5b60.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Istanbul, this boutique hotel has the perfect ambience for guests who appreciate a stylis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.27" OriginalAmount="109.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01926964" Longitude="28.92731901" StarRating="0" HotelCode="517098|liman_hotel_2" HotelName="Liman Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Topkapi Caddesi, Dullar Cikmazi Sokak No 12, Topkapi, 34087 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/ee/a7ee404ece08c65c7c7b3d088c361db27a1507cc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.27" OriginalAmount="109.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9944268" Longitude="28.83640656" StarRating="4" HotelCode="517176|niconya_port_suitehotel" HotelName="Niconya Port Suite&amp;hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Yenibosna Zafer Mahallesi, Calislar Sokak No 11, 34194 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/04/af04552b67727dd2aff9a238cde60b8b29a75933.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.27" OriginalAmount="109.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04902217" Longitude="29.02495625" StarRating="0" HotelCode="597671|loren_hotelsuites" HotelName="Loren Hotel Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Mecidiye Mahallesi, Disbudak Sokak 11, Ortakoy Besiktas, 34347 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fe/44/fe448e9c078de916208aec3132db5a26298f30c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.27" OriginalAmount="109.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.90689774" Longitude="29.1854726" StarRating="0" HotelCode="593300|zengin_suit" HotelName="Zengin Suit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Esentepe, Kucuk Menderes Sokak 1, Kartal, 34870 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/13/621311dfd7ae365239819c46479518bf6745c038.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.51" OriginalAmount="109.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0391209" Longitude="28.9820021" StarRating="0" HotelCode="|304621" HotelName="Taksim Cetinkaya Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/4/6/2/1/304621_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.66" OriginalAmount="109.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.976654" Longitude="28.876324" StarRating="0" HotelCode="|537515" HotelName="Vitabella Suites" 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/5/3/7/5/1/5/537515_257826e0905.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.89" OriginalAmount="109.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009091" Longitude="28.96214" StarRating="0" HotelCode="|555173" HotelName="Istanbul Town Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ordu Cad. Kalayci Sevki Sok. No: 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/5/1/7/3/555173_ae3cd251846.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="113.00" OriginalAmount="109.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003593312601" Longitude="28.974090814591" StarRating="4" HotelCode="26524|590895" HotelName="Erguvan Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Garden,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Küçük Ayasofya Mahallesi, Aksakal Caddesi 1, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/dc/c5dcf9e92b80a82909505c2b08b63a9f050feca1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the old town, and all the major monuments can be reached in a few minutes by...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="113.21" OriginalAmount="109.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03719" Longitude="28.98181" StarRating="0" HotelCode="|529015" HotelName="Butterfly Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mah Altinbakkal Sok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/0/1/5/529015_bedb0511238.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="113.24" OriginalAmount="109.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0059084" Longitude="28.9796434" StarRating="0" HotelCode="|86939" HotelName="Cosmopolitan Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kutlugun Sk.26 Cankurtaran</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/3/9/86939_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a rooftop with fantastic views. SITUATION: This establishment, is in Sultanahmet the area it is in Istanbul the historic centre of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.30" OriginalAmount="110" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008572603533" Longitude="28.954666256905" StarRating="4" HotelCode="16956|2776" HotelName="Istanbul Royal Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Cad. No: 16, 34480 Laleli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d3/14/d31453c3e4d44cbc6b0337841473f2b3750b9a8b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally located in the Aksaray district of the city. Countless shopping a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.30" OriginalAmount="110.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005965607077" Longitude="28.954330980778" StarRating="4" HotelCode="130462|grand_unal" HotelName="Grand Ünal Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mustafa Kemalpasa Caddesi Fabrika Sokak 16, Yenikapi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b8/b9/b8b9d73024f8bb4d7c55f27d18143529b500fd53.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.30" OriginalAmount="110.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039166" Longitude="28.983147" StarRating="4" HotelCode="315774|inntel_hotel_istanbul" HotelName="Inntel Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Taksim Dolapdere Caddesi 49, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/77/da77b5f732d82fee4940d388fcd32c3f2c52be37.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.30" OriginalAmount="110.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00295" Longitude="28.97617" StarRating="3" HotelCode="903014|sur_hotel_sultanahmet_4" HotelName="Sur Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sultanahmet Mahallesi, Mustafa Pasa Sokak 3, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/61/df/61df9f9540b1a3b2c060fe9e050cfae62f615182.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="113.52" OriginalAmount="110.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007057" Longitude="28.954652" StarRating="3" HotelCode="188697|1082578" HotelName="Erbazlar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hayriye Tüccari Cad. No: 10, Aksaray, Istanbul 34470</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/88/9488a207663c2af1c4a7344e8ea0b169b4609748.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Laleli district of the old city in Istanbul, just 2 km from the historic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="113.62" OriginalAmount="110.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0089575" Longitude="28.9549983" StarRating="4" HotelCode="|55932" HotelName="Istanbul Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Caddesi 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/9/3/2/55932_6f2b7830503.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a TV room, a bar, shops, a car park, a safety deposit box service, a meeting room, a laundry service, a restaurant and air-conditioning in communal areas. SITUATION: This establishment, is situated in Istanbul the historic centre of near the establishment, you will find Hagia Sophia, the Grand Bazaar, Sultan Ahmed Mosque and Topkapi Palace the racecourse, is situated 15 kilometres away from Istanbul AtatÃ¼rk Airport. ROOM: The rooms have an air-conditioning system, a satellite television, a mini-bar, a direct line telephone, a hairdryer and a radio.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.08" OriginalAmount="110.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05545" Longitude="28.9928" StarRating="0" HotelCode="|184229" HotelName="Canka Residence by Overland" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Albay Sadri Alantar Sokak 7-33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/2/2/9/184229_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.33" OriginalAmount="111.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.978438566163" Longitude="28.87094030233" StarRating="4" HotelCode="315781|rawda_hotel_bakirkoy_" HotelName="Rawda  Bakirkoy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Fisekhane Caddesi, Cumhuriyetçi Sokak 3, Bakirköy, 34140 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/60/ed607c4723d705c7a98aa325002109026d0ad3a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.37" OriginalAmount="111.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035159" Longitude="28.9767033" StarRating="0" HotelCode="|108246" HotelName="#bunk" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Inonu Mahallesi Papa Roncalli Sokak No: 34 Sisli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/4/6/108246_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inBeyoglu the district of Close to Istiklal Avenue.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.42" OriginalAmount="111.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009055" Longitude="28.975439" StarRating="0" HotelCode="|524739" HotelName="oldmile palace hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>catal cesme sok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/7/3/9/524739_8b56c640903.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="114.73" OriginalAmount="111.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003957689773" Longitude="28.968713350742" StarRating="3" HotelCode="382716|814443" HotelName="Ottoman's Pearl Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sehsuvarbey Mahallesi, Comertler Sokak 3/101, Sultanahmet, 34126 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/cd/ec/cdecbd46156b4c717f1672ac0a36fe46976cd171.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.93" OriginalAmount="111.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.992837" Longitude="28.794888" StarRating="0" HotelCode="|464484" HotelName="World Point Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Besyol Mahallesi,Birlik Caddesi.No2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/4/4/8/4/464484_c673a220710.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.14" OriginalAmount="111.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00505" Longitude="28.95495" StarRating="0" HotelCode="|193017" HotelName="Matiat Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Langa Hisari Street, No:19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/0/1/7/193017_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.23" OriginalAmount="111.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0168061" Longitude="28.9492709" StarRating="3" HotelCode="|82876" HotelName="Tugra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Fevzi Pasa Caddesi Feyzullah Efendi Sokak No:6 Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/8/7/6/82876_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Sultanahmet it is situated 2,8 kilometres away from Where customers can find the historic monuments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.36" OriginalAmount="112.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0154646" Longitude="28.9798756" StarRating="3" HotelCode="|82979" HotelName="Grand Esen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hoca Pasa Mah. Orhaniye Cad. No:40 Sirkeci</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/7/9/82979_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a car park, (free of charge), a reception. SITUATION: 2 minutes away from the establishment you haveSirkeci the Railway Station of. ROOM: Each room has an air-conditioning system and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.36" OriginalAmount="112" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05361928" Longitude="28.99266026" StarRating="0" HotelCode="593193|237201" HotelName="BC Burhan Cacan Hotel &amp; Spa &amp; Cafe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Mahallesi, Madalyon Sokak 13, Valikonagi Caddesi, Nisantasi Osmanbey Sisli, 34363 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=5385403</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.36" OriginalAmount="112" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00724425" Longitude="28.95249066" StarRating="0" HotelCode="517105|375227" HotelName="Prens Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Mahallesi, Tiryaki Hasan Pasa Caddesi, Kocibey Sokak 28, 34200 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/ostrovok/16/c5/16c5ba3947c3c5b8b873baa7c184c08929e1d233.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.36" OriginalAmount="112" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013997" Longitude="28.977937" StarRating="1" HotelCode="933218|237695" HotelName="Yeni Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="24 Hour Power Supply,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Nöbethane Caddesi. Dervisler Sokak No.12, Sirkeci, Old City Sultanahmet, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/c1/56c1eda8492a4149d557704298b49f6ffc7fb562.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The yeni hotel will certainly be a great budget option. Located in the city centre, this hotel is cl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.36" OriginalAmount="112.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.902039" Longitude="29.196099" StarRating="3" HotelCode="260168|villa_vanilla_hotel" HotelName="Villa Vanilla" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Boutique,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Esentepe Mahalessi, Yildiz Cadessi 9, Kartal, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/c7/54c7c5a81bb0929c3961af1fb0d06c5953b3763e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Kartal district on the Asian side of Istanbul, this hotel has easy access to Sabiha G...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.36" OriginalAmount="112.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0670498" Longitude="28.9984902" StarRating="4" HotelCode="310559|white_monarch_hotel" HotelName="White Monarch Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mecidiyeköy Mahallesi, Selahattin Pinar Arkasi, Naci Kasim Sokak 2, Sisli, 34200 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/d7/b2d7f304a33dccf62797f38c2c4993e3a635adda.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.36" OriginalAmount="112.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.021053" Longitude="28.927442" StarRating="3" HotelCode="297941|hotel_goldengate" HotelName="Golden Gate" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Topkapi Cad. No. 47, Topkapi Mah., Topkapi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d4/b6/d4b6ee3b256efab6a7ae34d08f16a640aa89cad0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.36" OriginalAmount="112.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02672069" Longitude="28.97028262" StarRating="0" HotelCode="596411|peradise_hotel" HotelName="Peradise Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nazlihanim Sokak 10, Istanbul 34000</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/c8/97c86b0b82c7708b71490e288ff0fba3d23f1b2e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.36" OriginalAmount="112.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010726745587" Longitude="28.957930037278" StarRating="2" HotelCode="933202|sureyya_hotel" HotelName="Süreyya Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ahmet Suayip Sokak 14, Fethibey Caddesi, Laleli, Fatih, 34134 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/bf/6b/bf6ba346d77ba2be544f84348dab506851263d92.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just a few minutes' walk from the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.67" OriginalAmount="112.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008133" Longitude="28.954318" StarRating="0" HotelCode="|554280" HotelName="Saray Hotel Laleli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mesihpasa Cd. 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/2/8/0/554280_91c806a1301.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.67" OriginalAmount="112.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005942" Longitude="28.962519" StarRating="0" HotelCode="|484608" HotelName="Senyor Garden Hotel" 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/8/4/6/0/8/484608_22c1dfd2038.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.73" OriginalAmount="112.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006414" Longitude="28.959266" StarRating="0" HotelCode="|534252" HotelName="Bona Sera Hotel" 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/5/3/4/2/5/2/534252_4c1ad1f1148.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.89" OriginalAmount="112.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.977604" Longitude="28.73928" StarRating="4" HotelCode="|126067" HotelName="Expocity Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gumuspala Mahallesi No 90 Avcilar,D-100 Kuzey Yan Yol</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/6/0/6/7/126067_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a car park, (free of charge), a buffet breakfast. SITUATION: Is situated inAvcilar the district of 10 kilometres away, you can find Istanbul AtatÃ¼rk Airport it is 12 kilometres away from Tuyap the exhibition centre It is situated 25 kilometres away from a commercial centre and restaurants, nearby, there is a station. ROOM: All the rooms have WiFi, a satellite TV, an air-conditioning system, a mini-bar, computer safe, a bathroom and complimentary bathroom items.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="116.12" OriginalAmount="112.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003769" Longitude="28.975558" StarRating="3" HotelCode="150065|606025" HotelName="Istanbul Holiday Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Küçük Ayasofya Caddesi 28, Sultanahmet, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/53/9c/539cec25e0aa12709bf61db7fc2275b3c74232ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a superb location in the Sultanahmet district of Istanbul. The Blue Mosque is a st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.15" OriginalAmount="112.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006394" Longitude="28.968628" StarRating="0" HotelCode="|534355" HotelName="Armar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cephaneci Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/3/5/5/534355_855bf561145.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.33" OriginalAmount="112.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006408" Longitude="28.665183" StarRating="0" HotelCode="|543717" HotelName="Heraldic Room Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Haramidere Cd. 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/3/7/1/7/543717_68061752216.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.37" OriginalAmount="112.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0063756" Longitude="28.9817896" StarRating="0" HotelCode="|108024" HotelName="Premist Hotels Sultanahmet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi Ishakpaa Caddesi No.12 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/0/2/4/108024_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 300 metres away fromTopkapi the Palace of, Is situated inSultanahmet the city centre of. ROOM: All the rooms have WiFi (free of charge), an air-conditioning system and a television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.39" OriginalAmount="113.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011317" Longitude="28.952914" StarRating="3" HotelCode="260170|kaya_madrid_hotel_istanbul" HotelName="Kaya Madrid Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Iskenderpasa Mahallesi, Cingiraklibostan Sokak 40, Fatih, Aksaray, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/7f/8a7fb1f3990a4f6e157d7cff76739cf8ed2ba018.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.39" OriginalAmount="113.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00514" Longitude="28.95458" StarRating="4" HotelCode="323378|matiat_hotel_istanbul" HotelName="Matiat Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Tulbentci Husamettin Mahallesi, Langa Hisari Sokak No: 19, Yenikapi, Fatih, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/b3/aab301753167ac374fcca64be127c102a47754de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.47" OriginalAmount="113.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003183" Longitude="28.9746901" StarRating="0" HotelCode="|86947" HotelName="Sur Hotel Sultanahmet" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>K. Ayasofya Cd. Mustafapasa Sok. No:25</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/4/7/86947_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is family-run, has a terrace. SITUATION: It is 5 minutes away from the mosque.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.48" OriginalAmount="113.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005091" Longitude="28.955455" StarRating="0" HotelCode="|84894" HotelName="Abel Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>KATIP KASIM MAH.LANGA HISARI CAD.YENIKAPI 41</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/8/9/4/84894_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: Yenikapi Is situated in the establishment, is near the historic centre, is well-connected with places of interest. ROOM: The rooms have an air-conditioning system, a television, a direct line telephone, internet, a safety deposit box, a bathroom with a shower, a hairdryer and a hairdryer. FACILITIES: The establishment boasts a reception, a restaurant, a bar, a lift and a safe. The establishment also offers an air-conditioning system, room service, a launderette, a dry cleaner's (available for a fee) and internet.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.59" OriginalAmount="113.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.060428" Longitude="28.988193" StarRating="0" HotelCode="|533418" HotelName="Orange Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Teyyareci Cemal Sokagi 23-1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/4/1/8/533418_437122d1107.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.83" OriginalAmount="113.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0110803" Longitude="28.9578753" StarRating="0" HotelCode="|25185" HotelName="Laleli Gonen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Fethi bey cad zeynep kamil sK no:24</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/8/5/25185_6.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated nearLaleli the shopping centre in the surrounding area, clients have tourist areas. ROOM: The spacious and modern rooms, fully-equipped, have a sofa, a flat-screen television and a living room. FACILITIES: The establishment boasts a swimming pool.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.86" OriginalAmount="113.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.002873" Longitude="28.9737607" StarRating="0" HotelCode="|82963" HotelName="Nova Roma Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mah. Aksakal Sok. No: 23 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/6/3/82963_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 5 minutes away from the mosque, 300 metres away, guests will find the sea. ROOM: All the rooms have WiFi (free of charge). FACILITIES: The establishment boasts a terrace.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.87" OriginalAmount="113.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.998362" Longitude="29.1423858" StarRating="3" HotelCode="|108127" HotelName="Asia Artemis Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Serifali Mahallesi Turcan Caddesi No: 59 - Atasehir</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/2/7/108127_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a reception. SITUATION: AtaÅŸehir It is in. ROOM: The establishment has modern rooms, with air-conditioned, a television and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.88" OriginalAmount="113.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.044438" Longitude="28.982587" StarRating="0" HotelCode="|485635" HotelName="Trip Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dolapdere Cd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/5/6/3/5/485635_91047a72137.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="117.09" OriginalAmount="113.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0399442" Longitude="28.9820561" StarRating="4" HotelCode="|107947" HotelName="Villa Pera Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi Feridiye Caddesi No:113 - 116 Taksim (No:113 - 80)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/9/4/7/107947_c28fba51122.jpg</HotelPictures>
        <HotelDescription>HOTEL: It is situated in a renovated large building windows. SITUATION: This hotel is 500 metres away from Taksim the Square of Istiklal Avenue.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="117.10" OriginalAmount="113.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0071014" Longitude="28.9500585" StarRating="0" HotelCode="|82976" HotelName="Fuar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Namik Kemal Cad. Kucuk Langa Araligi Sok. No:1 Aksaray</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/7/6/82976_3f878a81543.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a restaurant and with views, rooms with air-conditioning. SITUATION: The hotel is in Istanbul the city centre of Sultanahmet it is 2 kilometres away from.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="117.26" OriginalAmount="113.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.930294" Longitude="29.306763" StarRating="0" HotelCode="|531727" HotelName="Sabiha Gokcen Hotel Istanbul Houses" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yenisehir mah. Osmanli Blv.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/1/7/2/7/531727_0962d0d1101.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="117.27" OriginalAmount="113.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03884" Longitude="28.9835" StarRating="0" HotelCode="|192237" HotelName="Rooms Inn Taxim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dolapdere taksim street 29 beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/2/3/7/192237_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="117.27" OriginalAmount="113.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.002737" Longitude="28.798691" StarRating="0" HotelCode="|475539" HotelName="The Business Class Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kartaltepe Mah. 2.Namik Kemal Cad.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/5/3/9/475539_7e6a8011254.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="117.30" OriginalAmount="113.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.989315" Longitude="29.08395" StarRating="0" HotelCode="|526953" HotelName="Near Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/6/9/5/3/526953_45e3f2d1057.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="117.33" OriginalAmount="113.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.019565" Longitude="28.827009" StarRating="0" HotelCode="|486101" HotelName="Comfort Point Hotel" 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/8/6/1/0/1/486101_a77f5132147.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="117.38" OriginalAmount="113.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0338829" Longitude="28.9810224" StarRating="0" HotelCode="|82941" HotelName="Next2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kuloglu Mah.Kocaaga Sok. No.10 Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/4/1/82941_5.jpg</HotelPictures>
        <HotelDescription>ROOM: The establishment has suites with WiFi, (free of charge), a television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.42" OriginalAmount="114" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.001759384708" Longitude="28.805659196959" StarRating="3" HotelCode="300221|47572" HotelName="Sahra Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kartaltepe Mahallesi, Hisar Sokak 1, Kücükcekmece, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/90/b8/90b8e50940fac8b37866ad3e26fd6ba51177ff82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.42" OriginalAmount="114" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03539148" Longitude="28.97878148" StarRating="3" HotelCode="737250|324344" HotelName="Taksim Maxwell Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Huseyinaga Mahallesi, Buyuk Bayram Sokak 18, Beyoglu, 34435 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c2/dd/c2ddaf6396621b0263dca3b5374e68c27f6a092c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.42" OriginalAmount="114.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00850398" Longitude="28.95163236" StarRating="0" HotelCode="369877|hotel_real_life" HotelName="Hotel Real Life" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Valide Camii Sokak No:15 Aksaray Fatih, 34093 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/c2/33c277391ef5f1d90be46e29934c3250224c0efe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.42" OriginalAmount="114.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00328082" Longitude="28.97715124" StarRating="0" HotelCode="735446|nuray_hotel" HotelName="Nuray Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sultanahmet Mahallesi, Akbiyik Degirmeni Sokak 44, 34122 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/02/a7/02a7a1845c9e4939049c122d38bd03808997fe98.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="117.52" OriginalAmount="114.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005262383137" Longitude="28.973261182286" StarRating="3" HotelCode="89551|279975" HotelName="Ferman Sultan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Suterazisi Sokak 8, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/2b/f22b66857c2a1c73ea4f9f09aaf574526fb4da8b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="117.77" OriginalAmount="114.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00755" Longitude="28.961169" StarRating="0" HotelCode="|522200" HotelName="Calenberg Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Daltaban Yks.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/2/0/0/522200_c083a670932.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="118.19" OriginalAmount="114.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003431551633" Longitude="28.9787669" StarRating="3" HotelCode="32163|1635418" HotelName="Naz Wooden House Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Degirmeni Sokak 7, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/39/86/3986a8cf2ad22b5687a567a42a33dd6c2d9e5a7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.45" OriginalAmount="115" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03612530189" Longitude="28.980412550998" StarRating="2" HotelCode="496867|199462" HotelName="Taksim Park Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mahallesi, Suslu Saksi Sokak 23, 34420 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/00/e4002c47bc458558b322b85f6925c5c55b082dcf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="118.45" OriginalAmount="115" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1272380-32840142/1328528078072082355/3608" HotelName="ERESIN HOTELS EXPRESS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/72000000/71960000/71951700/71951652/54ec614e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.45" OriginalAmount="115.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.017095223798" Longitude="28.949693441391" StarRating="3" HotelCode="185586|tugra_hotel" HotelName="Tugra Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Feyzullah Efendi Sokak 6, Fevzipasa Cad., Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/82/40820c160190dbac09a994e16b3db725409d6467.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the Fatih district of Istanbul, the hotel is centrally located for the major tourist att...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.45" OriginalAmount="115.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.001373" Longitude="29.144507" StarRating="3" HotelCode="189365|asia_artemis_suite" HotelName="Asia Artemis Suite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Serifali Mahallesi, Turcan Caddesi No. 59, Atasehir, 34775 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/93/b393f788a1439a66e715068e41be2a9caca8dc73.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to the financial district near Atasehir on the Asian side of the city. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.45" OriginalAmount="115.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005117432418" Longitude="28.965209514984" StarRating="2" HotelCode="315771|ottoman_time_hotel" HotelName="Ottoman Time Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Hayrettin Mahallesi, Bali Pasa Yokusu 94, Fatih, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/aa/8f/aa8f8ec0d31731e51adb6800fed9d4c1ea8566ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.45" OriginalAmount="115.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.033830089992" Longitude="28.981026067153" StarRating="3" HotelCode="404620|hotel_next2" HotelName="Hotel Next2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuloglu Mahallesi, Kocaaga Sokak 10, Turnacibasi Caddesi, Beyoglu, 34433 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/82/5782d599bacdd199047ab4f49abd50afa169a825.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.45" OriginalAmount="115.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03594884" Longitude="28.98232216" StarRating="0" HotelCode="548869|la_bella_suites_istiklal" HotelName="La Bella Suites Beyoglu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Housekeeping,Internet,LCD/Projector,Luggage Storage,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mahallesi, Bekar Sokak 16, Taksim, Beyoglu, 34435 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/03/6503216ce66ebfe7a90303b5b2fe67f5f8ffff44.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at La Bella Suites Beyoglu in Beyoglu (Istanbul City C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.45" OriginalAmount="115.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="977257|armoni_life_hotel" HotelName="Armoni Life Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tevfikbey Mah, Vahit Efendi Sokak 7, Kucukcekmece Sefakoy, 34295 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/97/cf97616395189fe7f443bd7c0cca0123cf42575c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="118.50" OriginalAmount="115.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0098916" Longitude="28.9546456" StarRating="0" HotelCode="|86830" HotelName="Davos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ordu Cad. Yesil Tulumba Sokak No. 23 Laleli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/3/0/86830_04d76881256.jpeg</HotelPictures>
        <HotelDescription>HOTEL: The establishment is well-connected with the public transport service. SITUATION: the Grand Bazaar It is near Topkapi the Palace of. ROOM: Each room has WiFi (free of charge) and a television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="118.61" OriginalAmount="115.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.068323" Longitude="28.9996461" StarRating="4" HotelCode="|447168" HotelName="The Bold" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Selahattin Pinar Cd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/1/6/8/447168_859abf21141.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="118.72" OriginalAmount="115.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01046" Longitude="28.97867" StarRating="0" HotelCode="|185024" HotelName="The Print House " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Caddesi Guzel Sanatlar Sok no:5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/0/2/4/185024_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="118.73" OriginalAmount="115.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.027222" Longitude="28.977479" StarRating="0" HotelCode="|528599" HotelName="Galata King Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/8/5/9/9/528599_8f5c1d61043.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="118.77" OriginalAmount="115.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.032724" Longitude="28.977285" StarRating="0" HotelCode="|532566" HotelName="Destinia Pera Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Akansu Sk No 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/5/6/6/532566_314ad571017.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.00" OriginalAmount="115.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0137387" Longitude="28.9776296" StarRating="0" HotelCode="|86784" HotelName="Yeni Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/8/4/86784_ff144741111.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has, rooms, with WiFi. SITUATION: 5 metres away, guests will findGÃ¼lhane the Park of it is located 500 metres away from the ferry.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.03" OriginalAmount="115.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036222" Longitude="28.984322" StarRating="0" HotelCode="|534464" HotelName="Taksim Mood" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Istiklal Cad. Bekar Sok. No: 24</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/4/6/4/534464_717deac1437.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="119.07" OriginalAmount="115.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0378868" Longitude="28.98301505" StarRating="3" HotelCode="174004|1080438" HotelName="Three Apples Suites and Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Çorbaci Sokak 7, Sehit Muhtar Mahallesi, 34435 Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/c1/3cc132a2538d78498c308dfc54c3ce11248bb677.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.09" OriginalAmount="115.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004165" Longitude="28.9688878" StarRating="3" HotelCode="|108305" HotelName="Sultans" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/3/0/5/108305_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a terrace and WiFi (free of charge). SITUATION: This hotel Sultanahmet it is in Sultan Ahmed Mosque it is located 800 metres away from.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.21" OriginalAmount="115.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0106872" Longitude="28.9544171" StarRating="4" HotelCode="|17605" HotelName="Glorious" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>YESIL TULUMBA SOK.ORDU CAD. LALELI-AKSARAY 17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/6/0/5/17605_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: The renovated hotel in 2005, has 2 buildings, 6 floors and 96 rooms. In the entrance, guests are offered a lobby with a reception, a safety deposit box service and a currency exchange service. SITUATION: It is located nearIstanbul the centre of 5 minutes away from the establishment, guests will find public transport services, the tourist attractions, shops and restaurants. it is 15 minutes away from bars, nightclubs. ROOM: The cosy rooms, have a bathroom with a hairdryer, a bath, a direct line telephone, satellite or cable TV, a mini-bar, a double bed, an air-conditioning system and heating. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and Ã  la carte or set-menu lunch and dinner. PAYMENT METHODS: Customers can pay by Visa and Mastercard.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.24" OriginalAmount="115.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01274" Longitude="28.93811" StarRating="0" HotelCode="|193167" HotelName="Ilicak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Millet Caddesi No.81</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/1/6/7/193167_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.26" OriginalAmount="115.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0042829" Longitude="28.9639869" StarRating="0" HotelCode="|353459" HotelName="Istanbul Family Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Muhsine Hatun Mah. Mustesar Sok N:2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/4/5/9/353459_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.38" OriginalAmount="115.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0098597" Longitude="28.9766782" StarRating="0" HotelCode="|85094" HotelName="Merial" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ALAYKOSKU CAD. SULTANAHMET 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/0/9/4/85094_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers WiFi (free of charge), a reception, room service, a wake-up service, a baggage room and a lift. SITUATION: This hotel is 150 metres away from Topkapi the Palace of the Grand Bazaar it is 400 metres away from it is situated 200 metres away from the tram, 20 kilometres away from the establishment, guests will find Istanbul AtatÃ¼rk Airport. ROOM: Each room has an air-conditioning system, a satellite television, wooden floors, a mini-bar, a television and a bathroom with a hairdryer.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.48" OriginalAmount="116" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0582735" Longitude="28.987841215344" StarRating="3" HotelCode="293680|35907" HotelName="Comfort Beige" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Mayis Mah., Samanyolu Sk. 118, 34360 Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/219569/219569a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.48" OriginalAmount="116.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034961478703" Longitude="28.983304881752" StarRating="3" HotelCode="315989|ada_homes_hotel_taksim" HotelName="Ada Homes Hotel Taksim" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Katip Çelebi Mahallesi, Abdullah Sokak 13, Taksim, Beyoglu, 34433 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/f2/c7f27e9f29df6bd10faab2f38529a3a90e7eed73.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.48" OriginalAmount="116.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00831847" Longitude="28.95176851" StarRating="0" HotelCode="850497|hamitbey_hotel_prestige" HotelName="Hamitbey Hotel Prestige" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Mahallesi, Inkilap Caddesi 26, Fatih, 34096 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/fe/34fed2d505927b40b8534b57fff3874c9571c8a1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.48" OriginalAmount="116.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010325839047" Longitude="28.975194511744" StarRating="2" HotelCode="900678|meddusa" HotelName="Meddusa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nuruosmaniye Caddesi 5, Cagaloglu, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/5d/085d5d3d6e93c026b67990e6f3b2912ee3afcf90.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers are welcomed at the hotel, which has a total of 21 rooms. A lobby and a reception are ava...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.48" OriginalAmount="116.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03439813" Longitude="28.98253803" StarRating="0" HotelCode="787604|ferman_pera" HotelName="Ferman Pera Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Katip Mustafa Celebi Mahallesi, Tel Sokak 4, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/69/4a69b49d1ae669a3f50bb9250153be3cf447b300.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.48" OriginalAmount="116.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="956603|taksim_diamond_hotel" HotelName="Taksim Diamond Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Asmali Mescit Mahallesi, Balyoz Sokak 3, Beyoglu, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/65/9265e05b37bae344f3f15375314fa491f5f0f7f7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.53" OriginalAmount="116.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.054436" Longitude="28.992462" StarRating="0" HotelCode="|533425" HotelName="Nişantaşı Diamond Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Ismet Armagan Sokak, No: 29-31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/4/2/5/533425_48b6b111112.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.56" OriginalAmount="116.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040286" Longitude="28.981891" StarRating="0" HotelCode="|530261" HotelName="Sel Suite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Feridiye Cd. No 114</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/0/2/6/1/530261_c0b53451020.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.58" OriginalAmount="116.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0106407" Longitude="28.9581551" StarRating="0" HotelCode="|82935" HotelName="Hotel Sureyya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Fethibey Caddesi,Ahmet Suayip Sokak No:14 Laleli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/3/5/82935_31d14f61529.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a restaurant, a bar and WiFi (free of charge). SITUATION: Is situated inLaleli the district of close to the establishment, clients can find Ordu the shopping street.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.72" OriginalAmount="116.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.037" Longitude="28.98179" StarRating="0" HotelCode="|184572" HotelName="Iq Houses" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Istiklal Cad. Kurabiye Sk. No: 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/5/7/2/184572_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.84" OriginalAmount="116.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0125821" Longitude="28.9779307" StarRating="0" HotelCode="|46496" HotelName="Adora" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HUDAVENDIGAR CAD ERDOGAN SOK NO 14-16 SIRKECI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/4/9/6/46496_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This small hotel, urban and has 15 rooms, The air-conditioned establishment has 6 floors, a lobby with a reception, a currency exchange service, a cloakroom, a lift, a bar, a restaurant and WiFi. For an additional charge you can use room service and the launderette. SITUATION: Is situated inIstanbul the city centre of it is in an excellent location, You can find restaurants, pubs, nightclubs, the tourist centre, park, shops, public transport services and the railway station. Hagia Sophia, Topkapi Palace, the Grand Bazaar and Sultan Ahmed Mosque It is located close to it is situated 17 kilometres away from Istanbul AtatÃ¼rk Airport It is situated 60 kilometres away fromSabiha Gokcen Airport. ROOM: The comfortable rooms, a bathroom with a shower, a hairdryer, a direct line telephone, satellite or cable TV, internet, a mini-bar, an individual air-conditioning system, individual heating and a safe. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and Ã  la carte lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="120.14" OriginalAmount="116.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98418" Longitude="29.108414" StarRating="0" HotelCode="|565304" HotelName="A11 Hotel Atasehir" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kucukbakkalkoy Mah. Senlik Sok.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/5/3/0/4/565304_0b38b372047.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="120.35" OriginalAmount="116.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.019919" Longitude="28.928317" StarRating="0" HotelCode="|474888" HotelName="HİSAR HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TOPKAPI MAHALLESI TOPKAPI CADDESI NO 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/4/8/8/8/474888_146f78a1252.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="120.42" OriginalAmount="116.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011045503574" Longitude="28.959112084061" StarRating="3" HotelCode="37690|940885" HotelName="Laleli Gönen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Fethibey Caddesi, Zeynepkamil Sokak 24, Laleli, 34134 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/7f/c77f9170444e8b7a4bb603172f28ee2a679dce94.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is situated in Istanbul, about 1 km from the sea. The tourist attractions can be re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.51" OriginalAmount="117" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="866022|381268" HotelName="Levo Suites Macka" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Servirevan Sokak, 34357 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/9b/a39b86cc7d8dadf3d35aa2f42a3f332687dec987.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.51" OriginalAmount="117" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0104817" Longitude="28.97848001" StarRating="5" HotelCode="374780|217641" HotelName="The Print House Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Caddesi Güzel Sanatlar Sokak no:5 Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/3b/4d/3b4dee2615bc800b20da4225587047907e162691.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.51" OriginalAmount="117.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01651" Longitude="28.952566" StarRating="2" HotelCode="188721|yesilpark_hotel" HotelName="Yesil Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Buyuk Karaman Cad, No: 15, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/f2/58f23fc3f89a7bb47602dfb69b2f593af4f23b6f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.51" OriginalAmount="117.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010672034107" Longitude="28.97486772209" StarRating="1" HotelCode="306014|sunlife_hotel_old_city" HotelName="Sunlife Hotel Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mahallesi, Molla Fenari Sokak 9, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/f0/cff0072b3e59c32139037d915e1fa90e9b3404a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.51" OriginalAmount="117.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04378362" Longitude="28.98157018" StarRating="4" HotelCode="323637|dencity_hotel" HotelName="Dencity Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Eskisehir Mahallesi, Dolapdere Caddesi Karabatak Sokak No. 11, Taksim, 34375 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/14/6f14503aebc560171a635f6fc35a0907dcb3b064.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.51" OriginalAmount="117.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036604605104" Longitude="28.982768658385" StarRating="3" HotelCode="320762|iq_houses" HotelName="IQ Houses Kurabiye" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Kurabiye Sokak No: 2, Beyoglu, 34435 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/a42fcd2598674c508807ceb253dd7f1d.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.51" OriginalAmount="117.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01046631" Longitude="28.95448502" StarRating="2" HotelCode="363792|hotel_davos_istanbul" HotelName="Hotel Davos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Ordu Caddesi, Yesil Tulumba Sokak No. 23, Laleli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/d3/4bd33dc9bf19f84c9f93e7122039b08dbc030394.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.51" OriginalAmount="117.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="964301|yeni_caglayan_otel" HotelName="Yeni Caglayan Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Caglayan Vatan Caddesi 42, Kagithane, 34403 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/35/d135d720dc72c1e0104cc014d72439c7187f8f2a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="120.58" OriginalAmount="117.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040286" Longitude="28.981236" StarRating="0" HotelCode="|524099" HotelName="Taksim Soushian Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/0/9/9/524099_86277ff1110.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="120.88" OriginalAmount="117.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012967" Longitude="28.947381" StarRating="3" HotelCode="296470|6439177" HotelName="Best Nobel Hotel 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Iskenderpasa Mahallesi, Ahmediye Caddesi No: 12, Aksaray, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/16/162473/162473a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just a 5-minute walk from Aksaray underground station and there are many shops ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.19" OriginalAmount="117.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04256" Longitude="28.98408" StarRating="4" HotelCode="|220775" HotelName="The White Orient" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Elmadag Caddesi no 38 sisli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/7/7/5/220775_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="121.29" OriginalAmount="117.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012483" Longitude="28.954966" StarRating="2" HotelCode="186026|605255" HotelName="History" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Genctürk Caddesi. Sirvanizade Sk. No:14, 34470 Sehzadebasi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/3d/ad3d3ad43dd10c6961435ad2d95efc75d2a78db8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.34" OriginalAmount="117.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0433834" Longitude="28.9853247" StarRating="0" HotelCode="|382297" HotelName="The Central House Istanbul Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Inonu Mah. Papa Roncalli Sokak No:34, Elmadag</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/2/2/9/7/382297_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.53" OriginalAmount="117.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0120671" Longitude="28.9550329" StarRating="2" HotelCode="|83011" HotelName="History Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gencturk Cad. Sirvanizade Sok. No:14 Sehzadebasi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/1/1/83011_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a terrace and a restaurant. SITUATION: This smart hotel is next to the town hall, is located 300 metres away from SaraÃ§hane park.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.54" OriginalAmount="118.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011014" Longitude="28.958461" StarRating="0" HotelCode="|533542" HotelName="Polanin Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Balabanaga Mahallesi Zeynep Kamil Sokak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/5/4/2/533542_dfafee51455.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.54" OriginalAmount="118.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0061949" Longitude="28.9808301" StarRating="0" HotelCode="|82889" HotelName="Istanbul Hotel and Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi Akbiyik Caddesi No 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/8/8/9/82889_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has WiFi (free of charge). SITUATION: Sultanahmet Is situated in this establishment, is in the historic centre, Sultan Ahmed Mosque It is 5 minutes away from. ROOM: The rooms have an air-conditioning system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.54" OriginalAmount="118" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00504086" Longitude="28.97133615" StarRating="0" HotelCode="776903|343402" HotelName="Riverland Suites &amp; Apart Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mahallesi, Ozbekler Sokak 22, Sultanahmet, 34122 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=9622948</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.54" OriginalAmount="118" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04256015" Longitude="28.98407694" StarRating="4" HotelCode="632481|271824" HotelName="The White Orient Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Inonu Mahallesi, Elmadag Caddesi 38, Sisli, 34373 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/b0/50b0e2bdd47c8d3c95dbbad017dae438f5d7cc9f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.54" OriginalAmount="118.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008061" Longitude="28.962361" StarRating="3" HotelCode="188666|hotel_selenay" HotelName="Selenay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>SOGANAGA TAVSANTASI SOKAK 12, BEYAZIT, ISTANBUL, 34490</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/ae/06ae647df8d1ccbf907d24e22694762e3fb4c372.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.54" OriginalAmount="118.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03393455" Longitude="28.97892112" StarRating="3" HotelCode="323383|hotel_mara_3" HotelName="Hotel Mara Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Turnacibasi Caddesi No: 4, Kuloglu Mahallesi, Beyoglu, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/52/a3/52a3a078c1a3af2d1cc64ac1d241175440395f49.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.54" OriginalAmount="118.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.047442472718" Longitude="28.986100130977" StarRating="3" HotelCode="574354|park_by_clover" HotelName="Park By Clover" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Ergenekon Mahallesi, Papa Roncalli Sokak 122-1, Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d0/da/d0da665d5c74513b8fdd3b4e9ef96e3dcdc02ddc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.76" OriginalAmount="118.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.981238" Longitude="29.15504" StarRating="0" HotelCode="|529617" HotelName="Nice Royal Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>KAYISDAGI MAH. USLU CAD. NO 123</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/6/1/7/529617_6f557161043.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.87" OriginalAmount="118.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00465" Longitude="28.97269" StarRating="3" HotelCode="|79065" HotelName="Dara Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Su Terazisi Sokak 25 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/0/6/5/79065_1_6493.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is family-run, is rated 3 stars. SITUATION: This establishment, is situated in Sultanahmet the heart of near the establishment, you will find the racecourse, is situated close to the bazaar. ROOM: Each room has a bathroom, WiFi, a satellite TV, a mini-bar and a safety deposit box. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.92" OriginalAmount="118.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9298041" Longitude="29.3057494" StarRating="0" HotelCode="|86866" HotelName="Airport Residence Kurtkoy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yeni Sehir Mah.Mustafa Akyol Sokak No:3 Kurtkoy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/6/6/86866_13.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 3 kilometres away fromSabiha Gokcen Airport the establishment is 8 kilometres away from Istanbul the Park of it is 25 kilometres away from a shopping centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="122.20" OriginalAmount="118.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004864484425" Longitude="28.883563578129" StarRating="5" HotelCode="75504|334365" HotelName="Green Park Merter" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Nazim Erten Sokak No 13, 34173 Merter, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/1a/801aafec4b20464fdda518f3372c36214358849e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is 5 minutes from the CNR Exhibition centre and very close to the main districts of Istanb...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.28" OriginalAmount="118.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9944" Longitude="28.83641" StarRating="0" HotelCode="|241647" HotelName="Niconya Port Suiteandhotel" 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/2/4/1/6/4/7/241647_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.41" OriginalAmount="118.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03568" Longitude="28.98121" StarRating="3" HotelCode="|184931" HotelName="Taksim Istiklal Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mh. Imam Adnan Sk. no:15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/9/3/1/184931_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="122.48" OriginalAmount="118.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004232949896" Longitude="28.972342014313" StarRating="3" HotelCode="169627|930595" HotelName="Aleph Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mahallesi, Sehit Mehmet Pasa Sokak 15, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/66/8b66ba23398acc71b7194747f89733a1f99afd5f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located close to Sultanahmet in the historical district of Istanbul. Kumkapi, b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.49" OriginalAmount="118.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0053344" Longitude="28.9733921" StarRating="0" HotelCode="|86936" HotelName="Ferman Sultan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mah. Su Terazisi Sok. No:8 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/3/6/86936_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has large rooms and luxurios. It has WiFi (free of charge) and a terrace with ocean views. SITUATION: It is in the historic centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="122.57" OriginalAmount="119" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03903155" Longitude="28.98171999" StarRating="5" HotelCode="962059|217622" HotelName="Istanbul HUB Flats" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Taksim Çesmesi Sokak 11, Taksim, 34437 Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/29/1d29cab2d6261da1f1faf8df5060a26f58b3cec6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="122.57" OriginalAmount="119" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03533492" Longitude="28.97804173" StarRating="3" HotelCode="312309|217604" HotelName="LifeRoom Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hüseyinaga Mahallesi, Topcekenler Caddesi 15, Beyoglu, 33425 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/59/591317/591317a_hb_a_002.JPG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can feel at home in one of the 14 rooms. Services and facilities at the hotel include a s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="122.57" OriginalAmount="119" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035114" Longitude="28.976043" StarRating="4" HotelCode="263717|375310" HotelName="Walton Hotels Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Kamerhatun Mahallesi, Hamalbasi Caddesi 28, Beyoglu, Taksim, 34420 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/09/094ca96876b00531/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.57" OriginalAmount="119.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9094673" Longitude="29.13881325" StarRating="0" HotelCode="382332|the_island_house_hotel_3" HotelName="Island Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Yali Mahallesi, Sahilyolu Sokak 24, 34000 Maltepe, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/a2/43a249d2096eb1ee1d6fdaa2c6268881b19def8f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Maltepe.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.57" OriginalAmount="119.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.978405368162" Longitude="29.142688124298" StarRating="4" HotelCode="531346|cityloft_81" HotelName="Cityloft 81" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kayisdagi Caddesi 203, Atasehir, 34750 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/7e/a5/7ea5c5f1c115e67b85a40bd666c282cc0d8589c4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.63" OriginalAmount="119.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0537313" Longitude="28.9925484" StarRating="3" HotelCode="|353212" HotelName="Bc Burhan Cacan and Spa and Cafe" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Valikonagi Cad. Madalyon Sk.no:13 Nisantasi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/2/1/2/353212_2d8081d2333.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.92" OriginalAmount="119.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0071435" Longitude="28.9556082" StarRating="0" HotelCode="|353840" HotelName="Hotel Marina City" 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/5/3/8/4/0/353840_9688b002318.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.92" OriginalAmount="119.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03267" Longitude="28.83043" StarRating="0" HotelCode="|192431" HotelName="De Maison Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Gunesli Mah Kirazli Cad Sanayi Sok No 25</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/4/3/1/192431_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="122.92" OriginalAmount="119.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003758" Longitude="28.975458" StarRating="4" HotelCode="36324|4517635" HotelName="Sarnic Hotel" 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,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Caddesi No. 26, Sultanahmet, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/67/675cb58b148d340a/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally located within walking distance of shopping and entertainment ven...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.99" OriginalAmount="119.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9460406" Longitude="29.124735" StarRating="0" HotelCode="|86914" HotelName="Anka Business Park Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Delta Hospital Arkasi Akguvercin Sok No:9 Kucukyali</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/1/4/86914_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a cafÃ©, internet, WiFi (free of charge), a restaurant, a laundry service, a sauna and a games room. SITUATION: It is close to the main road.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="123.30" OriginalAmount="119.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007099" Longitude="28.949959" StarRating="3" HotelCode="43550|1580778" HotelName="Otel Fuar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Mahallesi, Kucuk Langa Araligi Caddesi 1, 34300 Aksaray, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/67/2f67cc0082c057c072ef7157b2a397ad14670297.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.36" OriginalAmount="119.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0352274" Longitude="29.1664838" StarRating="0" HotelCode="|305479" HotelName="Zin D Home Cekmekoy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Merkez Mahallesi, Uskudar Caddesi No: 31, Cekmekoy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/5/4/7/9/305479_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.39" OriginalAmount="119.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03533" Longitude="28.97805" StarRating="0" HotelCode="|184554" HotelName="Life Room" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Huseyinaga Street Topcekenler Road No15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/5/5/4/184554_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.60" OriginalAmount="120" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01228981" Longitude="28.95490634" StarRating="3" HotelCode="936556|47659" HotelName="Bisetun Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gencturk Mah. Sirvanizade Sok. No:7, Fatih 34080, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/71/04712c948fb8e313c8422e2d49d8cfff73883ccc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.60" OriginalAmount="120" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007564571179" Longitude="28.951919550535" StarRating="4" HotelCode="300839|47720" HotelName="Comfort Life" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bar,Currency Exchange,Designated Smoking Area,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Inebey Mahallesi, Tiryaki Hasan Pasa Caddesi 33, Aksaray, Fatih, 34096 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/5d/d75d518f0822d170eb2fbd80b2b45c94af0189c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Aksaray district of the city, this modernly furnished hotel is well positioned for th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.60" OriginalAmount="120" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01110531" Longitude="28.95548286" StarRating="2" HotelCode="374890|237396" HotelName="Grand Laleli Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Genctürk Caddesi 30, Laleli, 34200 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/d2/61/d2611cb0e30df975379e1f464e888419b39bd740.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.60" OriginalAmount="120" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0485563" Longitude="29.02480424" StarRating="0" HotelCode="597695|237417" HotelName="Hot Budget" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Mecidiye Mahallesi, Buyuksekerci Sokak 5, Ortakoy, Besiktas, Istanbul 34347</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/80/ff802efc6e57b02c0a61b331d82eb1ab18ab32c2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.60" OriginalAmount="120" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01364866403" Longitude="28.97624194622" StarRating="4" HotelCode="37689|25921" HotelName="Ipek Palas" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic 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,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Orhaniye Cad. 9, Sirkeci, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e2/28/e228a1b867ca3df5e95cd1f42373192c01c99004.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of the Old Town. It is within walking distance of all the city’s ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.60" OriginalAmount="120.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.002733" Longitude="28.974748" StarRating="3" HotelCode="191129|ottomania_hotel" HotelName="Sea House Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mahallesi, Cayiroglu Sokak 34, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/23/34/2334c2988c5009ba5606bbe93db8eb3510bc3a86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located in the centre o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.60" OriginalAmount="120.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003235" Longitude="28.97703" StarRating="3" HotelCode="191075|blue_tuana_hotel" HotelName="Blue Tuana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Degirmen Sokak No:3, 34122 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8c/4a/8c4a26cebb617b062682736d13006b7b1307fd45.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.60" OriginalAmount="120.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.026289210659" Longitude="28.97208643265" StarRating="0" HotelCode="267832|galata_west_hostel" HotelName="Galata West Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bereketzade Mahallesi, Savcibey Cikmazi Okcumusa Caddesi 3, Beyoglu, 34421 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/6a/ce6ac1f610ca275aa9b10ff2e4e7aadf9eaa6f7b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.60" OriginalAmount="120.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011047225529" Longitude="28.955305897671" StarRating="3" HotelCode="347240|sultan_city_hotel" HotelName="Sultan City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel,Bed and breakfasts" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Gencturk Caddesi 29, Laleli, 34134 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/79/f67958d1295789fcf4ab0779c9d7bd459402092f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Sultan Otel A warm welcome awaits you at the mid size Sultan Otel in Istanbul. Guests can enjoy a me...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.60" OriginalAmount="120.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005071878649" Longitude="28.972644269362" StarRating="3" HotelCode="395279|stone_hotel_istanbul" HotelName="Stone Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Sehit Mehmet Pasa Yokusu Sokak 34, Sultanahmet, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/10/83/108318ca79cf77eb6392df27ccdddd884348f3f3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Istanbul, this boutique hotel is ideal for guests who appreciate a stylish a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.60" OriginalAmount="120.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03082202" Longitude="28.97498495" StarRating="3" HotelCode="455240|sanat_hotel_pera" HotelName="Sanat Hotel Pera Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Asmali Mescit Mahallesi, Balyoz Sokak 7, Beyoglu, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/fc/31fc87cf79f11791795e46c769c04b5c62cbf869.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located in the heart of Istanbul. Its setting is especially ideal for guests ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.60" OriginalAmount="120.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00810297" Longitude="28.95771543" StarRating="2" HotelCode="735921|version_hotel" HotelName="Version Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 26/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Koska Caddesi 40, Laleli, 34480 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/df/04dfe17299c308bdb8a73e9d88d96859f46d6768.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Laleli, Version Hotel is 250 m from Laleli Tram Station offering easy access to the histo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.60" OriginalAmount="120.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.984002203561" Longitude="29.114250685267" StarRating="3" HotelCode="933230|nice_royal" HotelName="Nice Royal Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Housekeeping,Internet,Smoking Rooms,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Kücükbakkalköy Mahallesi, Isiklar Caddesi 12, Atasehir, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/5a/dc5ad7f97bdc9083779b3ad2f1e7b6bef6e31bfb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in Asian Side. Visitors will not be bothered during their stay, as th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.78" OriginalAmount="120.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03894" Longitude="28.982417" StarRating="0" HotelCode="|529704" HotelName="The Row Taksim Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Asiklar Sk. 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/7/0/4/529704_a7a41c41039.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="123.86" OriginalAmount="120.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012786366776" Longitude="28.956854084656" StarRating="4" HotelCode="161935|592535" HotelName="Tilia Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kemalpasa Mahallesi, Mahmudiye Çesme Sokak 3, Laleli-Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/14/c114be15efd748ec4d90750637acf656c45712f5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel is located less than 5 minutes' walk from Istanbul's Grand Bazaar, and 1 km fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.94" OriginalAmount="120.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00349" Longitude="28.968988" StarRating="0" HotelCode="|533046" HotelName="Villa Paradiso Hotel" 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/5/3/3/0/4/6/533046_5ec6ebb1118.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.95" OriginalAmount="120.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0398029" Longitude="28.9824147" StarRating="0" HotelCode="|108268" HotelName="Regency World Suite Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mah. Taksim Cad. Cambazoglu Sok. No 3 Taksim</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/6/8/108268_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts WiFi (free of charge). SITUATION: Is situated in the city centre, 150 metres away, guests will find Taksim the Square of. ROOM: The establishment has suites with a sitting room and a satellite television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.95" OriginalAmount="120.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.869996" Longitude="29.2684793" StarRating="0" HotelCode="|353398" HotelName="Kervan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/3/9/8/353398_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.95" OriginalAmount="120.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01176" Longitude="28.95424" StarRating="0" HotelCode="|193211" HotelName="Grand Pamir" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kemalpasa Mah. Gencturk Cad. Mektep Sok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/2/1/1/193211_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.99" OriginalAmount="120.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.90606" Longitude="29.28334" StarRating="0" HotelCode="|550707" HotelName="216 Hill" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Seyhli Mah. Aksemsettin Cd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/0/7/0/7/550707_414189d1109.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="124.21" OriginalAmount="120.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0320476" Longitude="28.9772086" StarRating="0" HotelCode="|305028" HotelName="Cirrus Tomtom" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tomtom Mah. Eski Cicekci Sk. No:18 Taksim/Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/5/0/2/8/305028_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="124.26" OriginalAmount="120.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038985" Longitude="28.983232" StarRating="0" HotelCode="|534377" HotelName="ROCO Beyoğlu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dolapdere Taksim Cd 39</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/3/7/7/534377_8dcd9a21153.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="124.33" OriginalAmount="120.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039046" Longitude="28.982055" StarRating="0" HotelCode="|533657" HotelName="Gokotta Suite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/6/5/7/533657_d8ccfcc1136.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="124.36" OriginalAmount="120.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0365" Longitude="28.97515" StarRating="0" HotelCode="|184154" HotelName="Istanberry - Berry Life Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Omer Hayyam Cad No 26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/1/5/4/184154_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="124.40" OriginalAmount="120.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9418789" Longitude="29.1438189" StarRating="0" HotelCode="|82925" HotelName="Macity Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/2/5/82925_1.jpg</HotelPictures>
        <HotelDescription>ROOM: This hotel has rooms, with an air-conditioning system and WiFi (free of charge). OTHERS: Regarding the food and beverage offering, clients have a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="124.61" OriginalAmount="120.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0105127" Longitude="28.9541127" StarRating="0" HotelCode="|86763" HotelName="Grand Dilara Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ordu Cad. Selimpasa Sok No: 24 Laleli?</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/6/3/86763_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception and tourist information. SITUATION: Is situated inLalei the district of. ROOM: Each room has WiFi (free of charge) and a television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.63" OriginalAmount="121" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00305" Longitude="28.97486" StarRating="3" HotelCode="634579|30996" HotelName="Asmali Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kücük Ayasofya Caddesi, Mustafa Pasa Sokak 25, Sultanahmet, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/84/84cd54f5579536d2/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located approximately 300 metres south of the Blue Mosque in the Sultanahmet area of th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.63" OriginalAmount="121" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03696298" Longitude="28.98332357" StarRating="5" HotelCode="974617|217651" HotelName="Utarit Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mahallesi, Utarit Sokak 6, Beyoglu, 34435 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/5d/0f5dba55b9ceaa4a104902cb6934c16b47f3c4bb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.63" OriginalAmount="121.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.069214545841" Longitude="29.002892358698" StarRating="3" HotelCode="188735|nif_hotel" HotelName="Payidar Suite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Guelbahar Mahallesi, Oya Sokak 14, Bueyuekdere Cadessi, Sisli Mecidiyekoey, 34394 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/ca/21ca6f34fc0db5c2ef236c79132b6cb19244bc3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.63" OriginalAmount="121.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.929737456442" Longitude="29.305629667424" StarRating="3" HotelCode="267860|airport_residence_2" HotelName="Airport Residence Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yenisehir Mahallesi, Mustafa Akyol Sokak 3, Millet Caddesi, 34912 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/5c/265c60e1b77530b3baa4c7146f533ca61b22d40e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.63" OriginalAmount="121.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.014529" Longitude="28.978999" StarRating="2" HotelCode="267821|emek" HotelName="Hotel Emek" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nöbethane Caddesi, Demirkapi, Kummeydani Sokak No 13, Sirkeci, Istanbul 34110</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/2f/5a2f0747686436a29a06383b7dd77e624c0b54db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.63" OriginalAmount="121.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.037715494485" Longitude="28.983205862178" StarRating="3" HotelCode="306001|santa_lucia_hotel" HotelName="Taksim Santa Lucia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mahallesi, Yogurtcu Faik Sokak 14, 34235 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d0/85/d0855f6d9cf53b2ef36de18181cab13a03e05220.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.63" OriginalAmount="121.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.015670400257" Longitude="28.959038745507" StarRating="3" HotelCode="318292|nagehan_hotel_old_city" HotelName="Nagehan Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mollah üsrev, Üzümcü Sokak, Fatih, 34134 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/39/ac3930dd89d2013df2cefdd01e00d78f47fcaee9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.63" OriginalAmount="121.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00372615" Longitude="28.98033493" StarRating="0" HotelCode="611081|sultan_mansion" HotelName="Sultan Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mhallesi, Keresteci Hakki Sokak 1/3, Fatih Sultanahmet, Fatih, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/7d/7b/7d7b7df38d085dd13bbe11eee14632f9e140b0c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.63" OriginalAmount="121.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="968496|kunlun_hotel_7" HotelName="Kunlun Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Topkapi Mahallesi, Turgut Ozal Millet Caddesi 148, Sehremini, Fatih, 34093 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/26/5e26cdca7bb13fad9d5ed7b7f6b9fc2a29350a1b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.63" OriginalAmount="121.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="983185|yolohostel" HotelName="Yolo Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Izzettin Sokak 46, 34716 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/f0/1df049c573ca708fb8d39e3393935af3176c18d6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="124.73" OriginalAmount="121.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.94132448599" Longitude="29.143716394901" StarRating="4" HotelCode="915600|188461" HotelName="Rhiss Hotel Maltepe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Bar,Conference Hall,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Zümrütevler Mahallesi, Atatürk Caddesi 32, 34852 Maltepe, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/43/37431b7639aff4ef804a45b4b163697f652c51d4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="124.89" OriginalAmount="121.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003542" Longitude="28.964249" StarRating="0" HotelCode="|534275" HotelName="Newalla Hotel Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sehsuvar Bey Mah., Kurkcu Kuyusu Sok. 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/2/7/5/534275_587acb41100.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="124.95" OriginalAmount="121.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0038295" Longitude="28.9755719" StarRating="0" HotelCode="|86978" HotelName="Sarnic and Sarnic Premier - Ottoman Mansion" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Cad. No:26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/7/8/86978_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is situated in a historic building a terrace on the rooftop. SITUATION: It is situated 10 minutes away fromSanta Sofia the Church of Topkapi the Palace of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="125.12" OriginalAmount="121.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005018" Longitude="28.8835356" StarRating="5" HotelCode="|45254" HotelName="The Green Park Merter" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NAZIM ERTEN SOK NO 13 - MERTER</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/2/5/4/45254_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a living room, a gym, the massage service, a Turkish bath, a swimming pool and WiFi. SITUATION: Is situated in the shopping area, in front of the hotel there is a public transport stop.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="125.25" OriginalAmount="121.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01364" Longitude="29.11809" StarRating="0" HotelCode="|191246" HotelName="Princess Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>ARMAG MAHALL MITHATPASA CADDESI BASAK SOKAK No:4 UMRANI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/2/4/6/191246_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.66" OriginalAmount="122" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03798958" Longitude="28.98229005" StarRating="3" HotelCode="738878|324328" HotelName="Long Stay Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Central Heating,Currency Exchange,Designated Smoking Area,Fax,Garden,Housekeeping,Kitchen,Laundry,Massage Centre,Pets allowed,Printer,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mahallesi, Turan Caddesi 26, Taksim, Beyoglu, 34420 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/631576/631576a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Long Stay is Located in the heart of historic center of Istanbul in an extremely characteristic ,qui...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.66" OriginalAmount="122" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006284531331" Longitude="28.981936982821" StarRating="4" HotelCode="263738|57628" HotelName="Premist Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Ishakpasa Sokak 12, 14, 16, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/19/197620/197620a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located in the heart of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.66" OriginalAmount="122.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005674541835" Longitude="28.954132373016" StarRating="3" HotelCode="9368|orient_mintur_hotel" HotelName="Orient Mintur Otel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mermerciler Caddesi 1, Yenikapi, 34380 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/2c/dc2cd720aeeb6da6827db791a541155d5e425126.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the old city centre, close to the Yenikapi tram stop. It enjoys the advanta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.66" OriginalAmount="122.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.019876" Longitude="28.928101" StarRating="2" HotelCode="207967|grand_reis_otel" HotelName="Grand Reis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Currency Exchange,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Topkapi cd Hamamodalari çikmazi No:1, Kaleiçi, Topkapi, Fatih, istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/04/4904997d2003390eb92bfba4632df34f6d3f4d02.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Topkapi-Pazartekke area of the city, the hotel is only a few minutes’ walk from the c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.66" OriginalAmount="122.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007329566175" Longitude="28.954062728836" StarRating="0" HotelCode="303971|delta_hotel_istanbul" HotelName="Delta Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Caddesi 26/1, Aksaray, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9a/02/9a022204a5cec44a216420da39123cf56facfe50.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.66" OriginalAmount="122.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.059900913149" Longitude="28.988684769038" StarRating="3" HotelCode="323359|lampa_design_hotel" HotelName="Lampa Design Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mayis Mahallesi, Operator Raif Bey Sokak 35, Halaskargazi Caddesi 19, 34363 Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/7f/cf/7fcf615adf9de10fe0ea61bcf85e34acc33e1392.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.66" OriginalAmount="122.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0027619" Longitude="28.97365056" StarRating="2" HotelCode="544363|walnut_shell_hotel" HotelName="Walnut Shell Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mahallesi, Fatih, Aksakal sokak 22, 34410 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/26/df26eecd6a499a0b6b4ea7946fd55475bc14f2cb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.66" OriginalAmount="122.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.993177" Longitude="28.84582683" StarRating="0" HotelCode="772352|moon_suit_hotel_2" HotelName="Moon Suit Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sirinevler Mahallesi, Marasal Fevzi Cakmak 3 Sokak 8, Bahcelievler, 34188 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/b9/fcb95ffee0e294df03e9c6ad328b96990499bd47.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.66" OriginalAmount="122.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.057105153627" Longitude="28.912743812234" StarRating="3" HotelCode="936272|gumus_palas_hotel" HotelName="Gümüs Palas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Merkez Mahallesi, Ali Galip Bey Caddesi 20, Gaziosmanpasa, 34245 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/f4/b2f4d79a9bc8ad63c1fe043757b3cc56423f1684.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.66" OriginalAmount="122.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03001838" Longitude="28.96972904" StarRating="0" HotelCode="964788|new_taksim_hotel" HotelName="New Taksim Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bedrettin Mahallesi, Havuz Sokak 23A, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/d7/e1d741fa6f9654cb7f62b4d345cdeb987bc994e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="125.67" OriginalAmount="122.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.977932" Longitude="28.87677" StarRating="0" HotelCode="|470104" HotelName="Merlin Hotel Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Beyaz Zambak Sk. 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/1/0/4/470104_2bd25791251.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="125.70" OriginalAmount="122.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.994616" Longitude="28.840808" StarRating="0" HotelCode="|524745" HotelName="Comfort Suites Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sedef Sk. 17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/7/4/5/524745_86444631142.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.00" OriginalAmount="122.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0056896" Longitude="28.9716504" StarRating="0" HotelCode="|108163" HotelName="Ersari Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mah. Dizdariye Yokusu Sok No 5 Fatih Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/6/3/108163_8.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is located 400 metres away from the mosque, 10 minutes away, guests can find Topkapi the Palace of. ROOM: Each room has WiFi (free of charge), an air-conditioning system, a television and a mini-bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.50" OriginalAmount="122.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0046474" Longitude="28.9736167" StarRating="0" HotelCode="|83028" HotelName="Aleph Hotel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mah. ehit Mehmet Paa Sok. No:15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/2/8/83028_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is in, a building, was built in the 19th Century, The establishment boasts a cafÃ© with a terrace and sea views. SITUATION: It is 3 minutes away fromSultanahmet the Square of. ROOM: The rooms have an air-conditioning system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.61" OriginalAmount="122.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99394" Longitude="29.02615" StarRating="0" HotelCode="|246419" HotelName="Kadikoy Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rasimpasa Mahallesi Rihtim Cad. No 12 Recaizade Sok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/6/4/1/9/246419_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.62" OriginalAmount="122.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.033138" Longitude="28.679502" StarRating="0" HotelCode="|526461" HotelName="Grand Moon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/6/4/6/1/526461_335f1691023.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.69" OriginalAmount="123" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039839733612" Longitude="28.984655449074" StarRating="4" HotelCode="318571|32810" HotelName="Nova Plaza Taksim Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Lamartin Caddesi 21, Beyoglu, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/06/061d2638263c72dc/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a great location in the heart of Istanbul in busy Taksim. It has easy access to the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.69" OriginalAmount="123" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03197673198" Longitude="28.977045772982" StarRating="3" HotelCode="470476|199250" HotelName="Cirrus Suites Tomtom" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Tomtom Mahallesi, Eski Cicekci Sokak 18, Beyoglu, 34435 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/634706/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.69" OriginalAmount="123" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.053715117156" Longitude="28.945672898148" StarRating="4" HotelCode="442580|150642" HotelName="Ramada Hotel &amp; Suites Istanbul Golden Horn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Sutluce Mahallesi, Imrahor Caddesi 12, Beyoglu, 34450 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/ce/79cee75e98a05bde422b75082ea928751bca473d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.69" OriginalAmount="123" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.912295800366" Longitude="29.217391614165" StarRating="4" HotelCode="310547|198907" HotelName="Ramada Encore Istanbul Kartal" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Mahallesi, Kartal Caddesi 53, 34876 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/74/05/7405252f40858a068ddab8a64fe749b8af036ba9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul - Sabiha Gökcen (SAW).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.69" OriginalAmount="123.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02105337" Longitude="29.11850362" StarRating="3" HotelCode="267807|boutique_princess_hotel" HotelName="Boutique Princess Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="boutique hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Armagan Evler Mahallesi, Mithatpasa Caddesi, Basak Sokak No: 4, Ümraniye, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b2/f3/b2f35fe567fe9e2b5c05f3ecc61055419a455ff8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.69" OriginalAmount="123.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012681649509" Longitude="28.940222418823" StarRating="4" HotelCode="321869|golden_taha_hotel" HotelName="Golden Taha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Molla Gürani Mahallesi, Findikzade Sokak 5, 34093 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/5a/885a7a15efab9668eab07be4cb35a4c232e1a8ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.69" OriginalAmount="123.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.07481052" Longitude="28.98285447" StarRating="0" HotelCode="619521|mari_suites_hotel" HotelName="Mari Suites Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Tasocagi Caddesi 27, 34403 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/18/0518d502deb95c3e55f7a8484f856dea084320d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.69" OriginalAmount="123.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01465386" Longitude="29.15996106" StarRating="5" HotelCode="791043|zin_d_home_dudullu_suits" HotelName="Zin D Home Dudullu Suits" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="residence" CnxPolicy="Free CXL until 25/06/2026" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Designated Smoking Area,Fax,Garden,Internet,Kitchen,Parking,Printer,Sauna,Swimming Pool,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Inanç Türkes Caddesi 3, Yukari Dudullu, Ümraniye, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/ca/bfcaa8e015aae10c3e8d6d81f0c1fb61e2f3daf4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Exclusively designed for adults, this cosy residence is in Asian Side. Those wishing to escape the h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.69" OriginalAmount="123.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03311663" Longitude="28.98740451" StarRating="4" HotelCode="957431|cihangir_palace_hotel" HotelName="Cihangir Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cihangir Mahallesi, Mebusan Yokusu Sokak 39, 34433 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/71/c2/71c2e957c091245f0d9d1e009382a2672b575dfc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.69" OriginalAmount="123.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.018157291523" Longitude="28.631819058861" StarRating="4" HotelCode="933211|avm_apart_hotel" HotelName="Expoist Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Mahallesi, E-5 Yanyolu, Beylikdüzü, 34520 Büyükçekmece, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/51/715180d6a90329d11b85445bd612a1b141923a89.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.69" OriginalAmount="123.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="981901|vander_valk_istanbul_hotel" HotelName="Vander Valk Istanbul Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Balabanaga Mahallesi, Harikzedeler Sokak 25/A, Laleli, Fatih, Istanbul 34000</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/dc/81dc7f0e62860ff8bf1ec27983937d44578e22a9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.81" OriginalAmount="123.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.029481" Longitude="28.805726" StarRating="3" HotelCode="|205313" HotelName="Ibis Istanbul West" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Halkali Merkez Mahallesi,Fatih Caddesi Tokel SokakNo:1 Kucukcekmece.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/5/3/1/3/205313_1_7671.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="126.84" OriginalAmount="123.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003468" Longitude="28.979892" StarRating="4" HotelCode="191095|1673658" HotelName="Sultan Tughra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sultanahmet Mah. Keresteci Hakki Sok. No: 21 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/db/57/db571d66bab6ddac943c3b159c21317eff47bfb7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.98" OriginalAmount="123.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0160984" Longitude="28.9532051" StarRating="2" HotelCode="|82939" HotelName="Yesilpark" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/3/9/82939_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a restaurant, a terrace and WiFi (free of charge). SITUATION: It is located in front ofSantos ApÃ³stoles the Church of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.05" OriginalAmount="123.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0062218" Longitude="28.9390932" StarRating="0" HotelCode="|82948" HotelName="Cagri Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Cerrahpasa Mah. Kocamustafapaa Cad. No:114 Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/4/8/82948_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a reception. SITUATION: It is inFatih the district of this establishment, is 2,5 metres away from the Grand Bazaar the square. ROOM: They have WiFi (free of charge) and a flat-screen television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.35" OriginalAmount="123.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007498" Longitude="28.96217" StarRating="0" HotelCode="|523328" HotelName="Mayer Hotel Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nur Sk. 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/3/2/8/523328_2c78ce20956.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.67" OriginalAmount="123.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.032886" Longitude="28.976642" StarRating="3" HotelCode="|453045" HotelName="West Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Acara Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/0/4/5/453045_09540c91013.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.72" OriginalAmount="124" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00580269" Longitude="28.96413139" StarRating="0" HotelCode="731127|489219" HotelName="B'Guest House&amp;Apartment" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Bed and breakfasts" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sarac Ishak Mahallesi, Kumkapi Degirmeni Sokak 5, Beyazit, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/c8/01c8cca83da10c8952095e2b8da2aeca5a7dfe62.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.72" OriginalAmount="124" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.026653" Longitude="28.955787" StarRating="3" HotelCode="933221|198974" HotelName="Lotus Hotel Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Vakif Mektebi Sokak No.1, Yavuzsultanselim Mahallesi, Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/85/8e859bb7ad65926b36c9e998a3aba8c03c2b8a2f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.72" OriginalAmount="124.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006468" Longitude="28.952088" StarRating="3" HotelCode="186211|akyildiz_hotel" HotelName="Akyildiz Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Langa Bostanlari Sokak 6, Mustafa Kemal Pasa, Aksaray, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/04/01/0401f17895246b615016f9dca7df2c101bfdd905.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.72" OriginalAmount="124.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.978556940409" Longitude="29.124441675994" StarRating="4" HotelCode="310528|atasehir_palace_hotel__conference" HotelName="Atasehir Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Kücükbakkalköy Mahallesi, Kayisdagi Caddesi 143/1, Atasehir, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/0f/e9/0fe939a9597661eba3f454e99250808d50815741.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.72" OriginalAmount="124.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00794198" Longitude="28.94935726" StarRating="2" HotelCode="517169|sim_hotel_2" HotelName="Sim Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 27/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Namik Kemal Caddesi, Abdullah Cavus Sokak No 14, Aksaray, 34096 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/07/7d/077d9411798f308e5261c2dd71a46cd8a45ba78d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.72" OriginalAmount="124.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="865958|class_suites_taxim" HotelName="Class Suites Taxim" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/06/2026" HotelFacility="Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Feridiye Cadessi 51, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/e6/10e696cda2deec62d121f533b76c27121b72eb4e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.72" OriginalAmount="124.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="985542|the_peraport_hotel" HotelName="The Peraport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Emekyemez Mahallesi, Nazlihanim Sokak 7/B, Yolcuzade Iskender Caddesi, 34420 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/42/564258950a40e593da8b1e26090ffbcef9e6fed6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.90" OriginalAmount="124.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06844" Longitude="29.002" StarRating="0" HotelCode="|192880" HotelName="Nif Sisli" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/8/8/0/192880_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.17" OriginalAmount="124.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.026213" Longitude="28.971892" StarRating="0" HotelCode="|527292" HotelName="HAUS Suites Galata" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/7/2/9/2/527292_f68d75e1242.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.18" OriginalAmount="124.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.928971" Longitude="29.149107" StarRating="0" HotelCode="|532030" HotelName="The Hera Maltepe Otel andSpa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Acarlar Sk 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/0/3/0/532030_4f134061031.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.21" OriginalAmount="124.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0067155" Longitude="28.9731172" StarRating="0" HotelCode="|86851" HotelName="Sultanahmet Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mah. Klodfarer Cad. No:19 Sultanahmet Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/5/1/86851_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: Istanbul It is in 5 minutes away from the establishment, clients can find Topkapi the Palace of and the mosque. ROOM: The rooms have internet, (free of charge), a television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.25" OriginalAmount="124.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038799" Longitude="28.983076" StarRating="0" HotelCode="|529631" HotelName="Santa Rio hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Feridiye Cd. 36</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/6/3/1/529631_7aa5cb91054.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="128.25" OriginalAmount="124.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.025018" Longitude="29.042363" StarRating="3" HotelCode="176348|809605" HotelName="Holiday Inn Express Istanbul - Altunizade" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oymaci Sk., 18, Altunizade Mahellesi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/8e/0d8e4793506053b72a88088fe707508323a48715.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.30" OriginalAmount="124.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005931" Longitude="28.970513" StarRating="0" HotelCode="|154508" HotelName="Kadirga Antik Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>EMIN SINAN MH.KATIP SINAN CD. SULTANAHMET 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/4/5/0/8/154508_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 15 rooms, 9 double rooms, 5 triple rooms and quadruple rooms. SITUATION: This hotel Istanbul it is in is situated in the city centre excellent transport links to the city, Close to the train stations, the bus station, the metro station, bus stops, entertainment areas and the harbour.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.33" OriginalAmount="124.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03933" Longitude="28.98317" StarRating="0" HotelCode="|184568" HotelName="Inntel Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mah Taksim Dolapdere Cad No:49</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/5/6/8/184568_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.37" OriginalAmount="124.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.016349" Longitude="28.959418" StarRating="0" HotelCode="|533527" HotelName="Vefa Hotel and Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vefa Cd. 45</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/5/2/7/533527_8a8cc8b1118.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.40" OriginalAmount="124.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98008" Longitude="28.79326" StarRating="0" HotelCode="|548946" HotelName="Florya House Hotel" 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/5/4/8/9/4/6/548946_bc8c7dc0024.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.63" OriginalAmount="124.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0038712" Longitude="28.9803622" StarRating="4" HotelCode="|86709" HotelName="Sultan Tughra - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sultanahmet Mah.Keresteci Hakk? Sokak No:17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/0/9/86709_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is a historic building. ROOM: It has stylish rooms and with WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.66" OriginalAmount="124.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.064612" Longitude="28.96883" StarRating="0" HotelCode="|560325" HotelName="Elm Suite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Talatpasa Mahallesi, Emirgazi caddesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/0/3/2/5/560325_455b92d1757.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.67" OriginalAmount="124.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00575" Longitude="28.96674" StarRating="4" HotelCode="|37012" HotelName="My Assos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>UYSAL SOK. NO. 6 SARAC ISHAK MAH, BEYAZIT PK 34492</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/0/1/2/37012_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has a car park and internet (free of charge). SITUATION: It is inIstanbul the historic area of near the establishment, guests will find shops, tourist points of interest ,Beyazit It is close to. ROOM: The spacious rooms, have a mini-bar, cable television and a direct line telephone. They also have an air-conditioning system, a bath and a hairdryer. FACILITIES: The establishment has a sauna, a Turkish bath and a massage service. Customers can also find a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.68" OriginalAmount="124.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0042403" Longitude="28.9724832" StarRating="3" HotelCode="|86827" HotelName="Sultanahmet Cesme" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kucukayasofya Mh. Sehit Mehmet Pasa Sok. No:22 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/2/7/86827_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: Guests can find a terrace with ocean views. SITUATION: It is situated 200 metres away from the mosque, Santa Sofia 5 minutes away, guests can find.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.75" OriginalAmount="125" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00705" Longitude="28.95575" StarRating="5" HotelCode="373604|199222" HotelName="Darkmen Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hayriye Tüccari Cad. 28, Katip Kasim Mah, Laleli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/f6/58f675a22d52f47a6e3510417f0dc0bcb5bbc45d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Istanbul. For guests who appreciate a stylish ambience...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.75" OriginalAmount="125" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006152" Longitude="28.954518" StarRating="3" HotelCode="13001|19793" HotelName="Grand Emin Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mustafakemalpasa Caddesi, Fabrika Sokak 13, Yenikapi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/d7/9ed713b04e9262afdab731dae4b2b4042de269ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.75" OriginalAmount="125" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00716166" Longitude="28.94980233" StarRating="0" HotelCode="623362|252246" HotelName="Hotel Mekke" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bed and breakfasts" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Mahallesi, Küçüklanga Araligi Caddesi 7, Aksaray, 34096 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/18/8d18d8c668e1abdc2fddbaec34b5de2615356d13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.75" OriginalAmount="125.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010548988018" Longitude="28.977647" StarRating="3" HotelCode="191060|anatolia_suite_st_sophia" HotelName="Le Safran Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mahallesi, Zeynep Sultan Cami Sokak 5, Eminonu, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/96/4a96e1a7dec6352aefda0796cf78c392274de6ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.75" OriginalAmount="125.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01392" Longitude="28.976545" StarRating="3" HotelCode="267823|septimum_hotel" HotelName="Septimum" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Orhaniye Caddesi No: 29, Sirkeci, Fatih, 34112 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/7b/567b2650b5dd81cb55ef0fd40a3aea1ef588191f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.75" OriginalAmount="125.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008873" Longitude="28.95465" StarRating="2" HotelCode="311565|hotel_rio_9" HotelName="Hotel Rio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sait Efendi Sokak 20/1, Aksaray Caddesi, Laleli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/84/3184a957b3f3b75e5673a2fecea1007793f08cce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guest accommodation comprises 22 rooms. Services and facilities at the hotel include a baggage stora...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.75" OriginalAmount="125.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0195891" Longitude="28.96097445" StarRating="0" HotelCode="766789|my_boutique_hotel" HotelName="My Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hoca Giyasettin Mahallesi, Haci Kadin Caddesi 49, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/b3/7fb3f8ffb4c411c236ab82ba18d1c3b9ed4c1647.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.75" OriginalAmount="125.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007408940592" Longitude="28.970839407987" StarRating="3" HotelCode="933884|leyenda_hotel_2" HotelName="Leyenda Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mah. Gedikpasa Cami Sokak No:58, Çemberlitas Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/94/cc/94cc70b6c636933b3a0d1692c3b41bfdd2ec2c77.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.75" OriginalAmount="125.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00447217" Longitude="28.96495367" StarRating="0" HotelCode="985277|goldensand_hotel" HotelName="Golden Sand Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Üstad Sokak 15A, Fatih, 34126 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/52/02/5202646c21e0aee25370d1362bc6614c3e1ff2eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.79" OriginalAmount="125.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0081265" Longitude="28.9760486" StarRating="3" HotelCode="|86937" HotelName="Sultanahmet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Divanyolu Str.20, Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/3/7/86937_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a terrace with sea views and WiFi (free of charge). SITUATION: The hotel is in Istanbul the centre of Santa Sofia it is 200 metres away from the mosque.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="128.85" OriginalAmount="125.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005243" Longitude="28.98181" StarRating="3" HotelCode="191098|2516495" HotelName="Ipekyolu" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Meydani No:8, Sultanahmet, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/55/a05534ed66c1f985afa7ad5e381ba07fd421dafa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="128.89" OriginalAmount="125.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.061054524198" Longitude="28.984666273016" StarRating="4" HotelCode="298200|364317" HotelName="Style Hotel Sisli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Merkez Mahallesi, Abide-i Hürriyet Caddesi, Iskenderoglu Sokak 28/A, Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/60/70605b75709c4b93546f8d8630a54dd87925d98d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.96" OriginalAmount="125.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0038376" Longitude="28.9755383" StarRating="3" HotelCode="|95896" HotelName="Istanbul Holiday" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Caddesi No.28 Sultanahmet,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/8/9/6/95896_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Istanbul the historic centre of it is in Sultanahmet the district of Close to the mosque and tourist points of interest. Santa Sofia it is situated 10 minutes away from. ROOM: The rooms have WiFi (free of charge), a television, luxurious beds and a bathroom. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast and a bar. FACILITIES: Guests are offered a reception, a transfer service to the airport, tourist information and car hire.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="129.04" OriginalAmount="125.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011677385547" Longitude="28.956841528415" StarRating="3" HotelCode="10673|275525" HotelName="Barin" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sehzadebasi Fevziye Caddesi 7, 34470 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/56d7770a5b7148b3923553c140de4928.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern city hotel is located in Istanbul. Several shopping areas with shops, boutiques, bars as...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="129.06" OriginalAmount="125.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039904671773" Longitude="28.983925126949" StarRating="3" HotelCode="74093|1067888" HotelName="Hotel Eterno" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Topcu Caddesi 19, Talimhane, Taksim, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/31/b2/31b257fc15e10ec14dc875790944612c67f06063.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="129.17" OriginalAmount="125.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007037" Longitude="28.970463" StarRating="3" HotelCode="89552|138244" HotelName="Kupeli" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Eminsinan Mah. Gedikpasa, Hamam Cad. 4</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/23/0a/230a734ab0bab6e7a8edb3a4554292ce1391e1cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel enjoys a superb location within walking distance of a number of historical ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="129.52" OriginalAmount="125.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035270161355" Longitude="28.894292414188" StarRating="4" HotelCode="161539|133154" HotelName="Grand S" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yavuz Selim Mahallesi, Yavuz Selim Caddesi 20, Esenler, 34220 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/ba/e8bac681d74c3a8e81852038767f494a26f69d73.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is within easy walking distance (2 minutes) of Esenler Istanbul intercity bus terminal, th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="129.53" OriginalAmount="125.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039535" Longitude="28.981047" StarRating="0" HotelCode="|534204" HotelName="Ahg Atlas Hotel Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Duvarci Adem Sk. 37</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/2/0/4/534204_30783471120.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="129.69" OriginalAmount="125.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00677" Longitude="28.97133" StarRating="0" HotelCode="|454598" HotelName="Artika" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/5/9/8/454598_d4632a51040.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129.78" OriginalAmount="126" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.030013664327" Longitude="28.973192274571" StarRating="3" HotelCode="145176|410610" HotelName="Bristol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Caddesi 101, 34430 Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c5/e3/c5e3ad093f82d46dc320166bebbab6d932dadc5e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is in New City. The property consists of 91 rooms. Those who dislike animals may e...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.78" OriginalAmount="126.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.002863" Longitude="28.9742" StarRating="4" HotelCode="95949|albatros_premier_hotel" HotelName="Albatros Premier" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mah., Cayiroglu Sokak No: 1, Istanbul 34122</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/f5/c5f5bef7ed79952d2e3b74e3f0b64ad63324cbd1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the old city quarter of Sultanahmet and is within easy walking distance of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.78" OriginalAmount="126.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.048717" Longitude="29.025304" StarRating="2" HotelCode="300257|ortakoy_aparts_2" HotelName="Ortakoy Aparts" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Muvakkit Sokak 19, Ortakoy Besiktas, Princess Hotel karsisindadir, 34000 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/6c/8b6c9f4df2094f344114b21e0787117dbf80a97f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.78" OriginalAmount="126.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03279842" Longitude="28.97686335" StarRating="3" HotelCode="736774|maroon_tomtom" HotelName="Maroon Tomtom" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Boutique,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Tomtom Mahallesi, Acara Sokak 3, Beyoglu, 34433 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/9f/949fe649420fd2316b6caaa8cb88c4be3642997b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in Istanbul, Marmara region, Maroon Tomtom is set 60 m from St. Anthony of Padua Church. Am...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.78" OriginalAmount="126.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034069058638" Longitude="28.981093630373" StarRating="4" HotelCode="907370|stories_apart_karakol" HotelName="Taksim Prelude Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuloglu Mahallesi, Sadri Alisik Sokak 26, Beyoglu, 34435 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/44/e34476385f7d36e4a98633f0ba83d62c8e56b3d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming aparthotel is located in the Taksim/Beyoglu area, just a few metres from Istiklal Stre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.78" OriginalAmount="126.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03530881437" Longitude="28.678642525131" StarRating="4" HotelCode="933255|dab_hotel" HotelName="DAB Hotel Esenyurt" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baglar Çesme Mahallesi, 1110. Sokak 4, Esenyurt, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/69/eb6937894e02fd450e3aadb1a00be18a30bb70c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.78" OriginalAmount="126.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="977061|elm_suite_hotel" HotelName="Elm Apart Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Talatpasa Mahallesi, Zumre Sokak 4, Emirgazi Caddesi, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/67/b067435be5527e6fe807c4a1f17a91cf59e9905a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="129.86" OriginalAmount="126.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039516" Longitude="28.981766" StarRating="0" HotelCode="|533390" HotelName="Taksim La Marino Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/3/9/0/533390_325de491150.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.24" OriginalAmount="126.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039186" Longitude="28.976141" StarRating="0" HotelCode="|533734" HotelName="Meridiani Taksim Hotel" 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/5/3/3/7/3/4/533734_0489c111120.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="130.24" OriginalAmount="126.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005115477236" Longitude="28.973908424377" StarRating="3" HotelCode="17072|326245" HotelName="Saba" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Jacuzzi,Laundry,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek mah., Sehit Mehmet Pasa Yokusu No.8, Sultanahmet, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/bc/b6/bcb65701aa7c2712f156c087366dd7151a245710.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.52" OriginalAmount="126.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0033341" Longitude="28.9699299" StarRating="0" HotelCode="|82995" HotelName="Saruhan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mah.Cinci Meydani Sok.No:30 Kadirga</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/9/5/82995_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 600 metres away from the mosque. ROOM: Customers have large rooms with a balcony.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.54" OriginalAmount="126.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007585" Longitude="28.949344" StarRating="0" HotelCode="|453035" HotelName="New Emin " 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/5/3/0/3/5/453035_d6c4a321642.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.71" OriginalAmount="126.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040445" Longitude="28.983337" StarRating="0" HotelCode="|525171" HotelName="EA Exclusive" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sht. Muhtar Bey Cd. 59</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/1/7/1/525171_29d63011141.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.79" OriginalAmount="126.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036576" Longitude="28.976701" StarRating="0" HotelCode="|526803" HotelName="Istanberry - Luna Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/6/8/0/3/526803_eb18c821027.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.81" OriginalAmount="127.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.044093" Longitude="28.985233" StarRating="0" HotelCode="|534215" HotelName="Elegance Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Inonu Mahallesi, Babil Sk. No:19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/2/1/5/534215_356605b1125.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.81" OriginalAmount="127" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02476868" Longitude="28.684824" StarRating="0" HotelCode="613691|252171" HotelName="Agora Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Zafer Mahallesi Dogan, Arasli Bulvari 93, 34513 Esenyurt, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/72/af7258b08a5881fcb937d3538b2a98f85978a32e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.81" OriginalAmount="127" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0230649" Longitude="28.63614308" StarRating="4" HotelCode="310550|198899" HotelName="Reis Inn Hotel Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Massage Centre,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Ataturk Mahallesi, Adnan Kahveci Bulvari 7, 34840 Büyükçekmece, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/zz/e6ad9c46ef20555a2814cefc889a6969b715126b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.81" OriginalAmount="127" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00694491" Longitude="28.94722434" StarRating="4" HotelCode="563351|219562" HotelName="Yuksel Istanbul Yenikapi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Mahallesi, Kucuk Langa Caddesi 70, Yenikapi-Fatih, 34096 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/fa/f3faee03fd6806c84e8ec0f99a262d2c974dcda9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.81" OriginalAmount="127.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="971289|maduro_hotel_istanbul" HotelName="Maduro Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Fatih, Cilavci Sokak 13/A, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/d6/bdd6cf56fa0f4e3e19aaea5ed43975aee1866428.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.81" OriginalAmount="127.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="981711|wonder_wood_hotel" HotelName="Wonder Wood Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mahallesi, Ozbekler Sokak 24, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/57/05/5705e4760bc8cd68c318979998927b9ec46fa016.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="130.84" OriginalAmount="127.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007538" Longitude="28.955594" StarRating="3" HotelCode="43553|47714" HotelName="Grand Ons" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesihpasa Caddesi Azimkar Sokak 32, Laleli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a5/46/a5460e0db0feb3c923f7b169b2c8f76a7669c56d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This centrally located hotel is located about 500 m from the sea within 100 m of links to the public...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.10" OriginalAmount="127.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.931394" Longitude="29.143089" StarRating="0" HotelCode="|533183" HotelName="Monezza Hotel - Maltepe" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kumru sokak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/1/8/3/533183_b9618aa1149.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="131.12" OriginalAmount="127.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011379035909" Longitude="28.954452976687" StarRating="3" HotelCode="200041|1485718" HotelName="Budo Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kemalpasa Mahallesi, Yesil Tulumba Sokak No:39, 34134 Istanbul, Laleli</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/47/8647387d5ebfc20aeed0eb798e03583d4532ff16.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.13" OriginalAmount="127.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034315" Longitude="28.982701" StarRating="0" HotelCode="|524842" HotelName="Ferman Pera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Katip Mustafa Celebi Mh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/8/4/2/524842_b559d380945.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.17" OriginalAmount="127.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038937" Longitude="28.982877" StarRating="0" HotelCode="|525296" HotelName="Mila Suites Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Feridiye Cd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/2/9/6/525296_4ed63dc1018.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.17" OriginalAmount="127.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9970153" Longitude="29.0264253" StarRating="0" HotelCode="|108298" HotelName="Bade Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rasimpasa Mah. Org. Sahap Gurler Caddesi, No:24/A Kad?koy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/9/8/108298_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Istanbul Is situated in 400 metres away, guests will find the sea and HaydarpaÅŸa the Railway Station of. ROOM: All the rooms have an air-conditioning system and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.17" OriginalAmount="127.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005971" Longitude="28.666666" StarRating="0" HotelCode="|537625" HotelName="ASGARD HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Haramidere Cd. 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/6/2/5/537625_503fa970948.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.17" OriginalAmount="127.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0125" Longitude="28.9748" StarRating="0" HotelCode="|184575" HotelName="Istanbul Central Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hobyar Mh., Cemal Nadir Str., N:10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/5/7/5/184575_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.23" OriginalAmount="127.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006963" Longitude="28.966323" StarRating="0" HotelCode="|152411" HotelName="Grand Bazaar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BALIPASA YOKUSU SK. GEDIKPASA/FATIH 30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/4/1/1/152411_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1994, was renovated in 2014, has 25 standard rooms, 5 single rooms, 16 double rooms and 4 triple rooms. Guests are also offered facilities for people with reduced mobility. SITUATION: This establishment is in Istanbul is situated in the city centre. Close to the establishment, clients can find the bus stop, the metro stop and places of interest.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.29" OriginalAmount="127.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.87735" Longitude="29.23012" StarRating="4" HotelCode="|192505" HotelName="Inera Pendik" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Bat Mah. Sabri Takn No 29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/5/0/5/192505_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.29" OriginalAmount="127.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0043201" Longitude="28.9821277" StarRating="0" HotelCode="|82893" HotelName="Ipekyolu Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Meydani No:8 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/8/9/3/82893_15.jpg</HotelPictures>
        <HotelDescription>SITUATION: This boutique hotel is in Sultanahmet the area it is 5 minutes away from Hagia Sophia the Basilica of Topkapi the Palace of. ROOM: The establishment has rooms, with WiFi, (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.29" OriginalAmount="127.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03536" Longitude="28.97801" StarRating="0" HotelCode="|485104" HotelName="Lazz City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/5/1/0/4/485104_1229cde2042.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.46" OriginalAmount="127.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0034763" Longitude="28.9733054" StarRating="3" HotelCode="|108102" HotelName="Family Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mah. Akburcak Sok. No:6 Sultanahmet/Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/0/2/108102_98c50821116.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Sultanahmet it is in Sultan Ahmed Mosque 300 metres away, guests can find Santa Sofia it is 10 minutes away from Topkapi the Palace of. ROOM: The rooms have an air-conditioning system and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="131.47" OriginalAmount="127.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05536" Longitude="28.987464" StarRating="3" HotelCode="188680|1082488" HotelName="Atik Palace" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ebekizi Sok. No: 5, Mesrutiyet Mah., Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/c7/cdc75b72df30c3af3274f30294892cef07ea3c8d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.48" OriginalAmount="127.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010514" Longitude="28.957406" StarRating="3" HotelCode="|174754" HotelName="Kecik" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Balabana?a Mh., Fethibey Cd., No:6 Laleli, Fatih,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/4/7/5/4/174754_e22180b1526.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.56" OriginalAmount="127.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00741" Longitude="28.97111" StarRating="0" HotelCode="|184652" HotelName="Miran Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mh Gedikpasa Cami Sk No 66</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/6/5/2/184652_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.58" OriginalAmount="127.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0083792" Longitude="28.9581892" StarRating="3" HotelCode="|82985" HotelName="Yuksel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mesihpa%u015Fa Cad. No: 75 Laleli - %u0130stanbul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/8/5/82985_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has WiFi (free of charge). SITUATION: It is inIstanbul the city centre of Close to and the mosque.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.79" OriginalAmount="127.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.940315" Longitude="29.120164" StarRating="0" HotelCode="|523591" HotelName="Anka Premium Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Idealtepe Mh.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/5/9/1/523591_7f9a60c1131.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.84" OriginalAmount="128" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00247966" Longitude="28.97768772" StarRating="4" HotelCode="151786|35285" HotelName="Mangana Konak" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oyuncu Cikmazi Sokak 14, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/9c/619c249abaaf6976b4c2e2ba6923a4b6d22d951a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an ideal location as a base for exploring the major attractions of the Sultanahmet...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.84" OriginalAmount="128.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012754107593" Longitude="28.955256342888" StarRating="3" HotelCode="43561|hotel_sogut" HotelName="Sogut" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bukalidede Sok. No: 11-13, 34470 Sehzadebasi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/second/58/60/5860fe178d6e1ba93cd24a57db9a3ba245586c54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies just a short distance from the city centre where guests will discover a diverse selec...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.84" OriginalAmount="128.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98310514" Longitude="28.87331583" StarRating="4" HotelCode="297060|kuk_hotel" HotelName="Kuk Bakirköy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Kartaltepe Mahallesi, Teyyareci Nurettin Sokak 6, Incirli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/bc/27bcaed33284a8952f2f755ab259bac49b769019.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.84" OriginalAmount="128.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03376222" Longitude="28.98369147" StarRating="3" HotelCode="374881|astan_hotel_taksim" HotelName="Astan Hotel Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Katip Mustafa Celebi Mahallesi, Hocazade Sokak No: 16, 34433 Istanbul, Beyoglu</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/32/e03210c888a30159cadcd31b72e3bf2299a24c39.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.84" OriginalAmount="128.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006614126729" Longitude="28.971909717558" StarRating="5" HotelCode="364302|paris_hotel_8" HotelName="Istanbul Paris Hotel &amp; Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 28/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Piyerloti Caddesi Dizdariye Medresesi Sokak 9/11, Cemberlitas, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/c2/53c254ee49e2e4dce10f29f23b15005e66969626.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.84" OriginalAmount="128.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99274429" Longitude="29.025898" StarRating="0" HotelCode="517135|okur_otel" HotelName="Okur Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Osmanaga Rihtim Caddesi, Resit Efendi Sokak No 7, Kadikoy, 34714 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/ba/59baeb9882fc2e6bd28c468c7e3f7685d12965ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.84" OriginalAmount="128.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0040797" Longitude="28.96445027" StarRating="0" HotelCode="817589|gojis_apartments" HotelName="Goji's Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Muhsine Hatun Mahallesi</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/e3/efe3445d6f3e62811dfa024c06d2ba20795fb333.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.88" OriginalAmount="128.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.026609" Longitude="28.9556077" StarRating="0" HotelCode="|107985" HotelName="Lotus " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Yavuzsultanselim Mah. Vak?f Mektebi Sok.No:1 Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/9/8/5/107985_85d271c1157.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a terrace with sea views, WiFi (free of charge), rooms with air-conditioning and flatscreen satellite television. SITUATION: The hotel the Golden Horn it is 200 metres away from it is in the old city.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="132.02" OriginalAmount="128.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003407087918" Longitude="28.976059556007" StarRating="4" HotelCode="191082|4511075" HotelName="Emine Sultan" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Kapi Agasi Sokak 6, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/06/43/06433621acbcb1520ad693c3f51371687cc5aca8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.12" OriginalAmount="128.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036199" Longitude="28.980757" StarRating="0" HotelCode="|474499" HotelName="LINNGA HOTEL and SUITE" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>sehit muhtar mah.suslu saksi sokak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/4/4/9/9/474499_3a7b2a31214.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.21" OriginalAmount="128.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0033468" Longitude="28.9760222" StarRating="0" HotelCode="|86835" HotelName="Emine Sultan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kapi Agasi Sok. No:6 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/3/5/86835_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a terrace. SITUATION: Near the establishment, guests will find the mosque, Sultanahmet it is in.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="132.34" OriginalAmount="128.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9803" Longitude="28.9025" StarRating="3" HotelCode="66536|66964" HotelName="ibis Istanbul Zeytinburnu" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kazlicesme Mahallesi, Kennedy Caddesi 56, Zeytinburnu, 34025 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/59/96/5996c16c630cc19757e4d2f9a3efa20067b67f8d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.37" OriginalAmount="128.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98951" Longitude="29.083508" StarRating="0" HotelCode="|534886" HotelName="COMFORT INN SUITE" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Derecik Sokak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/8/8/6/534886_af0e5db1455.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.61" OriginalAmount="128.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0121425" Longitude="28.9783022" StarRating="0" HotelCode="|83005" HotelName="The Constantine" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Cad. No:19 Sirkeci</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/0/5/83005_6.jpg</HotelPictures>
        <HotelDescription>SITUATION: Santa Sofia It is located 300 metres away from. FACILITIES: Regarding the food and beverage offering, there is a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="132.62" OriginalAmount="128.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004427" Longitude="28.971857" StarRating="3" HotelCode="177349|753825" HotelName="Sultanahmet Çesme Hotel Istanbul" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Küçükayasofya Mahallesi, Sehit Mehmet Pasa Sokak 22, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/ff/fdff9529028b2bc16253098b947795e715305e10.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.86" OriginalAmount="128.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038347" Longitude="28.983542" StarRating="0" HotelCode="|526524" HotelName="Joy Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dolapdere Taksim Cd 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/6/5/2/4/526524_5993cc71001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.87" OriginalAmount="129" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003553088054" Longitude="28.969982993846" StarRating="4" HotelCode="315881|47729" HotelName="Dualis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucukayasofya Mahallesi, Sehsuvarbey Sokak 37, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/d6/07d6be36ff28865a9f4d10daa2ae8efaf727f4aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.87" OriginalAmount="129" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.037335234745" Longitude="28.982236555156" StarRating="3" HotelCode="263728|237452" HotelName="Invictum Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mahallesi, Altin Bakkal Sokak No:6, Taksim, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/a0/85a0c5e72d740fc41765a1e30f4c1bf90b05a199.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.87" OriginalAmount="129" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004577" Longitude="28.968206" StarRating="3" HotelCode="191090|375258" HotelName="Sultans Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Küçük Ayasofya 17A, Mahallesi Kadirga Meydani Sk, 34122 Sultanahmet</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/42/064267b732989cb27538f84c829f54d7215f3e30.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.87" OriginalAmount="129" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004997075865" Longitude="28.973610509193" StarRating="3" HotelCode="298194|47813" HotelName="Timeks Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mah., Dizdariye Cesmesi Sokak 3, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/406369/a_406369_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="132.87" OriginalAmount="129.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.028717" Longitude="28.979765" StarRating="3" HotelCode="207972|4712935" HotelName="Trio Suites Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bogazkesen Cad No:27, Tophane, Beyoglu, 34425 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/9e/ad9e5c03c8b6d59068f077d6da1b0be5fa0fc53b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Tophane, the hotel is close to the Galata and Pera districts and there are many shops, ca...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.87" OriginalAmount="129.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034042" Longitude="28.983481" StarRating="4" HotelCode="160537|city_center_hotel" HotelName="City Center Hotel Taksim" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Katip Mustafa Celebi Mahallesi, Siraselviler Caddesi, Billurcu Çikmazi 1, Beyoglu, 34433 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/56/83/568313a7023b54e94f2289a8f4fed8d70c80456d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in a comfortable and peaceful environment, only a minute's walk from Istanbul's busi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.87" OriginalAmount="129.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003487501087" Longitude="28.973314683333" StarRating="3" HotelCode="358158|family_istanbul" HotelName="Family Istanbul Hotel &amp; Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mahallesi, Akburcak Sokak 6, Sultanahmet, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/91/fb91d550bc5db2a96aeff3b58b7976699182d246.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.87" OriginalAmount="129.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.90671325" Longitude="29.1921252" StarRating="0" HotelCode="776755|eagle_palace_suites" HotelName="Eagle Palace Suites Kartal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Esentepe Mahallesi, Kocatepe Caddesi 16, Kartal, 34870 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/d1/ecd17f34a6a8797e96a3f6039686cacd4ef8f016.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Eagle Palace Suites is a self-catering accommodation located in Istanbul. Free WiFi access is availa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.87" OriginalAmount="129.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036219" Longitude="28.980791" StarRating="3" HotelCode="933220|taxim_hotel_marin" HotelName="Taxim Marin Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Atif Yilmaz Caddesi, Süslüsaksi Sokak No. 21, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/b0/f7b01cb7b7f0e90c9ccb34c64cbeb588c93085e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.87" OriginalAmount="129.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="964629|reggae_apart_hotel" HotelName="Reggae Apart Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sehsuvar Bey Mahallesi, Neviye Sokak 65, Kadirga Limani Caddesi, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/28/d02864a98ed36ab8f643b5d9924dfd400ec2e413.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.99" OriginalAmount="129.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0027806" Longitude="28.9741423" StarRating="0" HotelCode="|83029" HotelName="Deniz Houses" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cay?roglu Sok. No:16 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/2/9/83029_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel offers, WiFi, (free of charge). SITUATION: This family-owned hotel, Sultanahmet it is in it is located 300 metres away from the mosque. ROOM: Customers can find traditional-style rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="133.08" OriginalAmount="129.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0394622" Longitude="28.9811815" StarRating="0" HotelCode="|108162" HotelName="Pera Orient" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bulbul Mah. Duvarci Adem Sok. No:35 Taksim Beyoglu Istanbul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/6/2/108162_1_4069.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is located 400 metres away fromTaksim the Square of 6 minutes away from the establishment you have the metro station. ROOM: The establishment has suites with an air-conditioning system and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="133.13" OriginalAmount="129.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.028836883722" Longitude="28.973169687572" StarRating="3" HotelCode="118849|592525" HotelName="The Pera Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Caddesi 113, Taksim, Beyoglu, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/72/a772aa2653a38db1b5cde2f470ef91765253a115.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel enjoys an amazing location in the centre of Istanbul. The underground station, P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="133.28" OriginalAmount="129.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004943425815" Longitude="28.973675072193" StarRating="4" HotelCode="163831|137124" HotelName="Sultan House" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dizdariye Çesme sk. No.1,, Binbir Direk Mahallesi, Sultanahmet, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/fe/fe20dd170578136b/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in one of Istanbul's most colourful and historic quarters, close to the Hippod...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="133.30" OriginalAmount="129.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006982072224" Longitude="28.963632101852" StarRating="4" HotelCode="57930|1063888" HotelName="Assos Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sarac Ishak Mahallesi, Uysal Sokak 6, Beyazit, 34130 Istanbul, Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/ae/d3aef16763e020aefeece2ccf9432d6922621526.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is situated within easy walking distance of Istanbul's major places ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="133.64" OriginalAmount="129.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006928" Longitude="28.948873" StarRating="0" HotelCode="|534038" HotelName="Mays Royal Hotel" 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/5/3/4/0/3/8/534038_d36d2171147.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="133.64" OriginalAmount="129.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.074221" Longitude="28.981174" StarRating="0" HotelCode="|525392" HotelName="Park Çağlayan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ekim Sokagi 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/3/9/2/525392_73106ca1055.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="133.78" OriginalAmount="129.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03401" Longitude="28.981131" StarRating="0" HotelCode="|530222" HotelName="Şiva Pera Hotel and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sadri Alisik Sk. 28</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/0/2/2/2/530222_a78f8e31055.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="133.80" OriginalAmount="129.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0077166" Longitude="28.964733" StarRating="3" HotelCode="|83040" HotelName="Sembol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/4/0/83040_27d4b7f1635.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a buffet breakfast, a laundry service and tourist information. SITUATION: It is situated 2 kilometres away fromTopkapi the Palace of. ROOM: All the rooms have an air-conditioning system and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="133.85" OriginalAmount="129.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005577" Longitude="28.964604" StarRating="0" HotelCode="|533549" HotelName="Novus Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tiyatro Cd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/5/4/9/533549_9a140911134.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.90" OriginalAmount="130" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012661008262" Longitude="28.940286934376" StarRating="4" HotelCode="174448|23231" HotelName="All Seasons Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Molla Gurani Cad. Emin Ali Yasin Sk No:5, Findikzade, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/a1/a8a1361b1c4c285433024e29630757e2a7938306.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel lies in the district of Findikzade. Sultanahmet Square, the heart of the old town,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.90" OriginalAmount="130" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.978558" Longitude="28.882109" StarRating="3" HotelCode="188696|477810" HotelName="Epos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Havlucular Sk. No: 3, Istanbul Cad., Bakirköy, Istanbul 34720</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/76/7d7684e380831165160c21783199d2d7e4602c12.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.90" OriginalAmount="130" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.8700645" Longitude="29.2686056" StarRating="1" HotelCode="933268|271800" HotelName="Kervan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Dry Cleaning,Internet,Laundry,Luggage Storage,Parking,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>E5 Yanyol 176, Kaynarca, Pendik, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/51/a551c38aa67c309e5e3f36cbdc76d7a7561b80df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Istanbul, Kervan Hotel Pendik puts everything the city has to offer just ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.90" OriginalAmount="130" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034192" Longitude="28.984517" StarRating="4" HotelCode="904128|47582" HotelName="InnPera Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Siraselviler Cad. No:15, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/e4be4105b1b148be8e60a4fe1da41383.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.90" OriginalAmount="130" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039794" Longitude="28.982397" StarRating="3" HotelCode="267853|199516" HotelName="Regency World Suite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Taksim Caddesi, Cambazoglu Sokak No: 3, Beyoglu, Istanbul 34200</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/ee/bdee8deada3197fa83bdb2b7a47bb12d7f8df806.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.90" OriginalAmount="130.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04334713" Longitude="29.00356245" StarRating="5" HotelCode="375417|golden_pen_hotel" HotelName="Hotel Golden Pen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sinanpasa Mahallesi, Yenimahalle sokak No: 9, Besiktas, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/d1/62d1cbe995ec1b2fcab0dc4ecfba773453aeb92d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.90" OriginalAmount="130.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00608746" Longitude="28.98087778" StarRating="3" HotelCode="445718|new_backpackers_hostel" HotelName="New Backpackers Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Caddesi No : 22, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/94/e19484482e868e9ba56f466ba079d25e156f456a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel offers a restaurant, a bar, a transfer service and room service. Wireless internet access...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.90" OriginalAmount="130.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98047251" Longitude="29.10889194" StarRating="3" HotelCode="548546|cityloft_24_suites" HotelName="Cityloft 24 Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Albay Sokak 26, Kucukbakkalkoy, Atasehir, 34755 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/47/05/4705fcced34e2937d929271a7087513b932abd9e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.90" OriginalAmount="130.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00279278" Longitude="28.97329344" StarRating="5" HotelCode="581208|sultanahmet_inn_hotel" HotelName="Sultanahmet Inn Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Küçükayasofya Mahallesi, Akburçak Sokak 23, Sultanahmet, Fatih, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/1b/a7/1ba7f651ab03fc4f90695bf6e66cc128881bd31f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.90" OriginalAmount="130.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009069722181" Longitude="28.947912181162" StarRating="2" HotelCode="936295|hotel_la_white" HotelName="Hotel La White" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Cerrahpasa Caddesi 6, Aksaray, Fatih, 34093 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/63/ec63630ece44b575675ae6c0a7b9df8c3417770b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="133.95" OriginalAmount="130.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0701442" Longitude="28.9885173" StarRating="0" HotelCode="|353413" HotelName="Ag Sisli Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Izzet Pasa Mh. Ayazma Yolu Sk. No:57 Mecidiyekoy/Sisli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/4/1/3/353413_bab4af91250.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="134.08" OriginalAmount="130.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04527" Longitude="28.98327" StarRating="0" HotelCode="|184263" HotelName="Cumbalı Plaza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bozkurt Mah. Dolapdere Cad. No.135</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/2/6/3/184263_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="134.09" OriginalAmount="130.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0556" Longitude="28.99161" StarRating="3" HotelCode="|184238" HotelName="Carina Park Suites Nisantasi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Mahallesi Kevser Sokak No:20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/2/3/8/184238_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="134.10" OriginalAmount="130.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9926771" Longitude="28.8470355" StarRating="3" HotelCode="|447996" HotelName="Holiday Inn Express Istanbul - Atakoy Metro, an IHG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sirinevler Mahallesi Maresel Fevzi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/9/9/6/447996_270c5e51343.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="134.23" OriginalAmount="130.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011336" Longitude="28.947624" StarRating="3" HotelCode="|475533" HotelName="GRAND VATAN HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Adnan Menderes Vatan Bulvari no 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/5/3/3/475533_7ae76531250.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="134.36" OriginalAmount="130.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99258322" Longitude="28.84683201" StarRating="3" HotelCode="568592|703356" HotelName="Holiday Inn Express Istanbul Atakoy Metro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Sirinevler Mahallesi, Maresal Fevzi Cakmak 1 Sokok 7-13, Bahcelievler, 34188  Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/33/bd3399d3f81e3f4eeee42851a13272e86d3071f8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="134.61" OriginalAmount="130.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.90704" Longitude="29.18556" StarRating="0" HotelCode="|551949" HotelName="Zengin City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/1/9/4/9/551949_b6d43501518.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="134.79" OriginalAmount="130.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013457" Longitude="28.681998" StarRating="0" HotelCode="|447749" HotelName="Days Hotel By Wyndham Istanbul Esenyurt" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ZAFER MAH ADILE NASIT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/7/4/9/447749_18ecbf30828.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="134.91" OriginalAmount="130.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006858" Longitude="28.973186" StarRating="3" HotelCode="191102|2191045" HotelName="Sultanahmet Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Klodfarer Caddesi 19, Sultanahmet, 34122 Istanbul, Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/b6/65b6136d18eff02c643913e97ecbb8930b22fe4a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.93" OriginalAmount="131" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01165781" Longitude="28.95418855" StarRating="3" HotelCode="323408|217225" HotelName="Grand Pamir Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Gencturk Caddesi, Yesil Tulumba Sokak No: 43, Kemalpasa Mahallesi, Laleli / Fatih, 34080 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/59/593545/593545a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.93" OriginalAmount="131" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03528504" Longitude="28.98574015" StarRating="2" HotelCode="567604|217614" HotelName="Hotel V Plus Taksim" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Cihangir Mahallesi, Pürtelas Sokak 6/A, Kazanci Yokusu, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/21/f0211ddc42c324f0e48aa4d97bd473eb865d7c22.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a safe, a restaurant, a café and room service. Wireless internet access is availabl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.93" OriginalAmount="131.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013247029952" Longitude="28.977596518437" StarRating="3" HotelCode="258262|hotel_ilkay" HotelName="Hotel Ilkay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hudavendigar Street 28-30, 34210 Istanbul, Eminonu</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/81/93/8193092b188628c6c478744044d755c9f220949d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This town hotel is located in the tourist centre of the town.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.93" OriginalAmount="131.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038521" Longitude="28.983114" StarRating="4" HotelCode="267840|aston_residence" HotelName="Aston Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Feridiye Caddesi 26, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/fc/81fc9e94566c7ae74cadb9e6704324e4e18c90de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.93" OriginalAmount="131.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035207971092" Longitude="28.9875838903" StarRating="3" HotelCode="395281|taksim_star_express_hotel" HotelName="Star Hotel Taksim" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dünya Saglik Sokak 11, Inönü Caddesi, Taksim, Beyoglu, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/0d/0f0d93838a6c26799cd8b1a7b82b66cd70cb219d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within 5 minutes' walking distance of the heart of the city and Taksim Square, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.93" OriginalAmount="131.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00691074" Longitude="28.96973004" StarRating="3" HotelCode="736768|primero_hotel" HotelName="Primero Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bar,Currency Exchange,Designated Smoking Area,Fax,Housekeeping,Internet,Laundry,Lounge,Nightclub,Parking,Printer,Restaurant,Room Service,Spa,Telephone Service,Valet Parking,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Eminsinan Mahellesi, Petev Pasa Sokak 25, Cemberlitas, 34100 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/8f/878f9252ad9a355ed0014e7be555773c66f7f376.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel can be found in Old City. Located within 100 metres from the town centre, the acco...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="135.04" OriginalAmount="131.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035935" Longitude="28.980073" StarRating="0" HotelCode="|533363" HotelName="Taxim34 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Atif Yilmaz Cd. 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/3/6/3/533363_238b0d31135.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="135.11" OriginalAmount="131.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008635" Longitude="28.954095" StarRating="0" HotelCode="|559486" HotelName="The Bosfor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ihtisap Agasi Sk. 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/9/4/8/6/559486_bd1cf3f1721.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="135.11" OriginalAmount="131.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0060621" Longitude="28.9539802" StarRating="0" HotelCode="|86860" HotelName="Grand Emin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mustafa Kemal Paa .Cad Fabrika Sok No 13 Yenikapi Eminonu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/6/0/86860_7.jpg</HotelPictures>
        <HotelDescription>SITUATION: Istanbul It is in Close to the sea, Yali park Yeni Kapi the railway station. FACILITIES: Guests are offered a swimming pool.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="135.20" OriginalAmount="131.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.030107163549" Longitude="28.973333699406" StarRating="4" HotelCode="149986|2301605" HotelName="Tulip City Taksim Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly 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,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Caddesi 95, Pera, Beyoglu, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/e4/e4843e93e07a40368a254e78b27f4148/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the historical Pera, Istanbul's shopping and entertainment centre. It is 5 m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="135.33" OriginalAmount="131.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.030487469457" Longitude="28.97351719183" StarRating="4" HotelCode="61757|2301595" HotelName="Pera Rose Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City 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,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Caddesi 87, Tepebasi, Beyoglu, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/28/a4/28a4f8a40a94f40e209a59aa0cf9230369fcaf5c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Istanbul's business, shopping and entertainment centre, around a 5-minu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="135.56" OriginalAmount="131.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035341" Longitude="28.978326" StarRating="3" HotelCode="172514|153002" HotelName="Odda Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Balo Sokak 30, Beyoglu, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/153002/153002a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Approximately 80 metres from the buzzing Istiklal Street and 700 metres from Taksim Square, the hote...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="135.56" OriginalAmount="131.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.044285" Longitude="28.819459" StarRating="0" HotelCode="|472262" HotelName="King City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Halkali Cd. 102</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/2/2/6/2/472262_1b44d741223.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="135.56" OriginalAmount="131.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012851494796" Longitude="28.976587210399" StarRating="3" HotelCode="119206|125237" HotelName="Agan" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ebussuud Caddesi, Saffetipasa Sokak 4, Sirkeci, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/93/f6/93f66a311daa4daf8e0622120453e16abef16865.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="135.70" OriginalAmount="131.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04018" Longitude="28.914941" StarRating="4" HotelCode="|153611" HotelName="Ramada Encore By Wyndham Istanbul Bayrampasa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>YENIDOGAN MAH. S. NACI CAKAR SOK 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/6/1/1/153611_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2013, has 128 rooms, 124 double rooms, 2 suites and 2 rooms adapted for people with reduced mobility. The establishment has facilities for people with reduced mobility and a car park. SITUATION: This establishment, Istanbul it is in is situated in the city centre, nearby, you will find the bus station and the railway station, close to the establishment, guests have the bus stop, the metro stop and the airport. it is situated near the city.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="135.83" OriginalAmount="131.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039327157602" Longitude="28.981397845404" StarRating="3" HotelCode="263339|2279305" HotelName="Endless Suites Taksim" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Taksim Caddesi, Kocatepe Mah, Cambazoglu Sk 25, 34437 Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/2c/bc2cd41db9a7bcf9a37bf5530df090028b79356c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="135.86" OriginalAmount="131.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0361452" Longitude="28.979498" StarRating="0" HotelCode="|108234" HotelName="Yonca" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/3/4/108234_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is 200 metres away from Istiklal Avenue 500 metres away, guests can find Taksim the square. ROOM: The rooms have an air-conditioning system, a flat-screen television and a mini-bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.96" OriginalAmount="132.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00520858723" Longitude="28.980270624161" StarRating="2" HotelCode="191078|big_apple_hostel__hotel" HotelName="Big Apple Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Caddesi Bayramfirin Sokak No:12, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/ac/71ac458ee4a4417b908088bec365a9f0c09e09c2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.96" OriginalAmount="132.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.054153817992" Longitude="28.98580275066" StarRating="3" HotelCode="308217|aymira_suite_hotel" HotelName="Aymira Apart Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Mahallesi, Rumeli Caddesi 106, Osmanbey, Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/7e/d6/7ed6bc323016f73ec17471fa77abbba54f0aa141.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.96" OriginalAmount="132.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03430655" Longitude="28.98372612" StarRating="0" HotelCode="548560|arart_hotel" HotelName="Arart Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Katip Mustafa Celebi Mahallesi, Billurcu Sokak 4, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/51/3151e877147042fd30ce7259c1f9e8a7f5839a39.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service, a safe and room service. Wir...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.96" OriginalAmount="132.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="967077|element_garden" HotelName="Element Garden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cihangir Mahallesi, Dr Mehmet Oz Sokak 21, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/7b/8c7b14513caa756125bb70e21517e43c032050e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.96" OriginalAmount="132.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008379618408" Longitude="28.963636561937" StarRating="4" HotelCode="933247|golden_rain_hotel_old_city" HotelName="Golden Rain Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Kemalettin Mahallesi, Mithatpasa Caddesi, Abihayat Sokak No. 6, Eminönü, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/f1/b4f1fa6ae48c0cc2bd7be598f499319888a5b53e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.96" OriginalAmount="132.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="978784|basilissis_hotel" HotelName="Basilissis Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Guzelsanatlar Sokak 4, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/69/7b692bc056134079d755b79fe9d6ca1008b5649a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="136.10" OriginalAmount="132.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.97834" Longitude="29.12428" StarRating="0" HotelCode="|192646" HotelName="Continent Hotel Ataşehir" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucukbakkalkoy Mah.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/6/4/6/192646_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="136.20" OriginalAmount="132.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01566" Longitude="28.95889" StarRating="0" HotelCode="|184665" HotelName="Nagehan Hotel Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Molla Husrev Mh. Uzumcu Sk. No: 1-3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/6/6/5/184665_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="136.22" OriginalAmount="132.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0061882" Longitude="28.9799033" StarRating="0" HotelCode="|83043" HotelName="Turk Art Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mah. Tevkifhane Sok. No:12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/4/3/83043_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has rooms with WiFi and (free of charge). breakfast service. SITUATION: This hotel Istanbul it is in it is close to the mosque.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="136.32" OriginalAmount="132.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0036935" Longitude="28.9725279" StarRating="3" HotelCode="|82934" HotelName="Basileus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mahallesi, Sehit Mehmet Pasa Sok. No:1 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/3/4/82934_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is 300 metres away fromMarmara the coast of Close to Santa Sofia the Mosque of. ROOM: The rooms have a balcony and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="136.38" OriginalAmount="132.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.037587" Longitude="28.813821" StarRating="0" HotelCode="|464445" HotelName="Dem İstanbul Airport Hotel" 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/6/4/4/4/5/464445_a8e7ce50752.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="136.46" OriginalAmount="132.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003893" Longitude="28.974102" StarRating="3" HotelCode="|40755" HotelName="Erguvan  - Special Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/7/5/5/40755_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel, with air-conditioning, renovated in 2007 and has 22 rooms, The establishment has a lobby with a reception, a safety deposit box service, a currency exchange service, a cloakroom, a lift, a bar, a restaurant and WiFi. For an extra cost you can have access to room service and a car park. SITUATION: Is situated in the historic centre, near the establishment, you will find monuments, is 15 kilometres away from the 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 internet, a mini-bar, a double bed, a safe, an air-conditioning system and heating. MEALS: Customers have at their disposal a restaurant, coffee shop and terrace. PAYMENT METHODS: Customers can pay using Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="136.59" OriginalAmount="132.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035298" Longitude="28.978288" StarRating="0" HotelCode="|74831" HotelName="Petros" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Balo Sok. 30, Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/8/3/1/74831_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment offers a transfer service to the airport and rooms with internet. SITUATION: Near the establishment, you will findStikal the street it is 1 kilometre away from Taksim the Square of it is 5 minutes away from restaurants. ROOM: The rooms a bathroom, a hairdryer, flat-screen satellite television and a courtesy tea and coffee service. They also have a direct line telephone, a safety deposit box, a mini-bar and WiFi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="136.59" OriginalAmount="132.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03948" Longitude="28.98116" StarRating="3" HotelCode="260216|874765" HotelName="Pera Orient Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe, Duvarci Adem Sokak 35, Taksim, Beyoglu, 34435 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/4c/834c4fd67129f1f5a3358660d5b7c7c2f7e6729b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.99" OriginalAmount="133.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00631" Longitude="28.96687" StarRating="3" HotelCode="172037|gedik_pasa_konagi" HotelName="Gedik Pasa Konagi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Gedikpasa Cadesi, 70, Beyazit Dsitrict 34126, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9b/7b/9b7b2cceaf438e0a11ea0d78bd77f390991c43cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the district of Beyazit, roughly 400 m from the attractions of the Sultanah...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.99" OriginalAmount="133.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.002769466812" Longitude="28.974206149578" StarRating="3" HotelCode="176167|mari_time_hotel" HotelName="Mari Time" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cayiroglu Sokak No. 9, Kucuk Ayasofya Mahallesi, Sultanahmet, Istanbul 34122</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/39/3e/393e1b072bd3e11fbb58a0e41cce88177bf84013.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located on the Sultanahmet peninsula, roughly a 10 to 15-minute walk to the maj...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.99" OriginalAmount="133.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.975565" Longitude="28.874714" StarRating="3" HotelCode="188682|bakirkoy_hotel" HotelName="Bakirkoy Pansiyonu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Zeytinlik Mahallesi, Omer Naci Sokak 25, Bakirkoy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/6f/2b6f9ad042ede9ab9642af6c654142c976408ef9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.99" OriginalAmount="133.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.048638" Longitude="29.025189" StarRating="3" HotelCode="297938|corner_hot" HotelName="Corner Hot" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Buyuk Sekerci Sk. No. 1, Ortakoy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/a9/c1a96fa3c79b32845aa50d528759f3fe26cc2e08.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.99" OriginalAmount="133.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.993949386466" Longitude="28.841045670818" StarRating="3" HotelCode="306017|tempo_fair_suites" HotelName="Tempo Fair Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hürriyet Mahallesi, Hürriyet Caddesi 17, Bahcelievler, 34192 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a6/87/a687fe8df1da680b5a266e93ab9fde53563d47e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.99" OriginalAmount="133.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.049449478312" Longitude="28.985658994868" StarRating="3" HotelCode="364424|park_grazza_hotel" HotelName="Park Grazza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Ergenekon Mahallesi, Dolapdere Caddesi 158, 34375 Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/6c/68/6c68de11a9747ab8e75265faa4729b26e50afb5f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.99" OriginalAmount="133.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05468392" Longitude="28.82386453" StarRating="5" HotelCode="578351|tryp_by_wyndham_istanbul_airport" HotelName="TRYP by Wyndham Istanbul Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>13 Ordu Caddesi, Building A, Mahmutbey, 34218 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/ae/33ae461b58c3aff89263e0fe9a7b69a99f963271.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.99" OriginalAmount="133.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.97579615" Longitude="29.1486161" StarRating="0" HotelCode="623791|cityloft_161" HotelName="Cityloft 161" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Zumrut Sokak, 34755 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/76/9f/769fe819b204b69207512be72ae67c8d8c7c130d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a restaurant, a café, a bar and a busi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.99" OriginalAmount="133.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.993674028346" Longitude="28.841188381615" StarRating="3" HotelCode="933232|tempo_suites_airport" HotelName="Tempo Suites Airport Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hürriyet Caddesi 14, Güngören Sokak, Bahcelievler, 34192 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/13/46/1346bbd9b653c7576d7e46f73e3ea9fa1fc73080.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.25" OriginalAmount="133.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.022695" Longitude="28.960317" StarRating="0" HotelCode="|475645" HotelName="Vento Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Yesil Tulumba Sokagi No:15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/6/4/5/475645_ba853b91254.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.30" OriginalAmount="133.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0345018" Longitude="28.9855027" StarRating="0" HotelCode="|86747" HotelName="Style Star Hotel Cihangir" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cihangir Mahallesi Baskurt Sokak No.8, Cihangir,Taksim 34433</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/4/7/86747_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a restaurant. SITUATION: 2 minutes away, guests can findTaksim the square Istiklal the street. ROOM: Guests are offered rooms with air-conditioned and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="137.38" OriginalAmount="133.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04032686819" Longitude="28.985067900226" StarRating="3" HotelCode="191056|2009035" HotelName="Ferman Hilal Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Topcu Caddesi 23, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/cf/ddcf4c03704acb793f43e819eaa6231c85863f38.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.46" OriginalAmount="133.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0489856" Longitude="29.0254246" StarRating="0" HotelCode="|534404" HotelName="Dilens Bosphorus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mecidiye Mh. Carsiagasi Sk. Besiktas</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/4/0/4/534404_a0932a31112.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="137.60" OriginalAmount="133.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007798569176" Longitude="28.958774457672" StarRating="4" HotelCode="174010|37014" HotelName="Nanda Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Kemalettin Mahallesi, Koska Caddesi Seyhnameci Sokak 14, 34130 Istanbul, Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/7c/6b7cd23d39f06d97724609aa73bc219b2faa8170.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Laleli, Fatih area of old Istanbul, within 1 km of the Grand Bazaar and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.67" OriginalAmount="133.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9932967" Longitude="29.0264334" StarRating="0" HotelCode="|353504" HotelName="beyazköşk otel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/5/0/4/353504_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.83" OriginalAmount="133.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003395" Longitude="28.9785741" StarRating="0" HotelCode="|184768" HotelName="Ottomarin Hotel Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Area Akbiyik Degirmeni Str. No9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/7/6/8/184768_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.87" OriginalAmount="133.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0081452" Longitude="28.9644049" StarRating="0" HotelCode="|86942" HotelName="Nezih Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mithatpasa Cad. Yenidevir Sok. No: 8 Beyazit</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/4/2/86942_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a lobby and a sitting room. SITUATION: It is 5 minutes away from the bazaar. ROOM: The rooms have an air-conditioning system and room service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.87" OriginalAmount="133.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0116321" Longitude="28.956492" StarRating="3" HotelCode="|83034" HotelName="Bergama" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Fevziye Cad. No:34 Sehzadebasi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/3/4/83034_40cfc9e1616.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated next to the palace, museums and monuments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.88" OriginalAmount="133.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0378038" Longitude="28.9830928" StarRating="3" HotelCode="|86808" HotelName="Three Apples Suites and" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/0/8/86808_12.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Istanbul it is in TarlabaÅŸi it is in 3 minutes away from the establishment, you can find Taksim the Square of. ROOM: All the rooms have WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.91" OriginalAmount="133.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04443" Longitude="28.9826" StarRating="0" HotelCode="|184566" HotelName="Icon Istanbul Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Eskisehir Dist., Dolapdere St No. 43/47</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/5/6/6/184566_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.02" OriginalAmount="134" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012242" Longitude="28.95716" StarRating="3" HotelCode="933207|205335" HotelName="Bergama Hotel Istanbul" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Elevator,Internet,Parking,Pick &amp;amp; Drop,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesih Pasa Mahallesi, Fevziye Caddesi No. 34, Sehzadebasi, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/50/37/50372d0e34c501b45896e1c6001fdb44a60eb0e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Istanbul (Laleli), Bergama Hotel is minutes from Sehzad...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.02" OriginalAmount="134" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039861952714" Longitude="28.914422641525" StarRating="4" HotelCode="298196|45382" HotelName="Ramada Encore Bayrampasa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yenidogan Mahallesi, Sehit Naci Çakar Sokak 11, 34030 Bayrampasa, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/406371/a_406371_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.02" OriginalAmount="134" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="968058|488335" HotelName="Grand Bosfor Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mesih Pasa Mahallesi, Ihtisap Agasi Sokak 8, Fatih, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/ext/d5/21/d521ab879d95745573ce702d3f5a73f4ebe5bb53.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="138.02" OriginalAmount="134" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1272103-32839982/1328528078072082355/3613" HotelName="DAYS INN &amp;amp; SUITES BY WYNDHAM ISTANBUL ESENYURT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/73000000/72290000/72282700/72282679/f525141c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.02" OriginalAmount="134.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.037569953731" Longitude="28.982596347221" StarRating="3" HotelCode="305942|sabra_residence_hotel" HotelName="Trass Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mahallesi Turan Caddesi 5, Beyoglu, 34250 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/6f/4e6fb3e49a3b527f7be13e0f21234fd41b71556e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.02" OriginalAmount="134.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01150876" Longitude="28.94060957" StarRating="4" HotelCode="365965|real_star_hotel" HotelName="Real Star Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Haseki Sultan Mahallesi, Millet Caddesi 47, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/fc/f1fc541dbc89753a044f2b9ace3e71ab722043df.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.02" OriginalAmount="134.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05906715" Longitude="28.98482163" StarRating="0" HotelCode="620974|sparkle_hotel_2" HotelName="Sparkle Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="boutique hotel" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Harzemsah Sokak 30, 34381 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/13/bb/13bbdb6c465679e3af37edff57948f118dda3a44.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.02" OriginalAmount="134.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03554287" Longitude="28.98694011" StarRating="0" HotelCode="736517|juno_hotel_taksim" HotelName="Juno Hotel Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gumussuyu Mahallesi, Dunya Saglik Sokak 17, Beyoglu, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/cd/37cdf3d4b36716e0f41a503a9d9ae39960816b27.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.02" OriginalAmount="134.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="3" HotelCode="899477|santa_ottoman_hotel" HotelName="Santa Ottoman" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sehit muhtar mahallesi, Kurabiye Sokak 1, Zambak Sokak, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/ec/bbec33f21f172d17250baba8ef9397e59ceae357.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Standing in the heart of Istanbul, in Taksim square with magnificent views of Istiklal street, Taksi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="138.14" OriginalAmount="134.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.978752" Longitude="28.878355" StarRating="4" HotelCode="188687|2561685" HotelName="Mercure Istanbul Bakirkoy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Istanbul Caddesi 71, Bakirköy, 34142 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/5a/845a79a110f28ff5d3829ebee2c28a940b2ede0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="138.45" OriginalAmount="134.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039666" Longitude="28.983389" StarRating="0" HotelCode="|305131" HotelName="Ferman Hilal" 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/0/5/1/3/1/305131_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="138.48" OriginalAmount="134.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.017105" Longitude="29.061151" StarRating="0" HotelCode="|534598" HotelName="ELİTE MARMARA BOSPHORUS and OTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Serhat Emre Sk No 27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/5/9/8/534598_eb0fca51127.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="138.62" OriginalAmount="134.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.052741479071" Longitude="28.98672369393" StarRating="3" HotelCode="191118|1006175" HotelName="Cumbali Luxury Boutique" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Mahallesi, Tavukçu Fethi Sokak 31, Osmanbey, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/85/1485fd3c98d51c2f1afebde935ba27a06cb742ae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="138.74" OriginalAmount="134.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006934618615" Longitude="28.966193764418" StarRating="4" HotelCode="299677|255702" HotelName="Enderun Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tiyatro Caddesi, Esirci Kemalettin Sokak 4, Beyazit, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/8a/278a407d1be2603ea60164e7d70d8cebeab539a8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="138.83" OriginalAmount="134.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0068213" Longitude="28.970983" StarRating="3" HotelCode="|22631" HotelName="Golden Crown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PIYERLOTI CAD. CEMBERLITAS-SULTANAHMET 10 // Piyer Loti Cad. Test Sokak No:45</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/3/1/22631_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 2003, has 35 rooms, a lobby with a reception, a lift, a safety deposit box service and a currency exchange service. Guests are also offered a bar, a television room, an Ã  la carte and buffet restaurant with air-conditioning and internet. There are many services available at the establishment, including room service, a laundry service and a medical care service. SITUATION: This urban hotel is situated in Istanbul the historic centre of Bosphorus Bridge it is 500 metres away from a few minutes walk away from the establishment, clients can find the Grand Bazaar, Hagia Sophia and Topkapi Palace monuments, 300 metres away, there is a tram stop, is situated 20 kilometres away from Istanbul AtatÃ¼rk Airport. ROOM: The stylish rooms with air-conditioning, have a bathroom, a direct line telephone, a satellite or cable television, a mini-bar, a radio, a double or king-size bed and central heating. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and an Ã  la carte or set-menu dinner. Guests can book half-board.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.05" OriginalAmount="135" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00895283" Longitude="28.95414414" StarRating="5" HotelCode="503858|217691" HotelName="The Center Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesihpasa Mahallesi, Sait Efendi Sokak no 11, Laleli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/20/17208d8d9298e11cea897917872599d314591cce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.05" OriginalAmount="135.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.871072233854" Longitude="29.268374404746" StarRating="3" HotelCode="267864|classes_boutique_hotel" HotelName="Classes Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>E-5 Yan Yol Üzeri 195, Üst Kaynarca, Pendik, 34899 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/c3/b4c37fca349f79a2bb26b14b244c8b9160e762bc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.05" OriginalAmount="135.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.054372594662" Longitude="28.988638711045" StarRating="3" HotelCode="310823|fatih_hotel_corner" HotelName="Fatih Corner" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Mahallesi, Haci Mansur Sokak 71, Osmanbey, 34363 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/df/71df1db0dabab18c3e4c3af31cf94f569e478d50.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests of the hotel can reach various storeys easily and comfortably by lift. Services and facilitie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.05" OriginalAmount="135.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0143716" Longitude="28.97907265" StarRating="3" HotelCode="308234|sayeban_gold_hotel" HotelName="Sayeban Gold Hotel Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Kummeydani Sokak 14, Nöbethane Caddesi, Sirkeci, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/29/642978619a4e4d6135236c6ca0cbbbd157dd3fe3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.05" OriginalAmount="135.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023795247904" Longitude="28.975327893645" StarRating="4" HotelCode="313494|karakoy_aparts" HotelName="Karaköy Aparts Hotel &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yüksek Kaldirim Caddesi 49, 34560 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/80/e180e8ae110b8afa30718784eaaac0b215160976.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.05" OriginalAmount="135.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.063180178659" Longitude="29.001382146857" StarRating="4" HotelCode="313403|business_life_boutique_hotel_" HotelName="Business Life Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Fulya Mahallesi, Vefa Deresi Sokak 15 A, Fulya, 34394 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/37/96/3796d84aeafebf613fe328909e12571c4e55329a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.05" OriginalAmount="135.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99813047" Longitude="29.1426815" StarRating="3" HotelCode="374744|bomontist_suit" HotelName="Bomontist Suit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Serifali Mahallesi Kule Sok No:17, Ümraniye Istanbul 34775 Türkiye</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/08/a0/08a05abb13b83371dab4800e29ddad7dd367faff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.05" OriginalAmount="135.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.031776733379" Longitude="28.977980957993" StarRating="3" HotelCode="380968|nuru_ziya_suites" HotelName="Nuru Ziya Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tomtom Mahallesi, Nur-u Ziya Sokak 33, Yeni Çarsi Caddesi, Beyoglu, 34433 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9b/08/9b08c446731243c86e4c23a004a0ce5ce4e2025d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.05" OriginalAmount="135.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="768253|taksim_abc_hotel" HotelName="Taksim ABC Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Feridiye Cadessi 30, Taksim, Beyoglu, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/4a/734ab65d07d6c8b9c5cee6e6b198fff7b034d43e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.05" OriginalAmount="135.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003478" Longitude="28.969249" StarRating="3" HotelCode="933196|ottoman_elegance_hotel" HotelName="Ottoman Elegance" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Donus Sok. No. 26, Kadirga Meydani Sehsuvarbey Mahallesi, Hagia Sophia, Sultanahmet, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/28/1a/281a2902621dd28043ffb67f1f681718c866e03f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="139.21" OriginalAmount="135.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005233" Longitude="28.980963" StarRating="0" HotelCode="|523226" HotelName="Cape Palace Hotel" 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/5/2/3/2/2/6/523226_02bdadd0914.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="139.24" OriginalAmount="135.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0342869" Longitude="28.9844347" StarRating="4" HotelCode="|82946" HotelName="Innpera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>S?raselviler Cad No :15 Taksim</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/4/6/82946_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is 50 metres away fromTaksim the square. ROOM: Customers have rooms with views of the city and Bosphorus views of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="139.34" OriginalAmount="135.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0089961" Longitude="28.9543196" StarRating="0" HotelCode="|305585" HotelName="The Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mesihpa?a Mahallesi Sait Efendi Sokak No:11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/5/5/8/5/305585_0f2a10f1711.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="139.34" OriginalAmount="135.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.058709" Longitude="28.988595" StarRating="3" HotelCode="130275|608385" HotelName="Titanic Comfort Sisli" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Operator Raif Bey Sokak 40, 34360 Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/e4/64e427bb1aa199826c9e637bfe76bb7dcfd9b2e2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="139.39" OriginalAmount="135.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01266" Longitude="28.94027" StarRating="0" HotelCode="|193205" HotelName="Golden Ak Marmara Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mollagurani Mah. Findikzade Sokak No 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/2/0/5/193205_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="139.72" OriginalAmount="135.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009803" Longitude="28.977588" StarRating="1" HotelCode="191072|2231485" HotelName="Anadolu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mahallesi Yerebatan Caddesi Salkim Sogut Sokak no:3, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/fb/fafb87be0eee224a706c56fdaa7d509dda7fef88.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="139.81" OriginalAmount="135.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.054681" Longitude="29.026497" StarRating="0" HotelCode="|548152" HotelName="Class Hotel Bosphorus" 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/5/4/8/1/5/2/548152_dc111fb1140.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="139.85" OriginalAmount="135.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00611" Longitude="28.66431" StarRating="4" HotelCode="|235965" HotelName="Empire İstanbul " 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/2/3/5/9/6/5/235965_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140.08" OriginalAmount="136" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="3" HotelCode="877117|324323" HotelName="Istanbul Grand Aparts" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Muhsine Hatun Mahallesi, Turkyeri Caddesi 5, Beyazit, Istanbul 34126</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/a6/20a6d7e53db6de451e0259a9df270cdb4be5333c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140.08" OriginalAmount="136" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005817352488" Longitude="28.954915427709" StarRating="4" HotelCode="168614|23236" HotelName="Blue Marmaray" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Guvenlik Caddesi 43, Yenikapi, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/1e/571ec1f379e22b0b2376ff6c746ba95dcba9e19b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in Yenikapi, approximately a 20-minute walk to the highlights of S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.08" OriginalAmount="136.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004242" Longitude="28.890269" StarRating="4" HotelCode="155338|zoe_airport_boutique_hotel" HotelName="Zoe Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ahmet Kutsi Tecer Cad. No: 12, Merter, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/58/b9584226d6042dacec79fde2e14c4877e13d7d0c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated 10 km from the city centre, World Trade Center and the CNR trade fair grounds,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.08" OriginalAmount="136.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012904" Longitude="28.976445" StarRating="2" HotelCode="191062|second_home_hostel" HotelName="Second Home Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Ebusuud cad. No: 19, Sirkeci, Eminönü, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/fc/15fcb374d7868da938ee3cb89740242cb875a8cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.08" OriginalAmount="136.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.060238025726" Longitude="28.977716203705" StarRating="4" HotelCode="293571|urban_hotel_bomonti" HotelName="Big Box Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akar cd. No: 28, Halide Edip Adivar mah., Bomonti/Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/68/fc6868db074664bb8b3122451f9cd379691432bc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.08" OriginalAmount="136.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0082376" Longitude="28.9783589" StarRating="3" HotelCode="308230|k_suites_hotel_" HotelName="K Suites Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Halide Edip Adivar Mahallesi, Balci Sokak 35, Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/b0/0db003cea23ef69ba32c16732beae583fa810b31.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.08" OriginalAmount="136.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03027154" Longitude="28.97450667" StarRating="3" HotelCode="298260|hotel_gritti_pera" HotelName="Gritti Pera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Asmali Mescit Caddesi 20, Tünel - Beyoglu, Beyoglu, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/1e/9e1ec67dc7dd23a3e8d8a9da52767aa9ae72a3ed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.08" OriginalAmount="136.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00270893" Longitude="28.97463872" StarRating="2" HotelCode="308225|seatanbul_apart_istanbul" HotelName="Seatanbul Apart Hotel Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cayiroglu Caddesi 32, Sultanahmet, Fatih, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/40/d4/40d43aa454268c15cfec70cbf649764d9308ae04.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.08" OriginalAmount="136.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.97432486" Longitude="28.87574208" StarRating="3" HotelCode="374901|rios_hotel" HotelName="Rios Edition Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Cevizlik Mahallesi, Kennedy Caddesi 5, Bakirköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/c9/ccc942c3d2e4b868f0feaf62a844fe24fa60a537.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.08" OriginalAmount="136.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9927166" Longitude="29.02906443" StarRating="0" HotelCode="730300|armoni_city_hotel" HotelName="Armoni City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Osmanaga Halitaga Caddesi, Genclik Sokak 7, Altiyol, 34714 Istanbul, Kadiköy</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/1d/711d5f808c9daed999188beb4a7a16c5c164eec6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="140.23" OriginalAmount="136.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0132761" Longitude="28.9770861" StarRating="0" HotelCode="|41585" HotelName="Best Nobel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>EBUSSUUD CAD SAFFETIPASA SOK 14-16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/5/8/5/41585_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2007, has 35 rooms, air-conditioning, a lobby, a reception, a safety deposit box service, a currency exchange service, a cloakroom, a lift and a restaurant. For an additional charge you'll be able to enjoy room service and internet. It also has WiFi. SITUATION: This hotel is situated in Istanbul the historic centre of Hagia Sophia, Topkapi Palace and Sultan Ahmed Mosque close to the establishment, clients can find it is near bars, restaurants, shopping areas and public transport services. near the establishment, guests will find Sirkeci the train and bus station it is situated 18 kilometres away from Istanbul AtatÃ¼rk Airport the establishment is 65 kilometres away from Sabiha Gokcen Airport. ROOM: The comfortable rooms, have a bathroom, a hairdryer, a direct line telephone, satellite or cable TV, internet, a mini-bar, a double bed, a safe, heating and an air-conditioning system. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa. OTHERS: The establishment offers international cuisine.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="140.23" OriginalAmount="136.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040860040043" Longitude="28.9837038517" StarRating="4" HotelCode="12447|1079938" HotelName="Feronya Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Abdulhakhamit Caddesi 58, Taksim, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c6/82/c682f5034b8399cc62641fee53a7b14937549d10.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="140.33" OriginalAmount="136.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.051135" Longitude="29.023682" StarRating="0" HotelCode="|540384" HotelName="Elite Marmara Bosphorus Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mecidiye Mahallesi Kumbaracibasi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/0/3/8/4/540384_c6dfd222110.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="140.67" OriginalAmount="136.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0088385" Longitude="28.9544317" StarRating="0" HotelCode="|108184" HotelName="Rio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray caddesi sait Efendi Sokak No:21/1 - Laleli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/8/4/108184_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has, WiFi, (free of charge). SITUATION: The hotel is in Laleli the centre of it is situated 15 minutes away from the bazaar, 150 metres away, guests will find the tram station excellent transport links to, Sultan Ahmed Mosque it is 5 minutes away from.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="140.69" OriginalAmount="136.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008923" Longitude="28.960701" StarRating="3" HotelCode="162159|1067328" HotelName="Akgün Hotel Beyazit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Ordu Caddesi, Hazinedar Sokak 6, Beyazit, 34490 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/24/1524f615579afb782052ec0b2fe5c3e306e3d335.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="140.73" OriginalAmount="136.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008907" Longitude="28.95418" StarRating="0" HotelCode="|536151" HotelName="Grand Lara Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Saitefendi Sokagi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/6/1/5/1/536151_61dd95f2001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="140.86" OriginalAmount="136.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.049057" Longitude="29.025525" StarRating="0" HotelCode="|84909" HotelName="Ortakoy Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>MUVAKKIT SOKAK ORTAKOY BESIKTAS 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/9/0/9/84909_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has WiFi (free of charge), a reception, a car park (for a fee) and a transfer service to the airport, (for a fee). SITUATION: This establishment, the Bosphorus it is 100 metres away from Clients can find bars and restaurants. 3,5 kilometres away, there is a tram stop excellent transport links to and Taksim the square it is situated 28 kilometres away from Istanbul AtatÃ¼rk Airport. ROOM: All the rooms have an air-conditioning system, a satellite television, modern facilities, a living room, a dining room, a kitchen with fridge, hob, kitchenware, a bathroom with bathroom items and a kitchen.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="140.99" OriginalAmount="136.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.875902" Longitude="29.244272" StarRating="0" HotelCode="|524286" HotelName="Butik Pendik Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dogu Mahallesi ErolKaya Caddesi No:172</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/2/8/6/524286_512f1511133.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.11" OriginalAmount="137" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02501502" Longitude="28.8159874" StarRating="5" HotelCode="936797|45801" HotelName="Divan Suites Istanbul G-Plus" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Baglar Mahallesi, Mimar Sinan Caddesi 35, Günesli 34209, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/f5/f5a2a056a824940d/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the centre of Istanbul’s new business district, just five minutes from Istan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.11" OriginalAmount="137" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00342692745" Longitude="28.978429031912" StarRating="3" HotelCode="933251|58235" HotelName="Ottomarin Hotel Sultanahmet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Degirmeni Sokak 9, Akbiyik Bulvari, 34122 Sultanahmet </AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=760695</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.11" OriginalAmount="137" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039552019427" Longitude="28.981839720867" StarRating="3" HotelCode="305999|237593" HotelName="Sheriff Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Cambazoglu Sokak 22, Feridiye Caddesi, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/44/2d442a79c7e935b579f23de06cb71b7d3e449a6b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.11" OriginalAmount="137" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005794" Longitude="28.98027" StarRating="3" HotelCode="900673|343296" HotelName="Zeugma" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Akbiyik Caddesi 31, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/16/65163b881cb93ef32508d74584fe2b8d9474a22d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="141.11" OriginalAmount="137" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1413241-27441100/1328528078072082355/339" HotelName="TRADEMARK COLLECTION BY WYNDHAM OPERLA AIRPORT HOTELS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88410000/88408300/88408252/6f1fb5ff_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.11" OriginalAmount="137.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040308" Longitude="28.98347" StarRating="4" HotelCode="161005|taksim_park_city_hotel" HotelName="Nova Plaza Park Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Sehit Muhtar Caddesi 53, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/94/2494b6b65c04b550006de076a4612b6814a0334e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.11" OriginalAmount="137.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.014122753778" Longitude="28.977458998561" StarRating="3" HotelCode="102497|grand_seigneur_old_city_hotel" HotelName="Grand Seigneur Hotel Old City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hoca Pasa Mahallesi, Nöbethane Caddesi 18, Fatih, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a0/43/a0437aad7ca419e5f3fb32580093d86d022f3021.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the historic peninsula of Eminönü, close to the city wall and Topkapi Palace...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.11" OriginalAmount="137.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00413" Longitude="28.975525" StarRating="4" HotelCode="171881|sarnic_premier_hotel" HotelName="Sarniç Premier Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Caddesi 26, Sultanahmet, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/57/7b576434cf12c1688c112b0bf392fdc7830a8e8f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the heart of the Sultanahmet district, within a few minutes' walk of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.11" OriginalAmount="137.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00923836" Longitude="28.9549477" StarRating="3" HotelCode="323617|eskar_hotel_" HotelName="Eskar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesih Pasa Mahallesi, Aksaray Caddesi Ceylan Sokak No: 17, Laleli, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/58/d2/58d24ed56820bd579e68ac26a41a8ae5017379dc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.11" OriginalAmount="137.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00386123" Longitude="28.97147868" StarRating="3" HotelCode="369608|yakut_hotel" HotelName="Yakut Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Küçük Ayasofya Mah. Kadirga Liman Cad., Çardakli Firin Sok. No:3 Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/4c/ee4c2346295b12db53821ea19ab22406173f2d83.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.11" OriginalAmount="137.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00909827" Longitude="28.94916688" StarRating="0" HotelCode="956540|valens_hotel_downtown" HotelName="Valens Otel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Mahallesi, Sorguçcu Sokak 4, 34096 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/46/25/4625f29348065e345f9d68e8c0c7015093e45a7b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.11" OriginalAmount="137.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007445" Longitude="28.973307" StarRating="4" HotelCode="907368|burckin_hotel" HotelName="Burckin Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Klodfarer Caddesi 18, Istanbul, Sultanahmet, Marmara</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8d/cb/8dcb31e27c33e6c2dc4c34acadaf2f7390df34df.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.44" OriginalAmount="137.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.033643" Longitude="29.049709" StarRating="0" HotelCode="|529186" HotelName="New Beylerbeyi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Burhaniye Mahallesi Beybostani Sk. no 49</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/1/8/6/529186_4f22eb91203.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.51" OriginalAmount="137.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9983" Longitude="29.14226" StarRating="0" HotelCode="|192748" HotelName="Discovery Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>erifali Mahallesi Kule Sok No:17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/7/4/8/192748_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.61" OriginalAmount="137.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.985481" Longitude="28.765159" StarRating="0" HotelCode="|567328" HotelName="La Pearl Konaklama" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Fatih Mahallesi 832 Yanyol Caddesi no10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/7/3/2/8/567328_d63360d1330.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="141.67" OriginalAmount="137.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.028774200029" Longitude="28.807258467394" StarRating="4" HotelCode="146399|99502" HotelName="Courtyard Marriott Istanbul International Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Basin Ekspress Yolu, Fatih Caddesi Dereboyu Sokak 2, Halkali, Istanbul 34303</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/zz/dcad0913201008027bc103737b64b2eb78a9eb3c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.71" OriginalAmount="137.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03348" Longitude="28.982614" StarRating="0" HotelCode="|546089" HotelName="Elegance House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/6/0/8/9/546089_ea84be41006.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.78" OriginalAmount="137.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.053792" Longitude="28.949678" StarRating="4" HotelCode="|85014" HotelName="Dosso Dossi Hotels and Spa Golden Horn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SUTLUCE MAH.IMRAHOR CAD.DUTLUK SOKAK,BEYOGLU 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/0/1/4/85014_bba612f1615.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a gym, a car park, a transfer service (free of charge), (on request), WiFi (free of charge), The establishment also offers meeting rooms, communal areas, a shop and a reading room. SITUATION: This establishment, the Golden Horn it is in Istanbul is situated in Close to, and the Congress Centre. 10 minutes away from the establishment clients have the historic centre, 15 minutes away, guests can find the business area, is situated 30 minutes away from Istanbul AtatÃ¼rk Airport. ROOM: Each room has a tea service, a coffee maker, a kettle, a mini-bar, a desk, chair, a television, a direct line telephone, data connection and a safe. OTHERS: Regarding the food and beverage offering, clients can enjoy a restaurant, a buffet breakfast, Ã  la carte lunch and dinner and a lobby bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.95" OriginalAmount="137.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01325" Longitude="28.977595" StarRating="3" HotelCode="|22976" HotelName="Ilkay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hudavendigar Street 28-30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/7/6/22976_569b90f0922.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1985, renovated in 2000. It has 6 floors, 60 rooms, 47 double rooms, 3 single rooms and 10 suites. In the entrance, guests are offered a lobby, a reception with safety deposit boxes, a currency exchange service and a lift. It also has a cafÃ© and internet. There are many services available at the establishment, including room service, a laundry service, a medical care service and a car park. SITUATION: This urban hotel is situated in the tourist centre. ROOM: The stylish rooms with air-conditioning, a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a double bed, fitted carpets and central heating. PAYMENT METHODS: Customers can pay by American Express, Visa and Mastercard. OTHERS: Regarding the food and beverage offering, clients can enjoy buffet breakfast and lunch and an Ã  la carte or set-menu lunch and dinner. The establishment offers special dishes and food for those with special dietary requirements.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.17" OriginalAmount="138.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.977904" Longitude="29.136276" StarRating="0" HotelCode="|565975" HotelName="The Hera Suit Hotels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kartal Cd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/5/9/7/5/565975_9337acb1023.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.25" OriginalAmount="138.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0058129" Longitude="28.8704028" StarRating="0" HotelCode="|382300" HotelName="Hotel Atabay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/2/3/0/0/382300_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.37" OriginalAmount="138.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0089777" Longitude="28.9543418" StarRating="0" HotelCode="|108228" HotelName="Bulvar Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mesih Pasa Mah. Sait Efendi Sok. No:13 Laleli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/2/8/108228_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Laleli it is in 200 metres away, there is a tram stop, is situated 2 kilometres away from Sultanahmet the historic area of. ROOM: Customers can find soundproofed rooms, with WiFi, (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.38" OriginalAmount="138.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0372249" Longitude="28.9828002" StarRating="0" HotelCode="|107952" HotelName="Long Stay İstanbul Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mah. Turan Cad. No:5 Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/9/5/2/107952_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a reception and WiFi (free of charge). SITUATION: This cosy hotel is 3 minutes away from Istiklal Avenue it is 250 metres away from Taksim the Square of Taksim the underground station of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.42" OriginalAmount="138.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.024942" Longitude="28.970387" StarRating="0" HotelCode="|533012" HotelName="Depiero Hotel Karaköy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sari Zeybek Sk. 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/0/1/2/533012_49d69301157.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.46" OriginalAmount="138.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.97878" Longitude="29.168728" StarRating="0" HotelCode="|535272" HotelName="Pasha Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ferhatpasa MH. Ferhatpasayolu Cad No 55A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/2/7/2/535272_c4b38ce1448.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.67" OriginalAmount="138.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.019972" Longitude="28.96358" StarRating="0" HotelCode="|532862" HotelName="Roof Halic Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tahsildar Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/8/6/2/532862_e89af961020.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.70" OriginalAmount="138.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.907083" Longitude="29.288335" StarRating="0" HotelCode="|552850" HotelName="ERS LİFE AİRPORT HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AKSEMSETTIN MAH.FATIH BLV.NO 518 SULTANB</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/8/5/0/552850_078ae881107.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.77" OriginalAmount="138.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9797931" Longitude="28.8867611" StarRating="2" HotelCode="|108316" HotelName="Bakirkoy Tashan Business and Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tashan Cad. No: 57 Bakirkoy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/3/1/6/108316_1_7002.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Bakirkoy the district of it is situated 7 kilometres away from Istanbul AtatÃ¼rk the airport CNR Expo the exhibition centre. ROOM: The rooms have an air-conditioning system, heating and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.84" OriginalAmount="138.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01338" Longitude="28.97742" StarRating="0" HotelCode="|193120" HotelName="Lalahan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hudavendigar Caddesi No: 26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/1/2/0/193120_4b8e00c1615.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.85" OriginalAmount="138.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0485899" Longitude="28.9874125" StarRating="0" HotelCode="|108097" HotelName="Golf Royal İstanbul Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Halaskargazi Cad. No:7 Taksim/Harbiye</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/0/9/7/108097_5.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inHarbiye the area 200 metres away, guests will find Istanbul the Convention Centre It is 10 minutes away fromTaksim the square. ROOM: The establishment has spacious suites.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.95" OriginalAmount="138.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0692647" Longitude="29.0024676" StarRating="0" HotelCode="|82900" HotelName="Payidar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/0/0/82900_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 15 minutes away fromTaksim the square the exhibition centre. ROOM: Customers can find modern rooms with LCD TV and a patio.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="143.09" OriginalAmount="138.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.986959" Longitude="29.11151" StarRating="0" HotelCode="|474376" HotelName="Rise Inn Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Nartanesi Sk. 11/A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/4/3/7/6/474376_f08e5f31200.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="143.17" OriginalAmount="139.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0296608" Longitude="28.9750738" StarRating="0" HotelCode="|84899" HotelName="Gumusyan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ASMALI MESCIT MAH. ASMALI MESCIT SK. BEYOGLU 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/8/9/9/84899_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel, has a reception and a bar. SITUATION: This establishment, is close to Istiklal the street it is situated 2,7 kilometres away from Lutfi Kirdar the convention centre 4,2 kilometres away, you can find Istanbul Cevahir the shopping centre Cicek it is 600 metres away from Where clients can find bars, restaurants and taverns. la Torre de GÃ¡lata it is situated 500 metres away from La Plaza de Taksim 1,5 kilometres away from it is situated 20 kilometres away from Istanbul AtatÃ¼rk the airport. ROOM: The rooms have WiFi (free of charge), a mini-bar (free of charge), wooden floors, modern furniture, a writing desk, a satellite television, an air-conditioning system, a hairdryer and complimentary bathroom items. OTHERS: Regarding the food and beverage offering, clients can enjoy a breakfast service, The establishment offers a transfer service to, the airport, for an extra charge.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.17" OriginalAmount="139" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006655278404" Longitude="28.95316107016" StarRating="4" HotelCode="321383|198986" HotelName="Marmara Place Istanbul Old City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Inebey Mahallesi, Gazi Mustafa Kemal Pasa Caddesi 11-15, Yenikapi, Fatih, 34200 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/30/20307ce0222bba53c0b47f1dd451a6e57bdbba50.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.17" OriginalAmount="139" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034429" Longitude="28.984572300594" StarRating="3" HotelCode="260173|425622" HotelName="Economic Star" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Siraselviler Caddesi 45, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/af/4bafd46c24a4517b64cf87bba2f76329c7e30cd3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.17" OriginalAmount="139.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007512" Longitude="28.94814" StarRating="4" HotelCode="161120|the_city_hotel" HotelName="The City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Mahallesi, Namikkemal Caddesi, Manastirli Rifat Sokak 33, Fatih, 34300 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/fe/54feb09bb53290072571920416c5c034d20b52ed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of the Old Town of Istanbul, very close to some cultural places o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.17" OriginalAmount="139.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008245" Longitude="28.954145" StarRating="3" HotelCode="175221|yuksel" HotelName="Yüksel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesihpasa Caddesi 75, Laleli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/7d/b07def67dee07e7271f3afe063b9f2f35fdf72d3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.17" OriginalAmount="139.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03342693746" Longitude="28.985400152779" StarRating="3" HotelCode="200042|cihangir_hotel" HotelName="Cihangir Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Aslan Yatagi Sk. No:17, Cihangir, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/4e/c44e56b5cdc47218dc3a71426e5db0ef74986282.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a restaurant, a bar, a transfer service, room service and a conference room. Wirele...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.17" OriginalAmount="139.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008886" Longitude="28.962798" StarRating="0" HotelCode="395277|dundar_hotel_spa" HotelName="Bilinc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ordu Caddesi, Sekbanbasi Sokak 8, 34490 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f1/ed/f1ed39d4162d524864af1862dad174d005282a09.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.17" OriginalAmount="139.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0343757" Longitude="28.98137003" StarRating="2" HotelCode="398393|ayramin_hotel" HotelName="Ayramin Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Katip Çelebi Mahallesi, Anadolu Sokak 4, 34433 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/2b/zz/2bad0a585ffd7f6e74fcf608ae2c1b7aa5f354aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.17" OriginalAmount="139.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02693362" Longitude="28.97547397" StarRating="0" HotelCode="617080|beytul_galata" HotelName="Beytul Galata" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Beyoglu, Serdar i Ekrem Caddesi 19, Galata, 34421 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/99/8f998deb24f03f9c4dbfd5f868f88f990348ab61.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.17" OriginalAmount="139.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.97712052" Longitude="28.87434761" StarRating="0" HotelCode="613070|des_suites_hotel" HotelName="DES Suites Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Zeytinlik Mahallesi, Sokak 1, Ebuziya Caddesi Omer Naci, Bakirkoy, 34140 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/fa/bc/fabc733aaeeb3bba3d7628ef60fa2159c7fc3e03.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="143.21" OriginalAmount="139.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05773" Longitude="29.00104" StarRating="0" HotelCode="|534869" HotelName="Best Fulya Apart" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dikilitas Mah Ayazmadere Cad</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/8/6/9/534869_682364f1132.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="143.30" OriginalAmount="139.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.979975" Longitude="29.104452" StarRating="0" HotelCode="|551408" HotelName="Asia Business Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kucukbakkalkoy Mahallesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/1/4/0/8/551408_b1a93421413.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="143.31" OriginalAmount="139.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01398" Longitude="28.97835" StarRating="4" HotelCode="|184564" HotelName="lino" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/5/6/4/184564_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="143.44" OriginalAmount="139.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.975135" Longitude="28.876869" StarRating="0" HotelCode="|522077" HotelName="Aura Marina Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Muhtar Halil Kral Sk. 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/0/7/7/522077_019a6c90949.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="143.85" OriginalAmount="139.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9707298" Longitude="29.1110191" StarRating="5" HotelCode="|96072" HotelName="The Green Park Bostancı" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Icerenkoy Mah. Manolya Sanayi Sok. ,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/6/0/7/2/96072_dd5ac8a1305.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 196 rooms, a lobby with a reception, express check-out, restaurants, bars, a cafÃ© and a pub. The establishment offers guests a hairdresser's, meeting rooms, internet, ping-pong, a safety deposit box service, a currency exchange service, a cloakroom and a lift. There are many services available at the establishment, including a car park, the indoor car park, room service and a laundry service (for a fee). SITUATION: This hotel Istanbul it is in 2 kilometres away from the establishment, guests will find Bostanci the city centre of Bagdat the shopping area of restaurants, bars and cafÃ©s. 20 metres away, guests can find public transport services, is situated 20 kilometres away from Sabiha Gokcen Airport. ROOM: The rooms have a double or king-size bed, a central air-conditioning system, a direct line telephone, a satellite TV, a safety deposit box (available for a fee) and internet. They also have a bathroom with a shower, a bath, a hairdryer, a mini-bar and heating. FACILITIES: Guests are offered a spa, a covered swimming pool, an outdoor pool, a gym (available for a fee), a jacuzzi and a sauna. At an extra cost, you can find the steam bath and a massage service. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and Ã  la carte lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="143.97" OriginalAmount="139.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.966253" Longitude="29.110263" StarRating="5" HotelCode="89550|334345" HotelName="The Green Park Hotel Bostanci" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Içerenköy Mahallesi, Manolya Sanayi Sokak 36, Atasehir, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/b6/ffb61f141931ed9f1802a5f1d6b626f864d428af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the Asian side of Istanbul approximately 2 km from the centre of Bostanci an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="144.14" OriginalAmount="139.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.021941" Longitude="29.120131" StarRating="0" HotelCode="|525619" HotelName="Asem Suit Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sezer Sk. 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/6/1/9/525619_d1ccd321145.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.20" OriginalAmount="140" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034653080868" Longitude="28.984594345093" StarRating="4" HotelCode="13054|23226" HotelName="Hotel Grand Star Bosphorus" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Siraselviler Caddesi No. 45/1, Taksim, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/7e/3a/7e3a8bbba534af272de146e8884a18df361c3078.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the new area of the city, directly on Taksim Square. Guests wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.20" OriginalAmount="140.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.027767533966" Longitude="28.980805415956" StarRating="2" HotelCode="263739|residence_le_reve" HotelName="Residence La Vue Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Firuzaga Mahallesi, Defterdar Yokusu No: 15, Beyoglu, Cihangir, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/f9/56f95064f67d8e04973a666a0da7d403f979051c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.20" OriginalAmount="140.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039637617673" Longitude="28.981992223703" StarRating="3" HotelCode="315908|unique_suite_hotel_2" HotelName="Taksim Unique Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Cambazoglu Sokak 16/A, Talimhane, Beyoglu, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d3/2a/d32a0b438aa8a182907975f520b2d2cda5365698.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.20" OriginalAmount="140.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03467746" Longitude="28.98144083" StarRating="3" HotelCode="323662|taxim_lounge_hotel" HotelName="Taxim Lounge Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Katip Mustafa Çelebi Mahallesi, Hasnun Galip Sokak No: 9, Beyoglu, 34000 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ee/33/ee330a3d6db7d979de5775e7e0a3d261d85c9efa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.20" OriginalAmount="140.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013862928412" Longitude="28.976197667494" StarRating="3" HotelCode="387066|turvan_hotel" HotelName="Turvan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Sokak No. 16, Sirkeci, 34112 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/f4/9ef49d92a0d56da4fc9672d4680d0452f935f772.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.20" OriginalAmount="140.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00878216" Longitude="28.95411782" StarRating="0" HotelCode="623761|vertu_hotel" HotelName="Vertu Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mesihpasa Mahellesi, Ihtisap Agasi Sokak 2, laleli, Istanbul 34130</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/e6/efe69c8d5d63da9f0128af4fc9fb4e9775fd3a68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.20" OriginalAmount="140.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012258" Longitude="28.97755" StarRating="4" HotelCode="904568|raymond_hotel" HotelName="Raymond Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Ebussuut Caddesi 22, Sirkeci, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a1/9c/a19c0e70c8a1366978fdab415422bec4fd9c8189.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Sirkeci area of old Istanbul, the hotel is within easy walking distance of the major ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.20" OriginalAmount="140.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="967174|grand_lark_otel" HotelName="Grand Lark Otel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Mahallesi, Naz Sokak 3, Kartal, 34876 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/17/9517ba9a7597582b613336824557e651a885cc2d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="144.44" OriginalAmount="140.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0034241" Longitude="28.9691603" StarRating="0" HotelCode="|108081" HotelName="Ottoman Elegance Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kadirga Meydani Sehsuvarbey Mah. Donus Sok. No: 26,Kucukayasofya,Sultanahmet,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/0/8/1/108081_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a terrace. SITUATION: It is 10 minutes away from the mosque. ROOM: The rooms have an air-conditioning system and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="144.56" OriginalAmount="140.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0117441" Longitude="28.9565963" StarRating="3" HotelCode="|82917" HotelName="Maya  Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Fevziye Caddesi No: 5 Sehzadebasi Laleli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/1/7/82917_75b134c0629.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inIstanbul the heart of 250 metres away, guests have the mosque. ROOM: The establishment has 50 rooms with an air-conditioning system, a satellite TV and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="144.72" OriginalAmount="140.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.936622338631" Longitude="29.122539566556" StarRating="4" HotelCode="147030|606435" HotelName="Dream Hill Business Deluxe" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bagdat Caddesi 273, Maltepe, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8b/7c/8b7c873a8d3e8ea11d7678db1d9ce7e2140f7c4a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="144.74" OriginalAmount="140.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0088158" Longitude="28.9575577" StarRating="4" HotelCode="|95895" HotelName="Ilkbal Deluxe and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Koska Cad. No.43 Laleli,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/8/9/5/95895_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a restaurant, a bar, meeting rooms, a reception with safety deposit boxes, a business centre, a conference room and a sauna. SITUATION: It is situated 1 kilometre away fromBeyazit the Square of the establishment is 3 kilometres away from Imrahor the monument It is situated 5 kilometres away fromGalata the tower. ROOM: The rooms have an air-conditioning system, a satellite television, a direct line telephone, a fridge, a mini-bar and WiFi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="144.77" OriginalAmount="140.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.907653" Longitude="29.290074" StarRating="0" HotelCode="|466357" HotelName="Vplus Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>KADER</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/6/3/5/7/466357_8f28f7a1603.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="144.80" OriginalAmount="140.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039789" Longitude="28.982412" StarRating="0" HotelCode="|530097" HotelName="Taksim Larissa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/0/0/9/7/530097_5f31e471043.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="144.91" OriginalAmount="140.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0134972" Longitude="28.9763985" StarRating="0" HotelCode="|107948" HotelName="Sehir Hotel Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mah Orhaniye Cad.No:6-8 Fatih Sirkeci</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/9/4/8/107948_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is 2 minutes away from Sirkeci the railway station it is situated 700 metres away from Santa Sofia the Basilica of Topkapi the Palace of 500 metres away, guests can find the bazaar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="144.96" OriginalAmount="140.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03474" Longitude="28.98461" StarRating="4" HotelCode="|26911" HotelName="Marble" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SIRASELVILER CADDESI TAKSIM 41</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/9/1/1/26911_bea36350322.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2004, with air-conditioning, has 11 floors and 89 rooms. The establishment has a lobby with a reception, a safety deposit box service, a currency exchange service, a cloakroom and 3 lifts. Guests can find conference facilities, business facilities, a bar and a restaurant. The establishment also offers room service, a laundry service and a car park. SITUATION: 50 metres away, guests will findTaksims the city centre of Where you can find shops, bars, pubs, cafÃ©s, restaurants and nightclubs. 100 metres away, there is a bus station, The establishment is 20 kilometres away fromIstanbul AtatÃ¼rk Airport. ROOM: Customers can find modern rooms, They have a bathroom with a bath or shower, a direct line telephone, a satellite or cable television, a mini-bar, an air-conditioning system, central heating and a safe. FACILITIES: Clients can find a covered swimming pool, a swimming pool, a snack bar, deck chairs, a Turkish bath, a sauna and a massage service. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and an Ã  la carte or set-menu lunch and dinner. Guests can book half-board or full-board.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="145.05" OriginalAmount="140.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0329892" Longitude="28.9736686" StarRating="2" HotelCode="|82959" HotelName="Birol" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Asmal? Mescit Sokak No:18 Beyo?lu,Taksim</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/5/9/82959_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts WiFi (free of charge) and ticket sales. SITUATION: The hotel Beyoglu it is on Istiklal Avenue is situated in. ROOM: The rooms has modern, standard rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="145.10" OriginalAmount="140.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06943" Longitude="28.99496" StarRating="3" HotelCode="|193001" HotelName="Molton Monapart Mecidiyekoy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mecidiyekuyu Sokak No: 33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/0/0/1/193001_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="145.21" OriginalAmount="140.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035865" Longitude="28.9784829" StarRating="0" HotelCode="|304735" HotelName="Venus Hotel Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Huseyin Aga Mah. Tarlabasi Bulv. No:75 Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/4/7/3/5/304735_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.23" OriginalAmount="141" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.050801460392" Longitude="28.98685345595" StarRating="4" HotelCode="451210|147531" HotelName="Regard Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Dolapdere Cad. Dere Sok. 7, Sisli, 34375 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/7a/48/7a4817fb896bdab9b268f47b3869b415d3c8c207.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.23" OriginalAmount="141.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06231351793" Longitude="28.987741242846" StarRating="4" HotelCode="315872|blisstanbul_hotel" HotelName="Blisstanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abide-i Hurriyet Caddesi 122, Sisli, 34381 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/1f/ec/1feca89dc7a1b17c4725a7ad34f340363a9938a6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.23" OriginalAmount="141.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0692726" Longitude="28.99509012" StarRating="4" HotelCode="322716|molton_monapart_mecidiyekoy_hotel" HotelName="Molton Monapart Mecidiyeköy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mecidiyeköy District, Mecidiyekuyu Street Number 33, Sisli, 34287 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/3d/1d3dc6d761257367de3b64f002f846f6b356fbe2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.23" OriginalAmount="141.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012770298768" Longitude="28.97684276104" StarRating="3" HotelCode="902570|sirkeci_park_hotel" HotelName="Sirkeci Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ebusuud Caddesi 24, Sirkeci, 34120 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/04/4d/044dced8384c0607293afacc065233b4fa6f1e77.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to Sultanhmet in the historical district of Istanbul, a few metres from G...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.23" OriginalAmount="141.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012505853617" Longitude="28.95610339678" StarRating="4" HotelCode="936557|hotel_buyuk_hamit" HotelName="Büyük Hamit Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Gencturk Caddesi 72/74, Laleli, 34134 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/fe/3c/fe3cbe326e28d920db92f3fcd5eb7160268613c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="145.34" OriginalAmount="141.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04357" Longitude="28.98054" StarRating="0" HotelCode="|244291" HotelName="Gen Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Eskisehir Mah. Akaglar Cad. No 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/4/2/9/1/244291_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="145.86" OriginalAmount="141.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0137252" Longitude="28.9765146" StarRating="0" HotelCode="|108273" HotelName="Septimum Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mah. Orhaniye Cad. No:29 Sirkeci</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/7/3/108273_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2012, The establishment boasts a terrace Bosphorus with views of. SITUATION: It is inSultanahmet the historic area of this establishment, is 350 metres away from Topkapi the Palace of. ROOM: The establishment has modern rooms and with WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="145.91" OriginalAmount="141.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013356" Longitude="28.978088" StarRating="2" HotelCode="|82957" HotelName="Şamil " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hudavendigar Cad. Serdar Sk. No:1 Sirkeci</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/5/7/82957_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a lift, tourist information and a business centre with WiFi. SITUATION: This hotel Sultanahmet it is in Bosphorus it is situated near.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="145.92" OriginalAmount="141.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.046402" Longitude="28.984076" StarRating="0" HotelCode="|525625" HotelName="The Hubi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Dolapdere Cd. 127</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/6/2/5/525625_d99cd401153.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="145.92" OriginalAmount="141.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0130552" Longitude="28.9404935" StarRating="4" HotelCode="|33973" HotelName="Green Anka" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MILLET CAD.FINDIKZADE SOK.NO:4-FINDIKZADE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/9/7/3/33973_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 1993, it offers modern facilities and dining facilities.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="145.96" OriginalAmount="141.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03527" Longitude="28.98575" StarRating="0" HotelCode="|242216" HotelName="V Plus Taksim" 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/2/4/2/2/1/6/242216_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="146.00" OriginalAmount="141.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007708518039" Longitude="28.893676387732" StarRating="4" HotelCode="68447|591145" HotelName="Günes" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Nadide Caddesi, Gunay Sok n. 1, Merter, Istanbul 34173</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c5/e0/c5e000836abb00a6c435fa125c8647936be8d701.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Merter, a lively area ideal for shopping, well connected by bus and subway. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.26" OriginalAmount="142" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.97530376" Longitude="28.87665428" StarRating="0" HotelCode="615745|252199" HotelName="Cevheri's Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Cevizlik Mahallesi, Muhtar Halit Kral Sokak 21, Keneddy Caddesi, Bakirkoy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/13/20135ce90ed67abeff33f4f93743cf655367ee61.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.26" OriginalAmount="142" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013943069486" Longitude="28.877875882209" StarRating="5" HotelCode="305944|198231" HotelName="Ramada Hotel &amp; Suites Istanbul Merter" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Guven Mahallesi, Eski Londra Asfalti Caddesi 83, 34160 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/02/25/0225a40df296a38da959e8c81f9a1674f4398209.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.26" OriginalAmount="142.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040107467309" Longitude="28.983585834503" StarRating="4" HotelCode="33083|mineo_hotel_taksim" HotelName="Kervansaray Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Sehitmuhtar Caddesi 49, Taksim, Beyoglu, 34421 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/4c/774c132ed935bc5e13d518c6255d059325772f13.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Taksim, Istanbul. Restaurants, bars, pubs and nightclubs can be found in th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.26" OriginalAmount="142.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.876201" Longitude="29.231108" StarRating="4" HotelCode="311566|inera_hotel" HotelName="Inera Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bati Mahallesi, Sabri Taskin Caddesi 29, Pendik, 34890 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/dc/32dc510fdf70af089dc9dc823fb2c7e2dadcf0d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul - Sabiha Gökcen (SAW).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.26" OriginalAmount="142.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0446116" Longitude="28.9827253" StarRating="4" HotelCode="313443|icon_istanbul_hotel" HotelName="Icon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Eskisehir Mahallesi, Dolapdere Caddesi 47-43, Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4e/6a/4e6a4496383930edccf22be61a3faf2808a35324.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.26" OriginalAmount="142.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010160582753" Longitude="28.977245629711" StarRating="4" HotelCode="319557|bon_hotel_old_city" HotelName="Bon Hotel Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alaykosku Mahallesi, Sengul Hamam Sokak 5, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/3a/c53a840cd2369a8edc26e57ec091ff13db3e811a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.26" OriginalAmount="142.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00839461" Longitude="28.96701132" StarRating="0" HotelCode="375064|hotel_padova_5" HotelName="Hotel Padova" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Hayrettin Mh, Asma Kandil Sokak No 11, Fatih, 34126 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/6f/ca6f3b02c4f1cab0c0fd1e035bfa3704f2e47d4c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.26" OriginalAmount="142.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.052761" Longitude="28.991989" StarRating="3" HotelCode="497804|vali_konak_hotel" HotelName="Vali Konak Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Haci Mansur Sokak 8/1, Mesrutiyet Mahalessi, Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/c6/d8c677ccceb47b4fb4f558cda2a768de957bd751.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.26" OriginalAmount="142.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00394455" Longitude="28.9641103" StarRating="0" HotelCode="615273|ahmet_efendi_konagi" HotelName="Ahmet Efendi Konagi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 28/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sahsuvarbey Mahallesi, Ördekli Bakkal Sokak 15/1, Kumkapi, 34130 Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/29/b5292c85b9ac228661da32cd72a07e0c302dce57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.26" OriginalAmount="142.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05815046" Longitude="29.00291529" StarRating="4" HotelCode="936299|mia_berre_hotels" HotelName="Mia Berre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ayazmadere Caddesi 6, Fulya, Besiktas, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/f2/24f2af66dae93c1fddf563c5306261be7148a4d0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.26" OriginalAmount="142.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.019350831827" Longitude="28.909832298117" StarRating="4" HotelCode="933878|azak_hotel_topkapi" HotelName="Grand Makel Hotel Topkapi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Maltepe Mahallesi, Serçe Kale Sokak 1/1, Zeytinburnu, 34010 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/17/f5/17f54e4d31a1fdde563ad4a3af369c2449f94126.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="146.29" OriginalAmount="142.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0077875" Longitude="28.9543513" StarRating="3" HotelCode="67515|83175" HotelName="Aspen Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesih Pasa Mahallesi, Aksaray Caddesi No 25, Laleli, 34470 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/cb/2bcb39c9eaf408efd9de1b6d76933a00eae748c0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is located within walking distance of the Grand Bazaar (or 10 minute...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="146.29" OriginalAmount="142.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.90662" Longitude="29.19219" StarRating="0" HotelCode="|550708" HotelName="Eagle Palace Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Esentepe Mah., Kocatepe Cd., No.16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/0/7/0/8/550708_41d5d821109.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="146.40" OriginalAmount="142.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.021727" Longitude="28.878609" StarRating="4" HotelCode="260213|1079898" HotelName="Elite Marmara" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Ataturk caddesi no. 47, Merter, Gungoren, 34165 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b2/3a/b23a03a7b34f9b086d58f8107f6a08b9bbd77548.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="146.41" OriginalAmount="142.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.932642251862" Longitude="29.327947100121" StarRating="5" HotelCode="260171|1082838" HotelName="Miracle Istanbul Asia" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Harmandere Mahallesi, Dedepasa Caddesi Site Sokak 8, Kurtköy-Pendik, 01960 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/d3/f5d3dc2fb88057ab32df8b815c2ee72cd80a00af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="146.65" OriginalAmount="142.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003648977485" Longitude="28.972500264644" StarRating="3" HotelCode="175679|2256955" HotelName="Basileus Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mahallesi, Sehit Mehmet Pasa Sokak 1, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/bcf6f1cf62b54983ac2bb283853172a5.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.04" OriginalAmount="142.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02318" Longitude="28.81576" StarRating="0" HotelCode="|184468" HotelName="Hilton Garden Inn Istanbul Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Baglar Mahallesi, Yalcin Kores Cadd 14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/4/6/8/184468_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.29" OriginalAmount="143" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.979774491382" Longitude="29.108355811613" StarRating="2" HotelCode="936796|60317" HotelName="Cityloft 36 Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ali Ay Sokak 6, Atasehir, 34755 Istanbul, Marmara Region</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/631830/631830a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.29" OriginalAmount="143" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0451194" Longitude="29.00448342" StarRating="0" HotelCode="878224|381269" HotelName="Linden Houses" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Turkali Mahallesi, Sehit Asim Caddesi 60, 34357 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.29" OriginalAmount="143" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.015292" Longitude="28.877369" StarRating="3" HotelCode="905796|477796" HotelName="Hotel Nüans Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Posta Caddesi 97, Güngören Merter, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/104081/570f6a23ed2e4ee8eb14240fd7cdc2a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Güngören, on the European side of Istanbul. The centre with restaurants and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.29" OriginalAmount="143" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.91511574" Longitude="29.30302626" StarRating="0" HotelCode="591885|237657" HotelName="Skyport Istanbul Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Kurtköy Mahallesi, Ankara Caddesi 353, 34912 Istanbul, Pendik</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/41/ef410199780cc338ea2499f8bc0246ab2ea3af53.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access is available to travellers in the public areas. Those arriving in their own...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.29" OriginalAmount="143.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004111500254" Longitude="28.979798555374" StarRating="4" HotelCode="43702|avicenna_hotel__special_class" HotelName="Avicenna Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Mehmet Aga Caddesi Amiral Tafdil Sokak 19-58, Sultanahmet, Fatih, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/2b/77/2b770d450dd045b0f22ece694fb224d7c5c5f7ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is very centrally located close to a park and just 30 m from the river bank. Restaurants,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.29" OriginalAmount="143.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.053025" Longitude="28.987383" StarRating="4" HotelCode="191193|istanbul_suite_home_osmanbey" HotelName="Derpa Suite Hotel Osmanbey" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Massage Centre,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Halaskargazi Cad. No: 80, Osmanbey, Sisli 34371, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/a6/e9a67598b767f46d960d828a57446fa4db026589.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.29" OriginalAmount="143.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.995555039519" Longitude="29.025311456549" StarRating="0" HotelCode="221615|haydarpasa_pension" HotelName="Haydarpasa Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kadiköy Rihtim Caddesi, Nemlizade Sokak 8, 34716 Istanbul, Marmara</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/38/ac38547e0afe904d419760d70a69b6b7b3e61de7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.29" OriginalAmount="143.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01803359" Longitude="28.64617785" StarRating="4" HotelCode="437449|mardinn_hotel" HotelName="Mard-Inn Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Barbaros Hayrettin Pasa Mahallesi, 1988 Sokak 3, Nazim Hikmet Bulvari, 34515 Esenyurt, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/82/f982e623f07924ed751421eb4d2dc56f0fbc9d7e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.29" OriginalAmount="143.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98372809" Longitude="29.10788771" StarRating="3" HotelCode="619526|atacity_hotel" HotelName="Red Istanbul Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Kucukbakkalkoy Mahallesi, Senlik Sokak 2, Atasehir, 34750 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/7f/cd7f35dcd0416af506b1a9bf83557b161147b960.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.34" OriginalAmount="143.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007388" Longitude="28.951641" StarRating="0" HotelCode="|536697" HotelName="Hotel Grand Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Mah Valide Camii Sk No 45</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/6/6/9/7/536697_49be3512009.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.36" OriginalAmount="143.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01313" Longitude="28.95558" StarRating="3" HotelCode="|25182" HotelName="Sogut Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BUKALIDEDE SOK. - SEHZADEBASI/LALELI 11-13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/8/2/25182_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: this renovated hotel in 2006, with air-conditioning, has 50 rooms and 5 floors. It has a reception, internet, a currency exchange service, a cloakroom, a safety deposit box service, lifts, a restaurant and a cafÃ©. There are many services available at the establishment, including room service, a laundry service, a hairdresser's and a car park. SITUATION: It is close to the city centre, Where you can find bars, restaurants and shops. nearby, there is a public transport stop, is situated 15 kilometres away from the airport. ROOM: The modern rooms, a bathroom with a hairdryer, a direct line telephone, satellite and cable television, a radio, internet, a mini-bar, a double bed, an individual air-conditioning system and individual heating. Guests are offered 6 non-smoking rooms. FACILITIES: Guests can enjoy a sauna, For a fee, you can enjoy a massage service and a jacuzzi. PAYMENT METHODS: Customers can pay by Visa and Mastercard. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast and dinner and Ã  la carte lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.51" OriginalAmount="143.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038806" Longitude="28.982402" StarRating="0" HotelCode="|545978" HotelName="Havana Hotel Suites Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/5/9/7/8/545978_af17d941007.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.51" OriginalAmount="143.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0079648" Longitude="28.9516353" StarRating="0" HotelCode="|82910" HotelName="Hotel Ay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Valide Camii Sok No:30 Yenikapi / Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/1/0/82910_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is in Yenikapi the district of it is situated 1,5 kilometres away from the bazaar. ROOM: The establishment has rooms with internet, (free of charge), cable television. FACILITIES: The establishment boasts a car park (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.56" OriginalAmount="143.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01279" Longitude="28.97723" StarRating="3" HotelCode="|72432" HotelName="Evsen - Adults Only" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HOCAPASA MAH. IBNIKEMAL, CAD. NO:9, SIRKECI - ISTANBUL, TURKEY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/4/3/2/72432_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This family-run hotel and it is in a good location. SITUATION: Sirkeci Eminonu It is in 10 minutes away from the establishment, guests will find the historic centre, cultural places in a pedestrian zone, Where you can find restaurants. ROOM: The rooms have an air-conditioning system, a mini-bar, a satellite television, internet (free of charge) and a hairdryer.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.71" OriginalAmount="143.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9365044" Longitude="29.1226044" StarRating="4" HotelCode="|83522" HotelName="Dream Hill Business Deluxe  Istanbul Asia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BAGDAT CAD.NO 273 - KUCUKYALI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/5/2/2/83522_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a wellness centre, a covered swimming pool, a restaurant with buffet breakfast and a bar. The establishment has a sauna, a hammam, a fitness centre and a massage service. The establishment also has a car park (free of charge). SITUATION: This trendy hotel is 20 minutes drive away from Sabiha Gokcen the airport 700 metres away, guests will find Idealtepe the Railway Station of Istanbul it is situated 26 kilometres away from. ROOM: Each room has WiFi (free of charge), a flat-screen television, an air-conditioning system, have a sitting area, a mini-bar, a kettle and a coffee maker.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.93" OriginalAmount="143.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0101566" Longitude="28.9779389" StarRating="0" HotelCode="|86961" HotelName="Modern Sultan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Cad. Zeynep Sultan Camii Sk.No:13 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/6/1/86961_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Sultanahmet the centre of it is near the mosque, and the basilica. ROOM: The rooms have an air-conditioning system and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="148.11" OriginalAmount="143.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006991" Longitude="28.949574" StarRating="0" HotelCode="|463420" HotelName="Graziella Gold" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Mah. Gazi Mustafa Pa?a Cad.No:15 / 17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/3/4/2/0/463420_cb49a2d1955.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="148.18" OriginalAmount="143.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01401" Longitude="28.97858" StarRating="2" HotelCode="|192234" HotelName="Sirkeci Emek" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/2/3/4/192234_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148.32" OriginalAmount="144" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004308618625" Longitude="28.963944058861" StarRating="3" HotelCode="315886|284867" HotelName="Istanbul Family Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Air Conditioning,Airport Transfer (on Demand),Babysitting,Bar,Bicycle Rental,Currency Exchange,Garden,Internet,Kitchen,Laundry,Restaurant,Spa,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Muhsine Hatun Mahallesi, Mustesar Sokak 2, Fatih, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/40/a6401b90ad26f3e3a522e180fdbd76bf82f4ca5e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Kumkapi district of Istanbul, these comfortable apartments offer a perfect base from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.32" OriginalAmount="144.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040327980104" Longitude="28.984342217445" StarRating="4" HotelCode="26960|lion_hotel" HotelName="Lion" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lamartin Caddesi No:41, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/67/cf674fb5c40c8856b3042cd90aa5a47b45f6eba6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in Taksim, in the heart of Istanbul, a mesmerising city with its historical, n...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.32" OriginalAmount="144.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.067625" Longitude="28.973964" StarRating="3" HotelCode="185749|tempo_hotel_caglayan_istanbul" HotelName="Tempo Caglayan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tümleç Sokak No 2, Gürsel Mahallesi, Kagithane, 34384 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ae/8a/ae8aacf33d51a2c6d69a2c21754b9c714a121fc5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kagithane, just 2 km away from Sisli, where guests will find the nearest un...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.32" OriginalAmount="144.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008301" Longitude="28.976981" StarRating="3" HotelCode="167655|ares_hotel_sultanahmet" HotelName="Ares Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mahallesi, Incili Çavus Sokak 17, Sultanahmet, Fatih, 34400 Istanbul, Marmararegion</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/50/92502f946ddf3afc3b0f191d8b72cf790ccc906d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is set on the old, historical peninsula, one of the most colourful and fascinating quarte...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.32" OriginalAmount="144.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005184297679" Longitude="28.980581760407" StarRating="3" HotelCode="185596|hotel_saba_sultan" HotelName="Saba Sultan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Cad Cetinkaya Sokak No 4, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/c0/6fc073c72f888e83ce3760a821cb9a43ac06bf0e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Sultanahmet, at the heart of the city and its history. Within...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.32" OriginalAmount="144.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00842905" Longitude="28.96588018" StarRating="3" HotelCode="323790|alpinn_hotel" HotelName="Alpinn Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Tiyatro Caddesi 19, Beyazit, 34126 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a0/5e/a05eb28f8968db7427b25edb5bd9479b6df152de.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.32" OriginalAmount="144.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0038742" Longitude="28.97984983" StarRating="3" HotelCode="583245|ferman_konak_hotel" HotelName="Ferman Konak Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Cankurtaran Caddesi 70 - 72, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/8f/3d8f752981107fdcf15282fa21467b820bd9e7f9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.32" OriginalAmount="144.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01406" Longitude="28.97806" StarRating="3" HotelCode="514070|amara_hotel_oldcity" HotelName="Amara Old City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Nightclub,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Nöbethane Caddesi 8, Fatih, 34113 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/60/d5/60d55927ee9dcf5e302fa61956149ec67c8fe6c3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.32" OriginalAmount="144.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008473135597" Longitude="28.950160387373" StarRating="0" HotelCode="541159|hotel_nayla" HotelName="Nayla Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Mahallesi, Namik Kemal Caddesi 8, 34096 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/e0/20e05604d70e6f26e16ef0a9f3858a2ef0bcef71.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;SITUATION: It is in the historic centre, 500 metres away, guests will find the bazaar. 

ROOM: The r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="148.52" OriginalAmount="144.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004438" Longitude="28.972701" StarRating="4" HotelCode="166837|590135" HotelName="Arena Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucukayasofya Mahallesi, Sehit Mehmet Pasa Yokusu, Ücler Hamam Sokak No. 13-15, Sultanahmet, Fatih, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/6c/186c71712fc2ca87d6a0d33bfc7ee9c82564381d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the old city and is within walking distance of the main sightse...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="148.74" OriginalAmount="144.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0524" Longitude="28.98664" StarRating="0" HotelCode="|184265" HotelName="Cumbali Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Mah. Tavukcu fethi Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/2/6/5/184265_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="148.79" OriginalAmount="144.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.053049" Longitude="28.983582" StarRating="0" HotelCode="|566206" HotelName="Istanroom By KEO" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Mahallesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/6/2/0/6/566206_69d90641045.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="148.85" OriginalAmount="144.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.024394" Longitude="28.972427" StarRating="0" HotelCode="|566767" HotelName="Galatahan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bankalar Cd. 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/6/7/6/7/566767_90e6cfb2100.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="148.93" OriginalAmount="144.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039047" Longitude="28.982786" StarRating="0" HotelCode="|484821" HotelName="Vama Otel Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Feridiye Cd. 52</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/4/8/2/1/484821_0d716252049.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="149.11" OriginalAmount="144.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.054486" Longitude="28.988843" StarRating="0" HotelCode="|152212" HotelName="Fatih  Corner" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HACI MANSUR SOK. OSMANBEY-SISLI 71</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/2/1/2/152212_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was renovated in 2014 and has 22 modern rooms. SITUATION: 170 metres away, guests will findOsmanbey the metro station the establishment, is 250 metres away from the bus stop, Around the establishment, clients can find shops, bars, cafÃ©s and restaurants. la Plaza Taksim 2 kilometres away, you can find.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="149.14" OriginalAmount="144.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034303" Longitude="28.981161" StarRating="0" HotelCode="|452409" HotelName="Ayramin Deluxe" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/2/4/0/9/452409_0eb2cc01234.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="149.26" OriginalAmount="144.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.062675" Longitude="28.986967" StarRating="0" HotelCode="|474213" HotelName="Sisli House By Remar Holidng" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Koca Mansur Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/4/2/1/3/474213_a1da0af1241.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.35" OriginalAmount="145" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="984466|476707" HotelName="Istanbul Hotel &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cevizlik Mahallesi, Allale Sokak 11/1, Bakirkoy, 34142 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.35" OriginalAmount="145" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98899661" Longitude="29.02421409" StarRating="3" HotelCode="548597|206122" HotelName="Kuzen Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Caferaga Mahallesi, Dumlupinar Sokak 13, 34710 Kadiköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/4f/a84f2178a28f0029fca2e04719d80c8e359df0f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="149.35" OriginalAmount="145.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03331" Longitude="28.980895" StarRating="4" HotelCode="267140|corinne_hotel__boutique_class" HotelName="Corinne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Turnacibasi Cad./Ayhan Isik Sok. No:41, Beyoglu, 34433 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a1/85/a185807ea6baa1d1c6398d19a08985adc3bf3cf8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="149.35" OriginalAmount="145.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05631491" Longitude="28.66946107" StarRating="3" HotelCode="322718|nidya_hotel_esenyurt" HotelName="Nidya Hotel Esenyurt" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>1655 Sokak 3, 34535 Esenyurt, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/33/6733b6aeafc8e34a09655ad471bd916b3d449dee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="149.35" OriginalAmount="145.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99356784" Longitude="29.02816829" StarRating="0" HotelCode="850587|belizia_hotel" HotelName="Belizia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rasimpasa Mahallesi, Beydagi Sokak 49, Kadikoy, 34716 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/bc/b0/bcb0cbd9f18ebb29fd52ffea7464f44eba025eaf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="149.37" OriginalAmount="145.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01378" Longitude="28.97944" StarRating="3" HotelCode="|17624" HotelName="Orient Express and Spa By Orka Hotels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hudavendigar Street No: 24</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/6/2/4/17624_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2000. It has 52 double rooms and 2 suites. The establishment has a reception with safety deposit boxes, a cloakroom, a lift, a bar and an Ã  la carte restaurant with air-conditioning. The establishment offers room service and a laundry service. SITUATION: This hotel is in the historic centre of Istanbul. It is close to the city centre. 500 metres away, guests will find the tourist attractions, such as Sultan Ahmed Mosque, el palacio Topkaki and la Iglesia de la Divina SabidurÃ­a. ROOM: The comfortable rooms have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a mini-bar, fitted carpets, a central heating system and a safety deposit box. FACILITIES: The establishment has a covered pool. OTHERS: The establishment serves a buffet breakfast, an Ã  la carte lunch and an Ã  la carte or set-menu lunch and dinner. Special dishes and dietary restrictions can be accomodated for.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="149.56" OriginalAmount="145.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9803622" Longitude="29.1088696" StarRating="0" HotelCode="|353515" HotelName="Cityloft 24" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Albay Sokak No:26 Kucukbakkalkoy, Atasehir</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/5/1/5/353515_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="149.76" OriginalAmount="145.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01466233" Longitude="28.97632039" StarRating="4" HotelCode="437424|449165" HotelName="Glamour Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Vezir Cami Cikmazi, Sokak No:4, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/449165/449165a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="149.91" OriginalAmount="145.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035367905573" Longitude="28.981363946052" StarRating="3" HotelCode="398419|583941" HotelName="Ragip Pasha Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mahallesi, Imam Adnan Sokak 2, Istiklal Caddesi, 34435 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/58/583941/583941a_hb_a_010.JPG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="149.98" OriginalAmount="145.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008857484511" Longitude="28.967457711697" StarRating="4" HotelCode="33267|36914" HotelName="Beyaz Saray" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Yeniceriler Caddesi 77, Beyazit, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/52879/a_52879_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated in the historical old town in the Beyazit district of the city. The Gr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="149.99" OriginalAmount="145.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98891" Longitude="29.02438" StarRating="0" HotelCode="|243183" HotelName="Kuzen Otel - Adults Only" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Caferaga Mah. Dumlupinar Sk. No 13 Kadikoy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/3/1/8/3/243183_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.06" OriginalAmount="145.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00516" Longitude="28.95499" StarRating="0" HotelCode="|245096" HotelName="Grafen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Langa Hisari Cd. No:27 Katip Kasim Mahallesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/0/9/6/245096_d837f151416.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.06" OriginalAmount="145.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.037109" Longitude="28.981721" StarRating="0" HotelCode="|529071" HotelName="Peri Hotel Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Altin Bakkal Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/0/7/1/529071_8bb34a51055.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="150.18" OriginalAmount="145.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003143768212" Longitude="28.97207017791" StarRating="4" HotelCode="118816|1436338" HotelName="Villa Sphendone" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Demirci Resit Sokak No:19, Kucukayasofya, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/58/45586ad99b96aa9edf23c3374fbed100cc312bf2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.38" OriginalAmount="146.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003833" Longitude="28.972504" StarRating="4" HotelCode="17781|sokullu_pasa" HotelName="Sokullu Pasa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Diet Meals,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Küçük Ayasofya Mahallesi, Sehit Mehmet Pasa Sokak 3, Sultanahmet, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/af/45/af45c436bf6d34a40d5e67f064933e9eca7d8645.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies at the heart of the old town, within a few minutes walk of the city's most ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.38" OriginalAmount="146.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="3" HotelCode="118852|apex_hotel" HotelName="Apex" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Boutique,Currency Exchange,Garden,Laundry,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Mehmet Aga Caddesi, Amiral Tafdid Sokak, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/0e/310eaabcb1ea3db93392b1fac0c393319004733b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Istanbul Apex Hotel is a recently opened in the SULTANAHMET district. The hotel's super location off...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.38" OriginalAmount="146.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02408035" Longitude="28.97515132" StarRating="5" HotelCode="638764|vita_suites_karakoy" HotelName="Vita Suites Karakoy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Mueyyetzade Mahallesi, Yuksek Kaldirim Caddesi  47, Karakoy, Istanbul, Beyoglu</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/ac/3fac0cae06deab95a5c6a175704201a196df05f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.38" OriginalAmount="146.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010477769495" Longitude="28.977733631819" StarRating="3" HotelCode="901025|modern_sultan_hotel" HotelName="Modern Sultan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Bar,Boutique,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Parking,Restaurant,Room Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Zeynep Sultan Camii Sok:13, 34110 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/98/b5982daf8a8c72e7cc2241da6846c6b85b68f120.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt; Centrally located in Sultanahmet, this hotel is a 2-minute walk from the Blue Mosque, Hagia Sophia ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.38" OriginalAmount="146.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99323417" Longitude="28.82765867" StarRating="4" HotelCode="936309|rox_hotel_2" HotelName="Rox Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Çobançesme Mahallesi, Kimiz Sokak 24, 34196 Istanbul, Bahçelievler</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/d1/09d17eb28db105622a3d087f52c3cc9746de5f57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.38" OriginalAmount="146.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00844554" Longitude="28.96046167" StarRating="4" HotelCode="977623|beyazit_palace_hotel_2" HotelName="Beyazit Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nisanca Mahallesi, Mucellit Cikmazi 4/1, Fatih, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9f/1c/9f1c167842d82d4fe25a472b2a50a2695234106a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.39" OriginalAmount="146.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007571" Longitude="28.957067" StarRating="0" HotelCode="|555165" HotelName="Dempa Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Koska Cad. Azimkar Sok. No:58</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/5/1/6/5/555165_692e9381737.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.44" OriginalAmount="146.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05042" Longitude="28.98642" StarRating="0" HotelCode="|192741" HotelName="Blueway Hotel Historical" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bozkurt Mah. Dolapdere Cad No:199</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/7/4/1/192741_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.45" OriginalAmount="146.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.173558" Longitude="29.607431" StarRating="0" HotelCode="|567282" HotelName="Miletus Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Cavus, Ayazma Caddesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/7/2/8/2/567282_4fad30d1359.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.62" OriginalAmount="146.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007977" Longitude="28.967266" StarRating="0" HotelCode="|533878" HotelName="Grand Gedikpasha Hotel" 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/5/3/3/8/7/8/533878_5eea48a1150.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.70" OriginalAmount="146.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.87634" Longitude="29.2273" StarRating="4" HotelCode="|192983" HotelName="Myy Homes - Boutique Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bati Mah. Hakimler Cikmazi Sk No1 Pendik</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/9/8/3/192983_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="150.75" OriginalAmount="146.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007797240497" Longitude="28.955063906746" StarRating="3" HotelCode="437816|558443" HotelName="Dalan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Azimkar Sokak No:23-25, Laleli Caddesi, Laleli-Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/82428/388b4840-5340-4dfd-afaa-f10ff495cac3.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="150.83" OriginalAmount="146.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035934650703" Longitude="28.981010805523" StarRating="1" HotelCode="263729|625765" HotelName="Taksim Trust Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Nane Sokak 22, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f1/96/f19633799f5a1afda6007b88510cea2e73775905.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.95" OriginalAmount="146.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.024584" Longitude="28.97772" StarRating="0" HotelCode="|534636" HotelName="Genoa Port Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Necatibey cad. no.57</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/6/3/6/534636_0238ff71150.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.96" OriginalAmount="146.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011026" Longitude="29.105889" StarRating="0" HotelCode="|485460" HotelName="My Garden Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Akdeniz Cd. 137</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/5/4/6/0/485460_cedc8200954.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.01" OriginalAmount="146.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0091017" Longitude="28.9640104" StarRating="4" HotelCode="|86962" HotelName="The  Beyaz Saray and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/6/2/86962_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inIstanbul the city centre of 200 metres away, guests will find the bazaar. ROOM: Customers can find modern rooms. FACILITIES: The establishment has a sauna and a massage service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.14" OriginalAmount="146.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0232657" Longitude="28.6363683" StarRating="4" HotelCode="|192519" HotelName="World Point Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/5/1/9/192519_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.29" OriginalAmount="146.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.043007" Longitude="29.003722" StarRating="0" HotelCode="|546879" HotelName="Barkod Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sinan Pasa Kopru Sk. No:5/A, Besiktas</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/6/8/7/9/546879_2269f9c2334.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.38" OriginalAmount="146.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0401935" Longitude="28.9835659" StarRating="0" HotelCode="|37005" HotelName="Kervansaray Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SEHIT MUHTAR CD. NO:49 TAKSIM OTELLER BOLGESI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/0/0/5/37005_33d5cb31415.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is perfect for business and holiday stays, it offers excellent service and business facilities. SITUATION: This hotel is in the city centre, Close to the shopping area and leisure activities.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.41" OriginalAmount="147" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012537564145" Longitude="28.978362434359" StarRating="3" HotelCode="933248|203414" HotelName="Ottoman Luxury Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bar,Currency Exchange,Designated Smoking Area,Housekeeping,Internet,Laundry,Parking,Room Service,Spa,Telephone Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Hudavendigar Caddesi 4, Sirkeci, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/57/578105/578105a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Only 50 m from Gulhane Park and Gulhane Tram Station, Hotel Ottoman Luxury is situated 600 m from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.41" OriginalAmount="147" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011940495943" Longitude="28.956967592239" StarRating="3" HotelCode="14650|37206" HotelName="Maya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Fevziye St. No: 5, Sehzadebasi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/c4/e8c41f7d382390fa00f828931a25ad3b58a673f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="151.41" OriginalAmount="147.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007573" Longitude="28.948191" StarRating="3" HotelCode="188717|elit_palace_hotel" HotelName="Rouge Noire" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Manastir Rifat Sk. No: 29, Namik Kemal Cad., Aksaray, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/07/c2071083e969c7567e1a9559153af82c584b3299.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="151.41" OriginalAmount="147.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.028921" Longitude="28.979675" StarRating="2" HotelCode="191039|cheers_midtown_hostel_2" HotelName="Cheers Midtown Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Firuzaga Mah. Bogazkesen Cd. No: 68, Cheers Apt., Tophane, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/8b/d98b1a5351c2fef78d973668d810b51b0ccb4403.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="151.41" OriginalAmount="147.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.031444" Longitude="28.817157" StarRating="5" HotelCode="260175|retaj_royale_istanbul" HotelName="Retaj Royale" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Evren Mahallesi, Cami Yolu Caddesi 1/A, Günesli-Istanbul 34212</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/7b/fa/7bfab898b552ab96468dfde3c617c438e5fa55ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="151.41" OriginalAmount="147.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00918537" Longitude="28.95446712" StarRating="3" HotelCode="517163|river_hotel_11" HotelName="River Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Mesihpasa Mahallesi, Ceylan Sokak 18, Ordu Caddesi, Laleli Fatih, 34126 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/d3/12d38e5414f63d2c1aae973e6442a6d4485592a2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="151.41" OriginalAmount="147.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98594689" Longitude="29.11170979" StarRating="0" HotelCode="854276|ibis_styles_istanbul_atasehir" HotelName="Ibis Styles Istanbul Atasehir" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="24 Hour Security,Air Conditioning,Babysitting,Banquet Hall,Bar,Business Centre,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Kids Play Area,Laundry,Lounge,Meeting Room,Parking,Pets allowed,Printer,Restaurant,Room Service,Smoking Rooms,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Kucukbakkalkoy Mahallesi, Yenidogan Caddesi 6 2, Atasehir, 34750 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/2d/b22db73b9f2fa812ad8a04281561f9cbf74a187e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;ibis Styles Istanbul Atasehir Hotel

Design economy hotels

Ibis Styles Istanbul Atasehir Hotel is l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="151.47" OriginalAmount="147.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005332" Longitude="28.953899" StarRating="3" HotelCode="188706|959465" HotelName="Grand Sagcanlar Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mermerciler Caddesi 11, Yenikapi, Fatih, 34080 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/2b/482b4cf73f918397e917c15db42edad6876b9ca5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="151.52" OriginalAmount="147.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012475" Longitude="28.97795" StarRating="3" HotelCode="60858|940445" HotelName="Ersu" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ebussuud Caddesi Erdogan Sokak 10, Sirkeci, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/5a/d85aa0c9ac3e1214672934dcc0f4d60d1897ab59.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.64" OriginalAmount="147.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004049" Longitude="28.9755586" StarRating="4" HotelCode="|74817" HotelName="Sarnic Premier  - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mahalesi,Sifa Hamami sk. No:7,Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/8/1/7/74817_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Sarnic Premier Hotel is rated four stars. It was opened in 2011, comfortable and modern, has a restaurant, a bar, a patio and a garden. SITUATION: It is located near Hagia Sophia, clients can also find tourist points of interest. In the surrounding area, clients have the tram stop. ROOM: The establishment has 23 rooms with mini-bar, a satellite TV, an air-conditioning system, a courtesy tea and coffee service, a hairdryer and complimentary bathroom items.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.65" OriginalAmount="147.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035733" Longitude="28.811328" StarRating="5" HotelCode="|445132" HotelName="La Quinta by Wyndham Istanbul Gunesli" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Temmuz Mah, Bahar Cad. 61</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/1/3/2/445132_d6b41821110.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.77" OriginalAmount="147.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0314" Longitude="28.9746" StarRating="0" HotelCode="|238780" HotelName="Maroon Hotel Pera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Caddesi no:17 Tepebasi Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/7/8/0/238780_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.85" OriginalAmount="147.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0349748" Longitude="28.8950294" StarRating="4" HotelCode="|444220" HotelName="Litros and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/2/2/0/444220_369940f0802.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="151.87" OriginalAmount="147.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.078616" Longitude="29.002215" StarRating="0" HotelCode="53372|4691305" HotelName="Hotel Gül" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Talatpasa Caddesi No:99, Ortabayir-Levent, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/4f/724f5d6e93507f368625c2584f2ae4e3c9b5529c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="151.89" OriginalAmount="147.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008164" Longitude="28.958044" StarRating="4" HotelCode="188690|1450498" HotelName="Büyük Sahinler" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesihpasa Cad. No: 73, Istanbul, Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/98/2b986ffb4a4862684e90eef31c60f2db05b3854a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.96" OriginalAmount="147.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0175743" Longitude="28.9511147" StarRating="3" HotelCode="|95908" HotelName="Fatih Resadiye" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Buyuk Karaman Caddesi 6, Fatih Istanbul,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/9/0/8/95908_e2516c91822.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a car hire desk and tourist information. Around the establishment, guests can find a car park (free of charge). SITUATION: This hotel is in Istanbul the centre of it is situated 1 kilometre away from Aksaray the metro station 1 kilometre away, there is a tram stop excellent transport links to Sultanahmet the tourist points of interest of the Grand Bazaar it is situated 2 kilometres away from Guests can request a transfer service to the airport. ROOM: The establishment has rooms with an air-conditioning system, WiFi (free of charge) and cable television. FACILITIES: This establishment has a bar with a patio.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.98" OriginalAmount="147.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006267" Longitude="28.973496" StarRating="4" HotelCode="|37006" HotelName="Lady Diana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BINBIRDIREK MAH TERZIHANE SOK NO 15 SULTANAHMET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/0/0/6/37006_1470e931348.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2007, has 75 standard rooms and 4 floors. The establishment boasts air-conditioning, a hall with a reception, a currency exchange service, a cloakroom and a lift. Guests can find a bar, a restaurant, shops, a conference room, a car park, room service and a laundry service. SITUATION: This hotel is in the city centre of the historic centre. Near the establishment, guests will find tourist areas. 5 minutes away from the establishment you have the bazaar. It is 10 minutes away from the railway station. 15 minutes away from the establishment, guests will find Taksim where you can find bars. ROOM: All the rooms have a bathroom, a mini-bar with a hairdryer, a direct line telephone and a double bed. Guests are offered a satellite television, a safety deposit box, internet (free of charge), a television, an electronic key, heating and a central air-conditioning system. FACILITIES: The establishment boasts a hammam, a gym, a sauna and a massage service (available for a fee). MEALS: The establishment also has a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="152.18" OriginalAmount="147.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.850049" Longitude="29.296776" StarRating="3" HotelCode="|211282" HotelName="Ibis Istanbul Tuzla" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AYDINTEPE PELIT SOKAK NO 7ICMELER TUZLA PENDIK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/1/2/8/2/211282_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="152.25" OriginalAmount="147.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.018943" Longitude="28.927955" StarRating="4" HotelCode="95952|1463188" HotelName="Topkapi Interistanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Topkapi Caddesi No:8, Topkapi Kaleiçi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/a7/08a75af64658018e2c6b864d2bf2fbf4ef9bf454.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="152.26" OriginalAmount="147.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.031537241878" Longitude="28.974734544754" StarRating="4" HotelCode="73722|2301615" HotelName="Pera Tulip Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Caddesi 103, Tepebasi/Beyoglu, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/05/c6/05c61f00540912183083645406dc4b87dd41a856.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just a few minutes from the Galata Tower, Taksim Square, Tunnel (the historical...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="152.44" OriginalAmount="148" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.021799035429" Longitude="28.819036341104" StarRating="3" HotelCode="294765|58766" HotelName="Hilton Garden Inn Istanbul Ataturk Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Lounge,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yenibosna Mahallesi, Yalcin Kores Caddesi 14, 34197 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/2d/c02d3b831e0fb4b5801120d55cb7ddbc5fdc1e96.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="152.44" OriginalAmount="148" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05948" Longitude="28.986756" StarRating="3" HotelCode="267838|31684" HotelName="Regno" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abide-i Hurriyet Caddesi 102, Sisli, 34360 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/88/c788b67a884cd22f3a37da996893579c7387f4d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="152.44" OriginalAmount="148.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003562333333" Longitude="28.980061666667" StarRating="3" HotelCode="142932|ahmet_efendi_evi" HotelName="Ahmet Efendi Evi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/9d/719d41d619943d0b82069895960b0a9c5306c070.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="152.44" OriginalAmount="148.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013507119371" Longitude="28.976489294477" StarRating="3" HotelCode="260176|sehir_hotel_istanbul_old_city" HotelName="Sehir Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Orhaniye Caddesi 6, Sirkeci, 34410 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/82/72/82729bd28179f42a7d6979021e1b312707d761aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="152.44" OriginalAmount="148.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.015399442049" Longitude="28.642945640198" StarRating="5" HotelCode="293635|euro_park_hotel" HotelName="Euro Park Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Mahallesi, 1992 Sokak 4, 34515 Esenyurt, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/cb/a5cb79d3158b2004f64449356e076aa7f813b7bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="152.44" OriginalAmount="148.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="4" HotelCode="293684|park_dedeman_bostanci_hotel" HotelName="Park Dedeman Bostanci" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Icerenkoy Mahallesi, Degirmen Yolu Caddesi 39C, 34752 Atasehir, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9e/03/9e03edeca44ffc70dc544c969a8f397a8d2acfe9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="152.44" OriginalAmount="148.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0034053" Longitude="28.97466239" StarRating="3" HotelCode="368531|sultan_mehmed_hotel" HotelName="Sultan Mehmed Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Cad. No:43 Sultanahmet Fatih, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/5a/da5abacc171b425ae9469b39a9aa836c1e1fe0e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="152.44" OriginalAmount="148.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02848041" Longitude="28.97263965" StarRating="3" HotelCode="933216|azze_hotel" HotelName="Azre Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Evliya Celebi Mahallesi, Kiblelizade Sokak 6, Beyoglu, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/2d/182da5424a435c8edcb5666deafdac5ccd9be3db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="152.44" OriginalAmount="148.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="974208|mansion_gorki" HotelName="Mansion Gorki" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Eminsinan Mahallesi, Piyerloti Caddesi, Cephaneci Sokak 34, Sultanahmet, Fatih, 34126 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/cd/9bcd06e591804321ddf0705a81b8230ee7fd3c07.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="152.45" OriginalAmount="148.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0033275" Longitude="28.9777869" StarRating="3" HotelCode="|94489" HotelName="Almina  - Special Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KUCUKAYASOFYA MAH. AKBIYIK DEGIRMENI SK. NO:27 , Istanbul 34122 Turkey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/4/4/8/9/94489_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a reception, a bar, a breakfast room and WiFi in communal areas a laundry service and a dry cleaner's (for a fee), At an additional cost you can enjoy a sauna and a hamman. SITUATION: the Sultan Ahmed Mosque It is situated 300 metres away from this hotel Sultanahmet it is in. ROOM: The rooms have a bathroom, a shower, a hairdryer, a direct line telephone, a television, WiFi (free of charge), a mini-bar and an air-conditioning system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="152.63" OriginalAmount="148.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005142" Longitude="28.980431" StarRating="3" HotelCode="191046|1652058" HotelName="Osmanhan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Caddesi Cetinkaya Sok. No:1, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/50/ab50084236ef560ea1e632d817776a67d5b42402.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="152.68" OriginalAmount="148.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03563" Longitude="28.98121" StarRating="0" HotelCode="|184798" HotelName="Ragıp Pasha Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mah. Imam Adnan Sk. No:2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/7/9/8/184798_d11092f1549.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="152.79" OriginalAmount="148.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0061372" Longitude="28.9818596" StarRating="3" HotelCode="|82955" HotelName="Esans - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ishakpasa Cad. Yenisarachane Sok. No:4 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/5/5/82955_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a terrace. SITUATION: It is inSultanahmet the district of. ROOM: The rooms have WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="152.83" OriginalAmount="148.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98386" Longitude="29.11041" StarRating="0" HotelCode="|523713" HotelName="Hera Suit Atasehir" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Setli Sokak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/7/1/3/523713_fa4a6de0922.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="152.89" OriginalAmount="148.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0043199" Longitude="28.9723199" StarRating="0" HotelCode="|21961" HotelName="Sokullu Pasa Hotel - Special Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/9/6/1/21961_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in the 16th Century and has 37 rooms, The establishment has a lobby with a reception, a safety deposit box service, a currency exchange service, internet, a cloakroom, a bar, a cafÃ©, a kiosk and an Ã  la carte restaurant. The establishment also offers room service, a laundry service and a medical care service. SITUATION: This inviting hotel is in the historic centre, close to the establishment, clients can find monuments, tourist points of interest, is 25 kilometres away from Istanbul Airport. ROOM: The comfortable rooms, have a bathroom with a shower, a hairdryer, a direct line telephone, a satellite or cable television and a radio. They also have a mini-bar, tiled floors and a central heating system. FACILITIES: Guests are offered a Turkish bath (free of charge). MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast, Ã  la carte or set-menu lunch and dinner, dietary restrictions can be accommodated and special dishes can be made. PAYMENT METHODS: The establishment accepts Visa and Mastercard.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="152.93" OriginalAmount="148.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.048788" Longitude="28.985093" StarRating="5" HotelCode="173845|796115" HotelName="Crowne Plaza Harbiye" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Dolapdere Cad. 161, Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/06/c306b64a296ed1cb8b9671790a006714b6ab8289.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a great location close to Nisantasi, famous for its fashionable upmarket shopping a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="153.09" OriginalAmount="148.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0283338" Longitude="28.981528" StarRating="0" HotelCode="|86746" HotelName="Residence Le Reve" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Firuza?a mahallesi Defterdar sokak No:15 Beyo?lu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/4/6/86746_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Cihangir It is in. ROOM: They have a kitchen and a satellite TV.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="153.21" OriginalAmount="148.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008061" Longitude="28.977076" StarRating="3" HotelCode="65550|592465" HotelName="Star Holiday Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Divanyolu Caddesi 10, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/74/d8/74d84309c2eef01e2303c022f37d848dc0ead952.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="153.27" OriginalAmount="148.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008860843893" Longitude="28.962825742974" StarRating="4" HotelCode="9353|36904" HotelName="Antik Istanbul" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ordu Caddesi, Sekbanbasi (Darphane) Sokak 6, Beyazit, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/5f/5fecf0ffdfd6f350/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Built on a 1,500-year-old cistern, this hotel is located in the old town of Beyazit, a district of I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="153.28" OriginalAmount="148.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005134" Longitude="28.979691" StarRating="3" HotelCode="171900|1667938" HotelName="Hotel Broken Column" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mah. Akbiyik Cad. No:45, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/05/0c05a2fafd306475051eecfd9abcdd3beb79ba21.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="153.32" OriginalAmount="148.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9798408" Longitude="29.1081256" StarRating="0" HotelCode="|107983" HotelName="Cityloft 36" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ali Ay Sok. No:6 Atasehir</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/9/8/3/107983_8.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 4 kilometres away fromYeditepe the University of. ROOM: The establishment has modern suites, have an air-conditioning system, a kitchen and flat-screen satellite television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="153.34" OriginalAmount="148.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013291956047" Longitude="28.977585062385" StarRating="4" HotelCode="25163|49734" HotelName="Orient Express Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hudavendigar Caddesi 24, Sirkeci, 34120 Istanbul, Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/42/f9/42f924aa917ed2528122dfb980d895987acd1019.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Istanbul's old town within a few minutes walk of the lively to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="153.47" OriginalAmount="149" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.123615000000000" Longitude="-115.170020000000000" StarRating="4" HotelCode="0|17389-32839834/1328528078072082355/3616" HotelName="ALL SEASONS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine> 3300 Las Vegas Boulevard South,  LAS VEGAS, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1700000/1696100/1696090/f17b8bba_b.jpg</HotelPictures>
        <HotelDescription>This resort is situated on the Las Vegas Strip that features a contemporary style with high-energy atmosphere. Connected by pedestrian bridges to Fashion Show shopping mall and Grand Canal Shoppes as well as a tram to the Mirage. McCarran International Airport is less than 5 kilometres away. Their mission is to be the most exciting, distinctive, and friendly resort destination on the Las Vegas Strip. Relax by the outdoor tropical pool or the elegant spa and salon. Guests can enjoy a choice of several restaurants, pubs and lounges, live casino gaming, and the salient Mystère by a Cirque show. Modern meeting space and wedding chapels accommodate Las Vegas events of any kind.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="153.47" OriginalAmount="149.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005646" Longitude="28.981048" StarRating="2" HotelCode="191048|marmara_guesthouse" HotelName="Marmara Guesthouse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik cad. Terbiyik sok. No:15, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/cf/fe/cffe27a81d09bc0812bb5f1e5e66437ee2c720f1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="153.47" OriginalAmount="149.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.017692620082" Longitude="28.951184364418" StarRating="3" HotelCode="267817|fatih_resadiye_hotel" HotelName="Fatih Resadiye Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Meeting Room,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Büyük Karaman Caddesi No: 4, Fatih, 34083 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/aa/b7aa5d4bcb1acbc3c9d4d36fa2092fcb2bd92d97.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Fatih Mosque around the 19th century. end with the 20th century. is one of the few Levantine structu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="153.47" OriginalAmount="149.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01314403" Longitude="28.97753221" StarRating="3" HotelCode="267816|gulhane_corner_hotel" HotelName="Gulhane Corner" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hudavendigar Caddesi, Saffeti Pasa Sokak 12, Sirkeci, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/a9/9aa93844409f05a64ba5da07bb763903276d8126.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="153.47" OriginalAmount="149.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02724007" Longitude="28.97744827" StarRating="3" HotelCode="517003|historic_galata_hotel" HotelName="Historic Galata" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Hacimimi Mahallesi, Hacimimi Kulhani Street 26, Luleci Hendek Caddesi, Galata/Beyoglu, 34425 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/da/80da43db23fe4d3c500cb9fa2f91d86e24d396bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="153.47" OriginalAmount="149.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04788092" Longitude="28.98617127" StarRating="0" HotelCode="783142|joy_suites" HotelName="Joy Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Harbiye Sisli, Papa Roncalli Sokak 149, 34349 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d3/6d/d36d599317445af3e34b66e4f8f8139507b06fc4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="153.57" OriginalAmount="149.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04943" Longitude="28.98572" StarRating="0" HotelCode="|238190" HotelName="Park Grazza Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ergenekon Mah Dolapdere Cad No:158 Sisli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/1/9/0/238190_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="153.61" OriginalAmount="149.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05393" Longitude="28.99237" StarRating="0" HotelCode="|184153" HotelName="Berlin Otel Nişantaşı" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Mah. Madalyon Sok. No:10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/1/5/3/184153_112ce4f1521.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="153.61" OriginalAmount="149.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008117" Longitude="28.965703" StarRating="3" HotelCode="188705|609475" HotelName="Grand Rosa Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Kemalettin Mahallesi, Tiyatro Caddesi 10, Beyazit, 34126 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/47/5747f0ebae5e666b121fc1575ea90180255690c8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="153.66" OriginalAmount="149.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005677" Longitude="28.9715954" StarRating="3" HotelCode="|86889" HotelName="Tulip House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Katip Sinan Cami Sok. No: 28</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/8/9/86889_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Istanbul the historic centre of Sultan Ahmed Mosque it is located 400 metres away from Santa Sofia 10 minutes away from the establishment, guests will find. ROOM: The establishment has spacious rooms and with WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="153.66" OriginalAmount="149.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003443523223" Longitude="28.970485925675" StarRating="4" HotelCode="9878|652445" HotelName="Best Western Antea Palace Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kücük Ayasofya Mahallesi, Yusuf Askin Sokak 28, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/06787a71fc90a6fc/2b/2b6fe57400dc4a28/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the historic district known as Sultanahmet, with the main attractions of the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="153.73" OriginalAmount="149.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.033846" Longitude="28.981211" StarRating="0" HotelCode="|531679" HotelName="Aleksandr Pera Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sadri Alisik Sk. 34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/1/6/7/9/531679_951a25f1325.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="153.77" OriginalAmount="149.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.061296" Longitude="28.801727" StarRating="0" HotelCode="|467891" HotelName="El Emin İstanbul Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1. Akarsu Sk. no 29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/8/9/1/467891_2193cc51757.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="153.80" OriginalAmount="149.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.037439001629" Longitude="28.983183503151" StarRating="4" HotelCode="65957|145196" HotelName="Cartoon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tarlabasi Boulevard 36-38, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/a9/dda97fe600e389288f2691e00b0e1c7ee905993d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;For those wishing to be in the heart of Istanbul, this hotel is ideally placed being 150 metres from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="153.84" OriginalAmount="149.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006078956893" Longitude="28.954129815102" StarRating="4" HotelCode="33266|591095" HotelName="Grand Hilarium Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Fabrika Caddesi 5, Yenikapi, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b8/dd/b8dd8dcbc038be32738a0475acb83f8c19a03ac8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located around a 10-minute walk for links to public transport. Atatürk International Ai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="153.90" OriginalAmount="149.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006045" Longitude="28.981633" StarRating="3" HotelCode="169654|1663558" HotelName="Esans" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ishakpasa Cd., Yenisarachane Sk. No: 4, 34122 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/236567/a_236567_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Beside the Topkapi Palace and a few hundred metres from St Sophia, the hotel is located in a charmin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="154.17" OriginalAmount="149.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0111941" Longitude="28.9561958" StarRating="4" HotelCode="|66868" HotelName="Zagreb" 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/6/6/8/6/8/66868_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable hotel, with air-conditioning, renovated in 2008 and has 58 rooms. The establishment boasts a lobby, a reception, a currency exchange service, a cloakroom and a lift. Our guests can find a cafÃ©, a bar, a restaurant and WiFi. For an extra cost you can have access to room service and a laundry service. SITUATION: This hotel is in the historic centre of Istanbul. Near the establishment, you will find tourist areas and cultural places. 5 minutes away from the establishment clients have restaurants, shops and a public transport stop. 15 minutes away, you can find Taksim where you can find bars, pubs and nightclubs. 10 minutes away, there is a train station. 15 kilometres away from the establishment, guests will find Istanbul AtatÃ¼rk Airport. It is just 65 kilometres away from Sabiha Gokcen Airport. ROOM: All the rooms have a desk, a direct line telephone, a satellite television, an air-conditioning system, heating, WiFi and a bathroom with a shower. There is also a hairdryer, towels, slippers, a double bed, a safe and a mini-bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="154.24" OriginalAmount="149.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023159106099" Longitude="28.976066728836" StarRating="3" HotelCode="221857|1065738" HotelName="Peninsula Galata Boutique" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Necatibey Caddesi, Aynali Lokanta Sokak No:6, Karaköy, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/01/d3/01d314cda66e5e2bca5c0c93e56209420534ced5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Istanbul. For guests who appreciate a stylish ambience...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="154.26" OriginalAmount="149.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0128953" Longitude="28.95663" StarRating="0" HotelCode="|108222" HotelName="Buyuk Hamit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gencturk Caddesi No: 72/74 Laleli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/2/2/108222_ce1b33f1426.jpg</HotelPictures>
        <HotelDescription>SITUATION: This smart hotel is in Laleli the centre of 150 metres away, guests will find Aksaray the Tram Station of la mezquita de Laleli it is located 50 metres away from. ROOM: The establishment has luxurious rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="154.40" OriginalAmount="149.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0433" Longitude="29.00356" StarRating="0" HotelCode="|243075" HotelName="Golden Pen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yeni Hamam Sokak No 9 Besiktas</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/3/0/7/5/243075_18.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="154.44" OriginalAmount="149.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005075163801" Longitude="28.979225557672" StarRating="3" HotelCode="191079|2265265" HotelName="Charm Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Mimar Mehmet Aga Caddesi 13, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/38/a038cb787c6c7dc423483ee6273cfb6b289f3bb2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.50" OriginalAmount="150" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05965" Longitude="28.81391" StarRating="5" HotelCode="703677|284823" HotelName="Centro WestSide Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mahmutbey Mahallesi, Tasocagi Yolu Caddesi 39/A, 34218 Bagcilar, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/52/e1/52e19aedfef426ced335ff36dca9487483f62da2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in Marmara. Those wishing to escape the hustle and bustle of daily ro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.50" OriginalAmount="150" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05502435" Longitude="28.98855714" StarRating="4" HotelCode="323416|51982" HotelName="Favori Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Matbaaci Osmanbey Sokak No: 11, Mesrutiyet Mahallesi, Osmanbey/Sisli, 34363 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/be/c1/bec13d0124b1beaba34924e317490126853fedd9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="154.50" OriginalAmount="150.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00611" Longitude="28.96902" StarRating="4" HotelCode="|23120" HotelName="Grand Yavuz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Emin Sinan, Piyer Loti Cd. No:71</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/1/2/0/23120_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2006, has 111 rooms and 1 suite. The establishment has a lobby, a reception with safety deposit boxes, a currency exchange service and lifts. With regards to the food and beverage offering, the establishment has a bar, a terrace, an American bar and a restaurant. The establishment also offers a conference room, internet, a car park, a medical care service, room service and a laundry service. SITUATION: Nearby, you will find the historic centre where you can find tourist points of interest. It is 15 kilometres away from Istanbul Airport. ROOM: The cosy rooms have a bathroom, a hairdryer, a direct line telephone, satellite or cable TV and a radio. Are also furnished with a mini-bar, a double bed, fitted carpets, a central heating system and an air-conditioning system. FACILITIES: The establishment boasts a sauna, a gym, a hammam and a massage service. PAYMENT METHODS: Customers can pay using Visa and Mastercard. OTHERS: Regarding the food and beverage offering, clients have a breakfast service, a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.50" OriginalAmount="150" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00203037" Longitude="28.82673315" StarRating="4" HotelCode="935074|198966" HotelName="MidMar Deluxe" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mithatpasa Caddesi 25, Cobancesme Mahallesi, Yenibosna, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/36/367761/367761a_hb_a_005.JPG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.50" OriginalAmount="150" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00781313227" Longitude="28.957863008598" StarRating="3" HotelCode="142150|343392" HotelName="Q-Inn Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Koska Caddesi 30, Laleli, 34180 Istanbul, Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/5f/585f56047f19aa57af0362332932ea922a4fb8dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the Old Town, in the shopping area of Laleli. The city’s main sights are re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.50" OriginalAmount="150.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.033459122019" Longitude="28.909966961971" StarRating="3" HotelCode="200044|grand_hotel_seferoglu" HotelName="Grand Hotel Seferoglu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Çarsi Caddesi No:26, Bayrampasa, Çevik Kuvvet Polis Karakolunun Arkasindaki Cadde Üzerinde - Bim Market Yani, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d7/fe/d7feb685beb859a068c992fbbfda1a22eefda40c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Grand Hotel Seferoglu is located in Bayrampasa District of Istanbul. It offers air-conditioned accom...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.50" OriginalAmount="150.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98937533" Longitude="28.79126794" StarRating="5" HotelCode="263720|elite_world_business_hotel" HotelName="Elite World Business" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gültepe Mahallesi, Sehit Zafer Kiziltas Sokak 1, Florya E5 Üzeri, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/93/5493b9aa8747d1f57196ad20e24a163c0824999b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.50" OriginalAmount="150.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01110011" Longitude="28.95654702" StarRating="0" HotelCode="369054|elysion_hotel" HotelName="Elysion Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gencturk Caddesi, Cukurcesme Sokak 5, Laleli, Fatih, Istanbul, Turkey</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/10/4b10039ada87bda4fadc8f097cec52edbd112ee4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in the Old City, Elysion Hotel is a 15-minute walk to the Grand Bazaar. It offers ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.50" OriginalAmount="150.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00871122977" Longitude="28.883180484071" StarRating="4" HotelCode="378297|interstellar_hotel_merter" HotelName="Interstellar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mehmet Nesih Özmen Mahallesi, Fatih Caddesi, Kasim Sokak 5, 34173 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/b1/8eb1aa3e9e2d750e78328dfb2f36472de7bcf367.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.50" OriginalAmount="150.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05608" Longitude="28.989936" StarRating="3" HotelCode="900677|valide_hotel" HotelName="Valide" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Mahallesi, Ebekizi Sokak 6/9, Halaskargazi Caddesi, Osmanbey, Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/66/49/66493fde846df53402dccbf63d31ab0ae326fca1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can enjoy a pleasant stay in one of the 35 rooms. A lobby and a reception are available t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.50" OriginalAmount="150.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="967282|eliza_hotel" HotelName="Eliza Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Hayrettin Mahallesi, Dogramaci Sokak 19/5, 34096 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/cc/62cc542690902eba5a70f0eb5acde76e9ae612fb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="154.75" OriginalAmount="150.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.002857" Longitude="28.973154" StarRating="3" HotelCode="191088|214407" HotelName="Siesta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucukayasofya Mahallesi Akburcak Sok. No: 24 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/214407/214407a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="154.90" OriginalAmount="150.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.989045" Longitude="29.033249" StarRating="0" HotelCode="|534028" HotelName="Kadıköy Linda Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Miski Amber Sk</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/0/2/8/534028_cc1c1561140.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="154.98" OriginalAmount="150.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03393" Longitude="28.97649" StarRating="0" HotelCode="|241558" HotelName="Mien Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Asmali Mescit Mah. Mesrutiyet Cad. No:15/A Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/1/5/5/8/241558_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="155.12" OriginalAmount="150.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039642850041" Longitude="28.982851836805" StarRating="4" HotelCode="177594|156856" HotelName="Faros Hotel Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Taksim Caddesi 55, 34437 Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/0f/07/0f076c736c5fe7b3203e7f787d1f5fc71f3919d2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Istanbul by Taksim Square with restaurants, shops, entertainmen...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="155.50" OriginalAmount="150.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.042506768644" Longitude="28.986251950264" StarRating="4" HotelCode="33849|259655" HotelName="Konak" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Caddesi 75, Elmadag Taksim, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f7/72/f772238ec9541a3778703842ee3c03e841c722be.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="155.52" OriginalAmount="150.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9779715" Longitude="29.1427776" StarRating="0" HotelCode="|305303" HotelName="Vois" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Inonu Mah. Kayisdagi Cad. No:254 - 256</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/5/3/0/3/305303_57999a30531.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.53" OriginalAmount="151" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.014006643153" Longitude="28.978196764418" StarRating="3" HotelCode="933239|47725" HotelName="Diamond Royal Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Nöbethane Caddesi 16, Sirkeci Fatih, 34112 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/ac/8aacf48ab566fa137645ba988d8a67854aad35e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.53" OriginalAmount="151" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00537835" Longitude="28.9719111" StarRating="3" HotelCode="323654|217188" HotelName="Four Doors Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Katip Sinan Cami Sokak No. 34, Sultanahmet, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/1e/25/1e2590447fcf55dfeaf5e0d7a5ef0fa45086421b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.53" OriginalAmount="151" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="627611|252238" HotelName="Hera Suites &amp; Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucukbakkalkoy Mahallesi, Setli Sokak 3, Atasehir, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.53" OriginalAmount="151" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.059278144686" Longitude="28.822916074236" StarRating="5" HotelCode="320113|204664" HotelName="Qua Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Massage Centre,Room Service,Sauna,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Mahmutbey Mahallesi, Peyami Safa Caddesi 25, Bagcilar, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/0b/470b31d92657b50eae2fcca10c1ae78d1c511df0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul, about 10 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.53" OriginalAmount="151" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038064" Longitude="28.983229" StarRating="3" HotelCode="263742|199440" HotelName="Tamara Residence Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Beauty Salon,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Meeting Room,Parking,Restaurant,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mahallesi, Feridiye Caddesi, Firin Sokak No: 4, 34440 Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/7d/167d0401f723a6d004d399502652a313791fd1a2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Tamara Residence, Which Was Built In 2013, Is Situated At Taksim, The Heart Of Istanbul, A City ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.53" OriginalAmount="151.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010048101625" Longitude="28.953614830971" StarRating="4" HotelCode="185572|grand_durmaz_hotel" HotelName="Grand Durmaz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Atatürk Bulvari, Kemal Pasa Mahallesi 4, Aksaray, Fatih, 34080 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/27/61/2761faff7bb9e44d39bb17d6426e9dd8edb544ea.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the historical peninsula of Istanbul, the hotel is positioned opposite the Aksaray tram s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.53" OriginalAmount="151.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013792505524" Longitude="28.975113615904" StarRating="3" HotelCode="300840|otel_tarihi_isparta_palas" HotelName="Sparta Palas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Ankara Caddesi 42, Sirkeci, 34112 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a5/a9/a5a95b849b0c48c622fd385fe23c537052f4cd9e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.53" OriginalAmount="151.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04888716" Longitude="28.98743635" StarRating="0" HotelCode="566910|golf_royal_residence" HotelName="Golf Royal Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Harbiye, Halaskargazi Caddesi 7, Sisli, 34373 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/0d/c80dde997d57505e127977c697ba36e0fc02462e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Room service is among the facilities. Wireless internet access is available to guests in the public ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.53" OriginalAmount="151.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9718887" Longitude="29.05874856" StarRating="0" HotelCode="595770|a11_hotel" HotelName="A11 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Göztepe Mahallesi, Bagdat Caddesi 229/1, Kadiköy, 34730 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/24/0a246bf5eea245b6886345a99975c4c4d8336b4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.53" OriginalAmount="151.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00788517" Longitude="28.96207339" StarRating="0" HotelCode="593890|elibol_hotel" HotelName="Elibol Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Beyazit, Tavsantasi Sokak 10, 34130 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/49/9e/499e6f55f4775de963fd0f440247822dba651920.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.53" OriginalAmount="151.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01191558" Longitude="28.97324837" StarRating="4" HotelCode="782619|boss_hotel_7" HotelName="Boss Hotel Sultanahmet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sururi Mahallesi, Turkocagi Caddesi 15, 34120 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/75/36/7536245b7ae67d56f9f819d2b76c44782a1bf7b3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.53" OriginalAmount="151.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="977948|grand_fm_hotel" HotelName="Grand Efe Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Katip Kasim Mahallesi, Ala Cami Sokak 13, 34130 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/d1/e6d11712872cf24dcc01c318f9c6d884e77d31d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="155.66" OriginalAmount="151.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0398081" Longitude="28.9821926" StarRating="0" HotelCode="|108284" HotelName="Retropera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mah. Feridiye Cad. No:92 Taksim Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/8/4/108284_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated in the city centre, 250 metres away from the establishment, you can find Taksim the Square of Taksim the underground station of. ROOM: Each room has an air-conditioning system and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="155.91" OriginalAmount="151.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9883603" Longitude="28.9076094" StarRating="0" HotelCode="|86885" HotelName="İstanbul Panorama" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Yenidogan Mahallesi Zubeyde Hanim Cad. No :108 Zeytinburnu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/8/5/86885_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is situated between Istanbul AtatÃ¼rk Airport Istanbul the historic centre of it is 200 metres away from the dock. ROOM: Each room has WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="156.29" OriginalAmount="151.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004046" Longitude="28.979792" StarRating="0" HotelCode="|23092" HotelName="Avicenna - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Mehmet Aga Cad Amiral Tafdil Sok 31-33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/0/9/2/23092_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has a garden, 3 floors and 49 rooms. In the entrance, guests are offered a lobby with a reception, a safety deposit box service, a currency exchange service and a cloakroom. Guests are also offered a cafÃ©, a TV room, an Ã  la carte restaurant, internet and a car park. The establishment has room service, a laundry service and a medical care service. SITUATION: This hotel is in a central area, close to a park and 30 metres away from the river. In the surrounding area of the establishment, guests can find shops. 50 metres away, there is a public transport stop. You will be able to visit Sultan Ahmed Mosque, the Hagia Sophia Museum and Topkapi Palace. It is situated 18 kilometres away from Istanbul Airport. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, internet, an air-conditioning system, a central heating system, a mini-bar and a balcony. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="156.51" OriginalAmount="151.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00272924" Longitude="29.15920012" StarRating="4" HotelCode="322711|39405727" HotelName="Four Points by Sheraton Istanbul Dudullu" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Imes Industrial Site Dudullu, Block E - 501 Sokak 2, 34776 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/82/82d22770937c7b12/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul - Sabiha Gökcen (SAW).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="156.54" OriginalAmount="151.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005297" Longitude="28.953945" StarRating="3" HotelCode="|86915" HotelName="Grand Sagcanlar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mermerciler Cad. No:11 Yenikapi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/1/5/86915_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a terrace and sea views. SITUATION: 50 metres away, guests will findYenikapi the ferry station of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.56" OriginalAmount="152" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011995" Longitude="28.955421" StarRating="3" HotelCode="310538|199068" HotelName="Grand Bazaar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ballipasa Yokusu Sokak 30, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/35/57/3557870161a2ac8a6103976474cdb0c23b4eb6fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.56" OriginalAmount="152" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040368575476" Longitude="28.98167683536" StarRating="3" HotelCode="323797|199817" HotelName="Endless Hotel Taksim" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Feridiye Caddesi 117, 34437 Istanbul, Beyoglu</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/43/430298/430298a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="156.56" OriginalAmount="152" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|865645-24960122/1328528078072082355/3617" HotelName="FOUR SIDES SISLI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/49000000/48700000/48695800/48695770/5977e899_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.56" OriginalAmount="152.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01975047" Longitude="28.81770167" StarRating="5" HotelCode="450302|steigenberger_airport_hotel_istanbul" HotelName="Royal Stay Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Merkez Mahallesi, Ali Duran Street 6, Bahcelievler, 34197 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/14/fe14ceb92ab1bcf40e6add1398c0bdf1794dfce6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.56" OriginalAmount="152.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00390271" Longitude="28.97931441" StarRating="4" HotelCode="387409|perapolis_hotel" HotelName="Perapolis Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Sultanahmet Mahallesi, Amiral Tafdil Sokak No: 42, 34122 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d5/76/d576f3edb635fcf1934f992033f1276382042932.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.56" OriginalAmount="152.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03561501" Longitude="28.98045175" StarRating="3" HotelCode="416684|dora_hotel" HotelName="Dora Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Beauty Salon,Coffee Shop,Dry Cleaning,Housekeeping,Internet,Laundry,LCD/Projector,Luggage Storage,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ögüt Sokak 11, Taksim Atif Yilmaz Caddesi, Beyoglu, 34000 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/10/78/1078d6966325b0bef66c86e1c73820727ea87045.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Dora Hotel in Istanbul (Taksim), you'll be minutes ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.56" OriginalAmount="152.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99747837" Longitude="29.14336482" StarRating="4" HotelCode="615967|park_inn_by_radisson_istanbul_atasehir" HotelName="Park Inn by Radisson Istanbul Atasehir" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Serifali Mahallesi, Kible Sokak No. 25, Ümraniye, 34775 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/46/13461f57e00f99d1fbb46553f402643b7875146c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.56" OriginalAmount="152.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="983360|gris_verde_suite_hotel" HotelName="Gris &amp; Verde Suite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Duzenli Sokak 1, 34755 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/52/d6/52d69edb92b1828fc1683c48a5105e55a92a1d4f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="156.57" OriginalAmount="152.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004249" Longitude="28.960759" StarRating="3" HotelCode="191142|4535995" HotelName="Ramparts Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Muhsine Hatun Mahallesi, Sevgi Sokak 9, Kumkapi, Fatih, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/f0/90f08ff6329a1a282a3eed780996cebb1e0c83f3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="156.89" OriginalAmount="152.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009512" Longitude="28.955333" StarRating="0" HotelCode="|522247" HotelName="Manors Hotel" 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/5/2/2/2/4/7/522247_e07ee9d0920.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="157.05" OriginalAmount="152.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0050318" Longitude="28.9713518" StarRating="0" HotelCode="|108264" HotelName="Oba Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/6/4/108264_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel offers WiFi, (free of charge), rooms with air-conditioning, LCD television, a teapot and coffee pot. SITUATION: Sultan Ahmed Mosque It is located 300 metres away from.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="157.20" OriginalAmount="152.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9927952" Longitude="29.0268669" StarRating="0" HotelCode="|82911" HotelName="Emirtimes Hotel Kadikoy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Reitefendi Sokak No 38 Osmanaga Mah.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/1/1/82911_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a reception. SITUATION: The hotel Istanbul it is in it is situated 5 minutes away from HaydarpaÅŸa the Railway Station of. ROOM: All the rooms have an air-conditioning system and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="157.20" OriginalAmount="152.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00943" Longitude="28.97687" StarRating="0" HotelCode="|260383" HotelName="The Kybele Hotel - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yerebatan Cad No 23 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/0/3/8/3/260383_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="157.36" OriginalAmount="152.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.915393552253" Longitude="29.143724441528" StarRating="4" HotelCode="74092|605635" HotelName="Elite Hotel Dragos" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Piri Reis Caddesi 3, Dragos Maltepe, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/4d/374d44740554481f5f380c5f29195049005e3ef8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul, approximately 2 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.59" OriginalAmount="153" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012130744343" Longitude="28.955969810486" StarRating="3" HotelCode="65947|23594" HotelName="Beyaz Kugu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Gencturk cad. No:60, Sehzadebasi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/f4/0ef41e5c03e6a71dd6b16e0ad78a6d4bbbb58c78.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.59" OriginalAmount="153" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006438423088" Longitude="28.967126196914" StarRating="2" HotelCode="315866|217156" HotelName="BeyazitHan Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Sehsuvarbey Mahallesi Gedikpasa Caddesi, Müsellim Sokak 24, Beyazit, 34126 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/39/393705/393705a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.59" OriginalAmount="153" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.876484" Longitude="29.227277" StarRating="4" HotelCode="299545|198939" HotelName="Myy Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bati Mahallesi, Ankara Caddesi, Hakimler Çikmazi Sokak 1, Pendik, 34890 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/d4/81d4cb016a2aa9daed942a838b58b124fd29483a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul - Sabiha Gökcen (SAW).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.59" OriginalAmount="153" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008173775166" Longitude="28.978475158813" StarRating="3" HotelCode="531571|198928" HotelName="Oban Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Gedikpasa Caddesi 42, Beyazit, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/14/0f/140fc88385d38aa7fdbd6e88c5023c3046008b4d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.59" OriginalAmount="153.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.988369956287" Longitude="28.907835938793" StarRating="3" HotelCode="118888|panorama_health_club_hotel" HotelName="Panorama Health Club Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Yenidogan Mahallesi, Zubeyde Hanim Caddesi 108, Zeytinburnu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/c1/b5c167d740de080f40dc7cbbf44bf8b892342a14.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.59" OriginalAmount="153.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003321944345" Longitude="28.976314042991" StarRating="3" HotelCode="191126|tashkonak_studio_suites" HotelName="Tashkonak Sultan Suites &amp; Apart" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Cad., Kapiagasi Sokak No: 7, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/e3/49e35d0d218c00ee7a6e0732597f23a394c90038.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.59" OriginalAmount="153.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009111260142" Longitude="28.974213111045" StarRating="4" HotelCode="312931|aybar_hotel" HotelName="Aybar Hotel Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Bas Musahip Sokak 10, Sultanahmet, 34200 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/dc/5bdc226359bafc550f06b6680dad17adaed75436.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.59" OriginalAmount="153.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03410237" Longitude="28.98001338" StarRating="4" HotelCode="323788|mirrors_hotel" HotelName="Mirrors Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Istiklal Caddesi, Fuat Uzkinay Sokak No: 9, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b0/8a/b08adb6a0b3ae3236dd634bbd2b55c0d9f5ab583.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.59" OriginalAmount="153.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0081306" Longitude="28.97163935" StarRating="3" HotelCode="373626|sultanahmet_newport_hotel" HotelName="Sultanahmet Newport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Peykhane Sokak No:15, Cemberlitas - Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/75/73/7573aa7ee0fa44288248374fa023bcef681d20b0.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.59" OriginalAmount="153.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04342153" Longitude="28.91333733" StarRating="5" HotelCode="497642|golden_tulip_istanbul_bayrampasa" HotelName="Golden Tulip Bayrampasa Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Yenidogan Mahallesi, Cicoz Yolu Caddesi 13, Bayrampasa, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/21/5a/215ac67977bf9dd2441635d75d036dcea2c2c033.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.59" OriginalAmount="153.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="964280|tevetoglu_hotel" HotelName="Tevetoglu Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kurtkoy Mahallesi, Nilay Sokak 1/1, Ankara Caddesi, Pendik, 34912 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/ab/8cab334647c92198b151be529548ce2019d2de24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="157.62" OriginalAmount="153.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05885" Longitude="28.98792" StarRating="3" HotelCode="|184999" HotelName="The 22" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 Mayis Mah Samanyolu Sk No 67 Sisli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/9/9/9/184999_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="157.67" OriginalAmount="153.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004242579823" Longitude="28.979967174274" StarRating="3" HotelCode="95951|606095" HotelName="Romantic Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Aga Caddesi Amiral Tafdil Sokak 17, Sultanahmet, 34440 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/36/1136039ad2ad77ea9248faf1f42b03b365738a36.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="157.71" OriginalAmount="153.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0053932" Longitude="28.9737996" StarRating="0" HotelCode="|82990" HotelName="Fehmi Bey" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ucler Sok. No:15 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/9/0/82990_566f2701106.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a terrace and WiFi (free of charge). SITUATION: The hotel Santa Sofia it is close to the mosque.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="157.74" OriginalAmount="153.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005935245485" Longitude="28.969024121761" StarRating="4" HotelCode="9359|56704" HotelName="Grand Yavuz Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piyerloti Caddesi 51, Sultanahmet, 34126 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/38/fa/38fa3cc7d5e7e7059d3c32152ceb976ed13280bc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just minutes from the old town with its many sightseeing attractions and close...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="157.94" OriginalAmount="153.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006939" Longitude="28.956401" StarRating="3" HotelCode="188726|1580998" HotelName="Kuran" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Güvenlik Cad. 1, Laleli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/a5/1ba5bc00743c257cb7598acceef547ca4dfcff94.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.00" OriginalAmount="153.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03343" Longitude="28.9853802" StarRating="3" HotelCode="|82993" HotelName="Cihangir" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Aslanyata?? Sok. No: 17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/9/3/82993_9.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 1 kilometre away fromKabatas the ferry station of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.03" OriginalAmount="153.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0087948" Longitude="28.8828858" StarRating="4" HotelCode="|214338" HotelName="Harmony Merter and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FATIH CAD.KASIM SOK.NO:5 MERTER</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/4/3/3/8/214338_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.08" OriginalAmount="153.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.871021" Longitude="29.268346" StarRating="0" HotelCode="|521537" HotelName="Classes Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Camcesme Mah. Tevfik Ileri Cad. No. 195</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/5/3/7/521537_09878300933.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.21" OriginalAmount="153.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.043628" Longitude="28.891907" StarRating="0" HotelCode="|470638" HotelName="Fez Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>altintepsi mahallesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/6/3/8/470638_dd8d73f1249.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.23" OriginalAmount="153.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0060432" Longitude="28.9543202" StarRating="3" HotelCode="|86844" HotelName="Grand Unal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Fabrika Sok. No:12 Aksaray Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/4/4/86844_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a car hire desk, bicycle rental and a Turkish bath. SITUATION: This hotel is in Istanbul the centre of. ROOM: The rooms have internet (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="158.50" OriginalAmount="153.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011440585293" Longitude="28.958480358124" StarRating="4" HotelCode="37858|1000505" HotelName="Oran" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Harikzadeler Sok. No: 32, Laleli, Istanbul 34134</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/60/2360dac4863955b63d21599e7b6d11c3e6d3be8a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in the lively centre of the Turkish metropolis of Istanbul. Countless shops and enter...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.52" OriginalAmount="153.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05206" Longitude="28.82281" StarRating="5" HotelCode="|220679" HotelName="Tryp By Wyndham Istanbul Basın Ekspres" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mahmutbey Mahallesi, Ordu Cd. No:13 Bagcilar</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/6/7/9/220679_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.62" OriginalAmount="154" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005741702832" Longitude="28.981607761971" StarRating="3" HotelCode="933245|199494" HotelName="Spinel Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Terbiyik Cikmazi 6, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/36/0b36082eba616776797e031f581ff946a11a084b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="158.62" OriginalAmount="154" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|632579-21300081/1328528078072082355/3618" HotelName="BEYAZIT PALACE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/39000000/38380000/38379000/38378969/79d2dc3b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.62" OriginalAmount="154.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010054" Longitude="28.976386" StarRating="4" HotelCode="189371|albatros_hagia_sophia_hotel" HotelName="Albatros Hagia Sophia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mahallesi, Prof. Kazim Ismail Gurkan Caddesi 12, Cagaloglu</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/81/fe/81fe18ec9b0f28e70e943acedaf6f242820765cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the old city, less than 5 minutes’ walk from Hagia Sophia and Topkapi Palace, the hotel i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.62" OriginalAmount="154.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036891234583" Longitude="28.982026800513" StarRating="4" HotelCode="186915|taximtown_hotel" HotelName="TaximTown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Taksim Tarlabasi Bulvari No: 60, Beyoglu, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/6c/c16cc83776e601d3d1e30746e7c9a770d4d48740.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of Istanbul, the hotel is in a great location for experiencing all that the ci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.62" OriginalAmount="154.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.042665476225" Longitude="28.985322015414" StarRating="2" HotelCode="267854|taksim_green_house_hostel" HotelName="Taksim Green House Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 27/06/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Inonu Mahallesi, Cumhuriyet Caddesi, Paparoncalli Sokak 15, Elmadag Taksim, Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=855203</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.62" OriginalAmount="154.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99246502" Longitude="28.83817792" StarRating="5" HotelCode="543668|bricks_airport_istanbul_hotel" HotelName="Bricks Airport Hotel Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Zafer Mahallesi, Dumlupinar Caddesi No. 42, Yenibosna, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/85/1285f6774d1d098a68c331edb38308645f0540b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.62" OriginalAmount="154.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.97876878" Longitude="29.12651402" StarRating="0" HotelCode="779719|asia_business_suites" HotelName="Asia Business Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kucukbakkalkoy Mahallesi 1, Bayraktar Sokak 1, Atasehir, 34750 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/a4/6ca4e6a836a0f5e3a511627b940ec14c5072c35a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="158.68" OriginalAmount="154.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005691" Longitude="28.980343" StarRating="3" HotelCode="165938|591365" HotelName="Senatus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Caddesi 40, Cankurtaran Mahallesi, Sultanahmet, Istanbul 34122</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/b8/a7b807c0b712386bd5fec9ec171d2a2ec8bf9964.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of the historic area of Istanbul, known as Sultanahmet, this attractive hotel i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.86" OriginalAmount="154.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.060574" Longitude="29.008184" StarRating="0" HotelCode="|544285" HotelName="Nish Palace Besiktas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hattat Halim Sk. 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/4/2/8/5/544285_18814ba1048.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.92" OriginalAmount="154.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0354095" Longitude="28.9781465" StarRating="3" HotelCode="|108326" HotelName="Balo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/3/2/6/108326_44b8d4a1116.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Beyoglu the district of 150 metres away from Istiklal the street it is surrounded by restaurants, bars, cafÃ©s, exhibitions and shops.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.94" OriginalAmount="154.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06197" Longitude="28.97958" StarRating="0" HotelCode="|184586" HotelName="K Suites Otel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Halide Edip Adivar Mah. Balci Sokak No 35</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/5/8/6/184586_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="159.14" OriginalAmount="154.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01416677261" Longitude="28.977690339088" StarRating="3" HotelCode="165541|591015" HotelName="Galata" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mah. Nobethane Cad. No 24, Sultanahmet, Sirkeci, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/8b/268b074ba20b56b214c4f8a2e250652c2472b407.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="159.41" OriginalAmount="154.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035873" Longitude="28.980647" StarRating="0" HotelCode="|534967" HotelName="Taksim Trust" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sehitmuhtar Mah Nane Sok No 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/9/6/7/534967_fe371071414.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="159.47" OriginalAmount="154.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="4" HotelCode="191119|4944015" HotelName="Home Stay Home Mecidiyeköy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Abide-i Hürriyet Caddesi, Geçit Sokak 8, Sisli, 34138 istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/92/5c92a44385613c8239ebc5432d76e8faab2e3832.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="159.54" OriginalAmount="154.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0085698" Longitude="28.9643925" StarRating="0" HotelCode="|82984" HotelName="Hotel Linda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/8/4/82984_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has internet, (free of charge), breakfast service. SITUATION: It is close to historic points of interest and.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="159.61" OriginalAmount="154.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00459" Longitude="28.97961" StarRating="3" HotelCode="33268|1069688" HotelName="Hippodrome Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Mehmet Aga Caddesi 22, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/0b/390be095ab62f8b44b7e80563e94a5590906b916.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally situated for holiday makers and business travellers alike, this hotel is located at the hear...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="159.65" OriginalAmount="155" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03854872" Longitude="28.98303118" StarRating="0" HotelCode="593188|237179" HotelName="Amofta Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mahallesi, Feridiye Caddesi 33, 34435 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=5385330</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.65" OriginalAmount="155.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.024518" Longitude="28.977725" StarRating="4" HotelCode="221579|the_haze_istanbul" HotelName="The Haze Karaköy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Necatibey Caddesi No: 38, Karaköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/27/b827517d31f69492affbc19c62fb6ace4472283a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of Istanbul, this boutique hotel is ideal for guests who appreciate a sty...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.65" OriginalAmount="155.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.014254" Longitude="28.979109" StarRating="3" HotelCode="191203|taya_hatun_hotel_2" HotelName="Taya Hatun Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mh. Kummeydani Sok. No: 4-4A, Sirkeci, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/17/94174d79e64c4021b9ae3450c7e62a2dee0fa7a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.65" OriginalAmount="155.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.016334576899" Longitude="28.959347699421" StarRating="3" HotelCode="313530|vefa_apart_hotel" HotelName="Vefa Apart Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Aparthotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Beauty Salon,Coffee Shop,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Molla Hüsrev Mahallesi, Vefa Caddesi 45, Sehzadebasi, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/7a/667ac671ddcc7c3e7738b76426a21839b3398e0d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Vefa Apart is a popular choice amongst travelers in Istanbul, whether exploring or just passing thro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.65" OriginalAmount="155.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01232" Longitude="28.64429" StarRating="4" HotelCode="305941|sarissa_hotel" HotelName="Sarissa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Mah. Cumhuriyet Cad. No:1, 34520 Beylikdüzü, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/12/0f1250525e40349cf6f9edde3d01c3af32f56691.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.65" OriginalAmount="155.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01340183" Longitude="28.97877665" StarRating="3" HotelCode="416602|romantic_mansion" HotelName="Romantic Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Nobethane Caddesi, Tayahatun Sokak 28, Sirkeci, 34112 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/05/7205bb5a73decf6b79455b39791db4965b04cf5c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.65" OriginalAmount="155.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01747951" Longitude="28.96631523" StarRating="2" HotelCode="936311|suleymaniye_hotel" HotelName="Old City Family Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Demirtas Mahallesi, Odunkapisi Sokak 5, Sirkeci, Fatih, 34000 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/9b/c49b3c76761c6da67b7e95ba4d2a8b8e5efa55b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.65" OriginalAmount="155.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="980909|seamoon_hotel" HotelName="Sea Moon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sisli, Nakiye Elgun Sokak 56, 34381 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f3/2f/f32ffb9e44abf282bbd4f36567e3b80134ed71a4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="159.71" OriginalAmount="155.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.022932" Longitude="28.930378" StarRating="5" HotelCode="9352|1594148" HotelName="Akgün Istanbul" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Adnan Menderes Bulvari, Topkapi, 34093 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/90/90a1527d58f1c055/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is centrally situated in the old town. The Sultan's palace is to be found nearby a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="159.72" OriginalAmount="155.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04378" Longitude="28.98163" StarRating="0" HotelCode="|193011" HotelName="Dencity" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Eskisehir Mah. Dolapdere Cad.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/0/1/1/193011_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="160.00" OriginalAmount="155.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008587" Longitude="28.957455" StarRating="4" HotelCode="89192|2614765" HotelName="Ilkbal Deluxe Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Koska Caddesi No: 43, Laleli, 34470 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/c7/80c7d39488ffadce4016c0c3a61a76be2075ccac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="160.06" OriginalAmount="155.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008593" Longitude="28.964434" StarRating="3" HotelCode="188714|608495" HotelName="Linda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Büyük Haydar Efendi Sk, 22, Beyazit, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/87/898741cffe4d44e7763463e21e8dc1ba5c524573.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="160.11" OriginalAmount="155.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003089" Longitude="28.974793" StarRating="4" HotelCode="186048|1673518" HotelName="The Sultans Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mustafa Pasa, 29, Kucuk Ayasofya mah., Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/05/68/0568a2854514f0482b7f98255c7169271f91ed57.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="160.18" OriginalAmount="155.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.017612" Longitude="29.079166" StarRating="0" HotelCode="|533079" HotelName="Garden Hill Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/0/7/9/533079_75e9a4a1141.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="160.44" OriginalAmount="155.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0032337" Longitude="28.9743702" StarRating="4" HotelCode="|86730" HotelName="Sultans Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mah. Mustafa Pasa Sk. No: 29 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/3/0/86730_9.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Sultanhament it is in Istanbul is situated in. ROOM: The rooms have an air-conditioning system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="160.55" OriginalAmount="155.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00276" Longitude="29.15898" StarRating="4" HotelCode="|193192" HotelName="Bof Hotels Business" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Imes Industrial Site Dudullu, Block E - 501, Sok 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/1/9/2/193192_1_4892.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.68" OriginalAmount="156" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007289" Longitude="28.949412" StarRating="3" HotelCode="10556|23221" HotelName="Avlonya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Langa Araligi Caddesi No:11, 34096 Aksaray, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/cd/a5cd8e9f83b323dcc54b19dbe4aa8983bb1e7e2c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.68" OriginalAmount="156" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99445738" Longitude="29.02646249" StarRating="0" HotelCode="368983|284882" HotelName="Kösk Otel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bed and breakfasts" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rihtim Caddesi Izzettin Sokak No 16, Kadiköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/72/d5/72d5a5c470e185cd3c9bd7cf51b5ae333c406351.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.68" OriginalAmount="156" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039384" Longitude="28.983012" StarRating="3" HotelCode="311575|54796" HotelName="Taximist Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Taksim Caddesi 63, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/90/fb/90fb7c37a25f9522f17dc50808c78af236621fa6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.68" OriginalAmount="156.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009544128626" Longitude="28.978497684002" StarRating="3" HotelCode="191122|dongyang_hotel_istanbul" HotelName="Dongyang Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Cad. Tramway Yolu Üzeri No: 7, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f9/f0/f9f017fe8c71b7bd55dba2be2601f6e3c446682e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.68" OriginalAmount="156.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0924955" Longitude="28.9940025" StarRating="3" HotelCode="296191|tempo_hotel_4_levent" HotelName="Tempo Hotel 4 Levent" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sanayi mah., Sultan Selim Cad. 139, 4. Levent, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/12/d5/12d568073fbc2cf2e26eaa96fdf1f4d681e9b802.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.68" OriginalAmount="156.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036193887343" Longitude="28.912259281886" StarRating="4" HotelCode="323795|marnas_hotels" HotelName="Marnas Hotels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Yenidogan Mahallesi, Abdi ipekçi Cadedesi 14-16, Bayrampasa, 34040 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/c0/6dc09b1efd158edc4ff885bde6377093e025872a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.68" OriginalAmount="156.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00677279" Longitude="28.98130824" StarRating="0" HotelCode="612859|genius_hotel_istanbul" HotelName="Nar Sultan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sultanahmet Fatih, Kutlugun Sokak 9, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a5/a8/a5a8a18ba2ca41673d74a13e5bd590954a3547fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.68" OriginalAmount="156.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.067931133208" Longitude="29.000763364418" StarRating="3" HotelCode="933243|m_hotel_10" HotelName="Time Hotel Mecidiyeköy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Bar,Fax,Internet,Jacuzzi,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gülbahar Mahallesi, Oguz Sokak 9, Mecidiyeköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/6e/fc6e8a81ddf0e0c14a1f3e486dd517e0c4c6bc60.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="160.97" OriginalAmount="156.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008743633468" Longitude="28.953657746315" StarRating="4" HotelCode="166621|372595" HotelName="Hotel Istanbul Trend" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mustafa Kemal Pasa Caddesi 36, Laleli, 34130 Istanbul, Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/64/1964d31a919a1b671a88f13910d7b6dd19919ee1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is 10-20 minutes' walk from some of Istanbul's top attractions, including the Grand Bazaa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="161.17" OriginalAmount="156.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00884912" Longitude="28.96487371" StarRating="3" HotelCode="186206|1448898" HotelName="Balin Boutique Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Kemalettin Mahallesi, Ordu Caddesi, Dibekli Cami Sokak 10, 34126 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/a8/80a8f540401f39d0fe8f087521a094395be58824.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="161.22" OriginalAmount="156.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01229" Longitude="28.97547" StarRating="0" HotelCode="|192494" HotelName="Felicity Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi Ankara Caddesi 42</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/4/9/4/192494_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="161.22" OriginalAmount="156.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0427275" Longitude="28.9853829" StarRating="0" HotelCode="|108295" HotelName="Taksim Green House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet caddesi paparoncalli sok No 15 Elmadag/Taksim</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/9/5/108295_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated in a central area, 1 kilometre away from the establishment, guests will find Taksim the square Istiklal Avenue.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="161.22" OriginalAmount="156.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0047648" Longitude="28.9794786" StarRating="3" HotelCode="|94464" HotelName="Hippodrome" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>MIMAR MEHMETAGA CAD. No.38, SULTANAHMET , Istanbul Turkey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/4/4/6/4/94464_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has WiFi, (free of charge), a terrace on the rooftop, Regarding the food and beverage offering, the establishment has a buffet breakfast. SITUATION: This establishment, the Grand Bazaar it is 500 metres away from it is in Sultanahmet the heart of Sultan Ahmed Mosque 100 metres away from the establishment, you can find el Museo de Santa SofÃ­a a 10-minute walk away from it is situated 15 kilometres away from Istanbul AtatÃ¼rk Airport. ROOM: The rooms have an air-conditioning system a bathroom with a hairdryer.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="161.24" OriginalAmount="156.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0312209" Longitude="28.8171593" StarRating="5" HotelCode="|107975" HotelName="Rotta İstanbul " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Evren Mah. Cami Yolu Caddesi No:1A Gunesli 34212</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/9/7/5/107975_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is elegant rooms, has a covered swimming pool, a gym and spa facilities. SITUATION: It is situated 7 kilometres away fromIstanbul AtatÃ¼rk the airport CNR the exhibition centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="161.41" OriginalAmount="156.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.030772" Longitude="28.97512" StarRating="3" HotelCode="188678|609525" HotelName="Arya Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Istiklal Caddesi, Balyoz Sokak 21, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/0f/f70f7b20f5d87b713f9a247d831ce3ab9a486a93.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="161.44" OriginalAmount="156.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06798" Longitude="28.98443" StarRating="4" HotelCode="|184802" HotelName="Ramada and Suites By Wyndham Istanbul Sisli" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Merkez District Abide-I Hurriyet Street No 160</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/8/0/2/184802_74ef73b0436.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="161.45" OriginalAmount="156.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04853" Longitude="28.98418" StarRating="0" HotelCode="|551955" HotelName="Homelike Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bozkurt Mahallesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/1/9/5/5/551955_de20fcc1558.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.71" OriginalAmount="157" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00887413" Longitude="28.95422109" StarRating="0" HotelCode="878847|384185" HotelName="Grand Gara Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mesihpasa Mahallesi, Saitefendi Sokak 12, Aksaray, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/9f/9d9f2f6e93cec9cf8d44adca5604e9663281c40d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;HOTEL: The establishment boasts a reception, modern rooms and with WiFi (free of charge). 

SITUATIO...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="161.71" OriginalAmount="157.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.056474" Longitude="28.987681" StarRating="3" HotelCode="298254|the_22_hotel" HotelName="Near Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Mayis Mahallesi, Samanyolu Sokak 67, Sisli, 34360 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/3a/433aa3f1c8ea3c5d405d000b5ea786e22a8be722.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="161.71" OriginalAmount="157.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02692224" Longitude="28.96995407" StarRating="3" HotelCode="323387|pera_life_hotel_" HotelName="Pera Life Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yolcuzade Iskender Caddesi 12, Sishane, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/44/a4/44a4136bf9d3b851adf3ae071559f2cdf28ae3d5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="161.71" OriginalAmount="157.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.079111880165" Longitude="28.995676099737" StarRating="0" HotelCode="358097|my_rose_hotel" HotelName="My Rose Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Talatpasa Caddesi 187, Gultepe, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/27/a9/27a983a0d2073f33e84774f64aec95d63a35484c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;HOTEL: The establishment offers guests WiFi (free of charge), comfortable rooms, with air-conditioni...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="161.71" OriginalAmount="157.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.08206782" Longitude="29.08729465" StarRating="0" HotelCode="516045|mavilla_hotel_3" HotelName="Mavilla Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Göztepe Mahallesi, Palmiye Caddesi 25, Anadolu Hisarl, 34880 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/13/0b137e1b3311f48d60bc50a5bdfd4f835807886a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="161.71" OriginalAmount="157.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01068" Longitude="28.95406" StarRating="4" HotelCode="826975|vision_deluxe_hotel" HotelName="Vision Deluxe Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Jacuzzi,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Kemalpasa Mahallesi, Selimpasa Sokak 22, Fatih, 34134 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/fc/4afccaac3a49772bc9d808a61b592ba5baf709a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="161.74" OriginalAmount="157.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0092487" Longitude="28.97704327" StarRating="3" HotelCode="397377|696800" HotelName="Hotel Han" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Yerabatan Caddesi 19, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/2a/942a67a802d063db00922601fcd38b1fe2878137.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="161.80" OriginalAmount="157.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0041657" Longitude="28.9608527" StarRating="0" HotelCode="|108344" HotelName="Ramparts" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Muhsine Hatun Mah. Sevgi Sokak no:9 Kumkapi - Fatih, Istanbul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/3/4/4/108344_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inFatih the district of. ROOM: The establishment has large apartments, have an air-conditioning system and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="161.87" OriginalAmount="157.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.024763" Longitude="28.977538" StarRating="0" HotelCode="|534310" HotelName="Mates Port Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/3/1/0/534310_6f682531123.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="161.90" OriginalAmount="157.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035326811077" Longitude="28.97803902626" StarRating="3" HotelCode="191190|1679988" HotelName="Hotel Balo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Hüseyinaga Mahallesi Topçekenler Sokak No:22 Beyoglu, Istanbul, Balo Sokak Yani</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/06/ee06e216216a656bac878777db59c0ec8d5707ce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="162.07" OriginalAmount="157.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0791324" Longitude="28.9956921" StarRating="0" HotelCode="|108274" HotelName="My Rose " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Talatpasa Cad. No 187 Gultepe</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/7/4/108274_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment offers guests WiFi (free of charge), comfortable rooms, with air-conditioning and satellite TV. SITUATION: This establishment, is in the city centre, is 15 minutes away from Kanyon the commercial centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="162.16" OriginalAmount="157.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0217213" Longitude="28.8789205" StarRating="0" HotelCode="|108091" HotelName="Elite Marmara Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/0/9/1/108091_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has WiFi, (free of charge), a reception, a terrace and a restaurant. SITUATION: It is 7 kilometres away fromIstanbul AtatÃ¼rk Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="162.24" OriginalAmount="157.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01343" Longitude="28.97544" StarRating="3" HotelCode="207971|2262175" HotelName="Marmara Deluxe Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ebusuud Caddesi 45/1, Sirkeci, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/4d/b54dd3a442d93d3bb457d7a659a69469b0daa528.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located just a few metres from Gulhane Park and close to the Topkapi Palace and Hagia Sophia, the ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="162.30" OriginalAmount="157.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0139916" Longitude="28.9780278" StarRating="0" HotelCode="|86966" HotelName="Ethnica Hotel Old City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nobethane Cad.No: 18 Sirkeci</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/6/6/86966_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This historic building, has WiFi and a reception. SITUATION: The establishment, El Palacio de Topkapi it is a 5-minute walk away from Santa Sofia 500 metres away from Sultan Ahmed Mosque 800 metres away from La cisterna BasÃ­lica and El Bazar de las Especias 10 minutes walk away, guests can find it is 18 kilometres away from Istanbul AtatÃ¼rk Airport. ROOM: All the rooms have an air-conditioning system, a television, a mini-bar, a safe, a bathroom with a hairdryer and complimentary bathroom items. Some rooms have sea views. RESTAURANT: Regarding gastronomy, the establishment offers a restaurant and a bar. MEALS: The establishment serves a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="162.36" OriginalAmount="157.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06795" Longitude="29.0007" StarRating="0" HotelCode="|526095" HotelName="Time Hotel Mecidiyekoy" 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/5/2/6/0/9/5/526095_8faeb4b1111.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="162.38" OriginalAmount="157.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0300829" Longitude="28.974628" StarRating="3" HotelCode="|82958" HotelName="Silviya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Asmal? Mescit Sok. No:24/A Beyolu,Taksim</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/5/8/82958_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts WiFi (free of charge) and a reception. SITUATION: The hotel Istiklal Avenue it is 100 metres away from it is situated 10 minutes away from Taksim the square.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="162.55" OriginalAmount="157.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0036" Longitude="28.9791" StarRating="4" HotelCode="|86892" HotelName="Antis - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sultanahmet Mah. Akbiyik Degirmeni Sok. No:98</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/9/2/86892_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a terrace on the rooftop and sea views. SITUATION: This establishment, is in Istanbul the historic centre of it is located close to the mosque. ROOM: Customers can find stylish rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.74" OriginalAmount="158" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0082376" Longitude="28.9783589" StarRating="3" HotelCode="316305|215868" HotelName="Benler Otel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Kemalettin Mahallesi, Agacesmesi Sokak 5, Ordu Caddesi, Laleli, 34126 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/fc/06fc97fb3cb1cdb8804818303db048dd645975f7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.74" OriginalAmount="158" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00812431" Longitude="28.96797001" StarRating="3" HotelCode="374619|217158" HotelName="Bizim Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Divani Ali Sokak No. 2, Beyazit, Fatih, 34126 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/620355/620355a_hb_a_001.JPG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.74" OriginalAmount="158" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03899623" Longitude="28.98277113" StarRating="0" HotelCode="819548|343504" HotelName="T Square Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallessi, Feridiye Caddesi 93, Taksim, Beyoglu, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/53/7653d9374c11fa740b9df2773207873268b8dd9f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.74" OriginalAmount="158" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003569" Longitude="28.973919" StarRating="3" HotelCode="933208|63792" HotelName="Hotel Coliseum" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Aksakal Sokak 5, Küçükayasofya Mahallesi, Fatih, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/01/15018874a1dc964c9ff6958c84137ac785ba0daf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.74" OriginalAmount="158" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035392022984" Longitude="28.97902560644" StarRating="3" HotelCode="296193|57899" HotelName="Sarajevo Taksim Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Jacuzzi,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Huseyin Aga Mahallesi, Buyuk Bayram Sokak 6, Beyoglu, Istanbul 34000</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/ea/57ea341df3245140ea57a317a1b65d107a223877.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.74" OriginalAmount="158.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005249" Longitude="28.974155" StarRating="3" HotelCode="37692|hotel_spectra_sultanahmet" HotelName="Spectra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Mehmetpasa Yokusu 2, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e3/d9/e3d919c69862a851cce0dcf983526228182c04cf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.74" OriginalAmount="158.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008224470222" Longitude="28.972760438919" StarRating="4" HotelCode="173313|recital_hotel" HotelName="Recital Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Piyer Loti Caddesi 21, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/f3/91f335d93ad90dc98b96c1771dfd1c0737de1275.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Most of the historical attractions of Istanbul are either within a five-minute walk or can be easily...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.74" OriginalAmount="158.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02686681" Longitude="28.97785726" StarRating="0" HotelCode="442388|galata_melling" HotelName="Galata Melling" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Concierge,Designated Smoking Area,Dry Cleaning,Internet,Laundry,LCD/Projector,Luggage Storage,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>Hacimimi Mah Lulecihendek Cad, Hacimimi Kulhani Sok. 14, Beyoglu, Istanbul City</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/55/7055636da279977159e14f9a97553976feb473f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Galata Melling, you'll be centrally located in Ista...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.74" OriginalAmount="158.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00211" Longitude="29.13284" StarRating="0" HotelCode="430584|nish_suite_atasehir_3" HotelName="Nish Atasehir" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Tatlisu Mahallesi, Günaltay Sokak 15, Serif Ali Ümraniye, Atasehir, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/ec/31ec3e50388124f5351bed89d6f0a845a48ac408.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.74" OriginalAmount="158.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03898101" Longitude="28.9817021" StarRating="0" HotelCode="770934|new_house_" HotelName="New house" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Taksim Cesmesi Sokak 13, Beyoglu, 34100 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/a7/78a72386c0b057644739d55959fbfc231dcc8cde.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the historic Sultanahmet district, Hotel New House is within walking distance of the Blue Mosque,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.74" OriginalAmount="158.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009119" Longitude="28.957305" StarRating="3" HotelCode="899824|prestige_hotel" HotelName="Prestige Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Koska Caddesi 6, 34480 Istanbul, Laleli</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/91/c3/91c3301e537361a82e939070e2c5e9d3f61419d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Laleli, close to public transport links (some 20 m), and in the heart of th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="162.87" OriginalAmount="158.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="3" HotelCode="143018|1438918" HotelName="Hotel Aldem" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cagalogu Alemdar Mahallesi, Çatalçesme Sokak 20-22, 34410 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/89/bc/89bc9eb73a61afb0ad05a4ddaec73323c9f9f462.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Istanbul. For guests who appreciate a stylish ambience...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="163.02" OriginalAmount="158.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01398" Longitude="28.97912" StarRating="3" HotelCode="|192457" HotelName="Taya Hatun" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/4/5/7/192457_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="163.10" OriginalAmount="158.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.060456" Longitude="29.002457" StarRating="4" HotelCode="189368|176746" HotelName="Taba Luxury Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cemil Aslan Güder Cad., Elifoglu Sokak No: 1, Gayrettepe, 34349 Besiktas, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/53/b7533993f78931fc3f30b8a33b3200e77a1e9c01.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Gayrettepe area of the city, less than 2 km from Sisli underground stati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="163.20" OriginalAmount="158.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.031004" Longitude="28.984547" StarRating="0" HotelCode="|523486" HotelName="Cihangir VAV Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yeni Yuva Sk. 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/4/8/6/523486_3ee88111126.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="163.31" OriginalAmount="158.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00277" Longitude="28.97431" StarRating="0" HotelCode="|184252" HotelName="Cheers Lighthouse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/2/5/2/184252_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="163.39" OriginalAmount="158.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01406" Longitude="28.97905" StarRating="0" HotelCode="|184887" HotelName="Sayeban Gold Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/8/8/7/184887_fadbff71530.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="163.47" OriginalAmount="158.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0197797" Longitude="28.928496" StarRating="2" HotelCode="|108128" HotelName="Grand Reİs" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Topkapi Cad. Hamam Odalari Cikmazi Sok. No:1 Kaleici, Topkapi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/2/8/108128_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts WiFi (free of charge), a reception and a car park (free of charge). SITUATION: It is 200 metres away from the tram station excellent transport links to and.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="163.52" OriginalAmount="158.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006388643791" Longitude="28.972135484219" StarRating="4" HotelCode="186918|1448558" HotelName="Muyan Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Dizdariye Medresesi Sokak 13, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e1/d9/e1d911c4c9494711d700a85cf6f41dd7d9063258.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located for the wonderful attractions in the historic district of Sultanahme...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="163.77" OriginalAmount="159" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1402333-25067527/1328528078072082355/3620" HotelName="DAYS INN BY WYNDHAM ISTANBUL BOMONTI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/100000000/99690000/99685700/99685672/e6a4015a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="163.77" OriginalAmount="159.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003179802143" Longitude="28.977412374009" StarRating="4" HotelCode="395274|hotel_almina" HotelName="Almina Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Küçükayasofya Caddesi, Akbiyikdegirmeni Sokak 27, Sultanahmet, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/62c48e6320df4cdf8dffa3b102217ee6.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a prestigious and historical district of Istanbul, in the old part of the ci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="163.77" OriginalAmount="159.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0503868" Longitude="28.9855141" StarRating="0" HotelCode="379909|homelike_hotel_2" HotelName="Homelike Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Bozkurt Mahallesi, Esref Efendi Sokak 58, Sisli, 34381 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/34/fd34af25b8225bf094ea6ebc51c3b11ec97b35e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="163.77" OriginalAmount="159.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0326469" Longitude="28.97717267" StarRating="5" HotelCode="437447|taksim_yazici_residence" HotelName="Taksim Yazici Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Tomtom Mahallesi, Akansu Sokak 4, Beyoglu, 34433 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f8/fc/f8fcfab397378349efa4ca8ee1664e1d4d73627e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="163.77" OriginalAmount="159.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03957204" Longitude="28.98171626" StarRating="0" HotelCode="878103|endless_comfort_hotel" HotelName="Endless Comfort Hotel Taksim" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Caylak Sokak 67, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/59/fa5955f37ec1260a34aa1709959a53ade4d89eaa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="163.92" OriginalAmount="159.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0086" Longitude="28.96821" StarRating="0" HotelCode="|192352" HotelName="Bizim Otel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Divani Ali Sokak No 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/3/5/2/192352_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="163.92" OriginalAmount="159.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.024385" Longitude="28.978687" StarRating="0" HotelCode="|526193" HotelName="Royal Tophane" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mumhane Cd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/6/1/9/3/526193_a2bdb621058.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="164.09" OriginalAmount="159.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.87274047" Longitude="29.25136284" StarRating="5" HotelCode="167023|131064" HotelName="The Green Park Pendik Hotel &amp; Convention Center" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Kaynarca Mahallesi, Erol Kaya Caddesi 204, Pendik, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/5e/5e864a2b625298e8/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally located, particularly for those wishing to be on the Asian side of Istanbul. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="164.19" OriginalAmount="159.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0190926483" Longitude="28.963589966297" StarRating="4" HotelCode="185595|4932135" HotelName="Hayriye Hanim Konagi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hayriye Hanim Sok. No. 19, Demirtas Mah., Old City Suleymaniye, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/16/160755/160755a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The unique historical and tourist sights of the Old City are within walking distance of the hotel. S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="164.36" OriginalAmount="159.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.97351" Longitude="29.14606" StarRating="0" HotelCode="|461647" HotelName="Sahrakent Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/1/6/4/7/461647_37324b91115.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="164.53" OriginalAmount="159.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.030194" Longitude="28.979348" StarRating="0" HotelCode="|475328" HotelName="The Külsümz Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Bogazkesen Cd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/3/2/8/475328_0de0d5b1201.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="164.61" OriginalAmount="159.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007468" Longitude="28.952408" StarRating="0" HotelCode="|486329" HotelName="Mavirem Hotel" 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/8/6/3/2/9/486329_d5641660917.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="164.65" OriginalAmount="159.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.053812248287" Longitude="28.949741721153" StarRating="4" HotelCode="185711|635345" HotelName="Hilton Garden Inn Istanbul Golden Horn" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sutluce Mah., Imrahor Cad., Dutluk So, Istanbul 34445</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/79/7d/797db776eabfc28f1b310a1efc7a9606a2580f92.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Golden Horn area of the city with easy access to the major sightseeing a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="164.75" OriginalAmount="159.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.016794" Longitude="29.077966" StarRating="0" HotelCode="|535543" HotelName="Camlica Tower Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Karlidere Cad Iskender Sok No 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/5/4/3/535543_8d0bb821125.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.80" OriginalAmount="160" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.071457" Longitude="28.87215" StarRating="4" HotelCode="296415|45802" HotelName="Hotel Golden Way Giyimkent" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oruç Reis Mahallesi, Vadi Caddesi, Giyimkent Sitesi No. 274, Tekstilkent, Esenler, 34235 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/b9/6db9a52df7314a5087eb72702515d16a3e722a74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.80" OriginalAmount="160" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005575965595" Longitude="28.973709940911" StarRating="3" HotelCode="409784|217602" HotelName="Hotel Fehmi Bey" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Ucler Sokak 15, Sultanahmet, 34440 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/7c/b67ce9bac879788d3e5fa632e0695111613f7e87.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.80" OriginalAmount="160" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="967783|491743" HotelName="Kartal Palace Taksim Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>TarlabasI BulvarI 22, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/9c/619c1f94e98b15acd22394725882d6345c1b166e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.80" OriginalAmount="160" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03513887" Longitude="28.98214204" StarRating="3" HotelCode="734843|324343" HotelName="Premist Hotels Taksim" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Bar,Business Centre,Currency Exchange,Designated Smoking Area,Housekeeping,Internet,Laundry,Printer,Telephone Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Katip Mustafa Çelebi Mahallesi, Büyük Parmakkapi Sokak 8, Taksim, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b2/c0/b2c0dfd63c9675ca6e558885f62dbd979e24fc8d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the centre of Istiklal avenue, The Premist Hotel Taksim offers a modern, quiet and cosy a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="164.80" OriginalAmount="160.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009149" Longitude="28.977593" StarRating="3" HotelCode="96644|and_hotel__special_category" HotelName="The And Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Yerebatan Caddesi Cami Cikmazi 18, 34410 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/da/5dda764e5372e59a049e0638c5b6978c810d994e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Sultanahmet district of Istanbul, the hotel is approximately 100 m from the Egyptian ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="164.80" OriginalAmount="160.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01232" Longitude="28.94839" StarRating="3" HotelCode="191051|city_otel" HotelName="City Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Adnan Menderes Bulvari, Vatan Caddesi, Simitci Sakir Sokak 36, Fatih, 34250 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/a6/32a631bab38b04f95d6bf6389144f77f396befd8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="164.80" OriginalAmount="160.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03458732" Longitude="28.98302956" StarRating="3" HotelCode="578929|hotel_naumpasa_konagi" HotelName="Hotel Naumpasa Konagi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Mustafa Çelebi Mahallesi, Taksim Kuyu Sokak 11, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/07/b8/07b8fa1c6c6b24a62d293b0f0b15cfebe2fa4f66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="164.80" OriginalAmount="160.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01398738" Longitude="28.97582326" StarRating="0" HotelCode="621413|aslan_home_apart" HotelName="Aslan Home Apart" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Hoca Pasa Sokak 23, Sirkec, Fatih, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/7f/ff7fd4f857d214dbddf3a4c171c34acee15e573a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="164.80" OriginalAmount="160.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.055133849711" Longitude="29.017968708689" StarRating="3" HotelCode="915594|republika_ortakoy_aparts" HotelName="Republika Academic Aparts Ortakoy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Balmumcu Mahallesi, Mustafa Izzet Efendi Sokak 1, 34349 Ortaköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f7/13/f713900aea84ba63595ff6466beb4ab163dc4b27.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="164.86" OriginalAmount="160.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0906336" Longitude="29.0041605" StarRating="3" HotelCode="|84948" HotelName="Tempo 4levent Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>SANAYI MAH.SULTAN SELIM CAD.4 LEVENT 139</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/9/4/8/84948_9.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is situated 1,5 kilometres away from the metro stop,2,5 kilometres away, you can find Kanyon the shopping centres, La Plaza de Taksim the establishment is a 20-minute drive away from it is 25 kilometres away from Istanbul AtatÃ¼rk Airport. FACILITIES: The establishment boasts a reception. ROOM: The stylish rooms, have an air-conditioning system, WiFi (free of charge), flat-screen satellite television, parquet or carpet floors, kettle, a mini-bar and a safe. They also have a bathroom with a shower or bath, toiletries, slippers and a bathrobe. MEALS: The establishment serves a buffet breakfast and with diet products. The establishment also has a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="164.87" OriginalAmount="160.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011021" Longitude="28.958934" StarRating="0" HotelCode="|555495" HotelName="Genova" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Balabanaga Mahallesi Zeynep Kamil Sokak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/5/4/9/5/555495_34e2f731852.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="165.00" OriginalAmount="160.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.029062675076" Longitude="28.973197638988" StarRating="4" HotelCode="185580|740365" HotelName="Collage Pera Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic 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,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Asmali Mescit Mahallesi, General Yazgan Sokak 13, 34430 Istanbul, Pera/Beyoglu</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/74/f47422ecf3456247439a912d56d0afe24de8b0ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a shopping and touristic neighbourhood, 10 minutes’ walk away from Taksim Sq...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="165.01" OriginalAmount="160.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05451" Longitude="28.98861" StarRating="3" HotelCode="|193171" HotelName="Hotel Favori Nisantasi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Matbaaci Osmanbey Sok. No: 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/1/7/1/193171_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="165.03" OriginalAmount="160.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03931" Longitude="28.98266" StarRating="3" HotelCode="263716|2195915" HotelName="Ada Home" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Feridiye Caddesi No: 75, 34420 Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/1a/b5/1ab5b1b817beae13c7578c99bcb71e3a762875ca.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="165.13" OriginalAmount="160.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005704" Longitude="28.979691" StarRating="2" HotelCode="191101|4520475" HotelName="Nayla Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kutlugun Sokak 12, Sultanahmet, 34142 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/bd/64bd61b88faa6e46da7149448a0366fb63e6ac17.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="165.45" OriginalAmount="160.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0059503" Longitude="28.9798908" StarRating="0" HotelCode="|86734" HotelName="Nayla Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kutlugun Sok. No 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/3/4/86734_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a garden, WiFi (free of charge) and views of the sea. SITUATION: 200 metres away, clients have the mosque.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="165.45" OriginalAmount="160.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0103" Longitude="28.97713" StarRating="4" HotelCode="|184172" HotelName="Bon  Hagia Sophia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alaykosku Mah. Sengul Hamam Sok. No: 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/1/7/2/184172_648cdee1548.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="165.57" OriginalAmount="160.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0055795" Longitude="28.97451067" StarRating="4" HotelCode="35328|235306" HotelName="Alzer Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Eco Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>At Meydani 20, 34400 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/37/29/3729af66658dc34ae317c768d7938934d99fb4a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally located just a few minutes walk from Hagia Sophia, Topkapi palace and t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="165.60" OriginalAmount="160.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9667" Longitude="29.107043" StarRating="0" HotelCode="|534293" HotelName="Vois Hotel Bostancı" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Prof. Dr. Ali Nihat Tarlan Cd 86</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/2/9/3/534293_63ee2c71111.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="165.61" OriginalAmount="160.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040339" Longitude="28.981775" StarRating="3" HotelCode="|205311" HotelName="Taksim Nis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Feridiye street. no 117 Taksim Beyoglu Istanbul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/5/3/1/1/205311_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="165.70" OriginalAmount="160.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0387359" Longitude="28.9829947" StarRating="4" HotelCode="|108282" HotelName="Aston Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi Feridiye Caddesi No:26 Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/8/2/108282_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has, a terrace, with views. SITUATION: This hotel is in the heart of the city, is 200 metres away from Taksim the Square of. ROOM: Each room has soundproofing and with WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="165.83" OriginalAmount="161" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040064225062" Longitude="28.981952377298" StarRating="3" HotelCode="293674|199878" HotelName="Calanthe Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mah., Feridiye Cad. 123, Beyoglu, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/be/eb/beebe0a13b3b75cc62d06fa9b0a9e15b7bfb4779.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="165.83" OriginalAmount="161.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011652" Longitude="28.954532" StarRating="3" HotelCode="167652|mirilayon_hotel" HotelName="Mirilayon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yesil tulumba sokak 36/44, Istanbul 34134</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/c7/8bc748d651295a8d31ecdf0b385875205289a091.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the busy Laleli area of Istanbul, the hotel is conveniently situated for links to the pub...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="165.83" OriginalAmount="161.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="3" HotelCode="118791|hotel_villa_zurich" HotelName="Villa Zurich Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akarsu Yokusu Caddesi 36, Cihangir, 34433 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/64/34/64348d08a2e0f1231d461559276e1089081ebf2c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the lively and colourful Beyoglu district of Istanbul, the hotel is just a 10-minute walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="165.83" OriginalAmount="161.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.048381" Longitude="28.987195" StarRating="1" HotelCode="191116|harbiye_residence" HotelName="Harbiye Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Caddesi Selbasi Sokak No:6, Harbiye, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/73/d7/73d731409ea317b413629c61870449cc493059e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="165.83" OriginalAmount="161.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035191" Longitude="28.987558" StarRating="3" HotelCode="293565|away_suites" HotelName="Away Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Gumussuyu Mahallesi, Daunya Saglik Sokak 19, Beyoglu</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/0b/520b323b2742d88e164c62a0c513654642c4fd5c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="165.83" OriginalAmount="161.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008319599856" Longitude="28.963477313518" StarRating="3" HotelCode="410430|the_newport_hotel" HotelName="Newport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mihat Pasa Caddesi, Abuhayat Sokak 9, Beyazit, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3c/c2/3cc2e84d1af8271b0603feff71ae8208940f4220.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Beyazit district of Istanbul, less than 500 m from the Grand Bazaar and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="165.83" OriginalAmount="161.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.029085142385" Longitude="28.809369220693" StarRating="5" HotelCode="422431|elite_world_europe_hotel" HotelName="Elite World Europe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Basin Ekspres Caddesi 4, 34303 Halkali, Basin Express, Küçükçekmece, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b4/93/b493f3b68bdab7c48d8d65900c881a060fd240ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="165.83" OriginalAmount="161.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03378114" Longitude="28.9769567" StarRating="4" HotelCode="406301|hotel_pera_parma" HotelName="Hotel Pera Parma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Dining,Fax,Internet,Laundry,Meeting Room,Restaurant,Spa,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet caddesi 7, Galatasaray Lisesi Karsi Sokagi, Taksim, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/ac/afacbd6e9eeb502f938670279d5e3a454f6eaf57.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in New City. Situated within 550 metres from the town centre, the ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="165.83" OriginalAmount="161.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02610244" Longitude="28.97310349" StarRating="3" HotelCode="581162|allegra_suit_galata" HotelName="Allegra Suites Galata" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bereketzade Mahallesi, Sair Ziya Pasa Yokusu Simsir Sokak 6, Galata, Beyoglu, 34306 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/b9/c7b922fae4a6d79c238c3603ab614bc838c9cfe7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="165.83" OriginalAmount="161.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01221" Longitude="28.95724" StarRating="3" HotelCode="516259|hotel_genova_7" HotelName="Hotel Genova Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Balabanaga Mahallesi, Zeynep Kamil Sokak 5-7, 34134 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f0/e8/f0e8bc017331aa652e88a4a4b28d4e15475e480b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="165.89" OriginalAmount="161.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.992262745366" Longitude="29.026406266386" StarRating="3" HotelCode="200043|814560" HotelName="Grand As Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nuzhetefendi Sokak 27, Kadikoy, 81530 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/5f/bf5f60364025fab3bfa2c7ea39ed831316dad490.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests are welcomed at the hotel, which has a total of 48 rooms. The accommodation offers a dining a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="165.89" OriginalAmount="161.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.889" Longitude="29.18905" StarRating="0" HotelCode="|522789" HotelName="Anatolia Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/7/8/9/522789_8b32b051139.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="166.02" OriginalAmount="161.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0228879" Longitude="28.9306757" StarRating="5" HotelCode="|108359" HotelName="Akgun Istanbul Hotel, WorldHotels Elite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Adnan Menderes Bulvar? (Vatan Cd) Topkapi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/3/5/9/108359_45977f71349.jpg</HotelPictures>
        <HotelDescription>SITUATION: Istanbul Is situated in Sultan Ahmed Mosque it is 2 kilometres away from Topkapi the palace. ROOM: The rooms have an air-conditioning system and WiFi (free of charge). FACILITIES: The establishment boasts a swimming pool with a terrace and deck chairs.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="166.31" OriginalAmount="161.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.96745" Longitude="29.10485" StarRating="3" HotelCode="|192848" HotelName="Plus Bostanci Atasehir" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yesilvadi Sokak No:10 Bostanci</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/8/4/8/192848_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="166.31" OriginalAmount="161.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011581" Longitude="28.940621" StarRating="0" HotelCode="|555200" HotelName="The Central Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Haseki Sultan Mah Millet Cad No 47</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/5/2/0/0/555200_79c80c81809.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="166.52" OriginalAmount="161.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008944983035" Longitude="28.964219431877" StarRating="4" HotelCode="213517|920525" HotelName="Victory Hotel &amp; Spa Istanbul" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Kemalettin Mh. Mithatpasa Cd. No: 1, 34130 Istanbul, Beyazit, Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5d/b9/5db9de6295599ea68ddb42d7fccb44f6137b9d93.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="166.53" OriginalAmount="161.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005166219294" Longitude="28.980151955082" StarRating="3" HotelCode="68329|2191895" HotelName="Hotel Alilass" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Caddesi, Bayram Firin Sokak 9, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/7f/5f7f5265877961014ff663cde7edbbd959ae7a98.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Sultanahmet area, which is in the heart of Istanbul’s old city. The hote...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="166.60" OriginalAmount="161.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007683" Longitude="28.949797" StarRating="0" HotelCode="|532478" HotelName="Grand Iska Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>manastirli rifat sokak no 4 fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/4/7/8/532478_02a80c01030.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="166.62" OriginalAmount="161.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0395" Longitude="28.98238" StarRating="0" HotelCode="|228385" HotelName="Ada Home Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi Feridiye Caddesi 75 Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/8/3/8/5/228385_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="166.62" OriginalAmount="161.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035" Longitude="28.98227" StarRating="0" HotelCode="|529266" HotelName="Premist Hotels Taksim - Special Class" 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/5/2/9/2/6/6/529266_a857cae1232.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="166.77" OriginalAmount="161.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.874038" Longitude="29.249317" StarRating="3" HotelCode="188669|611885" HotelName="Pendik Marine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dogu Mahdii, Ankara Caddesi 202, 34890 Pendik, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/6e/b16e6ff7b058b77c5e4d88e2e0ae7340852093b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated in Asian Side. There are a total of 18 rooms on the premises. Cus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.86" OriginalAmount="162" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.068156507524" Longitude="28.984688515587" StarRating="4" HotelCode="310548|62908" HotelName="Ramada Hotel &amp; Suites Istanbul Sisli" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sisli Merkez Mahallesi, Abide-I Hurriyet Street 160, 34381 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/6c/63/6c63074e4f20497ae61faa03f069af6d98db1420.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.86" OriginalAmount="162" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.8888122" Longitude="29.18250712" StarRating="4" HotelCode="350853|206134" HotelName="The Grand Mira Business Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Yukari Mahallesi, Sarayli Sokak 3, Üsküdar Caddesi, Kartal, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/60/0360b479469e37ebc881c778e3332cc27fceb8ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.86" OriginalAmount="162.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005917028524" Longitude="28.979015350342" StarRating="4" HotelCode="25164|armagrandi_spina_hotel__special_class" HotelName="Armagrandi Spina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Utangac sok. 19, 34400 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ab/ac/abaccad27691402ffe22cfa96ab1fc92cab3f671.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the Old Town in the historic Sultanahmet district of Istanbul, just a few ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.86" OriginalAmount="162.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003535" Longitude="28.976692" StarRating="5" HotelCode="267828|dilhayat_kalfa_hotel" HotelName="Dilhayat Kalfa Otel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sultanahmet Mahallesi, Tomurcuk Sokak  1, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/a0/baa0b01f8f385b4f92bfdd9226d5be85d974c32b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.86" OriginalAmount="162.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.029874549237" Longitude="28.973842061342" StarRating="3" HotelCode="305483|by_murat_crown_hotel_taksim" HotelName="By Murat Crown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Asmalimescit Mahallesi, Sehbender Sokak 5, Beyoglu, 34200 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/62/4662f0f3781489d31170acdceaa79ed72e3d901d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.86" OriginalAmount="162.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004566686688" Longitude="28.973125592479" StarRating="2" HotelCode="346952|rumours_inn" HotelName="Rumours Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mahallesi, Ucler Hamami Sokak 6, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/94/5f94d9a0ffef84e38ad7f304f1c28bff8a8d7e30.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.86" OriginalAmount="162.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05161019" Longitude="28.9892768" StarRating="3" HotelCode="586499|nishant_hotel" HotelName="Nishant Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Halaskargazi Mahallesi, Bahtiyar Sokak 10/3, Sisli, 34371 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/5e/2e5ee98cb200ca32485924984dcf652a9d09aa6c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Nishant Boutique Hotel is conveniently located in the popular Sisli area. The property features a wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.86" OriginalAmount="162.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03545921" Longitude="28.97635977" StarRating="0" HotelCode="598501|the_golden_peras_hotel" HotelName="The Golden Pera's Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Kamerhatun Mahallesi, Tarlabasi Bulvari 109, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/5a/605a4fe6f65bfc1526e3dbb3526ebc15920c66e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.86" OriginalAmount="162.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05965" Longitude="28.81391" StarRating="5" HotelCode="703683|westside_arjaan_by_rotana" HotelName="Westside Arjaan by Rotana Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Bar,Conference Hall,Designated Smoking Area,Golf,Internet,Laundry,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Sauna,Smoking Rooms,Spa,Swimming Pool,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mahmutbey Mahallesi, Tasocagi Yolu Caddesi 39/A, 34218 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/89/5c8920ebf9601ff4397b10186a902166786d8249.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel can be found in Marmara. This cosy accommodation guarantees a quiet stay as it c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.86" OriginalAmount="162.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="5" HotelCode="776049|rotana_hotel_resort" HotelName="Rotana Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Internet,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Kartaltepe Mahallesi, Kartaltepe Caddesi D2, Bakirkoy, 34145 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/38/0a38d1606284a7ba7488748d55b4278b465ae5fb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="166.99" OriginalAmount="162.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.916222" Longitude="29.304145" StarRating="3" HotelCode="|559868" HotelName="Tevetoglu" 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/5/5/9/8/6/8/559868_2b6001e1743.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="167.02" OriginalAmount="162.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0055972" Longitude="28.9744703" StarRating="0" HotelCode="|23091" HotelName="1207 Hotel Special Class - Sultanahmet" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AT MEYDANI - SULTANAHMET 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/0/9/1/23091_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2008, has 6 floors and 22 standard rooms. The establishment has a lobby with a reception, a safety deposit box service, a currency exchange service, a cloakroom and a lift. The establishment offers guests an Ã  la carte restaurant with air-conditioning, internet, WiFi, room service, a laundry service, a medical care service and a car park. SITUATION: This hotel is in a central area. Nearby, you will find tourist areas. 50 metres away, guests can find shops, restaurants, nightclubs and a public transport stop. ROOM: Each room has an air-conditioning system, a bathroom with a shower, a hairdryer, a direct line telephone, a satellite or cable television, internet, a mini-bar (available for a fee), a safe, a double bed and a central heating system. MEALS: The establishment serves a buffet breakfast and Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="167.19" OriginalAmount="162.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036559813652" Longitude="28.985457660188" StarRating="4" HotelCode="74097|47674" HotelName="Taxim Hill Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Siraselviler Caddesi 5, Beyoglu, 34437 Istanbul, Taksim</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3e/b3/3eb31e21c3c650bb9e98c34b707d541025bc86d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Taksim Square, the city hotel couldn't be more central. Istiklal Street, with a tramline ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="167.49" OriginalAmount="162.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.029117" Longitude="28.972653" StarRating="0" HotelCode="|353857" HotelName="Taksim Terrace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Aybast? Sokak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/8/5/7/353857_6910e651245.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="167.53" OriginalAmount="162.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9141045" Longitude="29.1379147" StarRating="4" HotelCode="|95919" HotelName="Elite  Dragos" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Piri Reis Caddesi 3 Dragos Maltepe,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/9/1/9/95919_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is situated 1 kilometre away from Turgut Ã–zal boulevard 25 kilometres away from Sabiha Gokcen Airport 50 kilometres away from and Istanbul AtatÃ¼rk the airport 1,5 kilometres away from Maltepe the Railway Station of. FACILITIES: Guests are offered WiFi (free of charge), a spa and a swimming pool. You also have at your disposal a hammam, a sauna, a gym, a terrace and a reception. Guests are offeredKadikoy a transfer service to Bagdat the avenue private parking and (free of charge). ROOM: Guests are offered rooms with air-conditioned, flat-screen satellite television, fitted carpets, a mini-bar and a writing desk. Some rooms have sea views, Our guests also have available room service. MEALS: The establishment serves a buffet breakfast, Clients also have access to an Ã  la carte restaurant and a bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="167.58" OriginalAmount="162.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012102" Longitude="28.955202" StarRating="4" HotelCode="|126070" HotelName="Ramada By Wyndham Istanbul Grand Bazaar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Genoturk Cad Sirvanizade Sok 11 Sehzadebassi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/6/0/7/0/126070_5dc78281829.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="167.59" OriginalAmount="162.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0017189" Longitude="28.8054929" StarRating="0" HotelCode="|153650" HotelName="Sahra Airport Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KARTALTEPE MAH. HISAR SOKAK, KUCUKCEKMECE 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/6/5/0/153650_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has attentive service. SITUATION: This establishment, is close to the airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.89" OriginalAmount="163" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003747" Longitude="28.979061" StarRating="3" HotelCode="191073|216965" HotelName="Agora Boutique Hotel &amp; Bistro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Caddesi 77, Sultanahmet, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=6549395</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located right in the heart of Istanbul. Its setting is especially ideal for g...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.89" OriginalAmount="163" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.044396" Longitude="28.982432" StarRating="4" HotelCode="293780|36729" HotelName="Istanbul Dora Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Eskisehir Mahallesi, Dolapdere Caddesi 33, Sisli, Istanbul 34347</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b3/d8/b3d8b3cf0dc637821186736eda25c54512c99c48.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="167.89" OriginalAmount="163" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|155790-20628373/1328528078072082355/3621" HotelName="CROWNE PLAZA ISTANBUL - HARBIYE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4040000/4036400/4036307/23bc07a1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="167.89" OriginalAmount="163.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009311" Longitude="28.976818" StarRating="3" HotelCode="186047|kybele" HotelName="The Kybele" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Yerebatan Caddesi 23, Sultanahmet, 34410 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/30/d8/30d8d160cc5752fe4f5ad250721d17185def9af1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="167.89" OriginalAmount="163.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007064260597" Longitude="28.972137447467" StarRating="3" HotelCode="315897|peyk_hotel" HotelName="Peyk" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Peykhane Caddesi 10, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/97/e897ac87aca5f6a31bed1b1e11756d723bbafc14.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="167.89" OriginalAmount="163.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00482105" Longitude="28.97948163" StarRating="0" HotelCode="787147|nomade_hotel_exclusive" HotelName="Nomade Hotel Exclusive" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sultanahmet Mahallessi, Akbiyik Caddessi 69, 34122 Istanbul, Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/ac/68ac821ffd4415ad8ae77a921da2eb63bf80be92.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="168.08" OriginalAmount="163.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008759" Longitude="28.957622" StarRating="3" HotelCode="142149|1191835" HotelName="Martinenz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Koska Caddesi No: 6/1, 34130 Laleli, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/4f04eb1d8a1b49e5bb0add45d04b50c3.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a perfect location on the historical peninsula of Istanbul, the Laleli district. Al...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="168.17" OriginalAmount="163.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.956820228944" Longitude="29.097906947136" StarRating="4" HotelCode="185589|1062888" HotelName="Rhiss Hotel Bostanci" 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,Internet,Jacuzzi,Massage Centre,Nightclub,Restaurant,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Emin Ali Pasa Caddesi 118, Bostanci Mahallesi, Kadiköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/ab/4aabf78312cecb15139960217923775d6f38eb1d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the Asian side of the city, within 500 m of the famous Bagdat shopping stree...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="168.21" OriginalAmount="163.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.002" Longitude="29.13285" StarRating="0" HotelCode="|558070" HotelName="Nish Suite Atasehir" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/8/0/7/0/558070_2f152411119.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="168.44" OriginalAmount="163.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.85709" Longitude="29.2749" StarRating="0" HotelCode="|242840" HotelName="Lounge Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/2/8/4/0/242840_19.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="168.49" OriginalAmount="163.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9926344" Longitude="29.0260626" StarRating="0" HotelCode="|108297" HotelName="Timya Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Osmanaga Mah. Rihtim Cad. Kirmizi Kusak Sok. No:3 Kadikoy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/9/7/108297_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has, WiFi, (free of charge). SITUATION: It is situated 450 kilometres away fromKadikoy Port It has excellent transport links to Sultanahmet the historic area of. ROOM: Each room has an air-conditioning system and a satellite TV.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="168.49" OriginalAmount="163.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05711" Longitude="28.91281" StarRating="3" HotelCode="|184457" HotelName="Gumus Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Merkez Mah Ali Galip Bey Cad No 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/4/5/7/184457_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="168.53" OriginalAmount="163.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99384" Longitude="29.02609" StarRating="3" HotelCode="188719|2265675" HotelName="Timya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kirmizi Kusak Sokak, 3, Rihtim Caddesi, Kadikoy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/a1/b2a16915c3eb1f85d03b1b2cdf80d3c6afe60684.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="168.55" OriginalAmount="163.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.027108" Longitude="28.973673" StarRating="0" HotelCode="|522211" HotelName="Meroddi Galata Flats" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/2/1/1/522211_000e6b30936.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="168.60" OriginalAmount="163.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0329195" Longitude="28.9750074" StarRating="3" HotelCode="118882|1017798" HotelName="Troya" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Caddesi 45, Tepebasi, Beyoglu, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/fb/6dfb681336152c302644dc24be898cf93a5c5bf0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="168.82" OriginalAmount="163.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9938439" Longitude="28.9192374" StarRating="3" HotelCode="|211262" HotelName="Hampton by Hilton Istanbul Zeytinburnu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Prof Muammer Aksoy Cad No 3 Zeytinburnu Istanbul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/1/2/6/2/211262_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="168.83" OriginalAmount="163.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007161" Longitude="28.954955" StarRating="3" HotelCode="|537923" HotelName="Darkmen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Pasazade sk.no.12 Laleli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/9/2/3/537923_012be070945.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="168.87" OriginalAmount="163.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012343255205" Longitude="28.954797685146" StarRating="4" HotelCode="75253|147766" HotelName="Ramada Istanbul Grand Bazaar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Gencturk Caddesi, Sirvanizade Sokak 11, Sehzadebasi, 34134 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e9/a5/e9a5d3b30fcc16b4d18a6a2a0a3b27e61a8f35cc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the historical district of Sehzadebasi, the hotel is conveniently close to the major attr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="168.87" OriginalAmount="163.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="4" HotelCode="76949|37034" HotelName="Amber Hotel Istanbul" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Muhsine Hatun Mahallesi, Cifte Gelinler Caddesi 3/7, Kumkapi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/bf/d7/bfd76738c85cf59a992085eb5649d3e277c4d01c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located at the heart of the old town between the Sea of Marmara and Sultan ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="168.92" OriginalAmount="164" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.1076766" Longitude="28.75767835" StarRating="3" HotelCode="263722|45806" HotelName="Hampton By Hilton Istanbul Kayasehir" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kayabasi Mahallesi, Sehit Mustafa Bozoklu Caddesi no 5/1, Basaksehir 34306, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/86/2586dd345df0bfefab59896f24a45bbed1443057.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="168.92" OriginalAmount="164" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99229123388" Longitude="29.026715577996" StarRating="3" HotelCode="313386|45782" HotelName="Sirin Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Osmanaga Mahallesi, Yogurtcu Sukru Sokak 16, Kadikoy, 34714 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/68/3f68f56ea4b13731f165bd9538d23b7956667f21.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="168.92" OriginalAmount="164" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005096729101" Longitude="28.811875622377" StarRating="5" HotelCode="318845|95641" HotelName="Pullman Istanbul Hotel &amp; Convention Center" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yenibosna Merkez Mahallesi, 1 Asena Sok 15, Bahcelievler, 34295 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/10/3b10188dc48dc6151a74b7eb26580c7e0f49d7a4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="168.92" OriginalAmount="164" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034244" Longitude="28.984521" StarRating="4" HotelCode="67828|55750" HotelName="Vardar Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Siraselviler Cildir 16, 34433 Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/c4/cdc452960ab3f852119f281f1cf8a2e5d94b4a2d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.92" OriginalAmount="164.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.92823652" Longitude="29.30892734" StarRating="4" HotelCode="438225|nearport_hotel" HotelName="Nearport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Yenisehir Mahallesi, Osmanli Bulvari 5/A, Kurtkoy, Pendik, 34912 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a2/2c/a22c051847c56ef8c44a8636c7e56d7ab0d88e60.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="169.20" OriginalAmount="164.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0026663" Longitude="28.9744605" StarRating="3" HotelCode="|79170" HotelName="Bucoleon By Cheers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Cad.Cayiroglu sok. No:20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/1/7/0/79170_1499b110636.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a terrace, a cafÃ© and a reception. SITUATION: The hotel is in a quiet area, is situated 400 metres away from the mosque, it is situated 18 kilometres away from Istanbul AtatÃ¼rk Airport The hotel the Grand Bazaar it is 10 minutes away from it is 15 minutes away from Topkapi the palace. ROOM: All the rooms have WiFi, an LCD satellite television and an air-conditioning system. Guests are offered room service. OTHERS: Regarding the food and beverage offering, clients have a breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="169.33" OriginalAmount="164.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.975608" Longitude="28.875267" StarRating="0" HotelCode="|458179" HotelName="Cloud7 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ebuziya caddesi No 56-62</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/8/1/7/9/458179_ebea5f10015.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="169.37" OriginalAmount="164.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004377" Longitude="28.979921" StarRating="4" HotelCode="18018|137314" HotelName="Hotel Sümengen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Mehmet Aga Caddesi, Amiral Tafdil Sokak 9, Sultanahmet, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/98/84/988440625c64873bbc632cbe8646979b9f0931b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This inviting hotel lies in the heart of Istanbul, with countless shops, restaurants, bars, pubs and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="169.64" OriginalAmount="164.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0301027" Longitude="28.9745905" StarRating="0" HotelCode="|304467" HotelName="Hotel Devman" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Asmalimescit Caddesi No:22 Tepebasi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/4/4/6/7/304467_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="169.67" OriginalAmount="164.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98302" Longitude="28.86011" StarRating="3" HotelCode="|238736" HotelName="Hampton By Hilton Istanbul Atakoy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Atakoy 4. Kisim Cevat Dursunoglu Cad. No:6 Bakirkoy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/7/3/6/238736_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="169.71" OriginalAmount="164.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98054" Longitude="29.129431" StarRating="5" HotelCode="|447361" HotelName="Selectum City Atasehir" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dudullu Cd. 29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/3/6/1/447361_8c9ca7f0952.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="169.72" OriginalAmount="164.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.028753" Longitude="28.986133" StarRating="4" HotelCode="213823|924475" HotelName="Nidya Hotel Galataport" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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>Meclis-i Mebusan Cd. No 21, Tophane, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/cd/32/cd320698248bcdddbe6fb2d207febfa9454fbe98.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="169.81" OriginalAmount="164.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012791" Longitude="28.9487792" StarRating="0" HotelCode="|108312" HotelName="Best House Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sofular Caddesi Rak?p Bey Sokak No:39 Aksaray/Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/3/1/2/108312_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment offers guests WiFi (free of charge), rooms with air-conditioning and satellite TV. SITUATION: This establishment, is in Istanbul the historic area of it is 300 metres away from Aksaray the underground station of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="169.87" OriginalAmount="164.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011927" Longitude="28.973243" StarRating="0" HotelCode="|454932" HotelName="Boss Sultanahmet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sururi Quarter, Turkocagi Street, No: 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/9/3/2/454932_35278f21209.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="169.90" OriginalAmount="164.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.988908667746" Longitude="28.829905525131" StarRating="4" HotelCode="260601|143116" HotelName="WOW Airport Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Massage Centre,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yesilkoy Mahallesi, Ataturk Caddesi 15-17-19, Bakirkoy, 34149 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/91/a3918410f7a5d23648c9b5539a5a4d4bdd22176c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at 1 km from the most important airport of Istanbul, Atatürk Airport, and at 20...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.95" OriginalAmount="165" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03017091" Longitude="28.97440252" StarRating="5" HotelCode="370101|217601" HotelName="Devman Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Asmalimescit Sokak No: 22, Tepebasi, Beyoglu, Istanbul, Türkiye</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/f5/c4f5ffd252576875789a9aa4fb93bc28b6ddb7e3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.95" OriginalAmount="165" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06127125" Longitude="28.97899084" StarRating="3" HotelCode="709761|284865" HotelName="Ibis Styles Istanbul Bomonti Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Halide Edip Adivar Mahallesi, Akar Caddesi 6, Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a5/c4/a5c47d9bb0d6bbcfbeef41c1a80f9620d24ab8e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="169.95" OriginalAmount="165" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|640111-28791632/1328528078072082355/362" HotelName="TRYP BY WYNDHAM ISTANBUL BASIN EKSPRES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/21000000/20160000/20154600/20154516/8799f2f4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="169.95" OriginalAmount="165.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.018109121616" Longitude="28.926572799683" StarRating="5" HotelCode="27534|holiday_inn_istanbul_city_2" HotelName="Holiday Inn Istanbul City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Turgut Ozal Caddesi 189, Millet Caddesi, Topkapi, 34280 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/7c/a37c3f4a0b1fe73a2dcdfe31b3dcba8ed4e1c798.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located 2 km from the Old City, the Grand Bazaar, the Hagia Sophia, Sultanahmet Mosque...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="169.95" OriginalAmount="165.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05801114" Longitude="28.98786823" StarRating="0" HotelCode="593869|buke_hotel" HotelName="Buke Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Mayis Mahallesi, Samanyolu Sokak 82, Sisli, 34360 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4d/08/4d0878a495f42d1640e647b978515b74efb61e60.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="170.37" OriginalAmount="165.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06122" Longitude="28.97926" StarRating="4" HotelCode="|224413" HotelName="Ibis Styles Istanbul Bomonti" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Halide Edip Adivar Mah Akar Cad No 6 Sisli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/4/1/3/224413_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="170.46" OriginalAmount="165.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013073" Longitude="28.809321" StarRating="5" HotelCode="|205467" HotelName="Pullman Istanbul and Convention Center" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yenibosna Merkez Mahallesi 1.Asena Sok No:15Bahcelievler, ISTANBUL</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/5/4/6/7/205467_fbdeed61023.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="170.55" OriginalAmount="165.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0397606" Longitude="28.9843369" StarRating="4" HotelCode="|95923" HotelName="Peak Star" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Topcu Caddesi 19 Taksim,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/9/2/3/95923_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a reception, attentive service and it offers tourist information. SITUATION: This hotel is 2 minutes away from Taksim the Square of Istiklal Avenue Close to shops and restaurants. It has excellent transport links to public transport services. ROOM: All the rooms have WiFi (free of charge), soundproof, an air-conditioning system and a mini-bar. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="170.56" OriginalAmount="165.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01891" Longitude="28.92633" StarRating="5" HotelCode="|17625" HotelName="Eresin Hotels Topkapi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MILLET CAD. - TOPKAPI 186</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/6/2/5/17625_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2006, has 5 floors and 250 rooms. In the entrance, you can find a lobby with a reception, a safety deposit box service, a currency exchange service, a cloakroom and 3 lifts. Guests are also offered a kiosk, a hairdresser's, 12 conference rooms, internet, a cafÃ©, a bar and 2 restaurants. There are many services available at the establishment, including room service, a laundry service, a medical care service, a car park and an indoor car park. Children can enjoy a playground. SITUATION: This attractive hotel is in an excellent location. Is situated in the historic centre. It has excellent transport links to Sultanahmed Camii, Topkapi Sarayi and Kapalicarsi. It is just 10 kilometres away from Istanbul AtatÃ¼rk Airport and the exhibition centre. ROOM: The large, smart rooms have a bathroom, a hairdryer, an air-conditioning system, heating, a mini-bar, a satellite television, a direct line telephone, WiFi (free of charge), a safety deposit box and room service. FACILITIES: The establishment has a swimming pool, deck chairs, a jacuzzi, a sauna, a Turkish bath and a gym. The establishment also has a tanning room and a massage service. OTHERS: The establishment serves a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="170.61" OriginalAmount="165.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.924763" Longitude="29.154792" StarRating="4" HotelCode="|444878" HotelName="Days By Wyndham Istanbul Maltepe" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/8/7/8/444878_7c02c5b1128.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="170.85" OriginalAmount="165.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.92824" Longitude="29.30925" StarRating="4" HotelCode="|241045" HotelName="Nearport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yenisehir Mah. Osmanli Bulvari No:5/A Pendik</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/1/0/4/5/241045_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="170.96" OriginalAmount="165.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.020447" Longitude="28.630726" StarRating="5" HotelCode="|450556" HotelName="Ramada by Wyndham Beylikduzu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gokevler Mahallesi 529 Sokak 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/5/5/6/450556_8fcbf371139.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="170.98" OriginalAmount="166.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99231" Longitude="29.0267" StarRating="0" HotelCode="|551950" HotelName="Sirin Otel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Osmanaga Mah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/1/9/5/0/551950_a6938281106.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170.98" OriginalAmount="166" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.96746494" Longitude="29.10481219" StarRating="4" HotelCode="374490|407737" HotelName="Plus Hotel Bostanci Atasehir" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Icerenköy Mahallesi, Yesilvadi Sokak 10, Bostanci, Istanbul, Kadikoy</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/4e/284e725afd7ca050dae3a1b0718ab5a4533df514.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="170.98" OriginalAmount="166.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.000514628697" Longitude="29.136636621015" StarRating="5" HotelCode="375344|bof_hotels_ceo_suites_atasehir" HotelName="Bof Hotels Ceo Suites Atasehir" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tatlisu Mahallesi, Halic Sokak No. 10, Atasehir, 34775 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/fe/ed/feed7615b3fa5c0d3dc12932e395415f159a738e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul - Sabiha Gökcen (SAW).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="170.98" OriginalAmount="166.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98033222" Longitude="28.73065776" StarRating="4" HotelCode="623900|land_park_hotel" HotelName="Lotte Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Merkez Mahallesi E-5, Yanyol caddesi 131, Near the Sukrubey Metrobus, Avcilar, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/b4/87b40a4aaf3673a129e8d542e240148383cadc58.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="171.01" OriginalAmount="166.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.069785378669" Longitude="28.86783192159" StarRating="5" HotelCode="244317|924495" HotelName="Ramada Plaza Istanbul Tekstilkent" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oruc Reis Mahallesi, Tekstilciler Caddesi 3, Esenler, 34235 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c6/8d/c68d4366df928ff07b68f81659cea3f629339296.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.10" OriginalAmount="166.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0068" Longitude="28.95336" StarRating="0" HotelCode="|192512" HotelName="Marmara Place Old City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Inebey Mahallesi Gazi Mustafa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/5/1/2/192512_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.37" OriginalAmount="166.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.025896" Longitude="28.973284" StarRating="4" HotelCode="|453043" HotelName="Meroddi La Porta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bereketzade Mah. Simsir Sk. No:14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/0/4/3/453043_df41ee11059.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.38" OriginalAmount="166.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05165" Longitude="28.98927" StarRating="0" HotelCode="|244774" HotelName="Nishant Boutique Hotels" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Halaskargazi Mh. Bahtiyar Sk. No 3 Sisli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/4/7/7/4/244774_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="171.54" OriginalAmount="166.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00535128816" Longitude="28.979957476258" StarRating="3" HotelCode="188715|1442868" HotelName="Novano" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Caddesi No: 74, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c7/c2/c7c295e4dc0cd52b6d2b2beb7379d11d14dcbc0f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.59" OriginalAmount="166.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.060886" Longitude="28.988518" StarRating="4" HotelCode="|445657" HotelName="Tryp By Wyndham Istanbul Sisli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>19 MAYIS MAH BALCIK TARLASI SK. NO. 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/6/5/7/445657_0b409b30731.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.60" OriginalAmount="166.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.977311" Longitude="28.875739" StarRating="0" HotelCode="|546674" HotelName="La Mia Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/6/6/7/4/546674_c1908211041.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.60" OriginalAmount="166.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.051368" Longitude="29.024499" StarRating="0" HotelCode="|522230" HotelName="Acar Suite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/2/3/0/522230_7f443310943.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.63" OriginalAmount="166.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008823" Longitude="28.9590259" StarRating="3" HotelCode="|305132" HotelName="Gold" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Kemalettin Mah. Sair Hasmet Sk. No:11 Laleli/Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/5/1/3/2/305132_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="171.71" OriginalAmount="166.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01366612" Longitude="28.97703067" StarRating="3" HotelCode="33226|52504" HotelName="Seres Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hüdavendigar Caddesi 25, Sirkeci, Fatih, 34420 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/cb/b4cbc9fb9d7dcd739a522b4319fc5eb9cce8acc8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This superb hotel is close to Istanbul's city centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.74" OriginalAmount="166.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0505973" Longitude="28.9864891" StarRating="3" HotelCode="|305630" HotelName="The Tango Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dolapdere Caddesi no :213</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/5/6/3/0/305630_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.76" OriginalAmount="166.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00444" Longitude="28.98024" StarRating="3" HotelCode="|25184" HotelName="Sumengen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AMIRAL TAFDIL SOK-SULTANAHMET 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/8/4/25184_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2004, has 6 floors and 30 rooms. The air-conditioned establishment has a reception, a lift, a safety deposit box service, a currency exchange service, a bar, a cafÃ© and a restaurant. The establishment also offers internet, a car park, room service, a laundry service and a medical care service. SITUATION: It is inIstanbul the heart of Where you can find shops, bars, pubs, restaurants and nightclubs. 100 metres away, guests can find the mosque, 600 metres away, clients have tourist points of interest situated 18 kilometres away fromIstanbul AtatÃ¼rk Airport. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, internet, satellite or cable TV, central heating, a mini-bar and individual air-conditioning. FACILITIES: Clients can find a green area and a Turkish bath. MEALS: Clients can book bed and breakfast, Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: The establishment accepts American Express, Visa and Mastercard.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.77" OriginalAmount="166.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008007" Longitude="28.967848" StarRating="0" HotelCode="|168687" HotelName="Comfort Elite  Sultanahmet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Hayrettin Mah.Divan-i Ali sok. No: 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/6/8/7/168687_27954000939.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a spa centre, a wellness centre, a sauna, a hamman, WiFi (free of charge) and a reception. The establishment offers guests ticket sales, organisation of excursions and a car hire desk. SITUATION: The establishment is 350 metres away from the bazaar. It is situated 1.2 kilometres away from the mosque. 900 metres away, guests can find the Basilica of Santa Sofia. It is situated 19.7 kilometres away from Airport Istanbul AtatÃ¼rk. ROOM: The rooms have flat-screen satellite television, a mini-bar, computer safe, kettle, a bathroom with a shower, a hairdryer and complimentary bathroom items. OTHERS: Regarding the food and beverage offering, clients can enjoy a restaurant with breakfast service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.01" OriginalAmount="167" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004992652656" Longitude="28.966427329633" StarRating="3" HotelCode="267815|62198" HotelName="Sayeban Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Hayrettin Mahallesi, Cadirci Camii Sokak 25, Gedikpasa Caddesi, 34080 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/d9/35d966cded9bc30b1084476748c75890d52efc8f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="172.01" OriginalAmount="167.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008713906085" Longitude="28.958787054863" StarRating="3" HotelCode="160744|gold_5" HotelName="Gold Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Kemalettin Mahallesi, Sair Hasmet Sokak 11, Laleli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/6a/17/6a1701df562b5edda146ef46228e007c5a77fbdb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="172.08" OriginalAmount="167.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04356" Longitude="28.91335" StarRating="5" HotelCode="|220626" HotelName="Golden Tulip Istanbul Bayrampasa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yenidogan Mah. Cicoz Yolu Cad. No:13 Bayrampasa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/6/2/6/220626_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="172.31" OriginalAmount="167.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00849" Longitude="28.954226" StarRating="0" HotelCode="|523463" HotelName="Freya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ihtisap Agasi Sk. 9-11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/4/6/3/523463_6b0c3be0959.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="172.55" OriginalAmount="167.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00866" Longitude="28.97413" StarRating="0" HotelCode="|184149" HotelName="Aybar Hotel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mah. Basmusahip Sok. No:10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/1/4/9/184149_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="172.68" OriginalAmount="167.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013848" Longitude="28.978956" StarRating="4" HotelCode="104121|590995" HotelName="Gülhanepark" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nöbethane Cad. No: 1, 34112 Sirkeci, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/41/48/414840f4195483883d9ea6c53257dfde76a68e92.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city and business hotel is situated just a few steps away from Gulhane Park. The hotel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="172.71" OriginalAmount="167.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.029577" Longitude="28.972431" StarRating="4" HotelCode="|452455" HotelName="Dora Pera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Evliya celebi mahallesi simal sokak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/2/4/5/5/452455_85ecccf1157.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="172.83" OriginalAmount="167.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.019558" Longitude="28.909955" StarRating="5" HotelCode="|220739" HotelName="Grand Makel Topkapi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Maltepe Mah. Serce Kale Sok. No 1-1 Zeytinburnu Istanbul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/7/3/9/220739_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="172.99" OriginalAmount="167.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038723682083" Longitude="28.984039127827" StarRating="4" HotelCode="18133|30184" HotelName="Taksim Gönen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Aydede Caddesi No. 15, 34437 Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/9f/009f43c6d6e8c37e2a5096351d27dcc52e5916a0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel is located just minutes from the modern Taksim Square. Close to the hote...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="173.04" OriginalAmount="168" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99349999" Longitude="28.7942634" StarRating="3" HotelCode="375411|206141" HotelName="Istanbul Fair Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Gueltepe Mahallesi, Yanyol 3, 34295 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/13000000/12030000/12024300/12024222/b4e04650_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.04" OriginalAmount="168.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.017886510658" Longitude="28.943808674812" StarRating="4" HotelCode="9465|berr_hotel" HotelName="Berr Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akdeniz Cad. No. 78, 34080 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/17/6517b3ca17c3698db51053ab7c3fa2a48aa8da3f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Fatih area of Istanbul, some 500 m from the Fatih Mosque. Guests will f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.04" OriginalAmount="168.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00320985" Longitude="28.97208263" StarRating="0" HotelCode="367695|mataraci_konak" HotelName="Mataraci Konak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucukayasofya Mah. Cami Sk. No:10 Sultanahmet Fatih, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/4f/144fca35b95072cce8506626ad9e995325cdafa3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.04" OriginalAmount="168.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.002880072601" Longitude="28.975045008598" StarRating="3" HotelCode="410318|artefes_hotel" HotelName="Artefes Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Caddesi, Cayiroglu Sokak 17, Sultanahmet, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/8b/7e8b60608ff243790701493a975b8aaaa272f67d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a recently opened establishment in the Sultanahmet district of Istanbul. The hotel's su...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="173.14" OriginalAmount="168.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0068734" Longitude="28.9563151" StarRating="0" HotelCode="|108115" HotelName="Kuran Hotel International" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Katip Kasim Mah . Guvenlik Cad. No:1 Laleli/Aksaray</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/1/5/108115_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts spa facilities, rooms with air-conditioning, cable TV and a minibar. SITUATION: This hotel is 15 minutes away from the bazaar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="173.22" OriginalAmount="168.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004551" Longitude="28.979777" StarRating="3" HotelCode="188716|1007385" HotelName="Center Hill Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Mimar Mehmet Aga Caddesi 23, Fatih, Istanbul, Sultanahmet</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/45/76/4576c7f8af5657ce22318d952743352cf56bed26.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="173.33" OriginalAmount="168.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0086422" Longitude="28.959998" StarRating="3" HotelCode="|82942" HotelName="Benler" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/4/2/82942_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inIstanbul the historic area of the establishment is 15 kilometres away from the basilica and Fatih the Mosque of. ROOM: All the rooms have a satellite TV and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="173.43" OriginalAmount="168.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034914" Longitude="28.984645" StarRating="3" HotelCode="188751|83650" HotelName="Taksim Star" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly 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,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Siraselviler Caddesi 37, 34437 Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/18/4b1890f4f192b5ac5e656299cc04334ee87aaf40.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly on Taksim Square. Guests will find the city centre, restaurants, bars...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="173.46" OriginalAmount="168.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038977" Longitude="28.984256" StarRating="4" HotelCode="55405|126534" HotelName="Seminal" 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,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Caddesi No 23-25, 80090 Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/16/eb/16ebbdca247e002c30e47a153ae5f37588bc56a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the Beyoglu quarter in the district of Taksim, which lies on the European ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="173.56" OriginalAmount="168.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003178354707" Longitude="28.973467200994" StarRating="4" HotelCode="166624|634965" HotelName="GLK PREMIER The Home Suites &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa 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,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Caddesi 60, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3a/b3/3ab3533285d3ddd0697faef6596ec36207cc9a61.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Sultanahmet, within walking distance of Sultanahmet Square, To...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="173.66" OriginalAmount="168.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011937" Longitude="28.957229" StarRating="0" HotelCode="|305343" HotelName="Beethoven" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kemalpasa Mahallesi, Fethi Bey Caddesi No: 63, Laleli, Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/5/3/4/3/305343_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="174.02" OriginalAmount="168.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04056927" Longitude="28.98212221" StarRating="4" HotelCode="321413|29396001" HotelName="Metropolitan Taksim" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Taksim Caddesi 89-91, Beyoglu Istanbul, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/4f/574f41dd6af2c96592c068845fa7717e1ead013d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="174.04" OriginalAmount="168.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012836" Longitude="28.9778217" StarRating="0" HotelCode="|82944" HotelName="Gülhane Corner" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/4/4/82944_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Santa Sofia it is 5 minutes away from. ROOM: Customers can find modern rooms, with WiFi, (free of charge). OTHERS: Regarding the food and beverage provision, the establishment offers a breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="174.04" OriginalAmount="168.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039375" Longitude="28.982391" StarRating="0" HotelCode="|475708" HotelName="Gazelle Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Feridiye caddesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/7/0/8/475708_dc4d1d91228.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.07" OriginalAmount="169.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040342" Longitude="28.985071" StarRating="4" HotelCode="15177|nippon_hotel" HotelName="Nippon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Topçu Caddesi No: 6, 34437 Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c2/b6/c2b61eb371e7d92e2f9094571e62da43e82cdd8f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located in the tourist area of Istanbul and is located only a couple of m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.07" OriginalAmount="169.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.054724450459" Longitude="28.991369605064" StarRating="4" HotelCode="173487|vizon_hotel" HotelName="Vizon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Mahallesi, Sütlü Sokak No. 6, Osmanbey Sisli, 34363 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ae/12/ae125a532f80793756953466fcc41a0bd6e4c9d8.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet street of Osmanbey, an area in the district of Sisli that is well-k...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.07" OriginalAmount="169.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011736" Longitude="28.946976" StarRating="3" HotelCode="166623|star_city_hotel_2" HotelName="Star City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vatan Cd. Sehit Pilot Mahmut Nedim Sokak No:1, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/ef/16ef2dbb31984346111adf6ff5b80870238d4284.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.07" OriginalAmount="169.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004355829379" Longitude="28.979782702767" StarRating="3" HotelCode="118851|hotel_oceans_7" HotelName="Hotel Ocean's 7" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Amiral Tafdil Sokak 18/1, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9f/da/9fda308936aa912db43dda1c65d15ccafc8ff3fb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.07" OriginalAmount="169.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.032607130826" Longitude="28.975211872482" StarRating="4" HotelCode="313454|buyuk_londra" HotelName="Grand Hotel De Londres" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Dining,Laundry,Room Service,Spa,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Caddesi 53, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c7/c7/c7c7ff6c65524d679eb48bd82bd2c49e140e8c3b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;When "Orient Express" reached Istanbul five years after its operation in 1883, the first hotels of I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.07" OriginalAmount="169.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.991645" Longitude="28.795186" StarRating="0" HotelCode="385814|alrazi_hotel" HotelName="Alrazi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Besyol Mahallesi Birlik Caddesi Karadeniz Sokak No:13-15, Küçükçekmece, Sefaköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f9/41/f941ce26579f91450a8ef81b8867a89084ee0f6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.07" OriginalAmount="169.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0061918" Longitude="28.9797258" StarRating="5" HotelCode="499028|side_hotel" HotelName="Side Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Utangac Sokak 22, Sultanahmet Fatih, 34400  Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/dd/b3/ddb32d5f55d11bcf18ccd0bf7032e9a1a81440aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.07" OriginalAmount="169.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00887" Longitude="28.9556" StarRating="0" HotelCode="828008|grand_marcello_hotel" HotelName="Grand Marcello Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mesihpasa Mahallesi, Sait Efendi Sokak 23, Laleli, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d1/38/d138900a8d9dde86fd3cd5e30403959af5b674a0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.07" OriginalAmount="169.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003154438557" Longitude="28.97460334603" StarRating="0" HotelCode="915597|albinas_old_city_hotel" HotelName="Albinas Hotel Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Küçükayasofya Mahallesi, Mustafapasa Sokak 34-38, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b3/20/b32061e88d7eb18dc231cb26015c5b62b29c6ac6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="174.11" OriginalAmount="169.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0071297" Longitude="28.9737053" StarRating="4" HotelCode="|55933" HotelName="Mina – Special Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PIYERLOTI CD.DOSTLUK YURDU.SK.NO:6 SULTANAHMET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/9/3/3/55933_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2003 and has 44 rooms, The establishment has a hall with a reception, a currency exchange service, a cloakroom, a lift, air-conditioning, a restaurant and conference rooms. The establishment also offers internet, room service, a laundry service (for a fee) and a car park (for a fee). SITUATION: Is situated inIstanbul the heart of 5 minutes away from the establishment, clients can find places of interest, 20 minutes away from the establishment clients have Istanbul AtatÃ¼rk Airport. ROOM: The rooms have an electronic key, a bathroom with a bath, a hairdryer, a direct line telephone and WiFi. They also have cable television, a mini-bar, a double bed, a safe, a central heating system and a central air-conditioning system. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and Ã  la carte or set-menu lunch and dinner. Guests can book bed and breakfast. PAYMENT METHODS: The establishment accepts Visa and Mastercard.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="174.13" OriginalAmount="169.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012245" Longitude="28.97755" StarRating="4" HotelCode="39194|621585" HotelName="Sude Konak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>EbuSuud Caddesi No 24, 34110 Sirkeci, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/2f/942feb74556297ce93a62c950872348a1a497118.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is located directly in the city centre where there is wide a range of public tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="174.28" OriginalAmount="169.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0349606" Longitude="28.976883" StarRating="0" HotelCode="|353360" HotelName="Grand Papirus Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kamerhatun Cd. No:15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/3/6/0/353360_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="174.48" OriginalAmount="169.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.033391" Longitude="28.975128" StarRating="3" HotelCode="260169|1068338" HotelName="Pera Hill" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Caddesi 39, 34340 Istanbul, Beyoglu</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/2d/d0/2dd05a54709169c87f3cda6dea2ef7e491f79e46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="174.49" OriginalAmount="169.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.054472" Longitude="29.019729" StarRating="0" HotelCode="|153632" HotelName="Republika Ortaköy Aparts" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BALMUMCU MH. MUSTAFA IZZET EFENDI SK. ORTAKOY 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/6/3/2/153632_d13a3420813.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2013, has 268 rooms and a car park. SITUATION: This establishment, is in Istanbul a good location in is situated in the city centre excellent transport links to the city, is near the bus stop, the metro station, points of interest and the harbour.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="174.49" OriginalAmount="169.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011118778456" Longitude="28.958201408386" StarRating="4" HotelCode="130243|109712" HotelName="Klas" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Harikzedeler Sok No 48, Laleli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/56e5a761603546329844a128dd04eb8a.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the old city centre within walking distance of the spectacular highlights of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="174.67" OriginalAmount="169.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.044199983467" Longitude="28.91315639019" StarRating="5" HotelCode="185754|851345" HotelName="Titanic Business Golden Horn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Yenidogan Mahallesi, Erciyes Sokak 7, Bayrampasa, 34030 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/40/402717/402717a_hb_a_041.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in Bayrampasa, Istanbul’s central business district. Guests can access pu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="174.73" OriginalAmount="169.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012577" Longitude="28.955169" StarRating="0" HotelCode="|552749" HotelName="Woxx Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kemalpasa Mah Ahmet Selahattin Sok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/7/4/9/552749_9e0cc811118.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="174.85" OriginalAmount="169.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009678" Longitude="28.952487" StarRating="4" HotelCode="69968|467445" HotelName="Ramada Old City" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Turgut Özal (Millet) Cad. No: 82, Findikzade, 34093 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/e1/c8e1cd3ee512bed8f4adbeb727c40d11d02bbd1d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the old town of Istanbul on one of the city’s famous streets. The near...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="174.89" OriginalAmount="169.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011139329517" Longitude="28.955894279762" StarRating="4" HotelCode="43563|95249" HotelName="Yigitalp" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gençtürk Cad., Çukur Çesme Sok. No:34, Sehzadebasi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/ebad94d24afc4ef189431920d9fcbaaa.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of the enthralling old town, just a short distance from a wide se...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.07" OriginalAmount="169.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008703" Longitude="28.885129" StarRating="4" HotelCode="|443951" HotelName="ibis Styles Istanbul Merter" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mehmet Nesih Ozmen Mah., Kasim Sok. 32</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/3/9/5/1/443951_e963ae71109.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.08" OriginalAmount="169.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034682" Longitude="28.980854" StarRating="0" HotelCode="|524657" HotelName="Li Hotel Pera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Katip Mustafa Celebi Mahallesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/6/5/7/524657_4c399711144.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.09" OriginalAmount="169.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.91233" Longitude="29.21728" StarRating="4" HotelCode="|192518" HotelName="Ramada Encore By Wyndham Istanbul Kartal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Mah. Kartal Cad., No: 53</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/5/1/8/192518_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="175.10" OriginalAmount="170" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05410417" Longitude="28.98588235" StarRating="5" HotelCode="498247|217684" HotelName="Numi Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Mahallesi, Rumeli Caddesi 104/6, Osmanbey Sisli, 34380 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/a5/49a5f735801276a12e19d9949d5d457eea9f1272.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="175.10" OriginalAmount="170" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00416609273" Longitude="28.976459261427" StarRating="1" HotelCode="320724|217749" HotelName="Sultan Corner Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Kücük Ayasofya Caddesi 6, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/22/229635/229635a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="175.10" OriginalAmount="170" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1462860-32893455/1328528078072082355/3590" HotelName="RAMADA BY WYNDHAM ARNAVUTKOY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/website/common/img/no-image.png</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="175.10" OriginalAmount="170" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="34.6033562" Longitude="-98.3776215" StarRating="5" HotelCode="0|256154-32839753/1328528078072082355/3642" HotelName="ELITE WORLD ISTANBUL FLORYA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>415 SE Interstate Drive, Lawton, OK, 73501, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6230000/6220700/6220669/639ccbad_b.jpg</HotelPictures>
        <HotelDescription>The Homewood Suites by Hilton Lawton hotel in Oklahoma is located conveniently off of I-44 and within a short distance of Fort Sill Army Base, Central Mall, Comanche Nation Casino, Fort Sill Apache Casino and several of the area’s best restaurants including Bianco’s Italian, Hoffmans, Pub, El Chico Mexican Food, Charlie’s , Mike’s Sports Grill and Cracker Barrel.  Our brand new, upscale hotel community is the ideal accommodations option for anyone traveling to Lawton for business or for pleasure. Discover an exciting array of recreational activities and tourist attractions in the area, such as: • Wichita Mountains Wildlife Refuge  • Museum of the Great Plains  • Medicine Park shops and restaurants  • Meer’s Restaurant – Home of America’s Best Hamburger  • McMahan Auditorium  • Lawton Community Theatre  • Elmer Thomas Park  • National Comanche Cultural Center We are also a desirable location for corporate housing. Business travelers staying at Homewood Suites Lawton will benefit from easy access to local businesses, such as: • Goodyear Tire and Rubber  • Cameron University  • Assurant Health  • Republic Paperboard  • Bar S Foods  • Stanley  • Northrop Grumman  • Great Plains Technology Center All guest rooms and suites offer excellent amenities and provide travelers with all of the comforts of home. Guests are invited to enjoy: • Fully equipped kitchens with a full-size refrigerator  • Two phones with data ports  • High-speed Internet access  • Iron, ironing board and hair dryer While staying at the Homewood Suites Lawton, all short and extended stay guests are welcome to make use of our fabulous range of hotel-wide amenities, including: • Swimming pool  • Fitness center  • Business center  • Meeting rooms  • Wireless high-speed Internet access  • Laundry/valet services  • Audio/visual equipment rental At Homewood Suites Lawton, we are committed to the comfort of our guests. All visitors will enjoy a complimentary Suite Start hot breakfast seven days a week and a Welcome Home® reception each Monday through Thursday evening. We also offer complimentary local phone calls, a complimentary grocery-shopping service, and a 24-hour Suite Shop. The Homewood Suites Lawton hotel is the perfect place to Make Yourself at Home. The temporary housing accommodations we offer are the best in the business. Join us at the Homewood Suites by Hilton Lawton for a short or extended stay, and experience the luxury of our guest accommodations for yourself.&lt;br /&gt;CheckIn Time: 15:00&lt;br /&gt;CheckOut Time: 12:00&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.10" OriginalAmount="170.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006969555812" Longitude="28.971794843674" StarRating="3" HotelCode="18052|sunlight_hotel" HotelName="Sunlight Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piyerloti Caddesi 28, Cemberlitas, 34490 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/c7/94c774451723653a5451c7fc76c063368e1c5dab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Istanbul's old town, not far from the city's most important si...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.10" OriginalAmount="170.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005383" Longitude="28.979994" StarRating="4" HotelCode="87538|the_byzantium_hotel__suites__special_class" HotelName="The Byzantium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 27/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik cad. No: 29, 3400 Sultanahmet</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/89/5c/895cee164fd9339684f6d3a7114908a57b7527a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of Sultanahmet, only a few minutes walk from Topkapi, The Blue M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.10" OriginalAmount="170.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.029453009189" Longitude="28.805873996206" StarRating="4" HotelCode="310545|park_inn_by_radisson_istanbul_ataturk_airport" HotelName="Park Inn by Radisson Istanbul Ataturk Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Halkali Merkez Mahallesi, Fatih Caddesi 99, 34303 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/3a/683a193526378f7449bbfb127f6484bb51575016.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.10" OriginalAmount="170.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.07416818859" Longitude="28.981178372024" StarRating="0" HotelCode="346305|hotel_caglayan" HotelName="Hotel Caglayan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Caglayan Vatan Caddesi, Emek Sokak 1, 34000 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/c3/44c38df8f06a62665d71a775ebf4211b4b8e0bb8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.10" OriginalAmount="170.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.025782699606" Longitude="28.972259022176" StarRating="4" HotelCode="499322|walton_hotels_galata" HotelName="Walton Hotels Galata" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Sair Esref Pasa Sokak 4, Bankalar Caddesi, Galata, 34421 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/fd/effd93a1bc43d2e12b119a0f2e92508f530d70fb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.10" OriginalAmount="170.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05067836" Longitude="28.98653269" StarRating="3" HotelCode="571984|the_tango_hotel_istanbul" HotelName="The Tango Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Bozkurt Mahallesi, Sisli, Osmanbey, Dolapdere Caddesi 213, 34373 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/2d/8f2daa62fc48c79270bb681f7f6899be5113fee0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.10" OriginalAmount="170.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01411938" Longitude="28.97729925" StarRating="0" HotelCode="879140|sirkeci_family_hotel" HotelName="Sirkeci Family Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Serdar Sokak 5, Sirkeci Fatih, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/41/31418e803c73e12aa22afae15bb05db4dcad171c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.10" OriginalAmount="170.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03433761" Longitude="28.97978173" StarRating="0" HotelCode="968026|burj_al_istanbul" HotelName="Burj Al Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kuloglu Mahallesi, Uzkinay Sokak 2/1, Beyoglu, Turkey Fuat, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/53/9553b5baa8c65498b40b997b2f1b4ad73726b60b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.14" OriginalAmount="170.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0039427" Longitude="28.9793481" StarRating="0" HotelCode="|83039" HotelName="Kaftan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Caddesi Amiral Tafdil Sokak No 29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/3/9/83039_4.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inIstanbul the historic centre of this establishment, is close to Topkapi the Palace of the bazaar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="175.18" OriginalAmount="170.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007005989148" Longitude="28.972690701485" StarRating="4" HotelCode="27743|271255" HotelName="Mina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piyerloti Cad. Dostluk Yurdu Sok. No:6, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/c5/94c5dbeeef3cf9fb12805a712fa5c5913a3d5c85.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Magic Istanbul's old town. The Archaeological Museum, the St So...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.26" OriginalAmount="170.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.059512" Longitude="28.813415" StarRating="0" HotelCode="|450583" HotelName="Westside Residences By Rotana" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mahmutbey Mah. Tasocagi Yolu Cad.39-1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/5/8/3/450583_489d2b21000.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.26" OriginalAmount="170.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.904957" Longitude="29.279701" StarRating="0" HotelCode="|545820" HotelName="Fontana Verde" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nur Sk. 32</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/5/8/2/0/545820_77506032207.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.46" OriginalAmount="170.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.07048" Longitude="29.00628" StarRating="4" HotelCode="|185045" HotelName="Veyron Hotels and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Esentepe Mh. Saglam Fikir Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/0/4/5/185045_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="175.54" OriginalAmount="170.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003905" Longitude="28.979315" StarRating="3" HotelCode="191121|1652118" HotelName="Kaftan Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran mah., Mimarmehmetaga cad. Amiral Tafdil Sok. No:45, 34120 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c0/a1/c0a1a7b2d18a6cb27a39ed2430cf4ff3c137b0d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.57" OriginalAmount="170.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.907433" Longitude="29.214929" StarRating="0" HotelCode="|526219" HotelName="Aram Otel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Naz Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/6/2/1/9/526219_b1ea5431013.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="175.63" OriginalAmount="170.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013909742691" Longitude="28.939782679081" StarRating="3" HotelCode="168419|1462558" HotelName="Topkapi" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oguzhan caddesi No:20, Findikzade, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/2e/a92ec4db6c61ad1359fbfb098b7cdca6f7d6dc8e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.64" OriginalAmount="170.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0355218" Longitude="28.9870293" StarRating="0" HotelCode="|108130" HotelName="Hotel Taksim Home" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Taksim Dunya Saglik Sokak No:19 Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/3/0/108130_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in the city centre, is situated 100 metres away from Taksim the square. ROOM: The apartments have a washing machine, a dishwasher and a flat-screen television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.67" OriginalAmount="170.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03811" Longitude="28.98351" StarRating="0" HotelCode="|551401" HotelName="T-Square Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Feridiye Cd.no 93</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/1/4/0/1/551401_1db28ef1149.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.81" OriginalAmount="170.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.045406" Longitude="29.003908" StarRating="0" HotelCode="|534309" HotelName="Ruby Suit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mecit Ali Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/3/0/9/534309_6e4a3ee1122.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.82" OriginalAmount="170.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013276" Longitude="28.9772822" StarRating="0" HotelCode="|22611" HotelName="Seres " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hudavendigar Caddesi 25 Sirkeci</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/1/1/22611_84ce5681128.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2004, has 54 rooms, a lobby, a safety deposit box service, a currency exchange service, 2 lifts and a cafÃ©. Guests are also offered a television room, an Ã  la carte restaurant, a conference room and internet. There are many services available at the establishment, including room service, a laundry service and a medical care service. SITUATION: It is inIstanbul the centre of. ROOM: All the rooms have a bathroom, a hairdryer, a direct line telephone, satellite or cable TV, internet, a mini-bar, a central heating system and fitted carpets. PAYMENT METHODS: Customers can pay by Visa and Mastercard. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.89" OriginalAmount="170.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.990479" Longitude="29.030021" StarRating="0" HotelCode="|537740" HotelName="Rubby Hotel Kadıköy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/7/4/0/537740_94c3f880956.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.91" OriginalAmount="170.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.032328" Longitude="28.988932" StarRating="0" HotelCode="|530003" HotelName="Union Hotel Port" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Omer Avni Mah. Celebi Hamami Sk. No:14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/0/0/0/3/530003_2fc709f1055.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.93" OriginalAmount="170.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00316" Longitude="28.97574" StarRating="3" HotelCode="|184146" HotelName="Atam Suites and Apart" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/1/4/6/184146_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.99" OriginalAmount="170.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0918" Longitude="29.09378" StarRating="0" HotelCode="|184163" HotelName="Bilek Boutique Hotel Kavacik" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kavacik Mh Ekinciler Cad Muhtar Sk No:9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/1/6/3/184163_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="176.13" OriginalAmount="171" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04807944" Longitude="29.00761632" StarRating="3" HotelCode="293677|57953" HotelName="Cheya Otel Besiktas" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Barbaros Bulvari, Akdogan Sokak 39, 34353 Besiktas, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/dc/8c/dc8ca4210cfb56f0f6a3c6db38d544e81319bae0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="176.13" OriginalAmount="171" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008234590402" Longitude="28.970437645912" StarRating="4" HotelCode="169628|54902" HotelName="Hotel New House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Emin Sinan Mahallesi, Evkaf Sokak 6, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/14/145739/145739a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Çemberlitas area, next to Sultanahmet and within easy walking distance o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="176.13" OriginalAmount="171" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023717538778" Longitude="28.973959552167" StarRating="4" HotelCode="300841|58771" HotelName="Manesol Boutique Galata" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Arapcamii Mahallesi, Bankalar Caddesi, Billur Sokak 1A, 34420 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3a/e5/3ae5682ae0383436b958da2f28541976a65ff71b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located in the heart of Istanbul. Its setting is especially ideal for guests ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="176.13" OriginalAmount="171" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|231189-25143455/1328528078072082355/3596" HotelName="VICTORY HOTEL &amp;amp; SPA ISTANBUL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5960000/5952500/5952431/de630683_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="176.13" OriginalAmount="171.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.029255" Longitude="28.972969" StarRating="4" HotelCode="95950|ansen_suites" HotelName="Ansen Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Evliya Celebi Mahallesi, Mesrutiyet Caddesi 70, Tepebasi Tunel, Beyoglu, 34303 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f5/6e/f56e8e40bf16a3623ce1c24ee74c401ce1b06da4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="176.13" OriginalAmount="171.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0704447" Longitude="29.0062688" StarRating="4" HotelCode="313442|veyron_hotels" HotelName="Veyron Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Esentepe Mahallesi, Saglam Fikir Sokak 1/1, Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/17/d917389a57e5343e92193ddb5c7452536b8ca16a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="176.13" OriginalAmount="171.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02530745" Longitude="29.09371347" StarRating="0" HotelCode="373866|era_palace_hotel_2" HotelName="Era Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Atatürk Mahallesi, Alemdag Caddesi 112, Ümraniye, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/ac/d0ac9fa7a733c5fab877e2ade181922b4c09a7de.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="176.13" OriginalAmount="171.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02727146" Longitude="28.97396795" StarRating="5" HotelCode="496574|snog_rooms_suites" HotelName="Snog Rooms &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Sahkulu Sokak 10, Beyoglu, 34421 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/f9/a5f9809af943d6865c3f03df6732ee58a6dffe24.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="176.13" OriginalAmount="171.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.81621461" Longitude="29.30431404" StarRating="0" HotelCode="815446|butikotel_tuzla_garden_hotel_suits" HotelName="Tuzla Garden Hotel &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Housekeeping,Internet,Laundry,Smoking Rooms,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Cami Mahallesi, Galipaga Sokak 22, 34940 Tuzla, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/f9/edf92dc04b46a34056aec9521913c3d8c321f16e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel can be found in Gebze. The premises count with 42 welcoming bedrooms. Guests ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="176.17" OriginalAmount="171.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9914262" Longitude="29.0326691" StarRating="0" HotelCode="|306078" HotelName="Mezzo Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kalem Sokak Osmanaga mah ,Numara 10-12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/6/0/7/8/306078_e13f9872057.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="176.19" OriginalAmount="171.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0120548" Longitude="28.9554907" StarRating="4" HotelCode="|68311" HotelName="Klas Istanbul Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HARIKZEDELER SOK.NO 48</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/3/1/1/68311_1_2295.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2009, has 129 rooms, 8 executive rooms and a lobby with a reception air-conditioning, a currency exchange service, a cloakroom and a lift. The establishment also offers a bar and a restaurant. You are also offered internet, room service and a laundry service (for a fee).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="176.35" OriginalAmount="171.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.044993" Longitude="29.012495" StarRating="0" HotelCode="|548284" HotelName="Wind Suit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Asariye Cd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/8/2/8/4/548284_0eeec4c1130.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="176.44" OriginalAmount="171.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.059222071563" Longitude="28.943804632472" StarRating="5" HotelCode="310356|399659" HotelName="Mövenpick Hotel Istanbul Golden Horn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Silahtaraga Caddesi 87, Eyüp, 34050 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/68/00680d424b0bd46513ef6a5fb5495eabc5ed3b05.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Istanbul. For guests who appreciate a stylish ambience...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="176.44" OriginalAmount="171.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006607" Longitude="28.969696" StarRating="0" HotelCode="|454604" HotelName="Imagine - Special Category" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Emin Sinan Mah. Pertevpasa Sk. No: 57Kadirga,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/6/0/4/454604_121fc9e1030.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="176.54" OriginalAmount="171.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034026" Longitude="28.982007" StarRating="0" HotelCode="|534546" HotelName="Four Sides Beyoglu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tel Sk. 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/5/4/6/534546_caa3ffa1154.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="176.62" OriginalAmount="171.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003405394545" Longitude="28.978269141209" StarRating="4" HotelCode="136264|2798154" HotelName="Antis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sultanahmet Mahallesi, Akbiyik Degirmeni Sokak 98, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4c/e1/4ce11ee39c692f1fdda4af02e0985b0427319291.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel enjoys a great location in the heart of Istanbul's historical city centre, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="176.69" OriginalAmount="171.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008760639404" Longitude="28.970171548798" StarRating="3" HotelCode="146751|1580698" HotelName="Dedem Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Emin Sinan Hamam Caddesi 8, Çemberlitas Istanbul, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9e/33/9e331e3366cf55b9a24e2f1f37cc01ef899b0fcb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="176.83" OriginalAmount="171.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039253" Longitude="28.943089" StarRating="5" HotelCode="|353864" HotelName="Millennium Istanbul Golden Horn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ayvansaray Mahallesi Ayvansaray Kuyusu Sokak No 8 Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/8/6/4/353864_67976b51143.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="176.84" OriginalAmount="171.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013171029073" Longitude="28.976832032204" StarRating="3" HotelCode="33269|605205" HotelName="Hotel Centrum Istanbul" 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,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hoca Pasa Mahallesi, Ibn-i Kemal Caddesi 14, Sirkeci, 34080 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/25/95257d789ba932305c1349ea97159e49a6689238.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="177.02" OriginalAmount="171.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0070466" Longitude="28.9669557" StarRating="0" HotelCode="|353482" HotelName="Oban Suites Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gedikpasa Caddesi No: 42 Beyaz?t</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/4/8/2/353482_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="177.14" OriginalAmount="171.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0090294" Longitude="28.9648898" StarRating="0" HotelCode="|82877" HotelName="Balin - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dibekli Camii sk. No:10 Beyazit</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/8/7/7/82877_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel Sultanahmet it is in it is located 350 metres away from Topkapi the Palace of and the mosque. ROOM: The establishment has soundproofed rooms, with WiFi (free of charge) and views of the city.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="177.16" OriginalAmount="172" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.026535" Longitude="28.97455" StarRating="3" HotelCode="933235|58135" HotelName="Duo Galata Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sahkulu Mahallesi, Galipdede Caddesi 56/83, 34420 Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/e0/f4e07c186df5719b1cb9b616af6a60e17ee93599.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.16" OriginalAmount="172.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008047" Longitude="28.963131" StarRating="4" HotelCode="168922|hotel_momento__special_class" HotelName="Hotel Momento Beyazit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mithat Pasa Caddesi, Kucuk Haydar Efendi Sokak 14, Beyazit, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/1d/0f1d69be671c872e3d02f7cec7066d6887c88132.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is very conveniently located less than 200 metres from the Grand Bazaar while the sights o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.16" OriginalAmount="172.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02815751" Longitude="28.97277691" StarRating="5" HotelCode="154376|tunel_residence" HotelName="Tunel Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sishane Evliya Çelebi Mahallesi, Mesrutiyet Caddesi 96, 34430 Beyoglu- Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/d7/43d7bd477829c3c64c556d1960e6712fba793d11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.16" OriginalAmount="172.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006395" Longitude="28.957112" StarRating="3" HotelCode="189374|simper_hotel_" HotelName="Simper Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Katip Kasim Mahallesi, No. 59 Kiziltas Sokak, Turkeli Caddesi, Aksaray/Nisanca, Fatih, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/af/6cafba9483bab0908853e722f83a1fef0aca8c73.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located close to Aksaray and approximately 2 km from the historical attractions at Sultanahmet, the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.16" OriginalAmount="172.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.893585" Longitude="29.355382" StarRating="3" HotelCode="293564|asya_park_hotel" HotelName="Emirtimes Hotel Tuzla" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Orhanli Mahallesi, Demokrasi Caddesi 36, Tuzla, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/34/33/3433a88fb67031a010c3cdd2f17f5d3017e7570f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.16" OriginalAmount="172.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00448" Longitude="28.685774" StarRating="3" HotelCode="376948|realist_hotel" HotelName="Realist Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Namik Kemal Mahallesi, 119 Sokak 50, Haramidere, 34410 Esenyurt, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/29/0029a315733c352556043c13eea72b62f14107f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.16" OriginalAmount="172.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.054050939703" Longitude="28.996951776283" StarRating="4" HotelCode="936301|modus_hotel_istanbul_" HotelName="Modus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Tesvikiye Mahallesi, Ferah Sokak 10, Nisantasi, 34365 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/e8/dee813b00a804dbb0570194633e37d7f749bfe16.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.16" OriginalAmount="172.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04863163007" Longitude="29.021472999825" StarRating="3" HotelCode="936554|palanga_bosphorus_ortakoy" HotelName="Malta Bosphorus Hotel &amp; Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Palanga Caddesi 24, Ortaköy, 34347 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/60/1660321c2ccd536c43706e09fe524ea3d0065632.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.16" OriginalAmount="172.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="970945|ramada_encore_basin_express" HotelName="Ramada Encore Basin Express" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mehmet Akif Mahallesi 3, Inonu Caddesi 96-1, Kucukcekmece, 34307 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/78/17787e6527e9bd2a9b50a1af266b2f0186f5ccbf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="177.27" OriginalAmount="172.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.051618" Longitude="28.989143" StarRating="3" HotelCode="191115|1953255" HotelName="Jazz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Halaskargazi Mahallesi, Bahtiyar Sokak No:1, 34371 Nisantasi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/ab/2cab3757efc1db85558fd173faa397acc261a9ca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="177.29" OriginalAmount="172.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.991994756828" Longitude="29.026076752376" StarRating="4" HotelCode="37687|1580738" HotelName="Dila" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Osmanaga Mahallesi, Mühürdar Fuat Sokak 5, PK: 34714 Kadiköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/cb/79cbd893bbafc4177a0784d3f0b9d9a852e28752.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="177.78" OriginalAmount="172.6" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0098" Longitude="28.954833" StarRating="4" HotelCode="185585|1062558" HotelName="Sorriso Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Kemal Pasa Mahallesi, Ordu Caddesi 60, Laleli, Fatih, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/dbe21907341f42098cf3dfbc803ac461.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Laleli district of Istanbul, just a few minutes’ walk from Aksaray under...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="177.79" OriginalAmount="172.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008506" Longitude="28.960339" StarRating="4" HotelCode="169652|935865" HotelName="Bekdas Hotel Deluxe" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Kemalettin Mahallesi, Derinkuyu Sokak 4, Laleli - Fatih, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e4/dc/e4dcead064ca5cb0c47e87a5b8824bd9d1325aab.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Laleli district of the historical part of Istanbul, the hotel is within easy access o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="177.81" OriginalAmount="172.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05926" Longitude="28.94413" StarRating="5" HotelCode="|192994" HotelName="Mövenpick Istanbul Golden Horn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Silahtaraga Caddesi, No. 87</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/9/9/4/192994_7977bb31229.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="178.16" OriginalAmount="172.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.037131" Longitude="28.983494" StarRating="4" HotelCode="188750|1007465" HotelName="Taksim Life" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Anar Çesmesi Sok. No: 13, Sehit Muhtar Cad., 34435 Istanbul, Taksim-Beyoglu</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/96/9d/969dd3684157de4ca55a048afba8e8968a49181e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178.19" OriginalAmount="173" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="730930|284979" HotelName="The Pashas Inn Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kadirga Limani Caddesi, Üstad Sokak 3, Kumkapi, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/b0/7bb01cdd3fbab15b563274dedc880d41c9f41968.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.19" OriginalAmount="173.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036002317553" Longitude="28.981622122973" StarRating="3" HotelCode="185579|iq_houses_apartments_kurabiye_" HotelName="IQ Houses Mis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mahallesi, Mis Sokak 18, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/22/d322352a31884b2e53b56148c68d14a8f6d6d341.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.19" OriginalAmount="173.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.014017" Longitude="28.97659" StarRating="3" HotelCode="191071|elanaz_hotel" HotelName="Elanaz Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Orhaniye Caddesi 34, Sirkeci, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/8f/2f8f3060c00097c6c908bdabc2696460d0d4c832.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.19" OriginalAmount="173.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006249120485" Longitude="28.981304139881" StarRating="3" HotelCode="186034|villa_sofia_hotel" HotelName="Alaturka Elegance" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Sultanahmet, Akbiyik Caddesi 3, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/70/8e705d2ac9995d98d675cc231391b5ba139f0f6a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.19" OriginalAmount="173.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.85658994" Longitude="29.29124724" StarRating="3" HotelCode="517286|golden_lounge_hotel" HotelName="Golden Lounge Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Esenyali Mahallesi, Uygar Sokak 27, Pendik, 34890 Tuzla, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/76/0c76b3f7844059e89436e0c444302ccfaea6fc02.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.19" OriginalAmount="173.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.88546233" Longitude="29.19877208" StarRating="0" HotelCode="865662|kndf_marine_otel" HotelName="KNDF Marine Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kordonboyu Mahallesi, Ankara Caddesi 160, Cevizli Mahallesi, Kartal, 34860 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/2a/10/2a107f9b2c838f5fa23f16175f43c36a9e90a484.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="178.28" OriginalAmount="173.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0390563" Longitude="28.9862806" StarRating="3" HotelCode="|85150" HotelName="Germir Palas  - Special Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Caddesi 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/1/5/0/85150_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a restaurant, restaurants, a bar, a meeting room and a business centre. This urban establishment, has 49 rooms, a hall with a reception, express check-out, a safety deposit box service, a currency exchange service, a lift, WiFi, room service and a laundry service (for a fee). SITUATION: It is in the city centre, 150 metres away from the establishment, you can find Taksim the Square of Where you can find shops, restaurants, bars and public transport services. 8 minutes away from the establishment guests have the nightlife, 25 minutes away from the establishment, you can find places of interest, is 16 kilometres away from Istanbul AtatÃ¼rk Airport It is situated 42 kilometres away fromSabiha GÃ¶kÃ§en Airport. ROOM: Each room has an air-conditioning system, individual heating, internet, a satellite TV, a radio, a safety deposit box, a mini-bar, a hairdryer, a bathroom with a shower, a double bed, a direct line telephone and a terrace. FACILITIES: The establishment has a small gym. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast, an Ã  la carte lunch and a set-menu or Ã  la carte dinner. PAYMENT METHODS: Customers can pay by American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="178.45" OriginalAmount="173.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039968" Longitude="28.984076" StarRating="4" HotelCode="188727|892565" HotelName="La Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Topçu Caddesi 12, Taksim, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/c2/30c2b1b932f29c1bb2e12099876e4daf81c39df0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has an excellent location just 250 m north of Taksim Square, the heart of modern Istanbul....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="178.56" OriginalAmount="173.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008908590915" Longitude="28.959451317787" StarRating="4" HotelCode="11576|469045" HotelName="The Darkhill Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Kemalettin Mahallesi, Koca Ragip Pasa Caddesi 9, Laleli, 34130 Istanbul, Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/25/28256fe9a7b29451f6b60b987611adb27b3e6b03.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is centrally located in the Laleli district at the heart of Istanbul's old to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="178.64" OriginalAmount="173.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005001" Longitude="28.973081" StarRating="3" HotelCode="|86902" HotelName="Ada Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Mehmet Pasa Yokusu No:30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/0/2/86902_1.jpg</HotelPictures>
        <HotelDescription>ROOM: This hotel has, rooms, with internet (free of charge). SITUATION: Sultan Ahmed Mosque 150 metres away, guests will find.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="178.77" OriginalAmount="173.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0071" Longitude="28.9726" StarRating="0" HotelCode="|558232" HotelName="Gulec Hotel and Spa - Special Category" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mah. Dostluk Yurdu Sk. No 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/8/2/3/2/558232_df94c031603.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="178.85" OriginalAmount="173.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003923" Longitude="28.971751" StarRating="0" HotelCode="|522255" HotelName="Sultan Suleyman Palace and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kadirga Limani Caddesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/2/5/5/522255_056f52d0957.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="178.86" OriginalAmount="173.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0338985" Longitude="28.9102221" StarRating="3" HotelCode="|304617" HotelName="Bayrampasa Grand Hotel Seferoglu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vatan Mah. Car?? Cad.No.26 Bayrampa?a</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/4/6/1/7/304617_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="178.92" OriginalAmount="173.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00797" Longitude="28.96303" StarRating="0" HotelCode="|72544" HotelName="Momento - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mithatpasa Cad 14 Kucuk haydar Efendi SK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/5/4/4/72544_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated close to the historic centre, places of interest. ROOM: The comfortable and inviting rooms, have an air-conditioning system, a direct line telephone, a bathroom and a hairdryer. They also have a satellite TV, a mini-bar, a safety deposit box, room service and WiFi. OTHERS: Regarding the food and beverage provision, the establishment offers a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="178.93" OriginalAmount="173.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.86944" Longitude="29.270837" StarRating="5" HotelCode="146902|144566" HotelName="Divan Istanbul Asia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>E5 Karayolu üzeri 209, Ust Kaynarca Pendik, 34899 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8e/cc/8ecc5a6d63df301e4ae1064807472e16224ddfaf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is situated in Istanbul, in the asian side of the city, in close proximity to majo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="178.96" OriginalAmount="173.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008344" Longitude="28.976244" StarRating="3" HotelCode="188663|1895885" HotelName="Nomade" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Divanyolu Caddesi, Ticarethane Sokak 15, 34410 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/51/61511afb4db77066ef84e02dbae151d1990d603a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="179.01" OriginalAmount="173.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0083289" Longitude="28.9763228" StarRating="3" HotelCode="|83037" HotelName="Nomade Oldcity" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Divanyolu Cad. Ticarethane Sok. No : 15 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/3/7/83037_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a terrace on the rooftop and WiFi. The establishment offers a buffet breakfast. SITUATION: Is situated inIstanbul the heart of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="179.03" OriginalAmount="173.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006865" Longitude="28.97276" StarRating="0" HotelCode="|96004" HotelName="Olimpic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Peykhane Caddessi, 16 - Sultanahmet,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/6/0/0/4/96004_b58e1a21557.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is in a historic building, it offers WiFi and (free of charge), a terrace with fantastic views. SITUATION: The hotel is in Istanbul the historic centre of Sultan Ahmed Mosque 5 minutes walk away, guests can find. ROOM: The rooms have an air-conditioning system, flat-screen satellite television and a mini-bar. Some rooms have a balcony with beautiful views. RESTAURANT: Guests can enjoy a restaurant with beautiful views.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.22" OriginalAmount="174" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01204" Longitude="28.95578" StarRating="3" HotelCode="900068|23228" HotelName="Marinem" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gençtürk Cad. Aga yokusu Sk. No: 18, 34470 Istanbul, Sehzadebasi</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/56/12/5612bae9daef328e19d7adeb572d8ecb799a3020.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Sehzadebasi, which is the oldest part of Istanbul. Within walking distance, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="179.22" OriginalAmount="174.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0305516" Longitude="28.97578475" StarRating="0" HotelCode="374473|ravouna_1906" HotelName="Ravouna 1906 - Special Category" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Istiklal Caddesi No:201 Beyoglu, 34440 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/82/5a822d3e6b975667bd326a2227bb388cfe9f5e91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="179.22" OriginalAmount="174.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.81691564" Longitude="29.29497961" StarRating="0" HotelCode="950043|tuzla_hill_suites" HotelName="Tuzla Hill Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Postane Mahallesi G 17, Sokak 9, 34940 Tuzla</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/b0/c4b00dd17150fea8310fd7407261fdd8993f779e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="179.24" OriginalAmount="174.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0484118" Longitude="29.0076154" StarRating="3" HotelCode="|108267" HotelName="Cheya Beşiktaş" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Barbaros Bulvari, Akdogan Sokak No:39, Besiktas</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/6/7/108267_5.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Barbaros boulevard Bosphorus it is situated 750 metres away from the ferry terminal. ROOM: Customers have stylish rooms, have modern facilities and a kitchen.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="179.31" OriginalAmount="174.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0404166" Longitude="28.9850985" StarRating="4" HotelCode="|17608" HotelName="Nippon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Topcu Cd, Talimhane 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/6/0/8/17608_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 9 floors, 171 rooms and 12 suites. In the establishment entrance, guests will find a lobby with 2 lifts, a reception, a cloakroom, 20 safety deposit boxes and a currency exchange service. SITUATION: This hotel is in Istanbul the tourist area of close to the establishment, clients can find shops, bars, restaurants, nightclubs and a public transport stop. it is 15 minutes away from Topkapi Sarayi the railway station. ROOM: The rooms have a bathroom with a shower, a hairdryer, a direct line telephone, a satellite or cable television, a radio, internet, a mini-bar, a double bed, fitted carpets, an air-conditioning system and a central heating system. FACILITIES: Outdoors, clients have access to a swimming pool, At the neighbouring hotel clients can enjoy a sauna and a Turkish bath. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and Ã  la carte or set-menu lunch and dinner. Dietary restrictions can be accommodated and special dishes can be made. Guests can book half-board or full-board. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="179.84" OriginalAmount="174.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013242" Longitude="28.976553" StarRating="0" HotelCode="33648|590625" HotelName="Seher Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Hoca Pasa Mahallesi, Ibni Kemal Caddesi 18, 34110 Sirkeci, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/01/79014410429ba3cf135ff9f5766e4e66875cc1c5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="180.12" OriginalAmount="174.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.048000929573" Longitude="28.626842688325" StarRating="4" HotelCode="318298|406530" HotelName="Manesol Fuar Beylikduzu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cakmakli Mahallesi, Hasat Sokak 41/A, 34500 Büyükçekmece, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/40/406530/406530a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="180.14" OriginalAmount="174.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.037012" Longitude="28.981957" StarRating="0" HotelCode="|563514" HotelName="The Tango Hotel Taksim" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>SEHIT MUHTAR MAHALLESI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/3/5/1/4/563514_be8358b1902.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="180.25" OriginalAmount="175.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.054582867802" Longitude="28.933390974998" StarRating="4" HotelCode="55340|125217" HotelName="Turquhouse Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Bungalow Complex,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pierre Loti Tepesi Turistik Tesisleri, Merkez Mahallesi, Idris Köskü Caddesi, 34050 Istanbul, Eyüp</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/46/468054d53ead7691/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel is located on one of the pretty hills of Istanbul, Pierre Loti. A shuttle bus r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.25" OriginalAmount="175.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01416485061" Longitude="28.977220165839" StarRating="3" HotelCode="142969|akcinar_hotel" HotelName="Akcinar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Nöbethane Caddesi, Serdar Sokak 18, Sirkeci, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/6d/da6d04b0ac88d7f7ac2c0bcca7c380aef0774959.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.25" OriginalAmount="175.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007224941115" Longitude="28.95610364418" StarRating="4" HotelCode="167022|grand_madrid_hotel" HotelName="Grand Madrid Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Laleli Caddesi 54, Laleli, Fatih, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/44/1d449d860b1a95fcb5998dcbdcfeadc06b502587.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.25" OriginalAmount="175.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035235766857" Longitude="28.975903987885" StarRating="3" HotelCode="191178|peradays_2" HotelName="Peradays" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hamalbasi Cad. No: 32, Kamer Hatun Mah., Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/2a/022ae57eade94ee69807643fbd73f481c2ab1c41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.25" OriginalAmount="175.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01265131" Longitude="29.1061318" StarRating="5" HotelCode="571659|the_city_suites_3" HotelName="The City Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Atakent Mahallesi, Akdeniz Caddesi Muammer Aksoy Sokak 4, Ümraniye, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/13/0813bb15b1988fd4d64ea846399b8c39e92a85aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.25" OriginalAmount="175.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9623" Longitude="29.1103" StarRating="5" HotelCode="933270|dedeman_bostanci" HotelName="Dedeman Bostanci Hotel &amp; Convencion Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Jacuzzi,Laundry,Massage Centre,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Içerenköy Mahallesi, Degirmen Yolu Caddesi 39B, 34752 Atasehir, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/10/b6/10b60c7a7ce1556df7806565f5e7c9dbbf8fe106.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.25" OriginalAmount="175.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00342105688" Longitude="28.975597550926" StarRating="3" HotelCode="933259|hotel_buhara_family_inn_2" HotelName="Hotel Buhara Family Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Küçük Ayasofya Mahallesi, Yegen Sokak 7, Sultanahmet, 34122 Istanbul, Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/32/a932c55f5c2b9b420b50c5deffb686de1ff927e3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="180.26" OriginalAmount="175.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003929" Longitude="28.972423" StarRating="4" HotelCode="75491|366355" HotelName="Garden House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayosofya Mahallesi Sehit Mehmet Pasa No:11/13, 34400 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/aa/bfaab62caec6d7c899f2f2e2043701ced2d8c073.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly hotel offers luxury accommodation on the historic peninsula of Istanbul, only m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="180.33" OriginalAmount="175.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008332" Longitude="28.963836" StarRating="4" HotelCode="96592|889165" HotelName="Grand Beyazid" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mithat Pasa Caddesi, Abu Hayat Sok 5, 34490 Beyazid, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/92/9f/929ffe523ee43d2a09e72c0fa871f0db8c0cedf5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the right side of Beyazid Square, only a few metres from the Grand Bazaar, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="180.35" OriginalAmount="175.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03388" Longitude="28.97893" StarRating="3" HotelCode="|193162" HotelName="Hotel Mara" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Turnacibasi Cad. No:4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/1/6/2/193162_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="180.38" OriginalAmount="175.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.062895" Longitude="28.84135" StarRating="0" HotelCode="|450527" HotelName="The Superior Living Batisehir" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Goztepe Mah Batisehir G3 Block</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/5/2/7/450527_1451dc31340.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="180.52" OriginalAmount="175.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010742323179" Longitude="28.954009115696" StarRating="4" HotelCode="185588|1068278" HotelName="The Meretto" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kemalpasa Mahallesi, Selimpasa Sokak 25-27, Laleli, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/67/d9/67d902d748db8f4ee58d10380b94ec46af4a396f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 600 metres from Aksaray underground station in the district of Fatih, just 2 km...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="180.73" OriginalAmount="175.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0069973" Longitude="28.9554843" StarRating="0" HotelCode="|353416" HotelName="Darkmen Hotel 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hayriye Tuccari Cad. No:28 Laleli/Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/4/1/6/353416_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="180.80" OriginalAmount="175.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034426" Longitude="28.980711" StarRating="0" HotelCode="|84906" HotelName="Misafir Suites 8 Istanbul - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KULOGLU MAH. GAZETECI EROL DERNEK SOK. BEYOGLU 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/9/0/6/84906_8.jpg</HotelPictures>
        <HotelDescription>SITUATION: This boutique hotel Taksim it is in it is situated near the commercial area, Where you can find restaurants and bars. la Plaza Taksim 500 metres away from. ROOM: The establishment has large suites, They have heated floor, a flat-screen television, WiFi (free of charge) and a marble bathroom. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast, Accepted a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="180.84" OriginalAmount="175.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0034866" Longitude="28.9740227" StarRating="0" HotelCode="|108039" HotelName="Coliseum" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/0/3/9/108039_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a reception and WiFi (free of charge). SITUATION: This establishment, is 300 metres away from a beach, Santa Sofia 8 minutes away from the establishment, clients can find Cistern the basilica.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="180.99" OriginalAmount="175.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01119" Longitude="28.97321" StarRating="0" HotelCode="|184765" HotelName="New Florenta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Molla Fenari Mah. Selvili Mescit Sk. No:16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/7/6/5/184765_bf8a5261531.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.13" OriginalAmount="175.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03575" Longitude="28.98118" StarRating="0" HotelCode="|184929" HotelName="Taksim House Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Street Imam Adnan, Number: 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/9/2/9/184929_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.13" OriginalAmount="175.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.021842" Longitude="28.927232" StarRating="0" HotelCode="|467162" HotelName="Istanbul Efes Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Topkapi Mahallesi Beyazitaga sokak No:7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/1/6/2/467162_d4ea1821748.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.15" OriginalAmount="175.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0240515" Longitude="29.0939463" StarRating="3" HotelCode="|86711" HotelName="Grand Eyuboglu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/1/1/86711_ea139711150.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is in Umraniye the district of. FACILITIES: The establishment boasts a Turkish bath, a sauna and a covered swimming pool. ROOM: The modern rooms, have an air-conditioning system and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.16" OriginalAmount="175.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005933" Longitude="28.964101" StarRating="4" HotelCode="|22637" HotelName="Amber Hotel - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MUHSINE HATUN MAH.CIFTE GELINLER CAD. 3 KUMKAPI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/3/7/22637_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 4 floors and 24 standard rooms. In the establishment entrance, guests will find a big hall, a reception, a currency exchange service, a lift, a lounge area, a TV room and internet. It also has 2 inviting bars and an Ã  la carte restaurant with air-conditioning. There are many services available at the establishment, including room service and a laundry service. Outdoors, you can find an oudooor car park. SITUATION: This attractive hotel is in the historic centre. It is situated near the tourist attractions. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, internet, a mini-bar, a fridge, an air-conditioning system, a central heating system and a safety deposit box (available for a fee). FACILITIES: Customers can enjoy a billiards table and a Turkish bath. OTHERS: The establishment offers a buffet breakfast and dinner and Ã  la carte lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.23" OriginalAmount="175.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.971768" Longitude="29.059811" StarRating="0" HotelCode="|531750" HotelName="A11 Exclusive Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bagdat Caddesi No:233</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/1/7/5/0/531750_f25cedc1058.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="181.28" OriginalAmount="176" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013909789825" Longitude="28.978435837101" StarRating="4" HotelCode="899817|32249" HotelName="Hotellino" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nöbethane Caddesi 5, Sirkeci, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8e/d3/8ed389c83d7ba281ddb85b24cc02191656d266ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the heart of the historical old city, this charming city hotel is only a short walk from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="181.28" OriginalAmount="176" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|628888-27456423/1328528078072082355/433" HotelName="TRYP BY WYNDHAM ISTANBUL TOPKAPI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/43000000/42080000/42071800/42071714/1da5a3bd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="181.28" OriginalAmount="176.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008336" Longitude="28.95837" StarRating="0" HotelCode="933222|emos_hotel" HotelName="Hotel Emos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesihpasa Caddesi, Sair Fitnat Sokak No. 24, Mimar Kemalettin Mahalessi, Laleli - Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/b9/eab9fd057ce92d4ec4443037e9f4ada2b4183774.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a bar and room service. Wireless internet access in public areas allows guests to s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="181.28" OriginalAmount="176.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02814258" Longitude="28.80932648" StarRating="3" HotelCode="933738|holiday_inn_express_istanbul_airport" HotelName="Holiday Inn Express Istanbul Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Basin Express Caddesi 2, Halkali, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/61/e061bbb5d6f260e0feca0af9763ccfd944dee72d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="181.29" OriginalAmount="176.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039558" Longitude="28.983467" StarRating="4" HotelCode="13092|334505" HotelName="The Green Park Hotel Taksim" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abdülhak Hamit Caddesi 34, 34437 Istanbul, Taksim</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/a5/a5ca947dff6ffe6c/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated about 100 m from the lively Taksim Square, only a few minutes from the town c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.52" OriginalAmount="176.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99227" Longitude="28.90954" StarRating="0" HotelCode="|185001" HotelName="The Conforium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/0/0/1/185001_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.80" OriginalAmount="176.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023394" Longitude="28.975983" StarRating="0" HotelCode="|108095" HotelName="P Galata  Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Necati Bey Caddesi Aynali Lokanta Sok. No:6 Karakoy Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/0/9/5/108095_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts WiFi (free of charge). SITUATION: The hotel Karakoy it is in it is situated 260 metres away from Bosphorus the Promenade of. ROOM: Customers can find stylish, modern rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.80" OriginalAmount="176.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98023" Longitude="28.7305942" StarRating="4" HotelCode="|306017" HotelName="Land Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>merkez mahallesi E-5 Yanyol Caddesi No:131 Avc?lar</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/6/0/1/7/306017_85aca271313.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.91" OriginalAmount="176.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.909123" Longitude="29.17868" StarRating="0" HotelCode="|531068" HotelName="Alme Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Zara Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/1/0/6/8/531068_b038dc81036.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.93" OriginalAmount="176.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00295" Longitude="28.97623" StarRating="4" HotelCode="|184127" HotelName="Albinas  Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mahallesi Mustafa Pasa Sokak. No:34-38 Sultanahmet, Fatih, Turkey, Fatih,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/1/2/7/184127_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.94" OriginalAmount="176.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0070514" Longitude="28.9704278" StarRating="3" HotelCode="|86934" HotelName="Dedem" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Emin Sinan Mah. Emin Sinan Hamami Sok. No:8 Cemberlitas</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/3/4/86934_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a restaurant and Marmara views of. SITUATION: This establishment, is in Sultanahmet the district of Hagia Sophia 350 metres away, clients have the racecourse. ROOM: The rooms have an air-conditioning system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="182.10" OriginalAmount="176.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.063251" Longitude="29.001423" StarRating="4" HotelCode="|163871" HotelName="Business Life Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Fulya Mah Vefa Deresi Sk No:15 sisli 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/3/8/7/1/163871_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2014, has 33 rooms and a car park. SITUATION: This hotel Istanbul it is in is situated in the city centre excellent transport links to places of interest, near the establishment, guests will find the bus station, the railway station, the metro station, the bus station and entertainment areas.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="182.15" OriginalAmount="176.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0108529" Longitude="28.8171116" StarRating="5" HotelCode="|84933" HotelName="Istanbul Gonen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DEGIRMENBAHCE CAD.YENIBOSNA BAHCELIEVLER 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/9/3/3/84933_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2012, has an annexed building, a main 11-storey building, a 8-storey annexed building, has 305 standard rooms, 3Â junior suites, 6 suites and 3 rooms adapted for people with reduced mobility. SITUATION: This establishment is in Istanbul is situated in the city centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="182.26" OriginalAmount="176.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00888" Longitude="28.95945" StarRating="4" HotelCode="|17635" HotelName="Darkhill" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KMimar Kemalettin Mah. Koca Ragip Pasa Cad 9- Laleli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/6/3/5/17635_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2005, has 8 floors and 107 rooms. This air-conditioned establishment has a lobby, with a reception, a currency exchange service, a cloakroom, a safety deposit box service and 2 lifts. It also has shops, a bar, an Ã  la carte restaurant with a terrace, a games room, a TV room, a conference room and internet. There are many services available at the establishment, including room service, a laundry service and a medical care service (for a fee). SITUATION: This inviting hotel is in a central area, Laleli is situated in is situated in the heart of the historic centre, near the establishment, you will find shops, monuments and tourist points of interest. the Grand Bazaar and Sultan Ahmed Mosque in the surrounding area, clients have it is situated 15 kilometres away from the airport. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio, a mini-bar, a king-size bed, fitted carpets, an air-conditioning system and a central heating system. FACILITIES: Guests are offered a heated swimming pool, a gym, a sauna, the steam bath and a massage service. PAYMENT METHODS: Customers can pay using American Express, Visa and Mastercard. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="182.28" OriginalAmount="176.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00849" Longitude="28.9659" StarRating="0" HotelCode="|184135" HotelName="Alpinn Hotel Istanbul- Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tiyatro Cad. No: 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/1/3/5/184135_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="182.31" OriginalAmount="177" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="782593|375221" HotelName="My Dream Hotel &amp; Restaurant" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Esenkent Mahallesi, Yakuplu Caddesi 114/1, Agva Merkez Mahallesi, Sile, 34980 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/d5/51d5e5f88834ae30f84ba78c9bd1c13cde022f18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="182.31" OriginalAmount="177" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00618839" Longitude="28.96949189" StarRating="0" HotelCode="430667|206559" HotelName="Cube Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Emin Sinan Mahallesi, Piyerloti Caddesi 57, Old City, Sultanahmet, Fatih, 34490 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=8284305</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="182.31" OriginalAmount="177" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009338" Longitude="28.963434" StarRating="4" HotelCode="904566|27986" HotelName="Emporium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ordu Caddesi 11, Fatih, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4a/73/4a73068483fd591371c8955bcd89e5e63fa807b2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in Beyazit in the historical district of Istanbul, the hotel is just a couple of min...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="182.31" OriginalAmount="177" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0070703" Longitude="28.97246467" StarRating="0" HotelCode="590675|237400" HotelName="Gulec Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Dostluk Yurdu Sokak 2, Çemberlitas – Fatih, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/60/d9604d6fd09aadc0a36b56c3b622251a2d1bc464.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="182.31" OriginalAmount="177" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|230952-27456355/1328528078072082355/295" HotelName="RAMADA PLAZA BY WYNDHAM ISTANBUL TEKSTILKENT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5800000/5795100/5795051/b0a07a12_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.31" OriginalAmount="177.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004612" Longitude="28.980096" StarRating="4" HotelCode="130199|acra_hotel__special_class" HotelName="Acra Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Mehmet Aga Caddesi, Amiral Tafdil Sokak 15, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/0f/d8/0fd827aab4aadc726af4d613777c0b97456edde1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an ideal location in the heart of the historical centre of Istanbul in the Sultana...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.31" OriginalAmount="177.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.029188" Longitude="29.11687" StarRating="5" HotelCode="297934|rescate_hotel_asia" HotelName="Mercure Istanbul Umraniye" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alemdag Caddesi Site Yolu Sokak No. 20, Tepeustu Mevkii, Umraniye, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/29/0429cd854bf1d5499030ce73001428a0d6778109.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.31" OriginalAmount="177.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02901784" Longitude="28.97354645" StarRating="5" HotelCode="373458|pera_neuf_" HotelName="Pera Neuf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Apartment,Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>General Yazgan Cadesi  No:9 Beyoglu, 34200 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/49/24495f3f9b6481a3483c1d1dd8eedfacb666103d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.31" OriginalAmount="177.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00819217" Longitude="28.95297467" StarRating="2" HotelCode="951748|four_seven_hotel" HotelName="Four Seven Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Mahallesi, Inkilap Caddesi 1/1, Fatih, 34096 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/a6/1aa69dbd0edb6bc5c6b0a5b76a3674681ccfebb3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="182.37" OriginalAmount="177.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.014624" Longitude="28.978355" StarRating="0" HotelCode="|486641" HotelName="Cetin Port Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Istasyon Arkasi Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/6/6/4/1/486641_14d0ee12124.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="182.71" OriginalAmount="177.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005583" Longitude="28.968605" StarRating="0" HotelCode="|534268" HotelName="Royal Gur Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Emin Sinan, Mahallesi, Kadirga Hamami Sk</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/2/6/8/534268_56949431158.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="182.74" OriginalAmount="177.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.033803" Longitude="28.979098" StarRating="4" HotelCode="|185030" HotelName="The Public" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kuloglu Mah. Turnacibasi Caddesi No:1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/0/3/0/185030_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="182.76" OriginalAmount="177.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038996799893" Longitude="28.985479474068" StarRating="4" HotelCode="24951|591035" HotelName="Germir Palas" 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,Designated Smoking Area,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Cad. 7, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5f/c8/5fc865eaca8f7e0132f57964f042a044e5a6ce71.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a fantastic location in the heart of the bustling city centre, just 150 metres from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="183.07" OriginalAmount="177.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0050329" Longitude="28.9804154" StarRating="0" HotelCode="|83032" HotelName="Sumengen Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Mehmet Aga Cad. Amiral Tafdil Sk No:21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/3/2/83032_6.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Bosphorus it is next to it is 100 metres away from the mosque. FACILITIES: The establishment has a restaurant with breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="183.24" OriginalAmount="177.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0301173" Longitude="28.974671" StarRating="3" HotelCode="|86864" HotelName="Pera Capitol" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Asmal?mescit Sok. No:24 Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/6/4/86864_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a restaurant and a buffet breakfast. SITUATION: It is situated 10 minutes away fromTaksim the square. ROOM: The rooms have a balcony.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="183.34" OriginalAmount="178" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|108895-20770631/1328528078072082355/3607" HotelName="NOVA PLAZA PRIME HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1830000/1823100/1823081/b3dc4350_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="183.34" OriginalAmount="178" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1239547-32839921/1328528078072082355/3609" HotelName="ROOT KARAKOY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/65000000/64660000/64657300/64657209/d62e3f5d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="183.34" OriginalAmount="178" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|402689-24894219/1328528078072082355/3614" HotelName="RAMADA BY WYNDHAM ISTANBUL GOLDEN HORN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15480000/15478700/15478659/w1796h1203x0y0-406b3a59_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="183.34" OriginalAmount="178" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|352547-32839931/1328528078072082355/3641" HotelName="FAVORI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11850000/11841900/11841857/78ccfde3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="183.34" OriginalAmount="178.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006342992754" Longitude="28.981709588955" StarRating="3" HotelCode="99184|ishakpasa_konagi" HotelName="Ishak Pasa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Ishakpasa Caddesi, Ishakpasa Konagi 3 - 5, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/61/2161639e292571dbda6d9bd0d5d1c361c314df03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="183.34" OriginalAmount="178.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023193" Longitude="28.97718" StarRating="3" HotelCode="191156|portus_house_istanbul" HotelName="Cheers Porthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mumhane Caddesi 31, Kemankes Mahallesi, Karaköy, 34425 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/73/4d737fa8484513813b71495a65a0fd5662ffe762.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="183.34" OriginalAmount="178.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.991005902096" Longitude="28.795642065891" StarRating="4" HotelCode="315779|ramada_encore_istanbul_airport" HotelName="Ramada Encore Istanbul Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Besyol Mahallesi, Birlik Caddesi 10, 34295 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/423f608588964d41aa48d4b52ed41269.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="183.34" OriginalAmount="178.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009815591159" Longitude="28.953840233065" StarRating="4" HotelCode="315894|parmada_hotel_old_city" HotelName="Parmada Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Kemalpasa Mahallesi, Ordu Caddesi 74, Laleli, 34080 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/74/95744740fab71499bb4b93184b26ed1b6bb303ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="183.34" OriginalAmount="178.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.062542647839" Longitude="28.999937226" StarRating="5" HotelCode="347842|the_place_hotel_2" HotelName="The Place Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Fulya Mahallesi, Ozbal Sokak 8, Sisli, 34377 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/2f/e22f866f4321664bedca77e517a30d904f802930.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="183.41" OriginalAmount="178.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0130197" Longitude="28.9417199" StarRating="4" HotelCode="|94486" HotelName="Grand Anka" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Molla Gurani Street 46, Findikzade</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/4/4/8/6/94486_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is 800 metres away from Aksaray the underground station of 100 metres away, guests can find the tram stop, is situated 3 kilometres away from Sultanahmet the district of Where you can find Topkapi the Palace of the mosque and Santa Sofia the Museum of it is situated 5,5 kilometres away from Taksim the Square of. ROOM: All the rooms have WiFi (free of charge), cable television, carpeted floor, an air-conditioning system, a mini-bar and a hairdryer. Some rooms have a sitting area. FACILITIES: Guests are offered a car park (free of charge), a reception, a hairdresser, a laundry service, car rental, a business centre, fax and a photocopier. OTHERS: Regarding the food and beverage offering, you can enjoy a restaurant and a lobby bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="183.62" OriginalAmount="178.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.032118" Longitude="28.9714" StarRating="4" HotelCode="|443952" HotelName="Nova Plaza Pera" 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/3/9/5/2/443952_18366a71112.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="183.64" OriginalAmount="178.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004358" Longitude="28.979891" StarRating="0" HotelCode="|485998" HotelName="LUXX GARDEN HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Amiral Tafdil Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/5/9/9/8/485998_7830eb70944.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="183.65" OriginalAmount="178.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0124393" Longitude="28.9773187" StarRating="3" HotelCode="|26480" HotelName="Sude Konak - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>EBUSUUD CAD. 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/4/8/0/26480_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was opened in 2001, has 39 rooms and 7 floors. In the establishment entrance, guests will find a charming hall with elevators, a reception, a cloakroom, a safety deposit box service and a currency exchange service. Guests are also offered a bar, a cafÃ© and a restaurant with air-conditioning, Other services you can find are a bicycle rental desk, a laundry service, room service, a medical care service (for a fee) and a car park. SITUATION: The hotel is near the city centre, Where you can find shops, bars, pubs, cafÃ©s, restaurants and a public transport stop. it is situated 200 metres away from the railway station, is situated 20 kilometres away from Istanbul AtatÃ¼rk Airport. ROOM: The inviting rooms, have a bathroom with a shower, a hairdryer, a direct line telephone, internet and a satellite or cable television. All the rooms have a mini-bar, a double bed, heating, an air-conditioning system and a safety deposit box (available for a fee). PAYMENT METHODS: The establishment accepts Visa, Mastercard and Diners Club. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast and a set-menu lunch and dinner. Guests can book half-board or full-board.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="183.95" OriginalAmount="178.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0387739" Longitude="28.9841963" StarRating="4" HotelCode="|42555" HotelName="Riva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AYDEDE CAD NO 8 TAKSIM</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/5/5/5/42555_3677ea21006.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, is and is ideal for family holidays, has 70 rooms and 9 floors. The air-conditioned establishment has a hall, a reception, a safety deposit box service, a currency exchange service, a cloakroom, a lift, a cafÃ© and a restaurant. You are also offered conference facilities and WiFi (for a fee), At an extra cost you can use a laundry service, room service, a car park and indoor parking.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="183.96" OriginalAmount="178.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0041115" Longitude="28.9763305" StarRating="0" HotelCode="|108112" HotelName="Sultan Corner" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Caddesi, No:6 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/1/2/108112_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has, WiFi, (free of charge). SITUATION: This hotel is in Istanbul the historic centre of it is located 100 metres away from the mosque. ROOM: The establishment has suites and large standard rooms. Some rooms have views of the mosque.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="184.00" OriginalAmount="178.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02699" Longitude="28.97339" StarRating="0" HotelCode="|192897" HotelName="Meroddi Bagdatliyan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ilk Belediye Caddesi, No:35 Galata</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/8/9/7/192897_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="184.08" OriginalAmount="178.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.031537" Longitude="28.978509" StarRating="0" HotelCode="|522009" HotelName="Louis Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/0/0/9/522009_e68090c0950.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="184.10" OriginalAmount="178.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004439" Longitude="28.685808" StarRating="0" HotelCode="|457940" HotelName="Hotel Melidium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Namik Kemal Mah. 119. Sok. No:50</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/7/9/4/0/457940_826610c2234.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="184.16" OriginalAmount="178.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012089841355" Longitude="28.954996281957" StarRating="4" HotelCode="43560|93872" HotelName="Holiday Inn Istanbul - Old City" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Massage Centre,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gencturk Caddesi, Sirvanizade Sokak 5, Vezneciler, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f2/15/f215cad50be2b8214c3348fc6fbd642200137140.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Istanbul's Old City area. Tourists can reach the historic attractions, i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="184.33" OriginalAmount="178.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04423" Longitude="29.004459" StarRating="0" HotelCode="|544558" HotelName="Beşiktaş Konuk Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sht. Asim Cd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/4/5/5/8/544558_c9a4e0a1045.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="184.34" OriginalAmount="178.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003384505574" Longitude="28.976771504299" StarRating="3" HotelCode="37319|133114" HotelName="Tashkonak Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Caddesi, Tomurcuk Sokak No 5, Sultanahmet, Istanbul 34400</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/49/ab/49ab9a989a6442b75afe47ae6732b779d28e9c4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This convenient city hotel is located in the tourist centre and close to the sea. It is located clos...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="184.36" OriginalAmount="178.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004039" Longitude="28.971041" StarRating="2" HotelCode="191140|2265865" HotelName="Kumru Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kadirga Liman Caddesi Yusuf Askin Sk No:6, Küçük Ayasofya, Fatih, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/7a/e37aed52d386a946a0e5e049b4fe10f7577609aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184.37" OriginalAmount="179" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004857" Longitude="28.9757783" StarRating="3" HotelCode="346367|217610" HotelName="Hotel SultanHill" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sultanahmet Mahallesi, Tavukhane Sokak 19, Sultanahmet, Eminönü, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/73/8d73bb2d4b5a752ccbec34cc8f3218ffd59648fe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184.37" OriginalAmount="179" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.045984825105" Longitude="28.912302833891" StarRating="5" HotelCode="353710|90229" HotelName="Lionel Hotel Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Yenidogan Mahallesi, Bölükbasi Sokak 1, Abdi Ipekci Caddesi 84, Bayrampasa, 34040 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d0/a0/d0a0916390eb4859db76bdcf368d5644326a9264.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184.37" OriginalAmount="179" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.982431" Longitude="29.133521" StarRating="5" HotelCode="263352|34227" HotelName="Silence Istanbul Hotel &amp; Convention Center" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Küçükbakkalköy Mahallesi, Dudullu Yolu Caddesi 29, Atasehir, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/30/304776/304776a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="184.37" OriginalAmount="179.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.911102922308" Longitude="29.201568837948" StarRating="5" HotelCode="410402|titanic_business_kartal_2" HotelName="Titanic Business Kartal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Spa Hotel,Airport Hotel,Conference Hotel,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,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Orta Mahallesi, Kaptan-i Derya Caddesi 37, Kartal, 34880 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/ea/b2ea345f69690610e61c5d998ac165f55debcab3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kartal, which is in the heart of Istanbul's modern commercial district and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="184.39" OriginalAmount="179.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0046794" Longitude="28.9653476" StarRating="0" HotelCode="|108100" HotelName="Ajans Pi Home" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kadirga Liman Cad. No/10 Kumkapi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/0/0/108100_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Sultan Ahmed Mosque it is situated 1 kilometre away from Sultanahmet the Square of it is 10 minutes away from Yenikapi the Ferry of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="184.39" OriginalAmount="179.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0033824" Longitude="28.9757184" StarRating="0" HotelCode="|107943" HotelName="Stanpoli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mahallesi Ye?en Sok. No:5/7 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/9/4/3/107943_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a reception and WiFi (free of charge). SITUATION: This hotel is 350 metres away from the mosque, Santa Sofia 8 minutes away from the establishment, you can find it is 800 metres away from Topkapi the Palace of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="184.48" OriginalAmount="179.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0065404" Longitude="28.9528666" StarRating="0" HotelCode="|82902" HotelName="Hotel Akyildiz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mustafa Kemal Pasa Caddesi, Langa Bostanlari Sok Aksaray,Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/0/2/82902_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment is bed and breakfast, The establishment boasts a flatscreen television and WiFi (free of charge). SITUATION: It is close toIstanbul the University of It has excellent transport links to the bazaar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="184.58" OriginalAmount="179.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011984" Longitude="28.955772" StarRating="0" HotelCode="|444436" HotelName="The Biancho Hotel Old City" 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/4/4/3/6/444436_165ac190934.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="184.77" OriginalAmount="179.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0049687" Longitude="28.9663615" StarRating="0" HotelCode="|108287" HotelName="Sayeban Hotel Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kadirga Gedikpasa Caddesi Cadirci Camii Sok No:25 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/8/7/108287_666e2411106.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has WiFi (free of charge), a terrace with sea views and rooms with air-conditioning. SITUATION: This hotel is in the historic centre, la Mezquita de Sultanahmet it is situated 15 minutes walk away from Topkapi the Palace of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="185.15" OriginalAmount="179.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.979185" Longitude="28.870994" StarRating="0" HotelCode="|543114" HotelName="SECOND SUIT OTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/3/1/1/4/543114_ff4ad6a1051.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="185.29" OriginalAmount="179.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05874328279" Longitude="28.813093424169" StarRating="5" HotelCode="118846|114316" HotelName="Holiday Inn Istanbul Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mahmutbey Mahallesi, Tasocagi Yolu Caddesi 35, Bagcilar, Istanbul 34217</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/1c/2b1c69bc567bd2ad1217079d2689d4e1cccaca0d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="185.40" OriginalAmount="180" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034270965225" Longitude="28.980896458504" StarRating="4" HotelCode="901003|56505" HotelName="Misafir Suites 8 Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuloglu Mah., Erol Dernek Sok. No:1, 34433 Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/72/a9/72a947d4e3d0b67d81cdcc5335317ff141bc922d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="185.40" OriginalAmount="180.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="3" HotelCode="118795|hotel_pera_capitol" HotelName="Hotel Pera Capitol" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Asmali Mescit Sokak 24, Tepebasi, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/5b/095b9f04d2b79266c4aa48154e0e134cabc85398.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="185.40" OriginalAmount="180.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013323577609" Longitude="28.97664167915" StarRating="3" HotelCode="207353|asur_hotel" HotelName="Asur Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Hoca Pasa Mahallesi, Ibni Kemal Caddesi 16, 34110 Istanbul, Sirkeci</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/6d/9d6d0f270cf97ab599f753b1ed4fbc40552ab957.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="185.40" OriginalAmount="180.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02430204" Longitude="29.09394455" StarRating="3" HotelCode="267808|grand_eyuboglu_hotel" HotelName="Grand Eyueboglu Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,LCD/Projector,Luggage Storage,Meeting Room,Parking,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Atatürk Mahallesi, Alemdag Caddesi, Onaran Sokak 5, Ümraniye, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/c4/9ec41d52a8caf83f761985f757109e80014538d2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Grand Eyuboglu Hotel, you'll be centrally located i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="185.40" OriginalAmount="180.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.054740123287" Longitude="28.988496062895" StarRating="3" HotelCode="303962|wame_suite_hotel" HotelName="Wame Suite Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Matbaaci Osmanbey Street 20, Osmanbey, 34363 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ac/14/ac14ca0cbb4c882dbdb57190c3a1c7443f515fb5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="185.40" OriginalAmount="180.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01456529" Longitude="28.97680098" StarRating="4" HotelCode="590049|istasyon_hotel" HotelName="Istasyon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Orhaniye Caddesi 3/1, Sirkeci, Fatih, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/53/d55351bbc51cf5fa3c3bed75697ce67956905000.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="185.40" OriginalAmount="180.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011252808456" Longitude="28.973163317791" StarRating="3" HotelCode="933258|ottoman_hotel_cagaloglu" HotelName="Florenta Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Molla Fenari Mahallesi, Selvili Mescit Sokak 16, Cagaloglu, Fatih, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/f8/56f8d5d3ab2bcd544c9e71d7ab3d9485add31d17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="185.47" OriginalAmount="180.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040624884798" Longitude="28.98342953373" StarRating="4" HotelCode="165508|36924" HotelName="Elite World Prestige Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Caddesi  40, Taksim, 34435 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/ce/3fced25acbe0f9404653922a3175790c2ea82fec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This architecturally attractive city hotel in the new area of Istanbul is situated close to Taksim S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="185.68" OriginalAmount="180.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9949967" Longitude="28.9123944" StarRating="0" HotelCode="|86739" HotelName="Grand Abimo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Prof Muammer Aksoy cad. No 16 Zeytunburnu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/3/9/86739_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a terrace, rooms with hydromassage, views of the sea and a car park (free of charge). SITUATION: the Grand Bazaar 5 kilometres away from the establishment, guests will find.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="185.74" OriginalAmount="180.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.053955" Longitude="29.0282" StarRating="0" HotelCode="|541880" HotelName="Mona Bosphorus Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Siraci Sk. 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/1/8/8/0/541880_1c662e42240.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="185.84" OriginalAmount="180.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.024359" Longitude="28.978078" StarRating="0" HotelCode="|558537" HotelName="Triada Hotel Karakoy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hoca Tahsin Sk. No:6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/8/5/3/7/558537_9bac89f1627.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="185.85" OriginalAmount="180.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039865" Longitude="28.984913" StarRating="4" HotelCode="65192|30004" HotelName="Lamartine" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Lamartin Caddesi 25, Taksim, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/50/4c/504c87044e4d03aa83d4e48a3f6cc20e318a7865.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located within a few minutes’ walk of Taksim Square, where there are transport ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="185.96" OriginalAmount="180.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0040227" Longitude="28.9763664" StarRating="4" HotelCode="|74827" HotelName="Glk Premier The Home Suites and Spa - Boutique Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucukayasofya Cad. No.60,Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/8/2/7/74827_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is near tourist areas, this hotel is in Sultanahmet the historic area of close to the establishment, clients can find bars, restaurants and terraces. ROOM: The establishment has 18 rooms with a bathroom, cable and satellite television, an air-conditioning system, a coffee maker and complimentary bathroom items. They also have a writing desk, a hairdryer, a safety deposit box, internet (free of charge) and a mini-bar. FACILITIES: The establishment boasts a restaurant and a bar. Clients can enjoy a sauna, a gym and a Turkish bath.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="186.01" OriginalAmount="180.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9927242" Longitude="29.0260921" StarRating="0" HotelCode="|107994" HotelName="Hotel Nova" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rihtim Caddesi Resitefendi Sokak No:24 Kadikoy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/9/9/4/107994_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment offers a car park, WiFi (free of charge), rooms with satellite TV and a minibar. SITUATION: The hotel is in a central area, is situated 250 metres away from Kadikoy the Ferry of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="186.03" OriginalAmount="180.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005834" Longitude="28.974227" StarRating="3" HotelCode="|484632" HotelName="Haci Bayram" 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/8/4/6/3/2/484632_810555c2013.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="186.22" OriginalAmount="180.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0142853" Longitude="28.9773136" StarRating="0" HotelCode="|83007" HotelName="Hotel Akcinar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nobethane Cad. Serdar Sok. No:18 Sirkeci</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/0/7/83007_67086c61123.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is 500 minutes away from the bazaar, the hotel is in the area.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="186.37" OriginalAmount="180.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039708827641" Longitude="28.966703791332" StarRating="4" HotelCode="320304|69905057" HotelName="DoubleTree by Hilton Hotel Istanbul - Piyalepasa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kaptanpasa Mahallesi, Piyalepasa Bulvari 5, 34440 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/de/06de24991740db7e9354cd8ac2c70b3f5183d003.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="186.39" OriginalAmount="180.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.07132" Longitude="28.8726" StarRating="4" HotelCode="|192232" HotelName="Golden Way Giyimkent" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>ORUC REIS MH.GIYIMKENT SITESI KATLI IS.MRKZ. 274</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/2/3/2/192232_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.43" OriginalAmount="181" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009225" Longitude="28.962833" StarRating="4" HotelCode="167659|22999" HotelName="Sky Kamer" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ordu, 31, Istanbul 34130</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/12/128296/128296a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the old, cultural centre of Istanbul known as Beyazid, the hotel's roof terrace overlooks...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.43" OriginalAmount="181" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="4" HotelCode="43552|4720" HotelName="Golden Age Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Topcu Caddesi 10, Taksim, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/3a1cb0c4f5447020/99/9999e19a6bc8ef81/10-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated just 5 minutes away from Taksim's underground station. It is approximately 25 ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.43" OriginalAmount="181" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.014007988071" Longitude="28.976603329448" StarRating="2" HotelCode="267822|252256" HotelName="Istanbul Sirkeci Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="24 Hour Power Supply,Air Conditioning,Airport Transfer (on Demand),Central Heating,Currency Exchange,Internet,Laundry,Room Service,Smoking Rooms">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Orhaniye Caddesi 28, 34110 Sirkeci, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/c0/14c0ff1b7aa59acf9794deea14d8a3e0a07195d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Sultan Otel A warm welcome awaits you at the mid size Sultan Otel in Istanbul. Guests can enjoy a me...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.43" OriginalAmount="181" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99223046" Longitude="28.90949181" StarRating="3" HotelCode="323626|63174" HotelName="The Conforium Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Gökalp Mahallesi, 39  Sokak Number 21, Zeytinburnu, 34020 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/0e/eb0e71151388d8109fee4483a5cddb5a35420e63.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.43" OriginalAmount="181.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02491034" Longitude="28.4670181" StarRating="3" HotelCode="188720|ranax_hotel" HotelName="Ronax Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yenimahalle Mahallesi, E-5 Karayolu Üzeri 146, Kumburgaz, 34530 Büyükçekmece, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/66/b8664772b69738ccba344dd81b93223665f4cc7c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a beachfront location on Kumburgaz Beach, some 6 km from Büyükçekmece. Guests will ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.43" OriginalAmount="181.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00685668" Longitude="28.95490994" StarRating="0" HotelCode="373521|peninsulacity_hotel_" HotelName="Peninsulacity Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Katip Kasim Mah. Hayriye Tuccari Cad. Pasazade Sok. No:12/13, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/59/d65902c1d9d07a90a44cbb10bb5c0f660e917022.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Historic Peninsula, Peninsulacity Hotel is within a walking distance to many popular hist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.43" OriginalAmount="181.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.07088157" Longitude="29.01314257" StarRating="3" HotelCode="323658|milport_hotel_levent_istanbul" HotelName="Milport Hotel Levent" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Kore Sehitleri Caddesi No: 51, Zincirlikuyu, 34394 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/a2/7da297b859ac75631bb0d51af90436a2c2fb387b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="186.52" OriginalAmount="181.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.063165" Longitude="28.989549" StarRating="4" HotelCode="|444308" HotelName="Avantgarde Urban Sisli" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Merkez Mahallesi Istiklal Sokak No:3-5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/3/0/8/444308_58691d31124.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="186.61" OriginalAmount="181.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0133037" Longitude="28.9766971" StarRating="3" HotelCode="|86916" HotelName="Asur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi Ibn? Kemal Caddesi No:16 Sirkeci</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/1/6/86916_6830ad51540.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is 300 metres away from Sultan Ahmed Mosque and Topkapi Palace. ROOM: Customers have stylish rooms with WiFi (free of charge). OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="186.74" OriginalAmount="181.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.058913" Longitude="28.985027" StarRating="0" HotelCode="|563178" HotelName="Stayso by Cloud 7" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Harzemsah Sk. Sisli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/3/1/7/8/563178_e5962491301.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="186.75" OriginalAmount="181.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.030625" Longitude="28.974856" StarRating="0" HotelCode="|443674" HotelName="Pera Rasso Hotel Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Orhan Adli Apaydin Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/3/6/7/4/443674_2d889271237.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="186.76" OriginalAmount="181.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013386" Longitude="28.976493" StarRating="3" HotelCode="56898|605195" HotelName="Metropol" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ibni Kemal Caddesi No:38, Sirkeci, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ea/60/ea60789d62d08ad9b38602bcebbfcf1c6be59f30.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="186.78" OriginalAmount="181.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004692" Longitude="28.979433" StarRating="4" HotelCode="17268|1427048" HotelName="Sari Konak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Mehmet Aga Cad No.42 - 46, 34122 Sultanahmet - Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/4c/1c4cf8f66ffd31d8b6e7b55e3b3761d4341fdaec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="186.90" OriginalAmount="181.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0197104" Longitude="28.8179208" StarRating="5" HotelCode="|305312" HotelName="Grand Harilton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Merkez Mahallesi, Ali Duran Sokak No: 6, Istanbul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/5/3/1/2/305312_1_3580.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="186.94" OriginalAmount="181.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.017696303857" Longitude="28.637094712081" StarRating="3" HotelCode="319561|469821" HotelName="Hilton Garden Inn Istanbul Beylikduzu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Barbaros Hayrettin Pasa Mahallesi, 1999 Sokak 9, 34522 Esenyurt, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/2b/222b1509d84bdcb883e9eeb5e1a4f5ebda9a6917.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="186.96" OriginalAmount="181.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01461" Longitude="28.943" StarRating="0" HotelCode="|184766" HotelName="Ottomans Life Hotel S Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Adnan Menderes Blv. Vatan Cd. No:53</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/7/6/6/184766_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="187.20" OriginalAmount="181.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0033965" Longitude="28.9763005" StarRating="3" HotelCode="|86880" HotelName="Tashkonak Studio Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Cad. Kapiagasi Sokak No:7 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/8/0/86880_9.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Sultanahmet the historic centre of. ROOM: Each room has a welcome kit, an LCD television and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="187.26" OriginalAmount="181.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.064056098121" Longitude="28.996835947037" StarRating="4" HotelCode="52640|116372" HotelName="The Marmara Sisli" 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,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ortaklar Caddesi 30, Mecidiyeköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/2e4af1241435644c/8a/8a58003e1bf6a29ff03a919299940743/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the banking and commercial district of the town just 3 km from the centrall...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="187.34" OriginalAmount="181.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0088887" Longitude="28.9608497" StarRating="0" HotelCode="|86845" HotelName="Akgun Hotel Beyazit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ordu Cad. Hazinedar Sok. No:6 Beyaz?t</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/4/5/86845_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 200 metres away from the tram stop, Sultanahmet 15 minutes away from the establishment, you can find. ROOM: Each room has internet (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="187.46" OriginalAmount="182.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00409" Longitude="28.97288" StarRating="0" HotelCode="|95905" HotelName="Villa Sphendone Suites" 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/9/5/9/0/5/95905_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has room service, a terrace and a car park (free of charge). SITUATION: This establishment, is in Istanbul the historic centre of Santa Sofia it is located near Topkapi the palace 16 kilometres away from Istanbul AtatÃ¼rk the airport. ROOM: The establishment has suites with a balcony, an LCD TV, a marble bathroom, WiFi (free of charge), a satellite television, a sitting area and jacuzzi. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187.46" OriginalAmount="182" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9803187783" Longitude="28.901439606234" StarRating="4" HotelCode="66537|19956" HotelName="Novotel Istanbul Zeytinburnu" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Kazlicesme Mahallesi, Kennedy Caddesi 56, Zeytinburnu, 34025 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/19/8b/198b5c198f10fb8abf24504e847c09515ee46a3f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city business hotel is just a 5-minute journey by public transport from the city centre with it...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="187.46" OriginalAmount="182.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04086411" Longitude="28.98200109" StarRating="3" HotelCode="323628|berjer_hotel" HotelName="Berjer Boutique Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Taksim Caddesi No: 93, Against The Taksim Acibadem Hospital, Beyoglu, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/1d/431dc800d6b7373056a67f7ca1958a32ec0a12fd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Istanbul, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="187.46" OriginalAmount="182.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010999" Longitude="28.959197582209" StarRating="0" HotelCode="517256|hotel_resitpasa_istanbul" HotelName="Hotel Resitpasa Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Büyük Resitpasa Caddesi 22</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/da/38da73b520eea2d0714c226167d154afa608480d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="188.11" OriginalAmount="182.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0138361" Longitude="28.9395974" StarRating="3" HotelCode="|82980" HotelName="Topkapı" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Oguzhan Cad. No:20 Findikzade</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/8/0/82980_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception and WiFi (free of charge). SITUATION: It is located 100 metres away from the tram stop, 600 metres away, guests have Fatih the metro station of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="188.14" OriginalAmount="182.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00921" Longitude="28.97459" StarRating="0" HotelCode="|184319" HotelName="Edibe Sultan " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mh. Hoca Rustem Mektebi Sk.5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/3/1/9/184319_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="188.34" OriginalAmount="182.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05754" Longitude="28.97399" StarRating="0" HotelCode="|184159" HotelName="Urban Bomonti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Halide Edip Advar mah.Akar cd.No: 28</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/1/5/9/184159_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="188.49" OriginalAmount="183" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040239" Longitude="28.981823" StarRating="4" HotelCode="933215|57714" HotelName="Villa Pera Suite Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Feridiye Caddesi 113-116, Kotatepe Mahallesi, Taksim, Istanbul 34437</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/41/67419ccade73a35a8fd77df99baee2f82664ee36.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.49" OriginalAmount="183.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0086932" Longitude="28.9749675" StarRating="4" HotelCode="317874|anthemis_hotel_2" HotelName="Hotel Anthemis Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mahhellesi, Haci Tahsin Bey Sokak 11, 34420 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/2f/152fe345c063bd66d2588f9ac5e53a3e7e3a5f6c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.49" OriginalAmount="183.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005061" Longitude="28.972948" StarRating="4" HotelCode="408859|hotel_daphne__special_class" HotelName="Daphne" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Su Terazisi Sokak 14, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/ec/52ec5d35b00c35a8507e22a65302532e0cdbff70.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.49" OriginalAmount="183.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.025635" Longitude="28.469237" StarRating="4" HotelCode="933214|mercia_hotels__resort" HotelName="Mercia Hotels &amp; Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Yenimahalle, Yale Sokak 54, Kumburgaz, 35335 Büyükçekmece, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/a2/9ea2a04b5f2414fa3c33604bb8ee7c17535e440b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="188.53" OriginalAmount="183.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004302" Longitude="28.97539" StarRating="0" HotelCode="|532887" HotelName="RW Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sifa Hamami Sk. 14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/8/8/7/532887_fa1f7241038.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="188.80" OriginalAmount="183.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.027142" Longitude="28.973797" StarRating="0" HotelCode="|526985" HotelName="Galata Door Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/6/9/8/5/526985_563a5cd1014.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="188.81" OriginalAmount="183.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012181342229" Longitude="28.977687656879" StarRating="3" HotelCode="188722|2008015" HotelName="Hypnos Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Ebusuud Caddesi No. 10, 12/14, Sirkeci, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b9/6d/b96d66f3e0b00d7a4d4888db9f41585530b87037.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="188.83" OriginalAmount="183.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="3" HotelCode="65801|605175" HotelName="Osmanbey Fatih Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Halaskargazi Mahesi, Matbaaci Osmanbey Sokak No. 13, 34361 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/78/2a782a0ce16d9f1d5686f04c54a7ddcc0afdeefd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="188.91" OriginalAmount="183.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.000078" Longitude="28.800127" StarRating="0" HotelCode="|474193" HotelName="B\'İstanbul Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/4/1/9/3/474193_9834c531232.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="189.13" OriginalAmount="183.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9276521" Longitude="29.3094785" StarRating="3" HotelCode="|220772" HotelName="Hampton Inn By Hilton Istanbul Kurtkoy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Yeni Sehir Mh. Millet caddesi 27 MVK Work Square B Block 3, Pendik</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/7/7/2/220772_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="189.14" OriginalAmount="183.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007179" Longitude="28.9720576" StarRating="0" HotelCode="|86948" HotelName="Legend Hotel Sultanahmet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Peykhane Caddesi No 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/4/8/86948_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is in a house, was built in the 19th Century, it offers WiFi (free of charge), it has a terrace and beautiful views. SITUATION: Is situated in the historic centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="189.19" OriginalAmount="183.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00967" Longitude="28.95438" StarRating="4" HotelCode="|85010" HotelName="Sorriso" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KEMALPASA MAH.ORDU CAD.LALELI 60</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/0/1/0/85010_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers spa facilities, WiFi (free of charge), rooms with air-conditioning and a flatscreen television. SITUATION: This hotel is in Istanbul the historic area of 16 minutes away, guests can find the mosque, Topkapi the Palace of Cistern the basilica it is 400 metres away from the tram stop, 100 metres away, clients have the tram excellent transport links to Topkapi the Palace of the mosque and. it is situated 15 kilometres away from Istanbul AtatÃ¼rk Airport. ROOM: Each room has a sitting room, a courtesy tea and coffee service, a bathroom with toiletries and a hairdryer. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast and a restaurant. FACILITIES: Guests are offered a spa, a hydromassage bath, a Turkish bath, a steam bath, a sauna and a massage service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="189.34" OriginalAmount="183.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.055832" Longitude="28.988939" StarRating="0" HotelCode="|528649" HotelName="Shishly Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>mesrutiyet mah. kodaman sok. No.114</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/8/6/4/9/528649_ad8d4c91013.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="189.38" OriginalAmount="183.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00576" Longitude="28.9735" StarRating="0" HotelCode="|192609" HotelName="Endican Sultanahmet Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mh. Peykhane Sk 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/6/0/9/192609_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="189.41" OriginalAmount="183.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.051711" Longitude="29.007459" StarRating="0" HotelCode="|475581" HotelName="Beşiktaş Vip İnn Hotel and Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/5/8/1/475581_93c55021215.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="189.49" OriginalAmount="183.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034303" Longitude="28.978713" StarRating="0" HotelCode="|523458" HotelName="Stay Lab Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Balo Sk. 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/4/5/8/523458_66dae720954.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="189.52" OriginalAmount="184" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0639779" Longitude="29.01005199" StarRating="5" HotelCode="11644|2975" HotelName="Dedeman Istanbul" 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,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Yildiz Posta Caddesi 50, Gayrettepe, 34340 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/fe/d9/fed935569d39ddfffbd88329543412f1ee7d8948.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located in the Esentepe district of Istanbul, convenient for both business and lei...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="189.52" OriginalAmount="184" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0325769" Longitude="28.9750481" StarRating="4" HotelCode="310497|53687" HotelName="Grand Hotel de Pera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Massage Centre,Room Service,Sauna,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Caddesi 55, Tepebasi, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/98/1e/981eba2c64bd1828d3552578161b555c54407ec6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="189.52" OriginalAmount="184" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="38.90708" Longitude="-77.063156" StarRating="5" HotelCode="0|15302-20618090/1328528078072082355/3717" HotelName="AKGUN" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine> 1310 Wisconsin Ave Nw, GEORGETOWN, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/90000/84000/83973/3bbbd2ed_b.jpg</HotelPictures>
        <HotelDescription>The Georgetown Inn is one of the most recognized establishments in Washington DC. Maintaining a tradition of excellence for more than 40 years, this landmark boasts traditional allure and close proximity to the picturesque Georgetown waterfront. Luxuriate in newly renovated, European-style Georgetown hotel accommodations - the perfect haven after a day of shopping and sightseeing in the nation's capital. Rejuvenate with a workout in the onsite fitness center. Whether you're here for business or leisure, this hotel offers you a storied alternative to the standard hotels in the Washington DC area.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="189.52" OriginalAmount="184.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035010030214" Longitude="28.983234236428" StarRating="3" HotelCode="292257|alyon_suite_hotel_" HotelName="Alyon Suite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Katip Mustafa Celebi Mahallesi, Abdullah Sokak 14, Beyoglu, Taksim, 34440 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/27/e4272d037b095da1f384eb1d16eafe6b82d3070f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Istanbul, this boutique hotel is ideal for guests who appreciate a stylish a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="189.56" OriginalAmount="184.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.045448" Longitude="28.986337" StarRating="4" HotelCode="208289|2162695" HotelName="Taksim Express Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Inönü Mahallesi, Cumhuriyet Caddesi  135, Harbiye, 34373 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/30/fc302dafc470a69c027831a5ac1248cd846c4809.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="189.58" OriginalAmount="184.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0403145" Longitude="28.9847891" StarRating="4" HotelCode="|94468" HotelName="Golden Age  Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TOPCU CAD. NO 10 (TAKSIM OTELLER BOLGESI) , Istanbul Turkey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/4/4/6/8/94468_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers WiFi, (free of charge), a lounge bar and a swimming pool bar. SITUATION: This establishment, is 300 metres away from Takshim the square 1 minute away from the establishment, you can find the metro station, 900 metres away, clients have the convention centre and the exhibition centre, Close to Istiklal Avenue Where customers can find restaurants, shops and cafÃ©s. Guests can request a transfer service to the airport, is situated 20 kilometres away from the airport. ROOM: The rooms have a television, a bathroom and a sitting room with sofa. FACILITIES: The establishment has a Turkish bath, a massage service and a swimming pool with deck chairs. OTHERS: Regarding the food and beverage offering, clients have a restaurant, The establishment offers a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="189.65" OriginalAmount="184.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0058322" Longitude="28.9548627" StarRating="4" HotelCode="|74810" HotelName="Marmaray" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Guvenlik Caddesi No:43, Yenikapi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/8/1/0/74810_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Marmaray Hotel is rated four stars and has 93 rooms. SITUATION: It is situated in Yenikapi, is 50 metres away from the railway station Yenikapi. It is 5 minutes away from the tram station Aksaray. In the surrounding area of the establishment, clients can find Kumkapi, Kadirga, the Sultanahamet area, Sultan Ahmed Mosque and Hagia Sophia, ROOM: The rooms well-decorated, have a flat-screen television, an air-conditioning system, a central heating system, a direct line telephone, a bathroom, bathroom items, a hairdryer and internet (free of charge). OTHERS: Clients have at their disposal an Ã  la carte restaurant with Turkish and international cuisine on the rooftop. Regarding the food and beverage offering, clients have a buffet-style breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="189.96" OriginalAmount="184.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039617" Longitude="28.9849146" StarRating="0" HotelCode="|220778" HotelName="Nova Plaza Boutique Hotel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mah.Lamartin Cd.No:14 Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/7/7/8/220778_1_4902.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="190.04" OriginalAmount="184.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013565" Longitude="28.977118" StarRating="0" HotelCode="|525209" HotelName="Asilzade Hotel Sirkeci" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/2/0/9/525209_52a224e1122.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="190.20" OriginalAmount="184.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01903637" Longitude="29.12552787" StarRating="4" HotelCode="118806|1082128" HotelName="Agaoglu My City" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tavukçuyolu Caddesi No. 22, Çakmak Mahesi, Ümraniye, Istanbul 34770</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/38/0838d34cb4ce8302e0ef6099c8abdc66b15d52ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="190.22" OriginalAmount="184.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.083003" Longitude="28.980631" StarRating="0" HotelCode="|464795" HotelName="Delta Hotels By Marriott Istanbul Kagithane" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Merkez Mahallesi Ayazma Caddesi Cuha</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/4/7/9/5/464795_5a34a3b1038.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="190.29" OriginalAmount="184.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.025736" Longitude="28.973264" StarRating="0" HotelCode="|546951" HotelName="Galata Rasso Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Simsir Sk. 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/6/9/5/1/546951_6161a902337.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="190.36" OriginalAmount="184.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.027813" Longitude="28.972101" StarRating="0" HotelCode="|454468" HotelName="Galata Times" 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/5/4/4/6/8/454468_65cf5d91233.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="190.53" OriginalAmount="184.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.014539160635" Longitude="28.977915644646" StarRating="4" HotelCode="26523|233326" HotelName="Askoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly 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,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Istasyon Arka Sokak No 15, Sirkeci 34420, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e4/00/e4003cd10df8fb3b41a83c4dee26911aed8e5bfd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This town hotel is centrally situated in the Sirkeci district of the beautiful old town, close to re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="190.55" OriginalAmount="185" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03156122" Longitude="28.97857026" StarRating="4" HotelCode="594148|217639" HotelName="Louis Appartements Pera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tomtom Mahallesi, Yeni Carsi Caddesi 68, Galatasaray, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/8e/798ef5518802b3462ebd71908c97cc87b19648be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="190.55" OriginalAmount="185" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.032229" Longitude="28.982322" StarRating="4" HotelCode="260172|33431" HotelName="Suiteness Taksim" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuloglu Mahallesi, Agahamami Caddesi No:18, 34433 Beyoglu Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/14/f4/14f4b7fd69a0d6551e08c20132c560196438d463.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="190.55" OriginalAmount="185.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.027424" Longitude="28.975815" StarRating="4" HotelCode="260135|nar_galata_hotel" HotelName="Meroddi Galata Mansion" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sahkulu Mahallesi, Serdar-i Ekrem Caddesi No. 29, 34420 Galata, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/4d932fc8f4c24ef1904988c9da3d491a.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="190.55" OriginalAmount="185.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04870435" Longitude="29.0255987" StarRating="0" HotelCode="516950|belle_vues_hotel" HotelName="Belle Vues Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Ortakoy Çarsiagasi Sokak 21, 34347 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/c2/5ac2778ecafc0a9b15bef2819ebda13095aa1d08.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="190.55" OriginalAmount="185.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04241514" Longitude="28.98462468" StarRating="0" HotelCode="593296|endless_art_hotel" HotelName="Endless Art Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Inonu Mahallesi, Elmadag Caddesi 28, 34295 Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8f/61/8f6157373d2964db4049428a32a7c3664a653d00.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="190.68" OriginalAmount="185.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00623292" Longitude="28.6653586" StarRating="4" HotelCode="735341|629346" HotelName="Vespia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="24 Hour Security,ATM/Cash Machine,Bar,Business Centre,Conference Hall,Internet,Massage Centre,Meeting Room,Parking,Restaurant,Room Service,Sauna,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Yakuplu Mahallesi, Haramidere Caddesi 6/8, 34903 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/76/94764486d5de4fadc0e566442bcc70fb9c86cab3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is situated in Ataturk Airport Istanbul. Located right in the town centre, the hot...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="190.73" OriginalAmount="185.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.995613517998" Longitude="29.025766253471" StarRating="3" HotelCode="188746|1082388" HotelName="Sidonya Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nemlizade sokak 34, Rihtim caddesi, Rasimpasa Mahallesi, Kadiköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e5/e8/e5e835812d52bd2b4075d828dcced9eb6257fcb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="190.87" OriginalAmount="185.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.016626" Longitude="28.973166" StarRating="0" HotelCode="|555283" HotelName="Alpek Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hobyar Mah. Arpacilar Cad.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/5/2/8/3/555283_69420661825.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="190.87" OriginalAmount="185.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010262" Longitude="28.9552821" StarRating="3" HotelCode="|86875" HotelName="Buyuk Keban" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Gencturk Cad. No.39 Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/7/5/86875_16.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is situated next to the University of Istanbul, close to the Grand Bazaar. FACILITIES: The establishment has a wellness centre, a gym, a hammam, a jacuzzi and a massage service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="190.94" OriginalAmount="185.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01074" Longitude="28.95399" StarRating="3" HotelCode="|185019" HotelName="The Meretto İstanbul Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kemalpasa Mah.Selimpasa Sokak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/0/1/9/185019_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="191.14" OriginalAmount="185.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013158" Longitude="28.975117" StarRating="0" HotelCode="|453039" HotelName="Euro Design " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hobyar mah. Ankara cad. No24</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/0/3/9/453039_545561c0928.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="191.24" OriginalAmount="185.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03665" Longitude="28.982886" StarRating="0" HotelCode="|190896" HotelName="IQ Houses Apartments Kurabiye" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SEHIT MUHTAR MH.KURABIYE SK. TAKSIM - BEYOGLU 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/0/8/9/6/190896_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="191.56" OriginalAmount="185.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0051172" Longitude="28.97902" StarRating="3" HotelCode="|82887" HotelName="Charm" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mah. Mimar Mehmetaga Cad. No 13 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/8/8/7/82887_13.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is in Istanbul the historic centre of Sultanahmet it is in. ROOM: Each room has WiFi (free of charge), an air-conditioning system and a satellite television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="191.57" OriginalAmount="185.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02782" Longitude="28.98016" StarRating="0" HotelCode="|242520" HotelName="Tophane Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Firuzaga Mh. Bogazkesen Cd. No 56 Tophane, Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/2/5/2/0/242520_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="191.57" OriginalAmount="185.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0026337" Longitude="28.9736383" StarRating="3" HotelCode="|108361" HotelName="Harmony Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mah. Aksakal Cad. No:26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/3/6/1/108361_37e6c341355.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a terrace on the rooftop and sea views. SITUATION: Sultan Ahmed Mosque It is located 650 metres away from. ROOM: The rooms have WiFi (free of charge) and a satellite television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="191.58" OriginalAmount="186" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.055731147713" Longitude="28.81873147471" StarRating="5" HotelCode="425944|206444" HotelName="Clarion Hotel Istanbul Mahmutbey" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Mahmutbey Mahallesi, Peyami Safa Caddesi 44, Bagcilar, 34218 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/83/86/8386de892beebf23203b4472d7ebda4b434a2325.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A bar, a babysitting service, a childcare service, car hire, a laundry service, a conference room an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="191.58" OriginalAmount="186" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008064773983" Longitude="28.958729001328" StarRating="4" HotelCode="900211|30491" HotelName="Hotel Venera" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mesihpasa Caddesi 72, Laleli, 34480 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/48/a3/48a383d08a6a070c80b5153ab4e0b8da702d7325.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the old city centre, within walking distance of Istanbul’s spectacular highl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="191.58" OriginalAmount="186.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011486386786" Longitude="28.956913505363" StarRating="4" HotelCode="262048|grand_washington_hotel_" HotelName="Grand Washington Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gencturk Caddesi, Agayokusu Sokak 7, Laleli, Fatih, 34692 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/be59a016f16e4e77835343a1caf0dcd4.JPG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="191.58" OriginalAmount="186.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00183" Longitude="29.14835" StarRating="0" HotelCode="776207|nish_palace_exclusive_suites_2" HotelName="Nish Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Serifali Mahallesi, Bayraktar Bulvari, Ibrahim Hakki Sokak 40, Ümraniye, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/7f/497f1b7d83385b883f6e2f96d87592853b357d7b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="191.58" OriginalAmount="186.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00274328" Longitude="28.82164085" StarRating="5" HotelCode="936547|gorrion_hotel_istanbul" HotelName="Gorrion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Merkez Mahallesi, Sanayi Caddesi 9, Yenibosna, 34197 Bahçelievler, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/00/380078555ab223d824d8077913d873201717a442.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="191.58" OriginalAmount="186.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="977255|guner_business_hotel" HotelName="Guner Business Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Osmanaga Mahallesi, Gaziosmanpasa Sokak 1/3, 34714 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/79/8e7913d02c5ba18aa6bb8d2ce4d80842ae56415e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="191.81" OriginalAmount="186.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00414" Longitude="28.979656" StarRating="4" HotelCode="147673|180866" HotelName="Ferman Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amiral Taftil Sokak 37, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/e9/11e95fe2d13144d88e9e61982da09fd3d936130c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a great location in the historic Sultanahmet district of Istanbul. The top attracti...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="191.87" OriginalAmount="186.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.014479807539" Longitude="28.943140836923" StarRating="4" HotelCode="177597|920625" HotelName="Ottoman's Life Boutique Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Molla Gürani Mahallesi, Adnan Menderes Bulvari, Vatan Caddesi 53, Fatih, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/31/fb/31fbdfd7baf6076edfd0a7b6f63401e5735af8a7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Fatih district of the city, roughly 500 m from Aksaray underground stati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="192.07" OriginalAmount="186.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05193" Longitude="28.990702" StarRating="0" HotelCode="|525407" HotelName="The Rooms Nisantasi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Zafer Sokak No: 64</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/4/0/7/525407_7a16f481002.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="192.24" OriginalAmount="186.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0122333" Longitude="28.9777066" StarRating="0" HotelCode="|82969" HotelName="Hypnos Design Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ebusuud Cad.No 10 Sirkeci</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/6/9/82969_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has WiFi and a car park. SITUATION: 50 metres away, guests can find the tram stop.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="192.25" OriginalAmount="186.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0041744" Longitude="28.9795811" StarRating="0" HotelCode="|83023" HotelName="Apex Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Mehmet Aga Caddesi Amiral Tafdil Sokak No : 24 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/2/3/83023_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is 3 minutes away from the mosque, this hotel is in Istanbul the historic centre of. ROOM: The rooms have WiFi (free of charge). FACILITIES: The establishment boasts a terrace with views of the sea.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="192.37" OriginalAmount="186.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039436" Longitude="28.984109" StarRating="0" HotelCode="|529961" HotelName="Fidan City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sht. Muhtar Bey Cd. No:35</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/9/6/1/529961_9d3a2b01209.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="192.40" OriginalAmount="186.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0074789" Longitude="28.9732835" StarRating="0" HotelCode="|82919" HotelName="Hali Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Klodfarer Caddesi No:20 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/1/9/82919_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inSultanahmet the district of 500 metres away, clients have places of interest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="192.50" OriginalAmount="186.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03267" Longitude="28.97506" StarRating="4" HotelCode="|184397" HotelName="Grand De Pera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Caddesi, No:55</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/3/9/7/184397_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="192.56" OriginalAmount="186.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0042" Longitude="28.96909" StarRating="0" HotelCode="|193014" HotelName="Meydan Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mah Kadirga Meydani</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/0/1/4/193014_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="192.61" OriginalAmount="187.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00334" Longitude="28.975305" StarRating="3" HotelCode="207961|aren_suites" HotelName="Aren Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Küçükayasofya Caddesi Gelinlik Sokak No.13 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/7a/bc/7abc6b395000d92ba0ba68111786f13533455e72.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Superbly located for enjoying the many historical attractions of the Sultanahmet district, the hotel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="192.61" OriginalAmount="187.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.995941838982" Longitude="29.190118483537" StarRating="4" HotelCode="293721|the_million_stone_hotel" HotelName="The Million Stone" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Laundry,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mahellesi, Yerebatan Cadesi, Muhteremefendi Sokak 11, 34122 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/2d/212d43e6bcab3709cdabd2db395349c4c35d6286.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located right in the he...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="192.68" OriginalAmount="187.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0588321" Longitude="28.9097676" StarRating="0" HotelCode="|536844" HotelName="Zara Suit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/6/8/4/4/536844_da560f22034.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="192.79" OriginalAmount="187.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.014328680706" Longitude="28.97817581892" StarRating="4" HotelCode="39094|125257" HotelName="Orka Royal Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mah. Nöbethane Cad. 10, 34113 Sirkeci, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b7/12/b712b9c9d89aae9b76e90d9e804cdf471a99c88e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the old city, Sirkeci, within walking distance of all the hist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="192.94" OriginalAmount="187.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0045913" Longitude="28.9807076" StarRating="3" HotelCode="|22636" HotelName="Yusufpasa Konagi - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Cad. 34 - 34122 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/3/6/22636_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2006, has 20 rooms, 16 double rooms, 3 single rooms and 1 suite. In the entrance, guests are offered a lobby with a reception, a safety deposit box service, a lift, a currency exchange service and a cloakroom. The establishment also has an Ã  la carte restaurant with air-conditioning, a cafÃ©, a conference room and WiFi. At an additional cost, you can enjoy room service, a laundry service and a medical care service. Guests are also offered a car park. SITUATION: This historic, family-run hotel, Istanbul is situated in Sultanahmet it is near the establishment is 17 kilometres away from the airport. ROOM: The inviting rooms, have a bathroom, a hairdryer, a direct line telephone, satellite or cable TV, internet, a mini-bar, a central heating system and a balcony. FACILITIES: Close to the establishment, you can find sports activities, leisure areas and entertainment. PAYMENT METHODS: The establishment accepts American Express, Visa and Mastercard. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="192.96" OriginalAmount="187.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.026679" Longitude="28.969241" StarRating="0" HotelCode="|485083" HotelName="Galata Dream Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Emekyemez, Yolcuzade Iskender Cd. No:4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/5/0/8/3/485083_e9a7f482001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="193.09" OriginalAmount="187.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02872" Longitude="28.953" StarRating="0" HotelCode="|192394" HotelName="Troya Hotel Balat - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Abdulezelpasa Cad No 97</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/3/9/4/192394_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="193.24" OriginalAmount="187.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009346" Longitude="28.974528" StarRating="4" HotelCode="191066|1680598" HotelName="Nowy Efendi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mahallesi, Hoca Rustem Mektebi Sokak No: 9-11, Sultanahmet, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/04/d504dd644d1d8a5a8b5b5ca12f25245ebc2fbb71.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="193.57" OriginalAmount="187.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005774328819" Longitude="28.954377919436" StarRating="4" HotelCode="185397|2217333" HotelName="The City Port" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Katip Kasim Mahallesi, Sepetci Selim Sokak 58, Yenikapi, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/93/e093ca48ed415043a0aac6b12f02570ddc8af39e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="193.61" OriginalAmount="187.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04091" Longitude="28.98205" StarRating="4" HotelCode="|184639" HotelName="Metropolitan Hotels Taksim" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe District Taksim Street No: 89-91</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/6/3/9/184639_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="193.64" OriginalAmount="188" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0030551" Longitude="28.97266879" StarRating="3" HotelCode="548850|206572" HotelName="Elite Aparts By MK" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuçuk Ayasofya Mahallesi, Kuçuk Ayasofya Caddesi 74, Fatih, 31422 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/second/ab/94/ab947c5a0e1e0ccde9d7eae3f2209d6c29d4ef6c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="193.64" OriginalAmount="188.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009184927298" Longitude="28.974208045953" StarRating="4" HotelCode="315769|great_fortune_hotel" HotelName="The Great Fortune Hotel &amp; 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,Laundry,Massage Centre,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bab-i Ali Caddesi, Basmuhasip Sokak 11-13, Sultanahmet, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/46/89/4689beb272ba56901640b10d749a8202680e9c9f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Istanbul, Sultanahmet, within walking distance to historical and touristic s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="193.64" OriginalAmount="188.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01297831" Longitude="28.97712617" StarRating="0" HotelCode="591835|konak_apart_hotel" HotelName="Konak Apart Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Ibni Kemal Caddesi 10 22A, 34112 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/zz/c3adaf3ac81631f3ead7c8d516b8a6b46ee21f37.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a café, a transfer service and a laundry service. Wirel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="193.64" OriginalAmount="188.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05254858" Longitude="28.98662295" StarRating="3" HotelCode="866640|the_void_hotel_istanbul" HotelName="The Void Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Mahallesi, Tavukcu Fethi Sokak 25/1, Sisli, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/3d/503d3f1e4e27cfae1d38eee36bfceec4f8a271b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="193.64" OriginalAmount="188.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008640603907" Longitude="28.964551733135" StarRating="3" HotelCode="915598|inter_hotel" HotelName="Hotel Inter Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Büyük Haydar Efendi Sokak, Mithatpasa Caddesi, Beyazit, 34126 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/32/49325ee19aa2317e23fd2144908a955fa94e27b5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="193.64" OriginalAmount="188.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="981866|pell_palace_hotel_spa" HotelName="Pell Palace Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Emin Sinan Mahallesi, Gedikpasa Cami Sokak 37, Sultanahmet, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/1b/61/1b61178887e8d959eb6cdc8ecb504f9d4847c986.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="193.92" OriginalAmount="188.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.045998" Longitude="28.912332" StarRating="5" HotelCode="|211264" HotelName="Lionel Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yenidogan Mh. Abdi Ipekci Cd. No.84 Bayrampasa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/1/2/6/4/211264_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="194.04" OriginalAmount="188.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0094554" Longitude="28.9745005" StarRating="0" HotelCode="|108186" HotelName="Nowy Efendi Hotel - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mah. Hoca Rustem Mektebi Sok. No:9/11 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/8/6/108186_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment offers, WiFi, (free of charge). SITUATION: This hotel Santa Sofia it is 400 metres away from the mosque, is 8 minutes away from Topkapi the Palace of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="194.31" OriginalAmount="188.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00629" Longitude="28.97213" StarRating="0" HotelCode="|84978" HotelName="Muyan Suites - Special Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BINBIRDIREK MAH.DIZDARIYE MEDRESESI SOKAK S.AHMET 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/9/7/8/84978_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in Sultanahmet 100 metres away, guests can find the racecourse, close to Sultan Ahmed Mosque, the Santa Sofia Museum, the Basilica Cistern. 800 metres from El Palacio de Topkapi It's 15 kilometres from Istanbul AtatÃ¼rk Airport. ROOM: All the rooms have modern facilities, classic furniture, an air-conditioning system, an LCD television, a mini-bar and WiFi (free of charge). OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="194.44" OriginalAmount="188.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0116042531" Longitude="28.958176588955" StarRating="4" HotelCode="9375|45044" HotelName="Zurich Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Vidinli Tevfik Pasa Caddesi 14, Sehzadebasi, 34470 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9e/a4/9ea44dcdca8ad118c56d979d794bfa2b2e8c220f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the historic and cultural area of Istanbul. Restaurants, shops and a bus s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="194.56" OriginalAmount="188.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98450023" Longitude="29.10764508" StarRating="3" HotelCode="200040|897475" HotelName="Asia City" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Kucukbakkalkoy Mahallesi, Sutculer Sokak 3, 34750 Atasehir, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/a2/8fa2212679d09bb020473d7650a3b95ed2e94cde.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a bar, a transfer service and a confer...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="194.65" OriginalAmount="188.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039497" Longitude="28.984844" StarRating="4" HotelCode="81773|86135" HotelName="Golden Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly 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,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Lamartin Caddesi  24, Taksim 34437, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/7a/7a/7a7ae933d2a56a1c21ceba51cd7fadaaa2543f9f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located 5 minutes' walk from restaurants, shops, bars, nightspots and links to the pub...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="194.67" OriginalAmount="189.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00989023098" Longitude="28.976376056671" StarRating="4" HotelCode="87537|arden_city_hotel" HotelName="Arden City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mahallesi, Kazim Ismail Gürkan Caddesi 2, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/67/1d/671d844e5c4f80b546c168b02b68ff13d5e4c0a4.tiff</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is surrounded by all the major historical and cultural sights in the heart of the old tow...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="194.67" OriginalAmount="189.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.989473" Longitude="29.025237" StarRating="3" HotelCode="191195|khalkedon_hotel_istanbul" HotelName="Khalkedon Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Caferaga Mah. Moda Cad. Tellaizade Sok. No:2 Kadiköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/ba/2cba6dfbccdbabeb2f4ffb27ef0a42ca13192294.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="194.69" OriginalAmount="189.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.014199" Longitude="28.877866" StarRating="5" HotelCode="|205382" HotelName=" Ramada Hotel &amp; Suites by Wyndham Istanbul Merter " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GUVEN MH. ESKI LONDRA ASFALTI CD.NO:83 B/18GUNGOREN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/5/3/8/2/205382_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="194.80" OriginalAmount="189.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.054868" Longitude="29.029682" StarRating="4" HotelCode="186920|1451708" HotelName="Symbola Bosphorus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Portakal Yokusu Caddesi 17-19, Ortaköy, 34347 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/c2/afc24648b20a273d7654ce61856ea0e6529e3c90.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located approximately 350 m from the shores of the Bosphorus on a hill close to the Fir...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="194.91" OriginalAmount="189.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00477" Longitude="28.98074" StarRating="3" HotelCode="36322|345605" HotelName="Yusuf Pasa Konagi" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Cankurtaran Caddesi 34, Sultanahmet Fatih, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/24/36/2436fd58175e966387c9aea256b4e3e40b2c2ba1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Featuring a fascinating history, the hotel is within walking distance of Sultanhamet, the tourist ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="195.05" OriginalAmount="189.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.028533333333" Longitude="28.952823666667" StarRating="3" HotelCode="146549|4551635" HotelName="Daphnis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/6e/3f6e5378fb43439661c25de90abbc72bd323db07.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="195.11" OriginalAmount="189.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0400023" Longitude="28.9831781" StarRating="4" HotelCode="|40301" HotelName="Avantgarde  Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ABDULHAMIT CAD.TAKSIM 40/42</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/3/0/1/40301_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2007, is ideal for family holidays, has 124 rooms and 12 floors. The establishment is perfect for business and holiday stays, has air-conditioning, a lobby with a reception, a safety deposit box service, a currency exchange service, a cloakroom and 2 lifts. Our guests can find a hairdresser's, a bar, a restaurant, conference rooms and WiFi. At an additional cost you can have access to room service and a laundry service. The establishment also offers a playground. SITUATION: Is situated inTaksim the city centre of 5 minutes away from the establishment, you can find restaurants, bars, nightclubs, shops and public transport stops. 15 minutes away from the establishment clients have tourist areas, 25 kilometres away, you can find Istanbul Airport. ROOM: The rooms a bathroom with a shower or bath, a hairdryer, a direct line telephone, flat-screen satellite television and a safe. They also have a mini-bar, a double bed, an air-conditioning system and individual heating. FACILITIES: At an extra cost, you can find the health club, a massage service, a Turkish bath, a sauna and a solarium. The establishment has a covered swimming pool, a gym, a children's swimming pool, an outdoor bar (available for a fee) and deck chairs. PAYMENT METHODS: Customers can pay by American Express, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, you can enjoy a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="195.16" OriginalAmount="189.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00338787198" Longitude="28.981495618385" StarRating="4" HotelCode="33845|321095" HotelName="Citadel Hotel &amp; Restaurant" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kennedy Caddesi Sahil Yolu 12, Ahirkapi, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/0e/450e8bb097c5bd4278b81c0c5c44246e1b4d7664.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Owing to its location in the old city centre, this historic hotel has the advantage of being within ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="195.31" OriginalAmount="189.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00911" Longitude="28.97428" StarRating="4" HotelCode="|184455" HotelName="Great Fortune and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bab-i Ali Cad. Basmuhasip Sok. No 11-13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/4/5/5/184455_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="195.35" OriginalAmount="189.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00424" Longitude="28.979" StarRating="3" HotelCode="|241405" HotelName="Apple Tree" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mah. Akbiyik Cad. No:79 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/1/4/0/5/241405_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="195.62" OriginalAmount="189.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.981091" Longitude="28.898687" StarRating="4" HotelCode="|450557" HotelName="Best Western Premier Ottoperla" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kazlicesme, Abay Cd. No:223 B Block</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/5/5/7/450557_11934aa1209.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="195.64" OriginalAmount="189.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0144383" Longitude="28.9769288" StarRating="0" HotelCode="|107972" HotelName="Mr. Bird Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Orhaniye Cad. No:32 Sirkeci</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/9/7/2/107972_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2013. SITUATION: It is situated 10 minutes away fromTopkapi the Palace of and.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195.70" OriginalAmount="190" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039962294451" Longitude="28.984403138554" StarRating="4" HotelCode="933896|217682" HotelName="Nova Plaza Boutique &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Lamartin Caddesi No 14, Taksim, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/1f/171fdb5cc6b87e66557a3ba1ef647e2193a4f710.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195.70" OriginalAmount="190" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.055681" Longitude="28.985302" StarRating="4" HotelCode="284353|57957" HotelName="Le Mirage Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abidei Hürriyet Caddesi No:22, Cumhuriyet Mahallesi, Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/22/228918/228918a_hb_a_013.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195.70" OriginalAmount="190" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05863992" Longitude="28.98604382" StarRating="4" HotelCode="594159|217646" HotelName="Mare Park Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Merkez Mahallesi, Abide i Hurriyet Caddesi 85-87, Sisli, 34381 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f4/3a/f43a7cf191af66f3a9a6c45915d91e681d6ed6c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195.70" OriginalAmount="190" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00889465" Longitude="28.96262411" StarRating="4" HotelCode="688467|284934" HotelName="Hotel Piya Sport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,ATM/Cash Machine,Bar,Conference Hall,Designated Smoking Area,Dining,Internet,Massage Centre,Meeting Room,Pets allowed,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Kemalettin Mahallesi, Sekbanbasi  Sokak 2, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e7/82/e78220aa66b606a3590e50d88a19558a169fff20.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Piya Sport Hotel is located at the Beyazit district of Istanbul, the mile stone of rich history....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="195.70" OriginalAmount="190" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1404617-27399542/1328528078072082355/770" HotelName="HAMPTON BY HILTON MERTER ISTANBUL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/105000000/104100000/104094900/104094802/27d20e2f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="195.70" OriginalAmount="190" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|352499-21432193/1328528078072082355/3688" HotelName="DOUBLETREE BY HILTON ISTANBUL - PIYALEPASA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11930000/11921400/11921337/7425568b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="195.70" OriginalAmount="190.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039188487456" Longitude="28.982598111033" StarRating="4" HotelCode="191183|moss_suites_2" HotelName="Moss Suites Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Feridiye Caddesi 34, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/63/f3/63f31aef3211b50ca7042209a5c5aa9704fdbc0e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="195.70" OriginalAmount="190.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.041654930973" Longitude="28.984201374344" StarRating="5" HotelCode="905763|the_elysium_istanbul_mgallery_by_sofitel" HotelName="The Elysium Istanbul" 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,Kitchen,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Inonu Mahallesi, Yedikuyular Caddesi, Cayiri Sokak 1, Sisli Taksim, 34373  Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/04/cc/04cca3412be51a151d440050247ec84bf6b2c41b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to Taksim Square, which is in the city centre and approximately a 10-minu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="195.72" OriginalAmount="190.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01196573" Longitude="28.95724615" StarRating="3" HotelCode="517172|693821" HotelName="Beethoven Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Fethi Bey Caddesi 63, 34134 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/62/a062deffe42f9a1a34aaf11c561eca598491791a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="195.77" OriginalAmount="190.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.002697443279" Longitude="28.973619169312" StarRating="3" HotelCode="148643|1581178" HotelName="Istanbul Harmony Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucukayasofya Mahallesi, Aksakal Caddesi 26, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9b/2a/9b2a52a08ba533c9f700335006404adfe47fbb4b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the old city, a few minutes' walk from famous tourist attractions such as t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="196.18" OriginalAmount="190.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05656" Longitude="28.991087" StarRating="0" HotelCode="|526320" HotelName="Mr Beyaz Butik Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/6/3/2/0/526320_ebaf7111011.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="196.20" OriginalAmount="190.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00802" Longitude="28.95721" StarRating="0" HotelCode="|521766" HotelName="Marcello Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Kemalettin Mah., Koska Cad., No.31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/7/6/6/521766_2a1bb180938.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="196.24" OriginalAmount="190.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0140357" Longitude="28.9780661" StarRating="3" HotelCode="|353578" HotelName="Orka Old City Hotel &amp; Spa" 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/5/3/5/7/8/353578_2b490e11243.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="196.25" OriginalAmount="190.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0515653" Longitude="28.9891253" StarRating="0" HotelCode="|82974" HotelName="Jazz Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Halaskargazi Mahallesi Bahtiyar Sokak No: 1 Nisantasi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/7/4/82974_12.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is 5 minutes away fromOsmanbey the metro station of. ROOM: The establishment has deluxe rooms and flat-screen satellite television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="196.33" OriginalAmount="190.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008554" Longitude="28.974942" StarRating="0" HotelCode="|475552" HotelName="Hotel Esve Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bicki Yurdu sk. No6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/5/5/2/475552_83de1d61259.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="196.35" OriginalAmount="190.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0102402" Longitude="28.957321" StarRating="3" HotelCode="|82956" HotelName="Eyfel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kurultay Sok. No:19 Laleli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/5/6/82956_313679e1601.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is in Istanbul the historic centre of 200 metres away, guests will find Laleli the Tram Station of. ROOM: The rooms have WiFi, (free of charge), a television. FACILITIES: The establishment has a swimming pool.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="196.44" OriginalAmount="190.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035488" Longitude="28.985468" StarRating="4" HotelCode="|108165" HotelName="Taxim Express" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Cad., No:135 Harbiye</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/6/5/108165_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a sauna, a gym, rooms with air-conditioning and WiFi (free of charge). SITUATION: Is situated in the city centre, Close to the exhibition centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="196.73" OriginalAmount="191" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040047060752" Longitude="28.983230390213" StarRating="4" HotelCode="60178|7065" HotelName="Avantgarde Taksim" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abdulhakhamit Caddesi 40/42, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/dc0233442d824eb19255bb85a110859e.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the centre of Taksim, a 5-minute walk from restaurants, bars, discos, shop...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="196.73" OriginalAmount="191" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00737" Longitude="28.97052" StarRating="3" HotelCode="705339|284830" HotelName="Deluxe Newport Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Housekeeping,Laundry,Lounge,Parking,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Emin Sinan Mahallesi, Gedikpasa Cami Sokak 46-48, 34126 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/24/2419705/O94PXPTT_d2b5ca33bd970f64a6301fa75ae2eb22.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;Deluxe Newport Hotel is a new hotel that has just opened for a service of the guests with 24 deluxe ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="196.73" OriginalAmount="191" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|142293-27815365/1328528078072082355/3686" HotelName="ISTANBUL MARRIOTT HOTEL PENDIK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2980000/2974600/2974591/8c913863_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="196.73" OriginalAmount="191.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013427337454" Longitude="28.977261431283" StarRating="3" HotelCode="306007|hotel_black_pearl" HotelName="Hotel Black Pearl" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Hüdavendigar Caddesi 10, Sirkeci – Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/17/dc172c7a87558f866a95dbe6d3ecfa77371cce17.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="196.82" OriginalAmount="191.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9949677" Longitude="29.107862" StarRating="0" HotelCode="|304525" HotelName="The Gate 30 Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Barbaros Mah. Ihlamur Bulvar? No:10 Ata?ehir</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/4/5/2/5/304525_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="196.95" OriginalAmount="191.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013346" Longitude="28.977873" StarRating="0" HotelCode="|553833" HotelName="Downtown Sirkeci Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/8/3/3/553833_c9bb30f1401.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="197.42" OriginalAmount="191.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0044166" Longitude="28.9797993" StarRating="3" HotelCode="|82945" HotelName="Center Hill" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Mehmet Aga Cad No 23 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/4/5/82945_38585d71136.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a reception and WiFi (free of charge). SITUATION: The hotel Sultanahmet it is in it is located 200 metres away from the mosque. ROOM: The rooms have cable television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="197.76" OriginalAmount="192" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3491-28789654/1328528078072082355/184" HotelName="RAMADA BY WYNDHAM ISTANBUL OLD CITY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/480000/479600/479504/3ee861a6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="197.76" OriginalAmount="192" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|403979-24353967/1328528078072082355/3696" HotelName="LIONEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16220000/16214600/16214512/950af81b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="197.76" OriginalAmount="192.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03570178726" Longitude="28.983258661667" StarRating="4" HotelCode="154319|triada_residence" HotelName="Triada Boutique &amp; Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Istiklal Caddesi, Meselik Sokak 4, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/48/c848782aa2cac5fadb53d48e45813130d40c1181.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="197.76" OriginalAmount="192.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.058972" Longitude="29.002047" StarRating="4" HotelCode="293557|apart_point" HotelName="Apart Point" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gayrettepe Mahallesi, Selvi Sokak 6, Besiktas, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/5b/295bfd117c0711d4b17f21ae242fc7e580094346.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Offering a real home-from-home comfort, these 50 apartments are very well furnished and equipped and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="197.76" OriginalAmount="192.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008054831711" Longitude="28.950197592013" StarRating="3" HotelCode="933747|lal_hotel_" HotelName="LAL Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Elevator,Housekeeping,Parking,Porter,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Aksaray Mahallesi, Namik Kemal Caddesi 18, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/b1/3ab1de016b4fbab26733a12ae9eac7e0dc962c35.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;.. Yusufpasa Tram Station is within 2 minutes? walking distance. Featuring Hagia Sophia, Blue Mosque...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="198.01" OriginalAmount="192.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013983" Longitude="29.029135" StarRating="4" HotelCode="188762|237916" HotelName="Volley Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Seyit Ahmet Deresi Sok., Nuhkuyusu Cad., 34662 Altunizade Üsküdar, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/19/0b19e1c3eece40bae7678856393f2fbae6231f63.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="198.33" OriginalAmount="192.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0089" Longitude="28.96261" StarRating="4" HotelCode="|445184" HotelName="Piya Sport " 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/5/1/8/4/445184_3f2d16b1455.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="198.41" OriginalAmount="192.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00891" Longitude="28.96323" StarRating="0" HotelCode="|447781" HotelName="Edition Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sekbanbasi Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/7/8/1/447781_9bedf231215.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="198.44" OriginalAmount="192.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.927301706172" Longitude="29.309466776443" StarRating="4" HotelCode="446808|544381" HotelName="Hampton by Hilton Istanbul Kurtkoy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Yeni Sehir Mahallesi, Millet Caddesi 27, MVK Work Square B Block 3, Pendik, 34912 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/01/600194b65a6cb75f660db4271d7b92b6f354fa03.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a safe, a bar and a business centre. Wireless internet ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="198.47" OriginalAmount="192.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.044374" Longitude="29.004213" StarRating="0" HotelCode="|522246" HotelName="Guest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sinanpasa, Yenilik Sk. 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/2/4/6/522246_d83dc280912.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="198.54" OriginalAmount="192.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012074074664" Longitude="28.940858244896" StarRating="4" HotelCode="12950|591055" HotelName="Grand Anka Hotel Istanbul" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Molla Gurani Street 46, Findikzade, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/b7/15b7812118e615b9e6647bf900fc141c7caadfa6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Istanbul's old town just a few minutes walk from a selection o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="198.60" OriginalAmount="192.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.019669" Longitude="28.961608" StarRating="0" HotelCode="|534250" HotelName="Hotel Otağ" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hoca Giyasettin Mah, Hacikadin 1.caddesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/2/5/0/534250_4aa5a011146.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="198.65" OriginalAmount="192.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0388884" Longitude="28.9822849" StarRating="0" HotelCode="|108337" HotelName="My House Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/3/3/7/108337_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Istanbul the centre of 300 metres away from and Taksim the square Istiklal the street. APARTMENTS: It offers large apartments with air-conditioning and a kitchen with full kitchenware.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="198.77" OriginalAmount="192.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99229" Longitude="28.83948" StarRating="3" HotelCode="|184559" HotelName="Osaka Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/5/5/9/184559_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="198.79" OriginalAmount="193" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012818" Longitude="28.976717" StarRating="4" HotelCode="32884|19627" HotelName="Golden Horn Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ebusuud Caddesi 26, Sirkeci, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d9/06/d906581185ef5aab9e6dbce9bc55f33a5737a91d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the district of Sirkeci, extremely close to the centre of the old town and Sultan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="198.79" OriginalAmount="193" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03550413" Longitude="28.9855047" StarRating="4" HotelCode="563374|217262" HotelName="TRYP by Wyndham Istanbul Taksim" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Cihangir Mahallesi, 8-12  Kazanci Yokusu, Taksim, 34433 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/5c/7f5c63269085f18da9f2f34f4b98cfdb5aa32594.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="198.79" OriginalAmount="193" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|865166-24873837/1328528078072082355/3697" HotelName="DELTAS BY MARRIOTT ISTANBUL KAGITHANE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/46000000/45550000/45541000/45540936/w3995h2667x0y0-579dfcfc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="198.88" OriginalAmount="193.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0586046" Longitude="28.9860026" StarRating="4" HotelCode="|220771" HotelName="Mare Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Merkez M. Abide-i Hurriyet C. No:85/87, ?i?li 60</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/7/7/1/220771_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="199.05" OriginalAmount="193.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0133649" Longitude="28.9765945" StarRating="0" HotelCode="|108356" HotelName="Viva Deluxe Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ibni Kemal Cad. No:38 Sirkeci</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/3/5/6/108356_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Sultanahmet the district of it is situated 5 minutes away from Topkapi the Palace of. ROOM: Clients are offered non-smoking rooms, panoramic views and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="199.17" OriginalAmount="193.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0678628" Longitude="29.0043671" StarRating="5" HotelCode="|205418" HotelName="DoubleTree by Hilton Istanbul Gayrettepe" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Buyukdere cad.No:117 Gayrettepe</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/5/4/1/8/205418_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="199.18" OriginalAmount="193.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.014798" Longitude="28.978651" StarRating="0" HotelCode="|152181" HotelName="Dream Bosphorus Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HOCAPASA MH.NOBETHANE CAD.KUM MEYDANI SOK. SIRKECI 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/1/8/1/152181_6.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in Istanbul is situated in the city centre. Near the establishment, you will find the railway station, the bus station and places of interest. HOTEL: The hotel was built in 2014, has 25 standard rooms, 5 single rooms, 10 double rooms, 3Â junior suites, 4 suites and 3 triple rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="199.20" OriginalAmount="193.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05505" Longitude="28.97985" StarRating="0" HotelCode="|525384" HotelName="Hexa Suites Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Evrenoszade Sk. 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/3/8/4/525384_f2935081102.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="199.29" OriginalAmount="193.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.016943" Longitude="29.030163" StarRating="0" HotelCode="|532042" HotelName="Olen Uskudar Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Nuhkuyusu Cd 97</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/0/4/2/532042_5399c5d1035.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="199.48" OriginalAmount="193.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.043158" Longitude="29.001683" StarRating="0" HotelCode="|534294" HotelName="King Suits Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Afacan Sk. 26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/2/9/4/534294_64a1c001112.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="199.53" OriginalAmount="193.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.984468895147" Longitude="29.226985380716" StarRating="5" HotelCode="593445|638261" HotelName="Tryp by Wyndham Istanbul Sancaktepe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Eyup Sultan Mahallesi, Kizilay Caddesi 25, Sancaktepe, 34885 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/73/8573c8b09e8a74a6ff35915e54799816d87cc4e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="199.54" OriginalAmount="193.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.060141" Longitude="28.808088" StarRating="4" HotelCode="|444825" HotelName="Ramada Encore By Wyndham Istanbul Basin Express" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mehmet Akif Mah. 3. Inonu Cad.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/8/2/5/444825_86ac4eb1138.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199.82" OriginalAmount="194" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010257" Longitude="28.97707" StarRating="4" HotelCode="293781|41416" HotelName="Dosso Dossi Hotels - Old City Sultanahmet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mahallesi, Alayköskü Caddesi 12, Sultanahmet, Fatih, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8f/10/8f10db2f103661160921ebc1efed5adb1cab3a48.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199.82" OriginalAmount="194" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02694134" Longitude="28.97328295" StarRating="4" HotelCode="612662|199619" HotelName="Louis Appartements Galata" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sahkulu Mahallesi, Ilk Belediye Caddesi No:10, Sishane Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/2e/6a/2e6a57f57c82c240f0c4cca46c9379593c18b108.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="199.82" OriginalAmount="194.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.015720904787" Longitude="28.91325564418" StarRating="5" HotelCode="307192|mercure_istanbul_topkapi" HotelName="Mercure Istanbul Topkapi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Merkezefendi Mah Mevlana Cad - No 112, 1 - Zeytinburnu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d3/62/d362bfc317b091bb92678c73ec45e4f8a8bb59f1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="199.82" OriginalAmount="194.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02526677" Longitude="28.97987357" StarRating="3" HotelCode="481152|nabu_hotel_karakoy" HotelName="Nabu Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kemankes Karamustafa Pasa, Murakip Sokak 13, 34425 Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/c7/50c77eddf805bedf5d734ad62456af4fb0a6419a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="200.01" OriginalAmount="194.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013528243679" Longitude="28.977282643319" StarRating="4" HotelCode="32218|77104" HotelName="Best Western Empire Palace" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Hudavendigar Caddesi 19, Sirkeci-Sultanahmet, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/51272/a_51272_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of the beautiful old town and is only 100 m from the tourist cen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="200.21" OriginalAmount="194.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035529" Longitude="28.986931" StarRating="0" HotelCode="|529678" HotelName="Roe Suite Taksim - Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/6/7/8/529678_991e57c1025.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="200.38" OriginalAmount="194.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05479" Longitude="28.98854" StarRating="3" HotelCode="|185052" HotelName="Wame Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Matbaaci Osmanbey Street No:20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/0/5/2/185052_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="200.64" OriginalAmount="194.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0032027" Longitude="28.9757585" StarRating="0" HotelCode="|108083" HotelName="Katelya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kucukayasofya Mah., Ogul Sok., No: 21, Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/0/8/3/108083_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Sultanahmet it is in Sultan Ahmed Mosque it is 3 minutes away from.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="200.64" OriginalAmount="194.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.032577" Longitude="28.977128" StarRating="0" HotelCode="|454486" HotelName="Taksim Yazici" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Istiklal Cad. Tomtom Mah. Akansu Sk 4/1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/4/8/6/454486_eb1af601519.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="200.72" OriginalAmount="194.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0675453" Longitude="28.9738549" StarRating="0" HotelCode="|108279" HotelName="Tempo  Çaglayan Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Gursel Mah. Tumlec Sok. No:2 Kagithane</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/7/9/108279_14.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inKagithane the district of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="200.82" OriginalAmount="194.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03203" Longitude="28.98037" StarRating="0" HotelCode="|447716" HotelName="The Soul Istanbul Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kulo?lu Mh. Faik Pa?a Cd. No:28</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/7/1/6/447716_1c8cb010800.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="200.85" OriginalAmount="195" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00314464" Longitude="28.97572018" StarRating="3" HotelCode="368051|58417" HotelName="Katelya Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucukayasofya Mahallesi  Ogul Sokak  No: 21 Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/20/692012af138c857806484d4f3be24afc4d98a068.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="200.85" OriginalAmount="195" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.054824672247" Longitude="28.997232813492" StarRating="3" HotelCode="188742|42962" HotelName="Semsan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tesvikiye Mahallesi, Ferah Sokak 16, 34365 Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ec/e9/ece9bf00a11a39fec793fc7cb1bff29de513f139.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="200.85" OriginalAmount="195.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.049656" Longitude="28.987909" StarRating="3" HotelCode="213667|inncity_hotel_nisantasi" HotelName="Inn City Boutique Nisantasi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Halaskargazi Mah. Dershane Sok. No 20, Nisantasi, Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/3a/153afab095e03eb4d1ecb4f664da2f4bed0f0fa4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="200.85" OriginalAmount="195.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.037382" Longitude="28.982322" StarRating="3" HotelCode="191189|taksim_tulip_residence" HotelName="Bianco Residence Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mahallesi, Altin Bakkal Sokak 9, Beyoglu, 34440 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/d5/2cd5dce1d383ee3c8ad76ab2b516179aee8f5865.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="201.07" OriginalAmount="195.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.975528" Longitude="28.875203" StarRating="0" HotelCode="|453062" HotelName="Anemon Bakirkoy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Zeytinlik Mahallesi Ebuziya cad</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/0/6/2/453062_ba668751718.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="201.54" OriginalAmount="195.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008318519346" Longitude="28.973787690807" StarRating="4" HotelCode="60290|1959985" HotelName="Faros Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Divan Yolu Avenue 76, Eminonu, 34110 Istanbul, Marmara Region</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a2/d1/a2d173453d875740114d4e5a0e1e5547e47919e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul, directly in the city and tourist centre with its res...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="201.55" OriginalAmount="195.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0659295" Longitude="28.9876132" StarRating="4" HotelCode="|86867" HotelName="Vernazza Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Abide-i Hurriyet Cd. Gecit Sk No 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/6/7/86867_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Sisli it is in Istanbul it is in. ROOM: Clients can find suites with an air-conditioning system, WiFi (free of charge). OTHERS: Regarding the food and beverage provision, the establishment offers a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="201.70" OriginalAmount="195.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0396156" Longitude="28.984808" StarRating="4" HotelCode="|38190" HotelName="The Central Palace Taksim" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LAMARTIN CD. NO 18 - TAKSIM - OTELLER BOLGESI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/1/9/0/38190_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 107 rooms, The establishment boasts air-conditioning, a lobby, a safety deposit box service, a currency exchange service, a cloakroom and a lift. Guests can find a cafÃ©, a bar, a restaurant and a conference room. The establishment also offers internet, a laundry service, room service and a car park (for a fee). SITUATION: Near the establishment, you will find the nightlife, is 18 kilometres away from Istanbul AtatÃ¼rk Airport it is situated 5 minutes away from Dolmabahce the Palace of 15 minutes away from the establishment, clients can find tourist points of interest, 5 minutes away, there is the bus stop, 10 minutes away from the establishment you have the railway station. ROOM: They have a desk, internet, a bathroom with a hairdryer, a direct line telephone and a satellite TV. They also have a mini-bar, a balcony or terrace, a safe, an air-conditioning system and individual heating. FACILITIES: The establishment boasts a gym, a sauna and a Turkish bath (available for a fee). PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="201.88" OriginalAmount="196" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007558558938" Longitude="28.973211050034" StarRating="3" HotelCode="67067|477186" HotelName="Hotel Hali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Klodfarer Caddesi 20, Sultanahmet-Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/fc/cdfc069c93eb773e92e35c3d0b526bc060b39ebc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="201.88" OriginalAmount="196" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005784" Longitude="28.973431" StarRating="3" HotelCode="169635|27756" HotelName="Hotel Perula" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Peykhane Sokak 45, Sultanahmet Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/e5/7fe5472972ce3bd617017ef479ac08b0dcc97159.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the historical district of Istanbul, within a few hundred metres of the tour...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="201.88" OriginalAmount="196" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1454612-32840184/1328528078072082355/3705" HotelName="FOUR POINTS BY SHERATON ISTANBUL PENDIK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/110000000/109950000/109941900/109941866/b65801a6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="201.88" OriginalAmount="196.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.054864" Longitude="28.997139" StarRating="0" HotelCode="300371|orya_hotel_" HotelName="Orya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Ferah Sokak No. 33, Tesvikiye Mahalessi, Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/d5/2fd5075465b2732e1551b3f3d9cef6fa9e1a7407.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="201.88" OriginalAmount="196.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03379467" Longitude="28.97807476" StarRating="4" HotelCode="498115|mrcas_hotels" HotelName="Mr.Cas Hotels" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="bed and breakfast" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Istiklal Caddesi 153, Beyoglu, 34433 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5e/eb/5eeb0f104a143d9a986565ce97fb03ae812f5cbb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="201.88" OriginalAmount="196.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="630495|green_life_apart_hotel" HotelName="Green Life Apart Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mahallesi, Odev Sokak 12, Sultanahmet, 34122 Istanbul, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/a7/65a78287b1903045356f44acdcc483246f5ef7f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="202.00" OriginalAmount="196.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03546" Longitude="28.98587" StarRating="4" HotelCode="|243596" HotelName="  Trip Bosphorus Taksim Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Cihangir Mah. Kazanci Yokusu No: 8 Taksim</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/3/5/9/6/243596_8ba327a0843.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="202.00" OriginalAmount="196.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03439" Longitude="28.98129" StarRating="0" HotelCode="|192728" HotelName="Sometimes Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/7/2/8/192728_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="202.00" OriginalAmount="196.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0061455" Longitude="28.9809453" StarRating="0" HotelCode="|83012" HotelName="Villa Sofia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Cad No:3 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/1/2/83012_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a terrace with views. SITUATION: Sultanahmet Is situated in.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="202.07" OriginalAmount="196.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005536" Longitude="28.971275" StarRating="0" HotelCode="|534492" HotelName="Zeyn Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tahsinbey Sokagi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/4/9/2/534492_92921f31410.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="202.25" OriginalAmount="196.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0379397" Longitude="28.9849397" StarRating="0" HotelCode="|26912" HotelName="Seminal Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Cad. No:23-25, Taksim</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/9/1/2/26912_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2005, has 88 standard rooms. The establishment boasts a hall with an elevator, a reception, a currency exchange service and a safety deposit box service. It has a bar, a cafÃ©, an Ã  la carte restaurant and conference rooms. The establishment offers guests room service, a laundry service and a medical care service. SITUATION: This hotel is in Taksim where you can find shops and leisure areas. 100 metres away, there is a public transport stop. It is 10 kilometres away from the tourist area where you can find monuments. Is 25 kilometres from Istanbul AtatÃ¼rk Airport. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a mini-bar and a safe (available for a fee). They also have central heating and a central air-conditioning system. FACILITIES: Guests are offered a covered swimming pool, a sauna and a massage service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="202.40" OriginalAmount="196.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011978950451" Longitude="28.955556750298" StarRating="3" HotelCode="165540|590295" HotelName="Hotel Büyük Keban" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Genctürk Caddesi No: 39, Sehzadebasi, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/26/be2668e1743a4c45383dcf4de59d780e4b3ae37d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="202.55" OriginalAmount="196.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0140008" Longitude="28.9791012" StarRating="0" HotelCode="|381940" HotelName="Tayahatun Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hocapa?a mah.Tayahatun sok.No:13 Sirkeci/Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/1/9/4/0/381940_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="202.57" OriginalAmount="196.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.089674" Longitude="29.005349" StarRating="4" HotelCode="55339|929225" HotelName="Bilek" 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,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Eski Buyukdere Caddesi 29, 4 Levent, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/86/688634683676ca7a70d1656fac1f95cfb5a90a89.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the immediate vicinity of the metro to Taksim Square. Links to the public t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="202.76" OriginalAmount="196.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99222" Longitude="29.042026" StarRating="3" HotelCode="|527624" HotelName="G-Han" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/7/6/2/4/527624_2bb52b71047.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="202.91" OriginalAmount="197.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0132" Longitude="28.942" StarRating="0" HotelCode="|525437" HotelName="Best Garden Hotel" 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/5/2/5/4/3/7/525437_2bc71d01159.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="202.99" OriginalAmount="197.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.086960951683" Longitude="28.903073966503" StarRating="4" HotelCode="186921|808815" HotelName="Radisson Residences Avrupa TEM Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Karayollari Mahallesi, Abdi Ipekçi Caddesi 30, 34250 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/67/0a/670a666f7ace40de606d7b895aaffb70781f3090.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Gaziosmanpasa district of north western Istanbul, approximately 12-13 km...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="203.00" OriginalAmount="197.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9117498" Longitude="29.2013198" StarRating="0" HotelCode="|40991" HotelName="Titanic Business " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>BARBAROS HAYRETTIN PASA CAD NO 43 KARTAL</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/9/9/1/40991_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Titanic Business is rated five stars and it is in Istanbul city centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="203.18" OriginalAmount="197.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0082932" Longitude="28.9740181" StarRating="4" HotelCode="|95910" HotelName="Faros Old City - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Divan Yolu, Sultanahmet Istanbul ,76</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/9/1/0/95910_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Faros Hotel is rated four stars and it was opened in 2005. SITUATION: This establishment is in the centre of Istanbul, close to St. Sophia and the train station Sultanahmet.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="203.24" OriginalAmount="197.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.032438" Longitude="28.975912" StarRating="0" HotelCode="|153342" HotelName="Nexthouse Pera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ISTIKLAL CD.KALLAVI SK. BEYOGLU ISTANBUL 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/3/4/2/153342_55e6a341357.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated establishment in 2013, has 12 rooms and a car park. SITUATION: This establishment, Istanbul it is in is situated in the city centre, Close to the train stations and the bus station. close to the establishment, clients can find public transport services, is near the city.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="203.48" OriginalAmount="197.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.994021" Longitude="29.027955" StarRating="0" HotelCode="|534624" HotelName="Ikiz Konak Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rasimpasa Mah. Recaizade Sok. no.32/1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/6/2/4/534624_fc22c3f1144.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="203.80" OriginalAmount="197.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9829" Longitude="29.03286" StarRating="0" HotelCode="|455142" HotelName="Riva's Moda" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/1/4/2/455142_47e7ede1443.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="203.85" OriginalAmount="197.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012229916164" Longitude="28.955760598183" StarRating="4" HotelCode="9354|1322270" HotelName="Black Bird Hotel- Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gençtürk Caddesi No: 51/53, Sehzadebasi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/695af8b6c4f1467cb60513b1ef686eeb.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Turkish city of Istanbul, only around 50 m from the city centre where b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="203.86" OriginalAmount="197.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0049736" Longitude="28.9793539" StarRating="0" HotelCode="|86701" HotelName="Azade Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Mehmet Aga Cad. No:31 Sultanahmet/Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/0/1/86701_9.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is 50 metres away from the mosque, this hotel is in Sultanahmet the district of. HOTEL: Guests can find rooms with internet, (free of charge), a terrace with views.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="203.94" OriginalAmount="198" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0508639" Longitude="28.98675773" StarRating="0" HotelCode="548876|211124" HotelName="Adelmar Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Bozkurt Mahallesi, Dolapdere Caddesi 217, 34375 Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f3/72/f372eaa1ef7a6034687f670cab81723381ad7344.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="203.94" OriginalAmount="198" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1402332-24960008/1328528078072082355/3707" HotelName="ELITE PORT HOTEL ISTANBUL AIRPORT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/94000000/93010000/93006600/93006573/f024f4f0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="204.23" OriginalAmount="198.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.064953" Longitude="28.658167" StarRating="0" HotelCode="|525527" HotelName="Parla Suite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1657.sokak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/5/2/7/525527_9d55f5c1037.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="204.28" OriginalAmount="198.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040722473627" Longitude="28.984867930412" StarRating="4" HotelCode="25678|964475" HotelName="Ramada By Wyndham Istanbul Taksim" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Receppasa Caddesi 15, Taksim, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/77/91/7791ddcf963461358a0ff0fcb9762d54b3c6f8c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in Taksim, a lively district with a range of cultural, art and entertainment a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="204.57" OriginalAmount="198.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005896" Longitude="28.973453" StarRating="3" HotelCode="|72447" HotelName="Perula" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek MhPeykhane Sk 45</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/4/4/7/72447_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is luxury boutique. SITUATION: 2 minutes away from the establishment, clients can find tourist points of interest. ROOM: The luxurious, comfortable rooms, have an air-conditioning system, wooden furniture, internet and a mini-bar. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast, The establishment also offers a Turkish bath.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="204.74" OriginalAmount="198.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035178" Longitude="28.983496" StarRating="0" HotelCode="|466264" HotelName="The Trinity Hotel Taksim - Special Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Abdullah Sk. 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/6/2/6/4/466264_9a2811a1030.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="204.81" OriginalAmount="198.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.057362" Longitude="28.818368" StarRating="5" HotelCode="|205790" HotelName="Clarion Istanbul Mahmutbey" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mahmutbey Mahallesi Peyami Safa Caddesi No 44 Bagcilar Istanbul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/5/7/9/0/205790_6a67bfb1406.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="204.97" OriginalAmount="199" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|255977-24894250/1328528078072082355/3710" HotelName="LE MIRAGE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7050000/7048400/7048369/08e279f5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="204.97" OriginalAmount="199.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039844469432" Longitude="28.985471427441" StarRating="4" HotelCode="9357|crystal_hotel" HotelName="Nova Plaza Crystal Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Receppasa Caddesi 7/1, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f2/13/f213280f22451e6e119b9e9228f3c81590101d7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Taksim hotel area, close to the Taksim metro station. It is approximatel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="204.97" OriginalAmount="199.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05383389" Longitude="28.99240588" StarRating="3" HotelCode="566490|redmont_hotel_nisantasi" HotelName="Redmont Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Mahallesi, Madalyon Sokak 23, Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/ed/d1ed3ecd1216f5ee19c292933b059ac6f3bfb17a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="204.97" OriginalAmount="199.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02634" Longitude="28.9208" StarRating="5" HotelCode="573009|doubletree_by_hilton_istanbul_topkapi" HotelName="DoubleTree by Hilton Istanbul Topkapi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Orta Mahalle, Anit Sokak 1, 34040 Bayrampasa, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/ce/fdcea85962fec0eba8fdae5fb3ce970c803b4581.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="204.97" OriginalAmount="199.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="973951|levni_plus_hotel" HotelName="Levni Plus Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hoca Pasa Mahallesi, Safveti Pasa Sokak 10, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/4c/1c4c8c367cf53e9ecfa6f5951e5f2aefd02da3ad.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="205.01" OriginalAmount="199.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.97417" Longitude="28.87573" StarRating="0" HotelCode="|233636" HotelName="Portwort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cevizlik Mahallesi Kennedy Cad No 5 Bakirkoy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/6/3/6/233636_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="205.60" OriginalAmount="199.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009356" Longitude="28.979111" StarRating="4" HotelCode="9369|592475" HotelName="Ottoman Hotel Imperial" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Caferiye Sokak 6/1, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a9/75/a97584f6e9e737ac4396661e164d1f11fe9e9b45.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in an inspiring location, directly in the heart of the Old Town, in a slightly...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="206.00" OriginalAmount="200.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009692" Longitude="28.977245" StarRating="4" HotelCode="30379|348825" HotelName="Celal Sultan" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yerebatan Caddesi Salkimsogut Sokak 16, 34110 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/45/55/45558eb3383ab5cc9dc1663f38989af56c7e92a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies in the oldest district of Istanbul, the former capital of the Byzantine and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="206.00" OriginalAmount="200" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1399733-28791986/1328528078072082355/211" HotelName="RAMADA ENCORE BY WYNDHAM ISTANBUL ARNAVUTKOY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/103000000/102950000/102945600/102945560/6d681078_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="206.00" OriginalAmount="200" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1448491-27442107/1328528078072082355/3072" HotelName="BEST WESTERN PLUS HOTEL &amp;amp; RESIDENCES ISTANBUL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/108000000/107230000/107225400/107225313/w1600h949x0y0-30fe8850_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="206.00" OriginalAmount="200" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1459026-32654479/1328528078072082355/3655" HotelName="PARK DEDEMAN SISLI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/123000000/122600000/122591600/122591507/8b2f8df6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="206.00" OriginalAmount="200.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012725" Longitude="28.957687" StarRating="3" HotelCode="68811|hamidiye_hotel" HotelName="Hamidiye Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Fevziye Caddesi 1, Sehzadebasi, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4a/66/4a66fd30e8ff7ea5b579867a03c74c5dc59f0454.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 2.5 km from the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="206.00" OriginalAmount="200.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99257125" Longitude="29.0430921" StarRating="3" HotelCode="318299|holiday_inn_istanbul__kadikoy" HotelName="Holiday Inn Istanbul Kadikoy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Egitim Mahallesi, Poyraz Sokak 6, 34722 Kadiköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/5c/c35c837212f328679e881ac87cd4821d3385d2f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="206.11" OriginalAmount="200.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.088216" Longitude="28.982953" StarRating="4" HotelCode="|445142" HotelName="Four Points by Sheraton Istanbul Kagithane" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cendere Street No 15, Hamidiye District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/1/4/2/445142_9574d981125.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="206.39" OriginalAmount="200.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0264" Longitude="28.96923" StarRating="3" HotelCode="|236044" HotelName="Galata Grace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/6/0/4/4/236044_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="206.40" OriginalAmount="200.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0337797" Longitude="28.978086" StarRating="0" HotelCode="|382307" HotelName="Mr Cas Hotels - Special Category" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Istiklal Caddesi No:153</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/2/3/0/7/382307_011f1b82345.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="206.45" OriginalAmount="200.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0308904" Longitude="28.9747104" StarRating="0" HotelCode="|86772" HotelName="Pera Arya " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Istiklal Cad. Balyoz Sok. No :5 Pera Taksi?m</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/7/2/86772_8.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 60 metres away fromIstiklal the street. ROOM: The rooms have a flat-screen television and a mini-bar. FACILITIES: The establishment has a reception and tourist information.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="206.65" OriginalAmount="200.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="3" HotelCode="74096|306385" HotelName="Turkoman" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Asmali Çesme Sokak No. 2, Adliye Yani Sultanahmet, Istanbul 34490</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/03/9503159f2ada7022161c6602301b01446f02b671.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="206.72" OriginalAmount="200.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.09287" Longitude="29.09467" StarRating="4" HotelCode="260598|2329775" HotelName="Park Inn by Radisson Istanbul Asia Kavacik" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kavacik Mahallesi, Ekinciler Caddesi, Ertürk Sokak 1, Beykoz, 34810 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8b/d1/8bd1e53bea301a4a7f78aa2ddd7a043cca44ac54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="206.76" OriginalAmount="200.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0088509" Longitude="28.9750139" StarRating="0" HotelCode="|83000" HotelName="Aldem Boutique  Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mah.Catal Cesme Sok. No:20-22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/0/0/83000_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a terrace with fantastic views. SITUATION: Sultanahmet It is in.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="206.80" OriginalAmount="200.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.030062225112" Longitude="28.975461423397" StarRating="4" HotelCode="9372|30124" HotelName="Richmond Istanbul" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Istiklal Caddesi 227, Tünel, 34430 Istanbul, Beyoglu</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/1d/b5/1db540cdb24ca86c2ce2098d0a46ad6116a298d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Istanbul. There are numerous restaurants, bars and clubs nearb...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="206.91" OriginalAmount="200.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.015046" Longitude="28.976956" StarRating="0" HotelCode="|465072" HotelName="Grand Sirkeci Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hobyar mahallesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/5/0/7/2/465072_be3c39b1230.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="207.03" OriginalAmount="201" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.018913" Longitude="28.587469" StarRating="5" HotelCode="156167|41238" HotelName="Eser Premium Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Spa Hotel,Airport Hotel,Conference Hotel,Family-friendly 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,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Fatih Mahallesi, Gazi Mustafa Kemal Caddesi 11, 34500 Büyükçekmece, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/4f/914fb2c67d3cf54b1e4563072a3ae035630e830b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive hotel is situated in the coastal area within the boundaries of Istanbul. It is set on...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="207.03" OriginalAmount="201" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.029075" Longitude="28.975976" StarRating="4" HotelCode="907372|57001" HotelName="Stories Apart Kumbaraci" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kumbaraci Yokusu No: 66, PK 34435, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/27/48279d6694fa8156c5d48ea47e6c802969f7f8c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appartments located in the key spots of Beyoglu brings the past and the present of Istanbul in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="207.03" OriginalAmount="201.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99414053" Longitude="28.92761133" StarRating="0" HotelCode="620384|queen_seagull" HotelName="Istanbul Queen Seagull" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Yedikule Istasyon Caddesi 53, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/63/00/6300aabf594abc8f6b764732ec2be3825d6a05fb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="207.03" OriginalAmount="201.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="970652|big_garden_hotel" HotelName="Big Garden Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Molla Gurani Mahallesi, Mahmut Nedim Sakagi 2, Fatih, 34096 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/fd/51fdf63d70bd45ed11a347ceb3e7331e404b686f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="207.46" OriginalAmount="201.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01066" Longitude="28.958635" StarRating="4" HotelCode="167657|591225" HotelName="Samir Deluxe Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Büyük Resitpasa Caddesi, Ahmet Suayip Sokak 22, 34470 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/98/d2/98d2bd2ff1e4ff8859a814e22b49c0ab7a9cc628.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Laleli area of Istanbul, in the vicinity of Beyazid, the hotel is within easy access ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="207.82" OriginalAmount="201.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.089348" Longitude="29.0052865" StarRating="4" HotelCode="|26913" HotelName="Bilek Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ESKI BUYUKDERE CAD. 4.LEVENT 29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/9/1/3/26913_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting, urban hotel, was opened in 2005, has 99 rooms, 18 suites and 9 floors. The establishment boasts a lobby with elevators and a reception. SITUATION: This cosy hotel is situated close to the metro station, nearby, you will find a public transport stop, is 1 kilometre away from the city centre, Where you can find shops, restaurants and bars. ROOM: The comfortable rooms, have a bathroom with a shower, a bath, a hairdryer and a direct line telephone. They also have internet, satellite or cable TV and a mini-bar. FACILITIES: The establishment has a covered swimming pool, a swimming pool, a spa and a jacuzzi. The establishment also offers a hammam, a sauna, a massage service and a gym. MEALS: Regarding the food and beverage offering, the establishment offers a buffet restaurant, Ã  la carte or set-menu lunch and dinner and dietary restrictions can be accommodated. PAYMENT METHODS: The establishment accepts Visa and Mastercard.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="207.93" OriginalAmount="201.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.031679" Longitude="28.980131" StarRating="0" HotelCode="|152227" HotelName="Galatasaray Flats" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FIRUZAGA MAH. BOSTANBASI SOK. BEYOGLU 28</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/2/2/7/152227_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1900, was renovated in 2013 and has 12 apartments. SITUATION: The establishment, Beyoglu it is in a few kilometres away, you will find the railway station and the bus station, is situated close to tourist areas.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="207.95" OriginalAmount="201.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008580699635" Longitude="28.953523635864" StarRating="4" HotelCode="21584|145276" HotelName="Bulvar Palas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Atatürk Bulvari 36, 34134 Saraçhane, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/00/002815/002815a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in the tourist centre of Istanbul. It is only a 15 minute walk from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="208.06" OriginalAmount="202" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.067514747942" Longitude="29.004337855359" StarRating="5" HotelCode="293573|37039" HotelName="DoubleTree by Hilton Istanbul Esentepe" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Esentepe Mahallesi Buyukdere Caddesi 117, Sisli, 34394 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/39/363971bd4bb0e37f6338d2604adf224fa6c69f1a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="208.06" OriginalAmount="202" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1321737-26927506/1328528078072082355/3645" HotelName="SULTAN HAMIT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/75000000/74680000/74671500/74671432/w3601h3067x0y24-1855688f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="208.06" OriginalAmount="202.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.027421680475" Longitude="28.971853852272" StarRating="4" HotelCode="13006|grand_halic" HotelName="Grand Hotel Halic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Refik Saydam Caddesi Tepebasi Bulvari 37, 34430 Istanbul, Sishane-Beyoglu</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c8/aa/c8aadbaf91873ac0d64daa9c78449510c1b13d64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 5 minutes on foot from Beyoglu (Pera), one of the most important centres of sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="208.06" OriginalAmount="202.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005037" Longitude="28.978368" StarRating="3" HotelCode="191138|ararat_hotel_3" HotelName="Ararat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Torun Sokak. No:3, 34400 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/f3/e4f3ef161e1a36d7dd64235c4cb575e42edb049b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="208.06" OriginalAmount="202.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0049251" Longitude="28.98015424" StarRating="0" HotelCode="541594|agora_guesthouse" HotelName="Agora Guesthouse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Inns" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Dry Cleaning,Internet,Laundry,Luggage Storage,Parking">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Akbiyik Caddesi, Amiral Tafdil Sokak 6, Sultanahmet, Fatih, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/0a/3a/0a3a69118f68dc02036613c1eba49e8ca3de6902.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Istanbul, Agora Guesthouse puts everything the city has to offer just out...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="208.06" OriginalAmount="202.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06754183" Longitude="29.00220233" StarRating="0" HotelCode="943520|milord_hotel" HotelName="Milord Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Altan Erbulak Sokak 3, Mecidiyekoy, Sisli, 34394 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/cf/08cf79ff0e5de51363f3dce3c1ea58e5d038ac27.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="208.31" OriginalAmount="202.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01421" Longitude="28.97688" StarRating="3" HotelCode="|184155" HotelName="Best Town" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/1/5/5/184155_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="208.40" OriginalAmount="202.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.033905465822" Longitude="28.978940550926" StarRating="4" HotelCode="309859|4967825" HotelName="Ikonik The Public" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuloglu Mahallesi, Turnacibasi Caddesi 1, 34433 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d0/b6/d0b67c581913c3f7cd819afa7da6c2a3e839ac9b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="208.89" OriginalAmount="202.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0401897" Longitude="28.9844397" StarRating="4" HotelCode="|42945" HotelName="Nova Plaza Orion" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LAMARTIN CAD -TALIMHANE TAKSIM 24</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/9/4/5/42945_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a covered swimming pool, a restaurant, a bar, a reception, meeting rooms, a laundry service, WiFi, a sauna and a car park (for a fee). SITUATION: It is located 300 metres away fromTaksim the Square of 2 kilometres away from the establishment, guests will find the museum. ROOM: Each room has an air-conditioning system, a mini-bar, a satellite television, a direct line telephone, a hairdryer, internet and a safety deposit box.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="208.93" OriginalAmount="202.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00231" Longitude="28.97921" StarRating="0" HotelCode="|444605" HotelName="Catch Sultanahmet - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sultanahmet Mahallesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/6/0/5/444605_9cbe0fa1308.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="208.99" OriginalAmount="202.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01" Longitude="28.9575" StarRating="5" HotelCode="61881|2336365" HotelName="Crowne Plaza Istanbul - Old City" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Historic 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,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Balabanaga Mahallesi, Fethi Bey Caddesi 2, Laleli, Fatih, 34134 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/64/746444efbd31709becce91da0b7a73b9578b7424.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;With its outstanding location, this hotel is within walking distance of the Grand Bazaar, the Blue M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="209.09" OriginalAmount="203.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02390707" Longitude="28.97405609" StarRating="4" HotelCode="318294|banker_han" HotelName="Bankerhan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bereketzade Mahallesi, Banker Sokak No.2, 34420 Karaköy, Beyoglu / Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/65/e7/65e71177e35d35b4487dfb7caa91e7dcd78fa9bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="209.22" OriginalAmount="203.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0485" Longitude="29.0213" StarRating="3" HotelCode="|193103" HotelName="Malta Bosphorus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Palanga Caddesi No:24</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/1/0/3/193103_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="209.45" OriginalAmount="203.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012936" Longitude="28.977164" StarRating="4" HotelCode="30125|591345" HotelName="Sapphire" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>ibnikemal Caddesi No:14, Sirkeci, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/b7/e7b7d8429c0f495879e33e5634a13c844627af81.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive, hotel is centrally located in the Sirkeci district of the city. Within walking dist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="209.48" OriginalAmount="203.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03569" Longitude="28.982312" StarRating="0" HotelCode="|529650" HotelName="Nevi and Suites İstanbul Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Istiklal Cd. 26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/6/5/0/529650_87d496a1007.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="209.54" OriginalAmount="203.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006078" Longitude="28.973129" StarRating="0" HotelCode="|454938" HotelName="Four-G" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mah. Peykhane Cad. No: 26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/9/3/8/454938_48f1af21200.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="209.55" OriginalAmount="203.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03438" Longitude="28.983777" StarRating="0" HotelCode="|532954" HotelName="Plat Inn Hotel Taksim" 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/5/3/2/9/5/4/532954_22d97801118.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="209.62" OriginalAmount="203.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.997511" Longitude="29.027147" StarRating="0" HotelCode="|467479" HotelName="Deniz Otel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/4/7/9/467479_28b6f401652.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="209.83" OriginalAmount="203.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.994111" Longitude="28.706775" StarRating="5" HotelCode="915595|306490" HotelName="DoubleTree by Hilton Hotel Istanbul - Avcilar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Massage Centre,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cihangir Mahallesi, D-100 Güney Yan Yolu 289, 34325 Avcilar, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/df/a6df30385a5a52cb72a8f79dbd415bb2f679d763.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="210.12" OriginalAmount="204" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="54.950651" Longitude="-7.736645" StarRating="5" HotelCode="0|173774-21432194/1328528078072082355/3647" HotelName="THE ELYSIUM" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>CATHEDRAL QUARTER, MAIN STREET, LETTERKENNY, COUNTY DONEGAL, IE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11560000/11554000/11553986/fa10a4ea_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="210.12" OriginalAmount="204" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|855490-21006622/1328528078072082355/3711" HotelName="HIDDEN HILLS ISTANBUL AIRPORT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/42000000/41840000/41837800/41837724/2929ac85_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="210.12" OriginalAmount="204.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="766842|beethoven_hotel_suite" HotelName="Beethoven Hotel &amp; Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mithatpasa Caddesi Buyuk Haydar Efendi Sokak 22, Beyazit Fatih, 34000 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/db/fadbf2aa2cad916c09e938f50af0577d458d3bab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="210.12" OriginalAmount="204.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.026883" Longitude="28.973707" StarRating="3" HotelCode="765231|meroddi_pera_hotel" HotelName="Meroddi Pera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Sahkulu Mahallesi, Sahkulu Sokak 16, Beyoglu, 34420 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/1f/5c/1f5c7e2ddb9bfa69acab4824d62464c9b135d989.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="210.34" OriginalAmount="204.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05375" Longitude="28.98906" StarRating="0" HotelCode="|552021" HotelName="Aiza Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Mahallesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/0/2/1/552021_c66c42d1138.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="210.36" OriginalAmount="204.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03096" Longitude="28.97474" StarRating="0" HotelCode="|524205" HotelName="The Westist Hotel and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Balyoz Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/2/0/5/524205_08a80b61120.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="210.70" OriginalAmount="204.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0572848" Longitude="28.9127576" StarRating="3" HotelCode="|305357" HotelName="Yeni Otel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ali Galip Bey Cd. No:14, Gaziosmanpasa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/5/3/5/7/305357_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="210.89" OriginalAmount="204.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012288" Longitude="28.957029" StarRating="0" HotelCode="|463685" HotelName="Danis Hotel Istanbul Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kemalpasa Mah. Mahmudiye Cesmesi Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/3/6/8/5/463685_a61905e2134.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="211.15" OriginalAmount="205" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|142315-24893504/1328528078072082355/3719" HotelName="HOTEL VENERA ISTANBUL OLD CITY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3080000/3078400/3078338/c216d139_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="211.29" OriginalAmount="205.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012211700943" Longitude="28.957208991051" StarRating="4" HotelCode="15063|2483685" HotelName="Vicenza" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Fevziye Caddesi 3, Sehzadebasi, 34470 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3f/db/3fdb57d207f08124a37e074c3c8e5634a9e039bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within 5 minutes' walk of links to public transport and the train station is a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="211.43" OriginalAmount="205.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00826" Longitude="28.96365" StarRating="2" HotelCode="|76761" HotelName="Endican Beyazit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MITHATPASA CAD.ABUHAYAT SOK.BEYAZIT 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/6/7/6/1/76761_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is in Beyazit (Istanbul) the district of Beyazit (Istanbul) the Grand Bazaar 500 metres away from a 30-minute walk away from tourist points of interest, Around the establishment, clients can find restaurants, bars and shops. it is 15 kilometres away from Istanbul AtatÃ¼rk Airport around 50 kilometres away you can find Sabiha Gokcen Airport. HOTEL: This urban hotel, was renovated in 2008, has a lobby with a bar, a restaurant and internet. It has 44 rooms, a reception, express check-out, air-conditioning, a safety deposit box service, a currency exchange service, a lift, a television room and a car park (free of charge). ROOM: It has cosy rooms with carpet, a satellite television, a central heating system, a mini-bar (available for a fee), a bathroom with a shower, a hairdryer, a direct line telephone, a double bed and internet. MEALS: The establishment serves a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="211.75" OriginalAmount="205.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.080045" Longitude="29.006545" StarRating="3" HotelCode="188728|612195" HotelName="Levent" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bacadibi Sokak 7, Talatpasa Caddessy, Gültepe/Levent, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/48/2d/482d4c3ffbecaea4c18f209aebd2af294fea86bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="211.77" OriginalAmount="205.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0800028" Longitude="29.0063541" StarRating="3" HotelCode="|86874" HotelName="Levent Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Talatpasa Cad. Levent Bacadibi Sk. No: 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/7/4/86874_5.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is near the metro station, is situated 200 metres away from Kanyon the shopping centre. ROOM: All the rooms have WiFi (free of charge) and flat-screen satellite television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="211.91" OriginalAmount="205.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.057263" Longitude="28.9872907" StarRating="0" HotelCode="|108108" HotelName="Home Stay Home Sisli" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Halaskargazi Caddesi No:154 Sisli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/0/8/108108_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has, WiFi, (free of charge). SITUATION: It is located 300 metres away fromOsmanbey the metro station 5 minutes away from the establishment, guests will find Taksim the square. ROOM: The establishment has suites well-decorated.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="212.18" OriginalAmount="206.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.992502" Longitude="29.025304" StarRating="3" HotelCode="188685|bella_hotel" HotelName="Bella Otel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Osmanaga Mahallesi, Yogurtcu Sukru Sokak 5, Kadikoy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/1c/871c99f75dfffc053ce0d64a32b28f23d5eaa535.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="212.18" OriginalAmount="206.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01292386" Longitude="28.97789579" StarRating="4" HotelCode="300882|hotel_black_tulip" HotelName="Hotel Black Tulip" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Hüdavendigar Caddesi 10, P.O. Box 1234, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3c/97/3c973011d0bfba93387800945f633e815ef4ec9c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="212.18" OriginalAmount="206.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03097648" Longitude="28.97475127" StarRating="0" HotelCode="855949|butikotel_the_westist_hotel_spa" HotelName="The Westist Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Asmali Mescid Mahallesi, Balyoz Sokak 14, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/b6/feb64b7a6d6317e52f494388f3fbe86d712362d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="212.41" OriginalAmount="206.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0033073" Longitude="28.9762949" StarRating="0" HotelCode="|108118" HotelName="Dilhayat Kalfa Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Caddesi Tomurcuk Sokak No: 1 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/1/8/108118_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has, a terrace, with ocean views.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="212.46" OriginalAmount="206.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.982525" Longitude="29.064914" StarRating="4" HotelCode="|446462" HotelName="The Gate Kadikoy Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/4/6/2/446462_57621b81423.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="212.50" OriginalAmount="206.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00918" Longitude="28.960752" StarRating="4" HotelCode="9365|29964" HotelName="Kent Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ordu Caddesi 29, 34490 Istanbul, Beyazit</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f2/72/f272e62d742b218a8cd7580ddd1579aa6a789297.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within walking distance of links to public transport. Atatürk International Air...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="212.81" OriginalAmount="206.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.014602" Longitude="28.978" StarRating="3" HotelCode="|17601" HotelName="Askoc Ve Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ISTASYON ARKA SK. SIRKECI 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/6/0/1/17601_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: this renovated hotel in 2003, has 6 floors, 114 double rooms and 6 suites. In the establishment entrance, guests will find a lobby, a reception with a bureau de change, a cloakroom, 2 lifts, 4 bars, a television room, 2 Ã  la carte restaurants, with air-conditioning, a conference room and internet. The establishment has room service, a laundry service, a medical care service, a car park and an indoor car park. SITUATION: This urban hotel is in a central area of the historic centre, Sirkeci it is in near the establishment, you will find restaurants, shops, is situated 15 kilometres away from the airport. ROOM: The cosy, comfortable rooms, have a bathroom, a hairdryer, a direct line telephone, a satellite or cable television, a mini-bar, fitted carpets, a central heating system, a safety deposit box and a balcony. PAYMENT METHODS: Customers can pay using Visa and Mastercard. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="213.21" OriginalAmount="207" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040186366468" Longitude="28.984800875187" StarRating="4" HotelCode="41098|19796" HotelName="Grand Öztanik Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Topcu Caddesi 9-11, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/0c/74/0c7438f624f36df6d79c5574ff965358de84780a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the new city area of Taksim, close to the metro station. It is approximately...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="213.21" OriginalAmount="207" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|15321-21007189/1328528078072082355/3656" HotelName="PRESTIGE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/560000/558100/558090/89f1aa0d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="213.21" OriginalAmount="207" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|637684-24890782/1328528078072082355/3720" HotelName="BVS BOSPHORUS PERA HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/45000000/44370000/44367600/44367586/f6e59e64_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="213.21" OriginalAmount="207.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004289330342" Longitude="28.979107902307" StarRating="3" HotelCode="188718|hotel_seraglio" HotelName="Seraglio Hotel &amp; Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sultanahmet Mahallesi, Amiral Tafdil Sokak 32, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/52/0052619e84323158c08cd0f5f8760b364e86231b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="213.21" OriginalAmount="207.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00702286505" Longitude="28.970258989505" StarRating="4" HotelCode="321428|aprilis_gold_hotel" HotelName="Aprilis Gold Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Emin Sinan Mahallesi, Emin Sinan Hamam Sokak 5, 34126 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/8b/c18b2370a07095b04546ee5a55448ee9d67d5390.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="213.21" OriginalAmount="207.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01015684196" Longitude="28.977904638029" StarRating="2" HotelCode="378410|cheers_hostel" HotelName="Cheers Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mahallesi, Zeynep Sultan Camii Sokak 21, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/18/ab189fff48c75d3bd211707ea8479ee7214e3462.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="213.29" OriginalAmount="207.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.062338" Longitude="28.98854" StarRating="0" HotelCode="|546787" HotelName="Dolce Vita Suite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Merkez mahallesi Palazoglu sokak no 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/6/7/8/7/546787_be3614a2354.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="213.65" OriginalAmount="207.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010011" Longitude="28.977417" StarRating="0" HotelCode="|522114" HotelName="Shining Star Hotel" 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/5/2/2/1/1/4/522114_d88db870924.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="213.80" OriginalAmount="207.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00686" Longitude="28.97232" StarRating="3" HotelCode="68413|2264135" HotelName="Olimpic Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Peykhane Caddesi 16, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3f/f7/3ff742e26fd38dc89394ebd7febef42549483d16.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is has an ideal location in the heart of Sultanahmet. Within 400 metres of the Blue Mosqu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="214.03" OriginalAmount="207.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01912" Longitude="28.92743" StarRating="0" HotelCode="|193224" HotelName="Hanna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Topkapi Mah. Dullar Cikmazi Sok. No: 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/2/2/4/193224_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="214.20" OriginalAmount="207.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01772" Longitude="28.94399" StarRating="4" HotelCode="|33190" HotelName="Berr" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>AKDENIZ CAD.NO:78 FATIH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/1/9/0/33190_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban, family-friendly hotel, has 106 rooms and 2 suites. The establishment boasts air-conditioning, a lobby, a reception, a currency exchange service, a cloakroom and a lift. Our guests can find a bar, a restaurant, meeting rooms, WiFi and event room. The establishment also offers room service, a laundry service, a car park and an indoor car park. SITUATION: This hotel Fatih it is in 500 metres away, guests have the mosque, 5 minutes away from the establishment, clients can find restaurants, shops, close to the establishment, guests have a public transport stop, is situated 8 minutes away from the bazaar, 10 minutes away from the establishment, clients can find bars, nightclubs and the railway station. it is 3 kilometres away from tourist points of interest. ROOM: The comfortable rooms, have a bathroom with a bath, a hairdryer, a king size or double bed, a direct line telephone and a satellite TV. They also have a safety deposit box, a mini-bar (available for a fee), an air-conditioning system and individual heating. FACILITIES: For a fee, you can enjoy a sauna, a hammam and a massage service. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and Ã  la carte lunch and dinner. PAYMENT METHODS: The establishment accepts Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="214.24" OriginalAmount="208.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005982" Longitude="28.979817" StarRating="4" HotelCode="169847|606365" HotelName="Biz Cevahir Sultanahmet" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Kutlugun Sokak 8, Sultanahmet 34122, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ba/4c/ba4ca47b4ff1cd72b9790c3fc4f9b5447ee5cb14.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location in Sultanahmet, the historical district with many of Istanbul's ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="214.55" OriginalAmount="208.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9924961" Longitude="29.0251897" StarRating="0" HotelCode="|86742" HotelName="Bella Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/4/2/86742_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a Turkish bath, a sauna, rooms with air-conditioning and a balcony. SITUATION: Is situated inKadikoy the city centre of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="215.27" OriginalAmount="209" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.028526" Longitude="28.975204" StarRating="3" HotelCode="188702|476737" HotelName="Galateia Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="residence" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Sah kulu Bostan Sok. No: 9-11, Beyoglu, Istanbul 34425</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/70/8f700a8f35494f65a6f6be30822db2478bdfa741.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residential hotel is located in the Beyoglu district of Istanbul within 350m of Galata Tower an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="215.27" OriginalAmount="209" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012855302369" Longitude="28.957418203354" StarRating="4" HotelCode="63751|32250" HotelName="Grand Gülsoy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sehzadebasi Cad. 17, Sehzadebasi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e6/92/e69289d5ce6ec7e7e032f7c1fec285e88783ed51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="215.27" OriginalAmount="209" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|610043-21406764/1328528078072082355/698" HotelName="DOUBLETREE BY HILTON ISTANBUL AVCILAR" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4890000/4880500/4880447/f9a9be61_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="215.58" OriginalAmount="209.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="4" HotelCode="118813|1007505" HotelName="Taxim Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Cumhuriyet Caddesi 31, Taksim, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/7c/33/7c3304e3d7bdfd8087e64818d339ad7ba7f6a0c1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="215.72" OriginalAmount="209.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9956105" Longitude="29.0261287" StarRating="3" HotelCode="|82936" HotelName="Sidonya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rihtim Caddesi Nemlizade Sokak No:34 Kadikoy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/3/6/82936_3.jpg</HotelPictures>
        <HotelDescription>ROOM: The rooms have panoramic views. FACILITIES: Guests are offered a sauna and a dining room. SITUATION: It is situated 3 minutes away fromNatilus the shopping centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="215.83" OriginalAmount="209.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.885163" Longitude="29.198299" StarRating="0" HotelCode="|524415" HotelName="Denizati Plus Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ankara Caddesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/4/1/5/524415_d782cf70903.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="215.83" OriginalAmount="209.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0333367" Longitude="28.9753875" StarRating="4" HotelCode="|84904" HotelName="The Pera Hill" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MESRUTIYET CAD. BEYOGLU 39</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/9/0/4/84904_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a terrace and an Ã  la carte restaurant. The establishment offers a buffet breakfast, The establishment has a bar. SITUATION: This hotel is in PÃªra the historic centre of la avenida Istiklal 200 metres away from el Museo de Pera it is 150 metres away from 900 metres away, guests can find Taksim the Square of it is situated 18 kilometres away from Istanbul AtatÃ¼rk Airport Close to restaurants, cafÃ©s and bars. ROOM: The establishment has soundproofed rooms, with WiFi (free of charge), an air-conditioning system, parquet flooring, large windows, a balcony, a flat-screen television, a safe, kettle, a bathroom and bathroom items (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="215.92" OriginalAmount="209.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008495" Longitude="28.958245" StarRating="3" HotelCode="|184556" HotelName="Monaco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ordu Cad. Sair Fitnat Sok. No:20 Laleli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/5/5/6/184556_1_1446.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="215.95" OriginalAmount="209.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0282683" Longitude="28.9770532" StarRating="0" HotelCode="|86805" HotelName="Rooms Galata" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kumbarac? Yokuu No:37 Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/0/5/86805_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a terrace on the rooftop. SITUATION: This establishment, Beyoglu it is in. ROOM: The rooms has WiFi, (free of charge), a flat-screen television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="215.95" OriginalAmount="209.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03108" Longitude="28.97937" StarRating="0" HotelCode="|184242" HotelName="Be Mate Casa Di Bava" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Firuzaga Mah Bostanbasi Sok No 28</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/2/4/2/184242_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="215.99" OriginalAmount="209.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0026678" Longitude="28.9746538" StarRating="0" HotelCode="|108063" HotelName="Seatanbul Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucukayasofya Cay?roglu Sok. No:32</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/0/6/3/108063_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment it offers, WiFi, (free of charge). SITUATION: This hotel is in Istanbul the Peninsula of it is located 500 metres away from the mosque. ROOM: The establishment has rooms with air-conditioned, a flat-screen television and sea views.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="216.00" OriginalAmount="209.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010101" Longitude="28.977961" StarRating="3" HotelCode="33848|1431628" HotelName="Zeynep Sultan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mahallesi, Zeynep Sultan Camii Sokak 25, 34110 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/35/ec/35eca16adc480b6d9603c2698c5f556048df8cac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated close to the heart of the city of Istanbul. Plenty of shopping and e...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="216.25" OriginalAmount="209.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004292" Longitude="28.9796804" StarRating="0" HotelCode="|83004" HotelName="Oceans 7 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mah.Amiral Tafdil Sok. No:18/1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/0/4/83004_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Sultanahmet it is in it is situated 2 minutes away from the mosque, close to the establishment, clients can find the tram station and the railway station.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="216.26" OriginalAmount="209.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010610225" Longitude="28.976052125" StarRating="4" HotelCode="142888|1452198" HotelName="Agora Life" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cagaloglu Hamami Sokak 6, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/04/b3/04b3462e99a409184d2a6efe4360be5c20400991.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="216.30" OriginalAmount="210" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0033694" Longitude="28.97610261" StarRating="3" HotelCode="445712|215867" HotelName="Atam Suites &amp; Apart" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Küçük Ayasofya, Cad. Ogul Sokak No:10, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/cc/43/cc43ebc288969f13317fb0b2879fef8ba1e20fca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="216.30" OriginalAmount="210.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06088401" Longitude="28.98719758" StarRating="3" HotelCode="430720|a_palace_suites" HotelName="A Palace Hotel &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Abide-i Hürriyet Caddesi 139, Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/8a/808a1885e4c854e6aa65791cb76553fee2f0403f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="216.39" OriginalAmount="210.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.984655" Longitude="29.10813" StarRating="3" HotelCode="|178494" HotelName="Asia City Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kucukbakkalkoy Mah Sutculer Sok 3, TR - Istanbul , Turkey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/4/9/4/178494_e532ee61801.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="216.60" OriginalAmount="210.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0565219" Longitude="28.6647319" StarRating="5" HotelCode="|449347" HotelName="Sheraton Istanbul Esenyurt" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KOZA MAHALLESI 1638, SOKAK NO 4,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/3/4/7/449347_2e794c51014.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="216.64" OriginalAmount="210.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99023" Longitude="29.02483" StarRating="0" HotelCode="|483815" HotelName="My Kent Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Serasker Caddesi NO.8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/3/8/1/5/483815_7aaa81e1842.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="216.83" OriginalAmount="210.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0145217" Longitude="28.9768864" StarRating="0" HotelCode="|108283" HotelName="Elanaz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Orhaniye Cad. No: 34 Sirkeci</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/8/3/108283_7f1a1420643.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has, WiFi, (free of charge). SITUATION: It is in the heart of the historic centre, 100 metres away, guests will find the tram stop. ROOM: The rooms have an air-conditioning system, a satellite television and a mini-bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="216.84" OriginalAmount="210.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0125008" Longitude="28.9559994" StarRating="4" HotelCode="|50588" HotelName="The Parma Downtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gencturk Caddesi 43, Sehzadebasi- Laleli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/8/8/50588_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2005, has 81 rooms, a laundry service, a nightclub, a television room, fitness, a sauna, Turkish baths, a car park, a restaurant, a bar and a transfer service. SITUATION: It is situated 16 kilometres away from the airport. ROOM: The rooms have an air-conditioning system, heating, a television, a safe, piped music, a direct line telephone and a mini-bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="217.22" OriginalAmount="210.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023628" Longitude="28.971997" StarRating="0" HotelCode="|534662" HotelName="ART Karakoy Suites Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Arap cami mahallesi persembe</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/6/6/2/534662_0dacbea1101.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="217.30" OriginalAmount="210.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0033699" Longitude="28.9767604" StarRating="3" HotelCode="|108366" HotelName="Tashkonak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucukayasofya Cd. Tomurcuk Sk. No 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/3/6/6/108366_12.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 5 minutes away from the mosque. ROOM: The rooms have WiFi (free of charge) and cable television. FACILITIES: Guests are offered a terrace with views.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="217.33" OriginalAmount="211" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003820020201" Longitude="28.981440067291" StarRating="4" HotelCode="47102|47651" HotelName="Hotel Armada Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic 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,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ahirkapi Street 24, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/78/b878051f4ba3b5cb1e0680dde55dbf90b84a1504.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing city hotel is located in the centre of Sultanhamed, close to countless shopping venue...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="217.33" OriginalAmount="211" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.027116140736" Longitude="28.815284326389" StarRating="5" HotelCode="263744|38156" HotelName="Wyndham Grand Istanbul Europe" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Yavuz Sultan Selim Caddesi, Istanbul 34212</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4d/19/4d19e0024e433cede05c6db8d13b5b4126240c1d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located only a few minutes by car from Atatürk International Airport and Exhibition Hal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="217.33" OriginalAmount="211.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0076928" Longitude="28.9554239" StarRating="3" HotelCode="175211|grand_asiyan" HotelName="Grand Asiyan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Azimkar Sokak No: 34, Laleli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/34/c1347cfe234385e18a9b4e325c0cc62ad77d1a2f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="217.33" OriginalAmount="211.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.995217" Longitude="29.107771" StarRating="3" HotelCode="293568|the_gate_30_suites" HotelName="Balsamo Suite Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ihlamur Bulvari No:10, Barbaros Mh., Atasehir, Istanbul 34746</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/9f/669f8ecbe37f78ad9fdea20d05a24704666cc4b5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="217.33" OriginalAmount="211.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.018807444745" Longitude="28.927531591402" StarRating="3" HotelCode="318948|hanna_hotel" HotelName="Hanna Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Topkapi Mahallesi, Dullar Cikmazi Sokak 3, Topkapi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/7e/717e91ce061420451b7ea513ab799bf2c7ea591e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="217.64" OriginalAmount="211.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011963" Longitude="28.958303" StarRating="4" HotelCode="44298|271585" HotelName="Mosaic" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vidinli Tevfik Pasa Cad. No:21, 34490 Vezneciler, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/b5ca44910d0a42ce90075d0843b733bb.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a central position at the heart of Istanbul's old town, making it the ideal starti...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="217.83" OriginalAmount="211.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.018951" Longitude="28.652505" StarRating="0" HotelCode="|464313" HotelName="Mugwort Hotelandspa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Mah.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/4/3/1/3/464313_2fb6ed10639.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="218.01" OriginalAmount="211.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.028" Longitude="28.97152" StarRating="4" HotelCode="|185000" HotelName="The Biancho Pera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Evliya Celebi Mahallesi Sadi Konuralp</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/0/0/0/185000_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="218.33" OriginalAmount="211.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023895211996" Longitude="28.970099504299" StarRating="4" HotelCode="160504|176396" HotelName="Golden City" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tersane Caddesi 111, Karaköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/fa/a0/faa0b7d936a6eeefb1a1720711c1d378e498e221.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is only a 10-minute walk from some of Istanbul's top sights, including the Blue Mosqu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="218.36" OriginalAmount="212" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012219796597" Longitude="29.047972261906" StarRating="4" HotelCode="118800|56506" HotelName="The Camlica Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Atif Bey Sokak 67-69, Acibadem, 34662 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/30/304694/304694a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="218.36" OriginalAmount="212.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04903422" Longitude="28.89928287" StarRating="5" HotelCode="445699|wish_more_hotel_istanbul" HotelName="Wish More Hotel Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mah., Cicoz Yolu Cad. No: 207, Bayrampasa, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/17/35179a69751415dc833bd8d9a5c26dc806431f12.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="218.41" OriginalAmount="212.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0497521" Longitude="28.9879609" StarRating="0" HotelCode="|108051" HotelName="Inncity Hotel Nişantaşı" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Halaskargazi Mah. Dershane Sok. No:20 Sisli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/0/5/1/108051_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts WiFi (free of charge) and soundproofed rooms. SITUATION: This hotel is in the city centre, Nisantasi it is close to Osmanbey the metro stop of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="218.46" OriginalAmount="212.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009674" Longitude="28.953801" StarRating="0" HotelCode="|532923" HotelName="Corner Hotel" 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/5/3/2/9/2/3/532923_135d25a1431.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="218.61" OriginalAmount="212.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0088256" Longitude="28.9751436" StarRating="4" HotelCode="|220751" HotelName="Antusa Palace and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mahallesi Dr Emin Pa?a Sokak No:7 Sultanahmet/Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/7/5/1/220751_1_1501.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="218.92" OriginalAmount="212.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02345" Longitude="28.97695" StarRating="0" HotelCode="|184557" HotelName="Morione and Spa Center" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kemankes Mah Maliye Cad Demirciler Sokak No:8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/5/5/7/184557_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="218.93" OriginalAmount="212.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.85669" Longitude="29.29112" StarRating="0" HotelCode="|242341" HotelName="Golden Lounge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Esenyali Mahallesi Uygar Sokak No: 27 Pendik</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/2/3/4/1/242341_553ca1e0337.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="219.17" OriginalAmount="212.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.030538" Longitude="28.973527" StarRating="0" HotelCode="|37004" HotelName="Pera Rose - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MESRUTIYET CD. - TEPEBASI-TAKSIM 87</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/0/0/4/37004_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant, family-friendly hotel, has 52 rooms and 10 suites. The establishment boasts air-conditioning, a hall with a reception, a currency exchange service, a cloakroom and 2 lifts. Guests can also find a cafÃ©, a bar, conference rooms and WiFi. The establishment offers guests room service, a laundry service (for a fee) and a car park. SITUATION: This hotel is situated in the business and commercial area, 8 minutes away from, Taksim the square Where you can find restaurants, bars, shops and clubs. 10 minutes away from the establishment you have a metro station, 15 minutes away from the establishment, clients can find tourist points of interest, is situated 15 kilometres away from Istanbul Airport. ROOM: The rooms have flat-screen satellite television, a bathroom with a hairdryer, a direct line telephone, a coffee maker, a kettle and a mini-bar. They also have an air-conditioning system, individual heating and internet. Guests are offered deluxe suites with a living room-bedroom, an air-conditioning system and 2 televisions. FACILITIES: The establishment has a health centre, a Turkish bath, a sauna, a gym, relaxation area and a massage service (available for a fee). OTHERS: The establishment serves a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="219.19" OriginalAmount="212.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06242" Longitude="28.98906" StarRating="4" HotelCode="300370|394086" HotelName="Grand Aras Hotel &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Merkez Mahalessi, Buyukdere Caddesi 13, Sisli, 34360 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/94/c0944c38a52ed0eb4d8301feffcc2cb2eb93a041.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="219.38" OriginalAmount="212.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="4" HotelCode="984656|15995405" HotelName="Antusa Design Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mahallesii, Yerebatan Caddesii, Salkimsogut Sokak 16, Sultanahmet, Fatih, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/9f/a89f32e8da7a5a9a941d31e465a3d996a2c14a1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="219.39" OriginalAmount="213" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03980823931" Longitude="28.984137617019" StarRating="4" HotelCode="11891|25909" HotelName="Occidental Taksim" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,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,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Topcu Caddesi 19, Beyoglu, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/f1/f1e1b4c9a2284407/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul, just a few minutes walk from a selection of restaura...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="219.39" OriginalAmount="213.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.060572409017" Longitude="29.008408888473" StarRating="3" HotelCode="368540|elite_park_suites" HotelName="Nish Besiktas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Gayrettepe Mahallesi, Hattat Halim Sokak 11, Besiktas, 34349 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/d6/c7d6616e98ba3822c9fd7cadf775cbd4d9b3c2f7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="219.39" OriginalAmount="213.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.033948517434" Longitude="28.980415046627" StarRating="3" HotelCode="907371|akka_suites_taksim_butikhotel" HotelName="Stories Apart Kuloglu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuloglu Mahallesi, Ayhan Isik Sokak 30, Beyoglu, Istanbul 34435</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/34/fd349ebe6c018d2eaa239118a017f5d057852be8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartments are located in a side street, in the heart of Beyoglu and a few metres from the bustl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="219.39" OriginalAmount="213.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00490428" Longitude="28.97915762" StarRating="0" HotelCode="943681|obelisk_hotel_suites" HotelName="Obelisk Hotel &amp; Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Mehmet Aga Caddesi 12, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/67/82/6782bb306aa28e507fa411b393e5102f9e6eef87.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="219.55" OriginalAmount="213.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007088" Longitude="28.981053" StarRating="4" HotelCode="35264|338675" HotelName="Valide Sultan Konagi" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 06/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Ishakpasa Caddesi, Kutlugün Sokak No 1, 34400 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/06/1f06989a53608361312bb15b143366c6798eae5d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the tourist centre of Istanbul just a short walk from shopping and entertai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="219.64" OriginalAmount="213.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02352" Longitude="28.975894" StarRating="0" HotelCode="|454378" HotelName="Fama Karakoy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Arsin Sk. 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/3/7/8/454378_ddc932d1753.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="219.64" OriginalAmount="213.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.059642" Longitude="28.988722" StarRating="4" HotelCode="|220770" HotelName="Lampa Design - Special Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HALASKARGAZI CD.O.RAIF BEY SK. SISLI 35</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/7/7/0/220770_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="220.09" OriginalAmount="213.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039623" Longitude="28.98491" StarRating="4" HotelCode="68717|592505" HotelName="Central Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lamartin Caddesi 18, 34437 Istanbul, Taksim</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/fa/7c/fa7cb64e91182945872376aa895561fe76835cd9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the heart of the new city, very close to the nightlife of Istanbul. Atatürk Inter...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="220.12" OriginalAmount="213.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01037" Longitude="28.957496" StarRating="2" HotelCode="188740|1580858" HotelName="Pisa" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kurultay Sk. No: 3/1, Fethi Bey Cad., Laleli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/55/7c/557c38e37a46b48a59d484100eabab0a7f02163b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="220.20" OriginalAmount="213.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0104103" Longitude="28.9513779" StarRating="3" HotelCode="|95950" HotelName="Melita" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Iskender Pasa Mah. Sekerci Sok. Aksaray Ist,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/9/5/0/95950_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is in the historic centre, is well-connected with places of interest, 100 metres away, there is a metro station. ROOM: The rooms have an air-conditioning system, a mini-bar, a television, a direct line telephone, a hairdryer and WiFi. FACILITIES: The establishment boasts a reception, a safe, a living room and a breakfast room.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="220.29" OriginalAmount="213.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.030944946344" Longitude="28.974434225515" StarRating="4" HotelCode="9374|77591" HotelName="The Peak Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Caddesi, Oteller Sokak 1/3, Tepebasi, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ec/34/ec34ed805dc3080c791d886f4e1fb69df470908e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel and its surroundings are the ideal location for holidays and business trips alike. It is n...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="220.41" OriginalAmount="213.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01451" Longitude="28.97836" StarRating="0" HotelCode="|192440" HotelName="Barbera Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/4/4/0/192440_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="220.42" OriginalAmount="214" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|316547-28791014/1328528078072082355/254" HotelName="RAMADA HOTEL &amp;amp; SUITES BY WYNDHAM ISTANBUL SISLI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9660000/9657500/9657463/148f9c75_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="220.42" OriginalAmount="214.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.014103" Longitude="28.977655" StarRating="4" HotelCode="124207|maywood_hotel" HotelName="Maywood" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nöbethane Caddesi No: 25, Sirkeci, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/2f/4c2f09c32ea4a4f95ae81df0037209336b8de781.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the old part of the city, easily reachable from the coast and close to Sirke...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="220.42" OriginalAmount="214.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.815389" Longitude="29.307414" StarRating="3" HotelCode="155892|chatto_residence" HotelName="Chatto Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Cami Mahallesi, Kavala Sokak 12, Cumhuriyet Caddesi, 34940 Tuzla</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/bf/bc/bfbc708f07a69390e03574e308474e5ea512f5d1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="220.42" OriginalAmount="214.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00896076766" Longitude="28.975230885299" StarRating="4" HotelCode="321868|antusa_palace_hotel_spa" HotelName="Antusa Palace Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Massage Centre,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mahallesi, Çatalçesme Sokak 7, Sultanahmet, 34400 Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/78/ef/78ef84b07e9f2537c665614d34f61ec64f0d6cbb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="220.42" OriginalAmount="214.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06328275" Longitude="28.98968023" StarRating="0" HotelCode="520038|belle_maison_serviced_residence" HotelName="Belle Maison Serviced Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Professor Nurettin Mazhar Ökten Sokak 4, Sisli, Istanbul 34360</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5e/0d/5e0d8c1070d6ff55e1850c571b16f0cd8080809f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="220.43" OriginalAmount="214.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0096596" Longitude="28.9578253" StarRating="5" HotelCode="|62833" HotelName="Crowne Plaza Istanbul - Old City, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Balabanaga Mahallesi Fethibey Caddesi No:2, Laleli, Fatih , Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/2/8/3/3/62833_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the historic centre of Istanbul, a 15-minute walk away from the Grand Bazaar, Sultan Ahmed Mosque, Santa Sofia, shops and the tourist attractions. HOTEL: The Crowne Plaza Istanbul - Old City is rated five stars is ideal for business and holiday stays. The establishment offers room service, a concierge, a gift shop, a beauty centre, a laundry service, a babysitting service, a currency exchange service and a business centre. FACILITIES: There are many facilities and services available at the establishment, including a covered swimming pool, a sauna, a steam bath, a Turkish bath and a gym. Clients can relax with a massage service and treatments. ROOM: The cosy rooms have a CD player, a kettle, a coffee maker, a mini-bar, a writing desk, a direct line telephone, a satellite TV with films, WiFi and internet. MEALS: The restaurant offers a set-menu dinner. Clients have at their disposal a lounge bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="220.44" OriginalAmount="214.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004451710179" Longitude="28.978237550926" StarRating="4" HotelCode="18017|1485678" HotelName="Sultanahmet Palace Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Torun Sokak 19, Sultanahmet, Fatih, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/de/15de4fb7caf446c87c32f1bc42948bc41914de7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located in the centre o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="220.48" OriginalAmount="214.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0115599" Longitude="28.9561737" StarRating="3" HotelCode="|82951" HotelName="Lions Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Genc Turk Caddesi Aga Yokusu Sokak No:18 Sehzadebas? Beyazit</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/5/1/82951_b936b9f1001.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 10 minutes away from the bazaar, this hotel is situated 2,5 kilometres away from Sultanahmet the historic area of. ROOM: The rooms have internet, (free of charge), a terrace.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="220.48" OriginalAmount="214.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.960532" Longitude="29.1025658" StarRating="0" HotelCode="|83038" HotelName="The Bostanci Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mehmetevki Paa No:20 Bostanci</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/3/8/83038_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has views of the city and sea views. SITUATION: Istanbul It is in.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="220.65" OriginalAmount="214.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.054567" Longitude="28.981547" StarRating="0" HotelCode="|562036" HotelName="38 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ergenekon Cd. 66</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/2/0/3/6/562036_d116fa01857.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="221.45" OriginalAmount="215.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.027059" Longitude="28.970154" StarRating="0" HotelCode="|536730" HotelName="The Gift Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yolcuzade Iskender Cd. 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/6/7/3/0/536730_73a28b82051.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="221.45" OriginalAmount="215" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.033706127894" Longitude="28.975996087137" StarRating="4" HotelCode="900917|284924" HotelName="Occidental Pera Istanbul" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City 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,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Kamer Hatun Mahallesi, Mesrutiyet Caddesi 34, Beyoglu, 34435 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/88/be/88bec55cd9da64584da942bd14333dadc353dcd1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Pera district, which can trace its history back to the Byzantine era. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="221.45" OriginalAmount="215" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1363199-22426049/1328528078072082355/3658" HotelName="RING STONE HOTELS BOSPHORUS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/79000000/78470000/78468900/78468841/5f281e3d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="221.45" OriginalAmount="215.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.976839295417" Longitude="28.868029680024" StarRating="5" HotelCode="221774|ramada_hotel_and_suites_istanbul_atakoy" HotelName="Ramada Hotel and Suites Istanbul Atakoy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Atakoy 1.Kisim Mahallesi, Fisekhane Caddesi 9/1, 34158 Istanbul, Bakirkoy</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/4c/e34cfae7056fbee254ac0dcc340babf2e3c518d4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in Ataköy district, just 8 km from Atatürk Airport and CNR Expo Centre, a 5 minute wa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="221.45" OriginalAmount="215.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.97753143" Longitude="28.87424792" StarRating="0" HotelCode="963205|concept_suit_premium" HotelName="Concept Premium Suit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Zeytinlik Mahallesi, Omer Naci Sokak 7, Bakirkoy, 34140 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/4c/824c181ac5a10a5bab6b1dc23499d5640f17513d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="221.70" OriginalAmount="215.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.037121368107" Longitude="28.986632823944" StarRating="4" HotelCode="38708|1450698" HotelName="Taksim Metropark Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Osmanli Sokak 4, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/95/99956f0a38adfa7279a0a2dc20d7d9761330a300.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is around 50 m from the city centre, where there are plenty of shopping opportunitie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="221.76" OriginalAmount="215.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.025312" Longitude="29.096808" StarRating="0" HotelCode="|471515" HotelName="Ramada By Wyndham Istanbul Umraniye" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ATATURK MAHALLESI ZAFER SOKAK NO 2-4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/5/1/5/471515_4b9a7a20919.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="222.05" OriginalAmount="215.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.077913" Longitude="29.008778" StarRating="0" HotelCode="|532557" HotelName="Kings Cross Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Atom Sk. No26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/5/5/7/532557_2a9f3701010.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="222.11" OriginalAmount="215.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9149897" Longitude="29.13341339" StarRating="5" HotelCode="263245|1082568" HotelName="Cevahir Hotel Istanbul Asia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yali Mahallesi, Turgut Özal Bulvari 261, Maltepe, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/61/ab61c3f2bca95d99b40707295f0f59d653135be8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="222.30" OriginalAmount="215.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0040624" Longitude="28.9725632" StarRating="0" HotelCode="|42897" HotelName="Garden House Hotel - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KUCUKAYASOFYA MAH SEHITMEHMETPASA SOK.SULTANAHMET 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/8/9/7/42897_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting hotel, renovated in 2008 and has 24 rooms, The establishment boasts a cafÃ©, a bar, air-conditioning, a hall with a reception, a safety deposit box service, a currency exchange service, a cloakroom and a restaurant. At an additional cost you can have access to WiFi, room service, a laundry service, a car park (for a fee) and indoor parking. SITUATION: It is inIstanbul the Peninsula of near the establishment, guests will find the historic centre, monuments, close to the establishment, guests have restaurants, shops, public transport stops and the railway station. 10 minutes away from the establishment, guests will find bars, pubs and the nightlife. It is situated 17 kilometres away fromIstanbul AtatÃ¼rk Airport it is 67 kilometres away from Sabiha Gokcen Airport. ROOM: The spacious and smart rooms, have a flat-screen television, a bathroom with a shower, a bath, complimentary bathroom items, a hairdryer and a bathrobe. They have an air-conditioning system, a central heating system, a mini-bar, WiFi, fruit and mineral water. It also offers bedding change and daily cleaning. They also have a double bed, a direct line telephone, a safe, a coffee maker, a kettle and an ironing set. MEALS: Regarding the food and beverage offering, the establishment offers coffee shop and a restaurant. The establishment also 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="27" TotalAmount="222.48" OriginalAmount="216" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013074" Longitude="28.976942" StarRating="4" HotelCode="491146|217632" HotelName="Le Petit Palace Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Ibni Kemal Caddesi 12, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/49/494422/494422a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="222.48" OriginalAmount="216" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03383874" Longitude="28.9814736" StarRating="4" HotelCode="531576|199522" HotelName="Room Mate Emir" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Airport Transfer (on Demand),Housekeeping,Laundry,Massage Centre,Sauna,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuloglu Mahallesi, Sadri Alisik Sokak 33, Beyoglu, 34433 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/ee/ee465182834624a0/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Room Mate Emir kept intact the historic façade of the building and incorporated an innovative interi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="222.48" OriginalAmount="216" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|867062-28767810/1328528078072082355/3725" HotelName="GRAND SIRKECI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/47000000/46070000/46060900/46060867/2592b80a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="222.48" OriginalAmount="216.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.17528722" Longitude="29.6087549" StarRating="0" HotelCode="762574|sile_butik_otel" HotelName="Sile Butik Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Çavus Mahallesi, Plaj Yolu 4, 34980 Sile, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/36/2a3634108b30cebb7aba5c9edbe73771b05fbe81.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="222.56" OriginalAmount="216.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0633558" Longitude="28.989688" StarRating="0" HotelCode="|86760" HotelName="Belle Maison Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/6/0/86760_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inSisli the district of it is 3 kilometres away from Taksim the Square of. ROOM: Each room has WiFi (free of charge) and kitchenware.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="222.90" OriginalAmount="216.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.065123381941" Longitude="29.003229305557" StarRating="5" HotelCode="9467|144376" HotelName="Sürmeli Hotel Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prof. Dr. Bülent Tarcan Sokak 3, Gayrettepe, 34349 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/03/90030ded8e261b4d0e58e70fe397efaefa364c0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in the tourist and shopping quarter of Istanbul, this conference hotel is a perfec...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="222.94" OriginalAmount="216.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.025668" Longitude="28.626723" StarRating="0" HotelCode="|522854" HotelName="Rainbow Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/8/5/4/522854_9e94e5e1158.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="222.95" OriginalAmount="216.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0128397" Longitude="28.9767814" StarRating="4" HotelCode="|17604" HotelName="Golden Horn - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>EBUSUUD CD. SIRKECI 26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/6/0/4/17604_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 7 floors, 65 standard rooms and 4 suites. The establishment has a lobby with a reception, a safety deposit box service, a currency exchange service, a cloakroom, a lift, a bar, a pub, a games room, a TV room and a restaurant with air-conditioning. The establishment also has 2 conference rooms and internet. At an extra cost you can use room service, the medical care service and the launderette. SITUATION: This hotel is in Sirkeci it is close to SultÃ¡n Ahmet Square, the historic centre and El Cuerno Dorado It is 20 kilometres from the Istanbul Airport. ROOM: The comfortable rooms have with a bath or shower, a hairdryer, a direct line telephone, a television, a mini-bar, fitted carpets, internet, central heating and an air-conditioning system. OTHERS: Clients have at their disposal a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="223.04" OriginalAmount="216.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0329476" Longitude="28.9751638" StarRating="0" HotelCode="|83035" HotelName="Troya Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tepebasi Mesrutiyet Caddesi No: 45 - Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/3/5/83035_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts rooms with flatscreen TV, WiFi (free of charge), a restaurant, a bar a cafÃ© and excursions. SITUATION: Beyoglu It is in.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="223.12" OriginalAmount="216.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0630481" Longitude="28.9864346" StarRating="0" HotelCode="|108188" HotelName="116 Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Han?mefendi Sokak, 116, ili</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/8/8/108188_5309e4a1043.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Sisli the centre of near the establishment, you will find the stores, a business centre and leisure areas. ROOM: The establishment has suites and fully-equipped studios, They have WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="223.12" OriginalAmount="216.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01606" Longitude="28.55577" StarRating="0" HotelCode="|464684" HotelName="Marina Park Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>E-5 Londra Asfalti No 47</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/4/6/8/4/464684_6f1c55b0919.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="223.12" OriginalAmount="216.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.97726" Longitude="28.8743" StarRating="0" HotelCode="|246731" HotelName="Bakırköy Des Suit Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Zeytinlik Mah. Ebuziya Cad. Omer Naci Sok. No1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/6/7/3/1/246731_18.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="223.22" OriginalAmount="216.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036710667715" Longitude="28.990803658963" StarRating="4" HotelCode="185577|921155" HotelName="Opera Hotel Bosphorus" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Inonu Caddesi 26, Gumussuyu, Taksim, 34427 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/35/54/35540648332c25ba85fb5383321cf0c7f00f4580.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location in the heart of the city, just 500 metres from the Bosphorus and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="223.32" OriginalAmount="216.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03414" Longitude="28.98344" StarRating="0" HotelCode="|184994" HotelName="Taxim Lounge Hotel - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/9/9/4/184994_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="223.73" OriginalAmount="217.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0140198" Longitude="29.0285029" StarRating="4" HotelCode="|82930" HotelName="Volley Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Nuh Kuyusu Cad Seyit Ahmet Deresi Sok Altunizade Uskudar</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/3/0/82930_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a restaurant and a cosy bar. ROOM: Clients can find non-smoking rooms with WiFi (free of charge) and a balcony.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="224.54" OriginalAmount="218" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0162946" Longitude="28.97610215" StarRating="4" HotelCode="315776|47768" HotelName="Manesol Old City Bosporus" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sirkeci Hobyar Mahallesi, Mimar Kemalettin Caddesi No. 2, Fatih, 34112 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/36/98/3698efe79bb54152db2cd3010e5dbeb7d6c46493.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="224.54" OriginalAmount="218" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023475124826" Longitude="28.97708957373" StarRating="4" HotelCode="350798|217607" HotelName="Hotel Morione" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Kemankes Mahallesi, Maliye Caddesi, Demirciler Sokak No. 8, Karaköy, Beyoglu, 34425 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/6a/7f/6a7f0f93c9e5cdbfab92e367ee78ae226073851d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="224.54" OriginalAmount="218" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1455992-32839987/1328528078072082355/3659" HotelName="NEW INN HOTEL OLD TOWN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/website/common/img/no-image.png</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="224.82" OriginalAmount="218.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0294483" Longitude="28.9756633" StarRating="0" HotelCode="|86789" HotelName="Stories Hotel Kumbaracı" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kumbarac? Sk. No 66 Taksim Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/8/9/86789_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception, rooms with WiFi, (free of charge), a television. SITUATION: 20 metres away from the establishment, you can findIstiklal the commercial area of is situated in Beyoglu the district of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="224.88" OriginalAmount="218.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.956737357023" Longitude="29.080471685844" StarRating="4" HotelCode="118869|603345" HotelName="Suadiye Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaj Yolu 25, Bagdat Caddesi, Suadiye, 34740 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/6a/54/6a5400ca6194d8091485d1f8dd9e435c30b40a78.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="225.57" OriginalAmount="219" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99277912" Longitude="29.02598584" StarRating="4" HotelCode="451131|199008" HotelName="Istanbul Life Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Rihtim Caddesi, Resit Efendi Sokok 11, 34714  Kadiköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/01/b3/01b38acc04c34bacc2e03a5ea29a83617327ee6c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kadiköy.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="225.57" OriginalAmount="219" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.056930391459" Longitude="28.994351953373" StarRating="5" HotelCode="304003|40271" HotelName="Lausos Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>19 Mayis Caddesi Coruh Sokak 33, 34360 Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d6/c4/d6c45ea706104f266925930176e5e0983d3ac651.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="225.57" OriginalAmount="219" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01408949" Longitude="28.97688646" StarRating="4" HotelCode="779263|343385" HotelName="Palde Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Hoca Pasa Mahallesi, Hidavengi Caddesi 22, Serdar Sokak, Sirkeci, 34140 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/90/f4903ccd9187230ffbe4531e806735991383b996.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is in Sirkeci. A total of 52 accommodation units are available for guests' conve...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="225.57" OriginalAmount="219" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02828003" Longitude="28.97160361" StarRating="4" HotelCode="367946|199438" HotelName="The Biancho Hotel Pera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Evliya çelebi Mahallesi, Sadi Konuralp Caddesi 1, Istanbul, Beyoglu</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/41/410680/410680a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="225.57" OriginalAmount="219.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02256281318" Longitude="28.974476406926" StarRating="2" HotelCode="315893|nordstern_hotel_galata" HotelName="Nordstern Hotel Galata" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Arap Camii Mahallesi, Tersane Caddesi 5, Karaköy Meydani, Beyoglu, 34420 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/9d/009d5744cb52c65c70898bb4f41926b3af4c621d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="226.21" OriginalAmount="219.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008492151482" Longitude="28.958345314867" StarRating="3" HotelCode="118863|1461118" HotelName="Monaco Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ordu Caddesi, Sair Fitnat Sokak 20, Laleli, 34126 Istanbul, Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/99/f4993ba0b8105e9c77f3cce53db7631ed7185983.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="226.25" OriginalAmount="219.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012363494298" Longitude="28.95712852478" StarRating="4" HotelCode="9355|29744" HotelName="Carlton Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kemal Pasa, Fevziye Caddesi 22, 34470 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/92/4d/924d868d35a35db6da2d9694f282e1690644c1b3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel is located at the heart of the old town of Sehzadebasi in Istanbul. It lies in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="226.35" OriginalAmount="219.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.014831" Longitude="28.974294" StarRating="0" HotelCode="|534657" HotelName="Han 1772 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Vedat Sk. 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/6/5/7/534657_09eb3b21409.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="226.56" OriginalAmount="219.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0075517" Longitude="28.9547945" StarRating="0" HotelCode="|353457" HotelName="Fimka" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Kemalettin Mah. Aziimkar Sok. No:41</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/4/5/7/353457_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="226.59" OriginalAmount="219.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.980293" Longitude="29.10698" StarRating="0" HotelCode="|466440" HotelName="Tryp By Wyndham Istanbul Atasehir" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/6/4/4/0/466440_cbc01cc0731.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="226.60" OriginalAmount="220" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|464285-24353968/1328528078072082355/3660" HotelName="WISH MORE HOTELS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15270000/15263900/15263882/02b1d225_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="226.60" OriginalAmount="220.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009102896088" Longitude="28.954913020134" StarRating="4" HotelCode="170310|amethyst_hotel_2" HotelName="Amethyst" 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,Designated Smoking Area,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mesihpasa Mahallesi, Aksaray Caddesi 6, Laleli, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/45/6e/456e0b75d5fae1e09f317dfec4e7f04e69118657.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Laleli district of old Istanbul, the hotel is conveniently located within walking dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="226.60" OriginalAmount="220.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.062663" Longitude="28.986278" StarRating="5" HotelCode="263714|116_residence" HotelName="116 Residence Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hanimefendi Sokak No: 116, 34381 Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/11/6f11f54b1cb73cf69ac884834e0f42d8ccc01ace.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="226.60" OriginalAmount="220.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.069023" Longitude="29.002567" StarRating="1" HotelCode="373590|hotel_boursier_istanbul__boutique_class" HotelName="Hotel Boursier" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Massage Centre,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gulbahar Mahallesi, Oya Sokak 21, 34433 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/3d/783d1ce38f94c1f3ddb7df211e93cfecbb4e0967.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="226.60" OriginalAmount="220.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="878740|meserret_palace_hotel" HotelName="Meserret Palace Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hoca Pasa Mahallesi, Ebussuut Caddesi 51, Sirkeci Fatih, 34112 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/90/f9906e43e84fe22b29f202f8354d33052e866299.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="227.06" OriginalAmount="220.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99227" Longitude="29.04272" StarRating="4" HotelCode="|193200" HotelName="Holiday Inn Istanbul - Kadikoy, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Egitim Mahallesi Poyraz Sokak N6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/2/0/0/193200_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="227.06" OriginalAmount="220.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.053907" Longitude="28.946584" StarRating="0" HotelCode="|561084" HotelName="Stayso The House Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Imrahor Cd. 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/1/0/8/4/561084_31eaeef1037.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="227.31" OriginalAmount="220.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00703" Longitude="28.97055" StarRating="0" HotelCode="|192639" HotelName="Aprilis Gold Hotel - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Emin Sinan Hamami Sk No 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/6/3/9/192639_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227.63" OriginalAmount="221" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.93662952" Longitude="29.13584787" StarRating="5" HotelCode="317076|58761" HotelName="Burgu Arjaan by Rotana" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Altaycesme Mahallesi, Samanyolu Sokak 23, Maltepe, 34843 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/7a/a77abc0e48c8be56eba3a83e6a3317d77bae2ca8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227.63" OriginalAmount="221" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0146482672" Longitude="28.979033664418" StarRating="3" HotelCode="298197|199121" HotelName="Dream Bosphorus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa mahallesi, Nöbethane caddesi, Kum meydani sokak 16, Sirkeci, 34112 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/98/85/9885a896dd4cb1b573f630eb4f35b05208382e5d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227.63" OriginalAmount="221" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006986" Longitude="28.97158" StarRating="4" HotelCode="904127|30424" HotelName="INNOVA Sultanahmet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piyer Loti Cad. 6-8, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/af/c2/afc20decf56a5b93bfafcbac96e1c954e767d24a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Sultanahmet area of historic Istanbul, the hotel is a convenient 10 to 15-minute walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227.63" OriginalAmount="221" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005022820611" Longitude="28.964796839287" StarRating="4" HotelCode="292260|38166" HotelName="Skalion Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Hayrettin Mahallesi, Cifte Gelinler Caddesi 6, Kumkapi, Fatih, 34126 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6d/a2/6da28bf81036a30c996e69863bf3cb654c57298d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated half a kilometer from the Grand Bazaar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227.63" OriginalAmount="221" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.935687" Longitude="29.135853" StarRating="5" HotelCode="317086|58779" HotelName="Tango Arjaan by Rotana" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Kitchen,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Altayçesme Mahallesi, Samanyolu Sokak 23, Maltepe, 34843 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/0d/3e0dd9c46cc97f45777d3e515bcfefa2e69590ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="227.63" OriginalAmount="221.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.042717562558" Longitude="28.982566641807" StarRating="4" HotelCode="398076|taksim_elysium_residence_cts" HotelName="Elysium Residence Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Inonu Mahallesi, Elmadag Caddesi 56, Taksim, 34380 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/c5/55c53ef9a03c53c046cfd413054f3261f7d1adda.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="228.35" OriginalAmount="221.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01458" Longitude="28.975838" StarRating="4" HotelCode="260215|1069808" HotelName="Eurostars Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ankara Caddesi, Hocapasa Hamami Sokak No:1, Sirkeci, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/81/4d/814d7ba95af40d8b3b99d8426965bcd3097bb364.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="228.50" OriginalAmount="221.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008103" Longitude="28.964813" StarRating="3" HotelCode="|72445" HotelName="Niles  Istanbul - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ordu CaddesiDibekli Cami Sokak 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/4/4/5/72445_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated in the city centre, the historic centre, nearby, you will find tourist areas, places of interest. ROOM: The comfortable rooms, have an air-conditioning system, a bathroom and WiFi (free of charge), It also offers suites and Turkish bath.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="228.64" OriginalAmount="221.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0102" Longitude="28.97771" StarRating="0" HotelCode="|192893" HotelName="Cheers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Zeynep Sultan Camii Sokak No 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/8/9/3/192893_bc2105b1652.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="228.66" OriginalAmount="222.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003783749381" Longitude="28.975343262566" StarRating="3" HotelCode="191127|q_hotel_istanbul_2" HotelName="Q Hotel Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Küçük Ayasofya Caddesi 31, 34400 Istanbul, Sultanahmet</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/f1/88f1b3e21b1b457f36cfe7b17e7a5f3c3c52ed9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="228.77" OriginalAmount="222.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023281" Longitude="28.97183" StarRating="0" HotelCode="|534581" HotelName="ART SUITES KARAKOY" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Persembe Pazari Cd. 23</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/5/8/1/534581_df4cbab1115.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="228.80" OriginalAmount="222.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0384801" Longitude="28.9830413" StarRating="0" HotelCode="|86883" HotelName="Moss residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Feridiye Cad. No:34 Taksim</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/8/3/86883_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a gym with a sauna, rooms with air-conditioning and WiFi (free of charge). SITUATION: This establishment, is in Taksim the district of 400 metres away, guests can find Taksim the metro station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="229.69" OriginalAmount="223" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|10281-20618092/1328528078072082355/3728" HotelName="GOLDEN AGE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3250000/3243100/3243032/0225946a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="229.69" OriginalAmount="223.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035398" Longitude="28.98351" StarRating="2" HotelCode="188695|entes_apart" HotelName="Entes Apart" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Ipek Sokak No: 19, Taksim Istiklal Caddesi, 80060 Istanbul, Beyoglu</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/43/56439bc0552dffd86802c83aab8c9d9e14cacb1e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="229.77" OriginalAmount="223.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007457" Longitude="28.972658" StarRating="3" HotelCode="10214|399935" HotelName="Hotel Antea" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piyerloti Caddesi 11, Çemberlitas, Sultanahmet, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/dd/13dd678d8401b54c5e77c544d2730c63e2d8a369.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the middle of Istanbul's many historical attractions, close to sights and s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="230.13" OriginalAmount="223.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004887" Longitude="28.9801471" StarRating="0" HotelCode="|82923" HotelName="Agora Guesthouse and Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Cad Amiral Tafdil sok NO:6 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/2/3/82923_2370c131115.jpg</HotelPictures>
        <HotelDescription>SITUATION: Sultanahmet Is situated in this hotel is in Istanbul the historic centre of 300 metres away, guests have the mosque. ROOM: Each room has WiFi (free of charge) and a television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="230.48" OriginalAmount="223.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0135599" Longitude="28.9717858" StarRating="4" HotelCode="|23122" HotelName="Erboy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>EBUSUUD CAD. - SIRKECI 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/1/2/2/23122_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="230.72" OriginalAmount="224" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="3" HotelCode="968237|400163" HotelName="Mayla Golden Horn Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sutluce Mahallesi, Imrahor Caddesi 16/A, Beyoglu, 34445 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=11005396</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="230.72" OriginalAmount="224" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99431469" Longitude="29.02807291" StarRating="3" HotelCode="374919|217221" HotelName="W. House Kadikoy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Rasimpasa Mahallesi, Esrefoglu Sokagi 10, Kadikoy, Istanbul 34716</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=8909782</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="230.72" OriginalAmount="224" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00540886" Longitude="28.97272858" StarRating="4" HotelCode="781592|343534" HotelName="Yilsam Sultanahmet Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Elevator,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Dizdariye Cesmesi Sokak 21, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/6b/21/6b216ee4b062742d033ab072cf14e387f6136265.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With a stay at Yilsam Sultanahmet Hotel in Istanbul (Sultanahmet), you'll be minutes from Hippodrome...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="230.72" OriginalAmount="224.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.053683" Longitude="28.996728" StarRating="4" HotelCode="188691|cheya_nisantasi_tesvikiye" HotelName="Cheya Residence Tesvikiye" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ferah Sok. No: 7, Tesvikiye Mah., Istanbul 34365</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/b4/d5b41a8b0145d7823f76c3c0c835455ca8e49d05.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="230.72" OriginalAmount="224.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="878474|rental_house_istanbul_sultanahmet" HotelName="Bufes Hotel Sultanahmet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Divan Yolu Caddesi 44</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/4c/e24cacc1d1d85a8c8e318e17b197524c7490d408.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="230.72" OriginalAmount="224.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="957999|ardilas_residence" HotelName="Ardilas Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mahallesi, Bekar Sokak 19, Beyoglu, 34435 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/93/f693d4be5f6df95436b07b04fa8fc49a11758361.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="231.11" OriginalAmount="224.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003429" Longitude="28.970648" StarRating="0" HotelCode="|474675" HotelName="Sareban Hotel Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/4/6/7/5/474675_983976e1248.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="231.21" OriginalAmount="224.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9901655" Longitude="29.0248465" StarRating="0" HotelCode="|82933" HotelName="MyKent Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Serasker Cad. No:8 Kadikoy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/3/3/82933_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Istanbul It is in 200 metres away, guests can find Kadikoy the ferry station of. ROOM: Each room has an air-conditioning system, WiFi (free of charge) and a satellite television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="231.59" OriginalAmount="224.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005648" Longitude="28.979018" StarRating="3" HotelCode="177593|849285" HotelName="Aristocrat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mah. Dalbasti Sok. 11, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/3d/253d7844a66045d5df6801271f0ad2bb4ea4b52c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located roughly 200 m from the Blue Mosque and within easy walking distance of the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="231.75" OriginalAmount="225.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.053865" Longitude="28.9465589" StarRating="5" HotelCode="304098|lazzoni_hotel" HotelName="Lazzoni Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sütlüce Mahallesi, Imrahor Caddesi 14, 34445 Beyoglu</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b1/55/b155305197fbe195e1bd07d7a25176a59f812dee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="231.75" OriginalAmount="225.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034006627237" Longitude="28.988479830688" StarRating="4" HotelCode="475758|noble22_suites" HotelName="Noble22 Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Gumussuyu Mahalessi, Kolcak Sokak 11, Taksim, Beyoglu, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/3b/073b0dc188b779c37b2a3e996061216978e343dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul, approximately 18 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="231.75" OriginalAmount="225.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.014131909231" Longitude="28.942456825003" StarRating="0" HotelCode="883084|ottomans_life_hotel_deluxe" HotelName="Ottoman's Life Hotel Deluxe Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Conference Hall,Internet,Massage Centre,Sauna,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Mollagürani Mahallesi, Mollagürani Caddesi 8/16, Fatih, 34093 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/3b/cd3b436be70ed340d5d210e6dc3f98654ed86074.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="231.77" OriginalAmount="225.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0070806" Longitude="28.9718354" StarRating="3" HotelCode="|23121" HotelName="Sunlight" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Piyerloti Cad. No:28 - Cemberlitas</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/1/2/1/23121_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 1997, has 5 floors and 37 rooms. The establishment boasts a lobby with a reception, a safety deposit box service, a currency exchange service, a lift, a bar, a TV room, a car park (for a fee) and a restaurant with air-conditioning, For an additional charge you can use room service, the launderette and the medical care service. SITUATION: It is inIstanbul the historic centre of Topkapi Sarayi, Aya Sofya, Sultanahmed Camii and Kapalicarsi close to the establishment, clients can find it is 50 metres away from restaurants, shops and a public transport stop. It is situated 400 metres away from bars, pubs and nightclubs. it is situated 20 kilometres away from Istanbul Airport. ROOM: The rooms a bathroom, a hairdryer, a direct line telephone, satellite or cable TV, a mini-bar (available for a fee), a double bed, an air-conditioning system, individual heating with tiled floors and fitted carpets. PAYMENT METHODS: Customers can pay by Visa and Mastercard. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="231.80" OriginalAmount="225.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.018077" Longitude="28.928068" StarRating="4" HotelCode="|86941" HotelName="Topkapi Inter Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Topkapi Caddesi No: 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/4/1/86941_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Topkapi Inter Istanbul Hotel is rated four stars. SITUATION: It is located 100 metres away from the tram stop of Pazartekke. ROOM: The rooms have an air-conditioning system and an LCD TV.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="231.99" OriginalAmount="225.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008177491057" Longitude="28.96481525403" StarRating="3" HotelCode="118862|1433258" HotelName="Niles Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ordu Caddesi Dibekli Cami Sokak 13, Beyazit, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/dd/59dd7cf639947b3f2fd1c53c28879f72cd2ee931.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="232.23" OriginalAmount="225.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03782" Longitude="28.98355" StarRating="3" HotelCode="|184822" HotelName="Pera Luna Residence - Special Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mh. Taksim Cd. Yogurtcu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/8/2/2/184822_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="232.33" OriginalAmount="225.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0098835" Longitude="28.9538616" StarRating="3" HotelCode="|353434" HotelName="Parmada Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kemalpasa Mahallesi, Ordu Cadddesi No:74 Laleli, Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/4/3/4/353434_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="232.52" OriginalAmount="225.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98785709" Longitude="28.82995658" StarRating="5" HotelCode="260731|71724" HotelName="WOW Istanbul Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yesilkoy Mahallesi, Ataturk Caddesi 15-17-19, Bakirkoy, 34149 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/c8/fcc8230da76a595035b81f2daac843b2350497ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at 1 km from the most important airport of Istanbul, Atatürk Airport, and at 20...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="232.76" OriginalAmount="225.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003364" Longitude="28.981446" StarRating="0" HotelCode="|37008" HotelName="Radisson Hotel Istanbul Sultanahmet" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sultanahmet Mah. Kennedy Cad. Sahil Yolu No:12 Ah?rkap?</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/0/0/8/37008_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has air-conditioning, a lobby with a reception, a currency exchange service, a cloakroom, a bar, a dining area, a conference room and a car park. At an extra cost you can use room service, the launderette and internet. SITUATION: This historic hotel is in the historic centre, nearby, you will find museums, monuments and shops. around 17 kilometres away you can find the airport, 1 kilometre away, you can find Karakoy the dock near the establishment, you will find the metro station, the tram, bars, restaurants and nightclubs. ROOM: Clients are offered 31 rooms with a bathroom, a hairdryer, a direct line telephone, internet, a mini-bar, a double bed, an air-conditioning system, central heating, a safe and a balcony. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="232.78" OriginalAmount="226" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05909859" Longitude="28.95105451" StarRating="4" HotelCode="431064|206440" HotelName="Clarion Golden Horn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Imrahor Caddesi, Sivaseli Sokak 10, 34445 Sütlüce, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/541547/a_541547_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="232.78" OriginalAmount="226" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.037867560629" Longitude="28.983562434359" StarRating="3" HotelCode="933263|57959" HotelName="Pera Luna Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mahallesi, Taksim Caddesi, Yogurtcu Faik Sokak 2, Taksim, Beyoglu, 34440 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://images.dnatatravel.com/ei/9/7/9/8/9/5/4/0.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="232.78" OriginalAmount="226.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004713" Longitude="28.980115" StarRating="3" HotelCode="191061|bonjour_hotel_4" HotelName="Bonjour Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amiral Tafdil Sokak No. 10, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/6a/176a10c11cb8d535248527c3e0b9975825b70007.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="232.78" OriginalAmount="226.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008034210542" Longitude="28.954478502274" StarRating="3" HotelCode="186213|ephesus_hotel_3" HotelName="Hotel Ephesus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesihpasa Mahallesi, Aksaray caddesi No: 24, Laleli</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/4f/dd4ff055e36e8d90f4f7cc3d3c368cd781a781f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="232.78" OriginalAmount="226.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.995308" Longitude="29.024859" StarRating="3" HotelCode="267806|kad_koy_r_ht_m_hotel" HotelName="Kadikoey Rihtim Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rihtim Caddesi No: 62, 34716 Kadiköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/38/2e/382e5b885b07f922bfb84b31f2d91e3fdbe84cad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="232.78" OriginalAmount="226.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02281428" Longitude="28.97366463" StarRating="4" HotelCode="593774|momento_golden_horn_hotel" HotelName="Hotel Momento Golden Horn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Arap Cami Mahallesi, Tersane Caddesi 24, Karaköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ac/e0/ace02b8f650a461694809721142ccd4859f7d9e4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="232.78" OriginalAmount="226.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.022160509609" Longitude="29.044246673584" StarRating="4" HotelCode="905795|ramada_istanbul_asia_2" HotelName="Ramada Istanbul Asia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mahir Iz Cadesi 32, Altunizade Mh., Üsküdar, 34662 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4a/df/4adf9db16813a978124ce0485926f35881b84f5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Altunizade district of Uskudar on the Asian side of Istanbul. A large sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="232.80" OriginalAmount="226.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005183" Longitude="29.066457" StarRating="0" HotelCode="|467565" HotelName="Antwell Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Unalan Mah., Cagla Sk. No:1/A, Uskudar</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/5/6/5/467565_39d03cb1101.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="232.84" OriginalAmount="226.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009234" Longitude="28.949334" StarRating="0" HotelCode="|444991" HotelName="Hampton By Hilton Istanbul Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sorguccu Str. No 1 Aksaray, Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/9/9/1/444991_f9548530821.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="232.98" OriginalAmount="226.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034897" Longitude="28.976064" StarRating="0" HotelCode="|530383" HotelName="Walton Gardens Pera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hamalbasi Caddesi No:22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/0/3/8/3/530383_f6eefa41014.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="233.27" OriginalAmount="226.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9919713" Longitude="29.0256701" StarRating="0" HotelCode="|83002" HotelName="Parkhouse  and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Osmanaga Mah. Muhurdar Fuat Sk. No:12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/0/2/83002_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: Istanbul It is in. FACILITIES: The establishment boasts a spa with Turkish bath. ROOM: Customers have luxurious rooms with flatscreen television and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="233.32" OriginalAmount="226.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06509" Longitude="29.00402" StarRating="0" HotelCode="|185016" HotelName="The Leos Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gayrettepe Mah Fahri Gizden Sok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/0/1/6/185016_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="233.75" OriginalAmount="226.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0055008" Longitude="28.9732895" StarRating="3" HotelCode="|95924" HotelName="Daphne - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mah Su Terazisi Sokak 10,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/9/2/4/95924_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a terrace with sea views, a cafÃ©, WiFi and an Ã  la carte restaurant. The establishment also offers room service and a reception. SITUATION: This hotel Sultanahmet it is in nearby, you will find the tourist attractions, 550 metres away, clients have Sultanahmet the Railway Station of it is well-connected, At an extra charge, the establishment offers a transfer service to Istanbul AtatÃ¼rk Airport it is situated 20 kilometres away from Istanbul AtatÃ¼rk Airport. ROOM: All the rooms have cable television, a mini-bar, an air-conditioning system, a safe, a bathroom with a bath and a hairdryer. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="233.81" OriginalAmount="227" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008459375267" Longitude="28.962567708004" StarRating="4" HotelCode="24952|477451" HotelName="Baron Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mimar kemalettin Mahallesi, Buyuk Tulumba Sokak 4, Beyazit, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a4/60/a460aa71b789c2fb32de72face16de7be200e147.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located quite near to the large bazaars in Beyazit. The hotel is well situated for acc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="233.81" OriginalAmount="227" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="4" HotelCode="386916|27982" HotelName="Amisos The Boutique" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ebusuud Caddesi No. 2, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/3c/763ceb059f33e92767cf32a2ce0e4554e28d41fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel has an excellent location overlooking Gülhane Park, Topkapi Palace and the Bosph...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="233.81" OriginalAmount="227.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.015854" Longitude="28.973734" StarRating="5" HotelCode="64043|legacy_ottoman_hotel" HotelName="Legacy Ottoman Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Hobyar Mahallesi, Hamidiye Caddesi 16, 34112 Istanbul, Sirkeci</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/15/a2/15a28bbaa6c0961ed503061fdfb0f3e17041914e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just a 5-minute walk from the city centre, and from links to the public transpo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="233.81" OriginalAmount="227.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.068551108062" Longitude="29.007437655371" StarRating="3" HotelCode="154660|villa_blanche_hotel" HotelName="Villa Blanche" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Keskinkalem Sokak 7, Esentepe, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/05/7205bb5a73decf6b79455b39791db4965b04cf5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="233.81" OriginalAmount="227.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01225906" Longitude="28.95601137" StarRating="0" HotelCode="516714|hotel_buyuk_sehzade" HotelName="Hotel Buyuk Sehzade" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gencturk Caddesi No 66</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/71/6271ac3f9235d72f8e568424f84ee9ff6a1770eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="233.88" OriginalAmount="227.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9929793" Longitude="29.0254787" StarRating="3" HotelCode="|244252" HotelName="Golden Siyav" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Osmanaga Mahallesi Rihtim Caddesi Resitefendi Sokak No. 5, Kadikoy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/4/2/5/2/244252_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="233.93" OriginalAmount="227.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0353572" Longitude="28.9832218" StarRating="0" HotelCode="|224760" HotelName="Mukarnas Taksim " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>katip mustafa celebi mh ipek sk no 6 beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/7/6/0/224760_937264c1211.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="234.01" OriginalAmount="227.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0045153" Longitude="28.9800187" StarRating="0" HotelCode="|86886" HotelName="Azade Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Mehmet Aga Caddesi No.17/19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/8/6/86886_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a wellness centre and a restaurant on the rooftop. SITUATION: This establishment, Sultan Ahmed Mosque it is 200 metres away from.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="234.05" OriginalAmount="227.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0044964" Longitude="28.9800391" StarRating="0" HotelCode="|83033" HotelName="Historia-Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Amiral tafdil sok. No:11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/3/3/83033_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has rooms with air-conditioning and a patio with a fountain. SITUATION: Sultan Ahmed Mosque It is situated 5 minutes away from.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="234.06" OriginalAmount="227.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.991851" Longitude="29.026877" StarRating="0" HotelCode="|522154" HotelName="Viva Suits" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/1/5/4/522154_a4b09cf0948.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="234.08" OriginalAmount="227.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004431" Longitude="29.038244" StarRating="4" HotelCode="|444219" HotelName="Buem Koşuyolu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Acibadem Mahallesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/2/1/9/444219_c388d050831.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="234.20" OriginalAmount="227.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00976" Longitude="28.97869" StarRating="0" HotelCode="|184141" HotelName="Anthemis Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mh Haci Tahsin Bey sok No 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/1/4/1/184141_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="234.84" OriginalAmount="228" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023201" Longitude="28.62663" StarRating="5" HotelCode="41097|237480" HotelName="Kaya Istanbul Fair &amp; Convention" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Gökevler Mahallesi, 2317. Sokak 1, Esenyurt, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/a5/6aa5abe13caf85b15cb308ce0996e20c46ebf60e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Within walking distance of the Tuyap Convention Centre, this hotel is located approximately 30 km aw...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="234.84" OriginalAmount="228" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00545343" Longitude="28.97983116" StarRating="0" HotelCode="593975|237494" HotelName="Magnaura House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Akbiyik Caddesi 19, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/766490/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="234.84" OriginalAmount="228.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04842749" Longitude="29.02506504" StarRating="0" HotelCode="374306|nevv_bosphorus_hotel__suites" HotelName="Nevv Bosphorus Hotel &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Muallim Naci Caddesi 7, Ortaköy/Besiktas, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/63/a06309e6412e213ae37c874ff0a97748311dcf9d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="235.13" OriginalAmount="228.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.969704" Longitude="29.0971237" StarRating="5" HotelCode="|42195" HotelName="Byotell  Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SANIYE ERMUTLU SOK NO 3 KOZYATAGI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/9/5/42195_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was renovated in 2007 and has 129 standard rooms. The establishment has a dance hall, a garden, air-conditioning, a lobby, a reception, a currency exchange service, a cloakroom and a lift. The establishment also has a hairdresser's, restaurants, conference rooms, internet and WiFi. At an additional cost you can have access to room service and a laundry service. The establishment also offers indoor parking and a playground. SITUATION: This hotel is in the business area. It is in Kozyatagi near the establishment, you will find commercial areas, restaurants, bars and the nightlife. 45 minutes away from the establishment you have tourist areas. Is 45 kilometres from Sabiha Gokcen Airport. It is 20 kilometres from the Istanbul AtatÃ¼rk Airport. ROOM: The elegant and comfortable rooms have a bathroom, a hairdryer, a direct line telephone and internet. They also have a television, a mini-bar, a double bed, an air-conditioning system, individual heating and a safety deposit box. FACILITIES: The establishment has a gym, a spa, a health centre, a massage service (available for a fee), a Turkish bath, a steam bath and a sauna. Guests can also enjoy a covered pool and deck chairs.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="235.31" OriginalAmount="228.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.048443" Longitude="29.021374" StarRating="3" HotelCode="|182951" HotelName="Palanga Bosphorus Ortakoy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Palanga Caddesi No:24 Ortakoy / Istanbul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/2/9/5/1/182951_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="235.73" OriginalAmount="228.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0071798" Longitude="28.9720798" StarRating="4" HotelCode="|37601" HotelName="AHC Ayasofya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PIYERLOTI CAD NO 1 SULTANAHMET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/6/0/1/37601_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban, boutique hotel, renovated in 2007, has 36 rooms, air-conditioning, a lobby, a reception, a currency exchange service, a cloakroom and a lift. Guests also have access to a restaurant, a bar, conference facilities, WiFi, a business centre with internet, a printing service, a telephone, a fax machine, courier service and a car hire desk. At an extra cost you can use room service and the launderette. The establishment also has a car park. SITUATION: This hotel Hagia Sophia, Sultan Ahmed Mosque, the Basilica Cistern, the Grand Bazaar, the Spice Bazaar, Divan Yolu and Topkapi Palace it is situated close to in the surrounding area, clients can find restaurants, bars, public transport services and shops. it is 10 minutes away from the railway station, 18 kilometres away, you can find Istanbul AtatÃ¼rk Airport. ROOM: Each room has a bathroom, a hairdryer, a direct line telephone, satellite or cable TV, internet, a mini-bar, a coffee maker, a kettle, a double bed, an air-conditioning system, heating and a safety deposit box. FACILITIES: The establishment boasts a hammam and a Turkish bath (available for a fee), For a fee, you can enjoy a massage service, aromatherapy treatments and a sauna. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and Ã  la carte lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="235.73" OriginalAmount="228.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040172205087" Longitude="28.98446559906" StarRating="4" HotelCode="69649|80174" HotelName="Mid Town" 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,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Lamartin Cad. No. 13, 34437 Taksim</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/27/98/27987f4080e1258b12071c8d8a08126d70dc8434.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Taksim, in the heart of Istanbul’s new city. Bars, restaurants and links to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="235.74" OriginalAmount="228.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.067504" Longitude="29.002243" StarRating="4" HotelCode="|443747" HotelName="Milord" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/3/7/4/7/443747_c1a15f91005.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="235.83" OriginalAmount="228.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0236256" Longitude="28.9750738" StarRating="0" HotelCode="|184590" HotelName="Karakoy Aparts" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yuksek Kaldrm Caddesi No.49 Karakoy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/5/9/0/184590_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="235.87" OriginalAmount="229" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03857" Longitude="28.983895" StarRating="4" HotelCode="298975|58330" HotelName="The Parma Hotel Taksim" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abdülhak Hamid Caddesi 22, Kocatepe Mahallesi, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8d/5d/8d5dd554743bac01f904b8f65d8b8d2fe59be80b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="235.87" OriginalAmount="229" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="30.5060295" Longitude="-87.2213837" StarRating="5" HotelCode="0|533474-14282533/1328528078072082355/3841" HotelName="MILLENIUM ISTANBUL GOLDEN HORN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>7750 NORTH DAVIS HIGHWAY, PENSACOLA, UNITED STATES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/23000000/22360000/22355800/22355737/98eb49be_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="235.87" OriginalAmount="229.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00565024" Longitude="28.98026262" StarRating="0" HotelCode="850402|royan_suites" HotelName="Royan Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Akbiyik Caddesi 42, Fatih, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/1a/f61a3b1c6fe7da08d7f474794ba42916c5ed8490.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="235.87" OriginalAmount="229.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="981307|des_arts_galata_hotel" HotelName="Hotel Des Arts" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sahkulu Mahallesi, Kucuk Hendek Caddesi 11/1, Beyoglu, 34421 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d5/6b/d56b0cf2cace02fdf6f7ec11dc45660213df6f84.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="235.97" OriginalAmount="229.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005604941196" Longitude="28.98012912727" StarRating="4" HotelCode="98934|2065605" HotelName="GLK PREMIER Regency Suites &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Caddesi 46, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/06787a71fc90a6fc/b2/b2d7ac0ec884e1f4/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;These suites are located in the lower area of the Sultanahmet district, just a 5-minute walk from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="236.10" OriginalAmount="229.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023806" Longitude="28.974944" StarRating="0" HotelCode="|525466" HotelName="Khai Karaköy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bereketzade Mahallesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/4/6/6/525466_88346391016.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="236.11" OriginalAmount="229.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008026" Longitude="28.972977" StarRating="4" HotelCode="15891|86622" HotelName="Pierre Loti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piyerloti Cd. No: 1, Sultanahmet, Cemberlitas, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/21/362126cc6e0db42a62c7c01035367b76f2fa995b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is 5 minutes away from the closest tramway stops (Sultanahmet and Çemberlitas). Guests wil...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="236.25" OriginalAmount="229.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008347936316" Longitude="28.975979089737" StarRating="3" HotelCode="65198|362425" HotelName="Ambassador Istanbul" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Divanyolu Ticarethane Sokak 19, Sultanahmet, 34420 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/cb/eccb7db4e16c1ef33e7e5421a2a6450edd90ef35.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="236.35" OriginalAmount="229.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00765" Longitude="28.971663" StarRating="4" HotelCode="219906|959445" HotelName="Aprilis" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mah. Peykhane Sk. No: 4, Çemberlitas, Fatih 34122, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/71/d4/71d4356a25ac39d0bf1fcfca05ee67751b9e6deb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="236.59" OriginalAmount="229.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.021985" Longitude="28.976063" StarRating="4" HotelCode="|443954" HotelName="Weingart Port Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kemankes Cd. 14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/3/9/5/4/443954_68e83f51124.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="236.69" OriginalAmount="229.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.987787" Longitude="28.828286" StarRating="5" HotelCode="|39876" HotelName="Wow Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Istanbul Dunya Ticaret Merkezi Yesilkoy, Istanbul 34149</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/7/6/39876_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was opened in 2007 and has 277 rooms. Is perfect for business and holiday stays. Some of the facilities that the establishment offers to guests include a lobby with a reception, a safety deposit box service, a currency exchange service, a cloakroom, 3 lifts, a cafÃ©, a hairdresser's, a bar, a restaurant and conference facilities. If you pay a supplement, you are offered internet in communal areas, room service and a laundry service. Guests also have access to a car park and an indoor car park. Kids can enjoy a playground. SITUATION: This hotel is in World Trade Center and the exhibition centre CNR. Close to the establishment, clients can find the airport and the metro station, close to the metro station. 16 kilometres away from the establishment, guests will find the city centre. It is 5 minutes away from YesilkÃ¶y where you can find restaurants, bars and shops. Near the establishment, you will find Sultanahmed Camii, Topkapi Sarayi and Hagia Sophia ROOM: The luxurious rooms have a flat-screen television with pay channels, an air-conditioning system, a safety deposit box, a bathroom with a bath, a hairdryer, a direct line telephone, internet, a mini-bar, heating, a coffee maker, a kettle and a king size or double bed. FACILITIES: At no extra cost, guests can use the Turkish bath. Guests can enjoy a covered heated pool (available for a fee) with an outdoor bar and deck chairs. For a small supplement, you are offered a sauna and a massage service. The establishment also has a gym. PAYMENT METHODS: Customers can pay by American Express, Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast and Ã  la carte lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="236.90" OriginalAmount="230" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.031632965055" Longitude="28.980091701649" StarRating="4" HotelCode="320749|48019" HotelName="Casa di Bava" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Firuzaga Mahallesi, Bostanbasi Sokak 28, Beyoglu, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/80/5a/805a87f64b46e2801adefbc2e534035ce4d1d8f1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="236.90" OriginalAmount="230" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9554134" Longitude="29.1167787" StarRating="0" HotelCode="760328|343216" HotelName="Elite World Asia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,ATM/Cash Machine,Banquet Hall,Bar,Business Centre,Conference Hall,Currency Exchange,Designated Smoking Area,Dining,Garden,Internet,Laundry,Lounge,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Sauna,Spa,Telephone Service,Valet Parking,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Inönü Caddesi 22, Küçükyali, Maltepe, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/9a773bcfab5cefea/e2/e23b22d11d87efe8dd068ac22074af5f/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated Hotel is in Maltepe. A total of 350 guests rooms are available for guests' conven...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="236.90" OriginalAmount="230.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01445606" Longitude="28.97607744" StarRating="3" HotelCode="746452|old_port_hotel_3" HotelName="Old Port Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Muradiye Caddesi 11, Sirkeci, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/21/e0211814cea3809e23a9c0eae088bdce7aac7214.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Location
Located in Old City, this hotel is within a 10-minute walk of New Mosque, Spice Bazaar and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="237.45" OriginalAmount="230.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012559813186" Longitude="28.977180719376" StarRating="3" HotelCode="12153|1425128" HotelName="Erboy Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ebusuud Caddesi 18, Sirkeci, 34210 Istanbul, Fatih</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a0/aa/a0aaa5414a4d5baab2a40f95cfe18f18ddc44f24.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Sirkeci, in the wonderful old town of Istanbul. Sightseeing attractions su...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="237.68" OriginalAmount="230.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0091197" Longitude="28.9789899" StarRating="4" HotelCode="|34759" HotelName="Ottoman Imperial - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CAFERIYE SOK.NO:6/1SULTANAHMET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/7/5/9/34759_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 1854, renovated in 2006, has 54 rooms, suites and 3 floors. The establishment has a reception, a safety deposit box service, a currency exchange service, a cloakroom, a lift and a kiosk. Our guests can find a bar, 2 restaurants, a fax machine, computer, a scanner and a printing service. The establishment also offers internet, room service, a laundry service and a car park. SITUATION: Is situated in the heart of the historic centre, in the surrounding area, clients can find tourist points of interest, Clients can also find commercial areas and the harbour. 2000 metres away, there is a tram stop, is 19 kilometres away from Istanbul AtatÃ¼rk Airport. ROOM: The establishment has rooms and suites. Guests are offered renovated rooms, a bathroom with a hairdryer, an air-conditioning system, a direct line telephone and a satellite TV. They also have internet, data connection, a mini-bar, a writing desk and a safe. Guests can find Pemium rooms with coffee pot, a kettle, internet and a bathrobe. FACILITIES: The establishment boasts a Turkish bath. PAYMENT METHODS: Customers can pay by American Express, Visa and Mastercard. OTHERS: Regarding the food and beverage offering, clients have 2 restaurants and a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="237.68" OriginalAmount="230.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0569052" Longitude="28.994261" StarRating="5" HotelCode="|184602" HotelName="Lausos Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Mahallesi 19 Mayis Cad</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/6/0/2/184602_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="237.70" OriginalAmount="230.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0391799" Longitude="28.9850198" StarRating="0" HotelCode="|94480" HotelName="Taksim Gonen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KOCATEPE MAH. AYDEDE CAD. TAKSIM 15 , Istanbul 34447 Turkey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/4/4/8/0/94480_13.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is 110 metres away from Taksim the square Close to shops, restaurants and bars. it is situated 1,5 kilometres away from Dolmabahce the Palace of la Torre de GÃ¡lata 2,2 kilometres away from. ROOM: All the rooms have a flat-screen television, jacuzzi, wooden furniture, an air-conditioning system, a satellite TV, a mini-bar and a hairdryer. Some rooms have a sitting room. FACILITIES: The establishment has a bar, a covered swimming pool, a fitness centre, a Turkish bath and a sauna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="237.93" OriginalAmount="231" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.020038332584" Longitude="29.014416524766" StarRating="4" HotelCode="320723|237678" HotelName="The Bosphorus House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/06/2026" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Aziz Mahmut Hudai Mahallesi, Halk Caddesi 44, Uskudar, 34662 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://images.dnatatravel.com/ei/4/3/0/9/3/0/8/0.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="237.93" OriginalAmount="231" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="29.67514" Longitude="-95.54622" StarRating="4" HotelCode="0|384182-32839729/1328528078072082355/3765" HotelName="ARISE HOTEL GOLDEN HORN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>9638 PLAINFIELD STREET, HOUSTON, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13490000/13488600/13488589/a870aa1e_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Location.    Plainfield Inn Southwest Houston is located in Houston's Southwest Houston neighborhood, close to Museum of Southern History at Houston Baptist University and Halliburton Headquarters. Additional area points of interest include Nature Discovery Center.    Property Features.   Recreational amenities include an outdoor pool. Complimentary wireless Internet access is available in public areas. Guest parking is complimentary. Additional property amenities include multilingual staff, laundry facilities, and RV and truck parking.    Guestrooms.     77 guestrooms at Plainfield Inn Southwest Houston feature air conditioning. In addition to phones, guestrooms offer free local calls (restrictions may apply).     Room Info:  Name: One queen non smoking Description:    One Queen Bed   Air conditioning and electronic/magnetic keys are among the included amenities. This room is Non-Smoking.     Name: One queen smoking Description:    One Queen Bed   Air conditioning and electronic/magnetic keys are among the included amenities. This room is Smoking.     Name: Two queens non smoking  Description:    Two Queen Beds   Air conditioning and electronic/magnetic keys are among the included amenities. This room is Non-Smoking.     Name: Two queens smoking  Description:    Two Queen Beds   Air conditioning and electronic/magnetic keys are among the included amenities. This room is Smoking.     Name: One Bed, Accessible (Handicap Accessible) Description:    One Bed   Air conditioning and electronic/magnetic keys are among the included amenities.       Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.    Property Information:  Pets not allowed   Check-out time is noon  Check-in time starts at 2 PM  &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="237.93" OriginalAmount="231.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0296914" Longitude="28.9743247" StarRating="3" HotelCode="200050|pera_residence" HotelName="Pera Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Asmalimescit Street, Asmalimescit Mahallesi, Beyoglu, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/eb/1beb4e0f89e132b5e54d81a86b347c178a94e635.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="237.93" OriginalAmount="231.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.97759312" Longitude="28.87458641" StarRating="0" HotelCode="613614|palmiye_suit" HotelName="Palmiye Suit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Cevizlik Mahallesi, Ebu Ziya Caddesi 24, Bakirkoy, 34142 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/f5/d9f5a6cb83e9a0c2c0784c55efc8962135202d21.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access is available to travellers in the public areas. Those arriving in their own...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="237.93" OriginalAmount="231.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038960084539" Longitude="28.974333580426" StarRating="5" HotelCode="737446|sheraton_istanbul_city_center" HotelName="Titanic Downtown Beyoglu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Hacihmet Mahallesi, Kurtulus Deresi Caddesi 21, Beyoglu, 34440 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/79/c679c4653f9adfab4c8e8a21c8b2a8fbf11ea09f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="238.05" OriginalAmount="231.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005533" Longitude="28.979122" StarRating="3" HotelCode="11087|1427188" HotelName="Blue House" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dalbasti Sokak 14, Sultanahmet, 34400 Istambul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/105869/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="238.07" OriginalAmount="231.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011503" Longitude="28.956865" StarRating="4" HotelCode="|74821" HotelName="Grand Washington" 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/7/4/8/2/1/74821_80d8b081000.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated in the historic centre, nearby, you will find places of interest, is 15 kilometres away from Istanbul AtatÃ¼rk Airport the establishment is 15 kilometres away from the Congress Centre, 7 minutes away, there is a tram stop. ROOM: The rooms have an air-conditioning system, a satellite television, a mini-bar, a hairdryer, a safe, a direct line telephone, WiFi and a bathroom with a bath.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="238.30" OriginalAmount="231.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.951363" Longitude="29.099228" StarRating="0" HotelCode="|526570" HotelName="La Cielo Suites Bostancı" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Altintepe Mah. Galipbey Caddesi No 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/6/5/7/0/526570_77271d71031.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="238.32" OriginalAmount="231.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.080031" Longitude="29.006335" StarRating="0" HotelCode="|531526" HotelName="Rose Plus Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>kavakli sok no7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/1/5/2/6/531526_ff639781355.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="238.46" OriginalAmount="231.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.062978" Longitude="28.987633" StarRating="4" HotelCode="210537|184092" HotelName="My Bade Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Abide-i Hurriyet Caddesi 179, Merkez Mahallesi, Sisli, 34381 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/184092/184092a_hb_a_006.JPG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="238.96" OriginalAmount="232.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.011577" Longitude="28.955533" StarRating="3" HotelCode="118821|liberty_hotel_2" HotelName="Liberty Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gencturk Caddesi, Aga Yokusu 18, Sehzadebasi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/32/53321184c561224e64bb42545c9fb7783cac06a0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="238.96" OriginalAmount="232.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.056938033809" Longitude="28.988736" StarRating="4" HotelCode="310536|halifaks_hotel" HotelName="Halifaks Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Mayis Mahallesi, Kücükbahce Sokak 25, Sisli, Osmanbey, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/79/9079103448ccaf278b2c4fa6f7ee97d2553acf8a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="238.96" OriginalAmount="232.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040890385537" Longitude="28.984047174454" StarRating="4" HotelCode="409442|titanic_city_taksim" HotelName="Titanic City Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Lamartin Caddesi 47, Taksim, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/9f/6f9fb9f7bd4272570a04461a2e3b0e5d2989ad47.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Taksim, where history and different cultures stand side by side. It enjoys a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="238.96" OriginalAmount="232.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.996251" Longitude="29.025017" StarRating="3" HotelCode="933205|deniz_otel" HotelName="Deniz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Orgeneral Sahap GÜrler Caddesi No. 2, Kadikoy, 81320 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/46/ed46f86a2ca5b2daf9b4fd3ab8bb0fdafb518076.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="239.09" OriginalAmount="232.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.991916816946" Longitude="29.025650918484" StarRating="3" HotelCode="152018|606645" HotelName="Parkhouse Boutique &amp; Spa" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Jacuzzi,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Osmanaga Mahallesi, Muhurdar Fuat Sok 12, Kadiköy, 34714 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/211601/211601a_hb_a_032.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="239.34" OriginalAmount="232.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9921244" Longitude="29.02625" StarRating="3" HotelCode="|108047" HotelName="Grand As" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Nuzhetefendi Sokak No:27/1 Kadikoy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/0/4/7/108047_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a terrace with sea views, private parking (free of charge), WiFi (free of charge) and a reception. SITUATION: It is situated 200 metres away fromKadikoy the Ferry of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="239.77" OriginalAmount="232.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03211475533" Longitude="28.978205300594" StarRating="3" HotelCode="191149|2007155" HotelName="Taksim Premium Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Kitchen,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuloglu Mahallesi, Yenicarsi Caddesi 5A, 34440 Istanbul, Beyoglu</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/a4/e8a41620454b597e32a13f01baeb2f07affa2fb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="239.81" OriginalAmount="232.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0038573" Longitude="28.9718284" StarRating="0" HotelCode="|107954" HotelName="Bright Apart Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mah. Yusuf Ask?n Sokak No:16 Fatih/ Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/9/5/4/107954_6ee319c1134.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inIstanbul the old area of 500 metres away, guests can find the mosque. ROOM: Each room has WiFi (free of charge), an air-conditioning system and a flat-screen television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="239.99" OriginalAmount="233" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.048419308737" Longitude="28.987440577803" StarRating="5" HotelCode="326631|60109" HotelName="Arts Hotel Istanbul Bosphorus" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Halaskargazi Caddesi 1, Harbiye, Sisli, 34367 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/eaf49b31d801de4a/98/981ca8f8207ea82c/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="239.99" OriginalAmount="233" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.992821331398" Longitude="29.02546863373" StarRating="2" HotelCode="318563|217214" HotelName="Golden Rest Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Resit efendi Sokak No 5, Rihtim Caddesi, Kadikoy, Istanbul 34714</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/20/bb20f4e4b97800e39d49531af31a38fd801947b8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="239.99" OriginalAmount="233" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035293930387" Longitude="28.9833" StarRating="3" HotelCode="739678|271811" HotelName="Mukarnas Pera Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Jacuzzi,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Katip Mustafa Çelebi Mahallesi, Ipek Sokak 6, Beyoglu, 34433 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/625123/625123a_hb_a_005.JPG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="240.74" OriginalAmount="233.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04237" Longitude="28.98484" StarRating="0" HotelCode="|551884" HotelName="Endless Art Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Inonu Mh., Elmadag Cd., No. 28</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/1/8/8/4/551884_e5327751533.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="241.02" OriginalAmount="234.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.031112" Longitude="28.974035" StarRating="4" HotelCode="33265|the_marmara_pera" HotelName="The Marmara Pera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Caddesi, Tepebasi, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b2/09/b2090c1629e035d4816cf27eecbd8d53ad8e30c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing city hotel is situated within the immediate vicinity of the Galata Tower and Taksim S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="241.02" OriginalAmount="234.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023827210726" Longitude="28.974928529287" StarRating="0" HotelCode="187209|gradiva_hotel" HotelName="The Purl Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bereket Mahallesi, Bankalar Caddesi No. 2/1, Voyvoda Sokak, Karaköy / Beyoglu, 34420 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/52/ce523da2d5f18f09713b85f20c01c103253c5d26.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a great location close to the Galata Bridge and Golden Horn in Karaköy, Istanbul. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="241.16" OriginalAmount="234.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.95536" Longitude="29.11673" StarRating="5" HotelCode="|444525" HotelName="Elite World Grand Istanbul Kucukyali" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/5/2/5/444525_9f4d9450851.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="241.25" OriginalAmount="234.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.024293" Longitude="29.040995" StarRating="4" HotelCode="212978|916905" HotelName="Mercure Istanbul Altunizade" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Altunizade Mahallesi Kisikli Caddesi, Oymaci Sokak 9, 34662 Istanbul, Uskudar</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5d/7d/5d7d6dd4326c041eec5fd828c41ec9b7f5a0c838.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can feel at home in one of the 140 rooms. Most storeys can be reached by lift. Services and f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="241.37" OriginalAmount="234.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9357975" Longitude="29.1352648" StarRating="5" HotelCode="|184949" HotelName="Tango Arjaan By Rotana Istanbul Asia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Altaycesme Mh. Samanyolu Sk. No:23 Maltepe, Maltepe, 34843 Istanbul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/9/4/9/184949_1cab5f51504.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="241.38" OriginalAmount="234.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.020171" Longitude="29.014621" StarRating="0" HotelCode="|525310" HotelName="The Bosphorus Aparts" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Aziz Mahmud Hudai Mah Halk Cad No:44</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/3/1/0/525310_b27d8881158.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="242.05" OriginalAmount="235" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-34.0011" Longitude="23.0273" StarRating="5" HotelCode="0|361685-27456328/1328528078072082355/107" HotelName="RAMADA &amp;amp; SUITES BY WYNDHAM ISTANBUL MERTER" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>NO 1 OLD CAPE ROAD, KNYSNA, ZA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10920000/10917500/10917432/a6e056ad_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Location.    Simola Hotel, Country Club &amp;amp; Spa is a business-friendly hotel located in Knysna's Garden Route neighborhood, close to Knysna Elephant Park and Knysna Quays. Other area points of interest include Featherbed Nature Reserve and Goukamma Nature and Marine Reserve.    Hotel Features.   Simola Hotel, Country Club &amp;amp; Spa features a restaurant, a poolside bar, and a bar/lounge. Room service is available 24 hours a day. Recreational amenities include a golf course. Also located on site are an outdoor pool, an indoor pool, a spa tub, and a sauna. Spa amenities include spa services, massage/treatment rooms, facials, and body treatments. This 5-star property has a 24-hour business center and offers a meeting/conference room and audiovisual equipment. Wireless Internet access is available in public areas. The property offers an area shuttle (surcharge).  Wedding services, concierge services, tour/ticket assistance, and tour assistance are available. Guest parking is complimentary. Additional property amenities include a fitness facility, a terrace, and barbecue grills.    Guestrooms.     80 air-conditioned guestrooms at Simola Hotel, Country Club &amp;amp; Spa feature fireplaces and coffee/tea makers. Balconies offer golf course, partial ocean, or mountain views. Kitchenettes include microwaves, refrigerators, cookware/dishes/utensils, and kitchen linens (dishtowels, sponges, etc). Bathrooms feature separate bathtubs and showers, bathrobes, slippers, and hair dryers. Wireless Internet access is complimentary. In addition to desks and safes, guestrooms offer direct-dial phones. Plasma televisions have satellite channels and DVD players. Rooms also include ceiling fans. Guests may request a turndown service, irons/ironing boards, and wake-up calls. Housekeeping is available daily. Guestrooms are all non-smoking.     Room Info:       Notifications:      This property offers transfers from the airport. Guests must contact the property with arrival details before travel, using the contact information on the booking confirmation.   Reservations are required for golf tee times, massage services, and spa treatments. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation.           Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.    Property Information:  Check-in time starts at 4 PM  Check-out time is 11 AM  Pets not allowed   &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="242.05" OriginalAmount="235" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|529967-27456174/1328528078072082355/128" HotelName="RAMADA BY WYNDHAM ISTANBUL ALIBEYKOY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19820000/19810400/19810358/1c46c817_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="242.05" OriginalAmount="235" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="37.763674" Longitude="20.925685" StarRating="4" HotelCode="0|565313-20618091/1328528078072082355/3766" HotelName="CENTRO WESTSIDE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> ARGASSI, ARGASSI, GR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/24000000/23500000/23494600/23494521/858f1357_b.jpg</HotelPictures>
        <HotelDescription>This hotel is gently nestled amongst pine trees at just 2 minutes' walk from the beautiful, well-kept shingle beach of Argassi. There guests can find a large range of water sports facilities that will provide that extra adrenaline rush, plus many restaurants, taverns and bars ideal for a drink and a bite after a relaxed evening stroll. The venue itself also features a charming restaurant serving Greek and international dishes, plus all of its self-catering rooms come with well-equipped kitchenettes. The latter open to balconies overlooking the gardens, which are just made for sipping chilled wine and chatting while the sun sets over the sea.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="242.05" OriginalAmount="235.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03592" Longitude="28.98241" StarRating="3" HotelCode="323623|fitas_oda_beyoglu" HotelName="Fitas Oda Beyoglu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Istiklal Caddesi Bekar Sokak 8, Beyoglu, 34435 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/0f/65/0f655335943ada7efb82d1f65c657b93e6ff44a1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="242.05" OriginalAmount="235.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02635756" Longitude="28.97903841" StarRating="3" HotelCode="743507|miller_hotel" HotelName="Miller Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hacimimi Mahallesi, Kemeralti Caddesi 37, Beyoglu, 34425 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/44/15/441575daf307854be3ab518287a520e893a07a2d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="242.05" OriginalAmount="235.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04182493" Longitude="29.00495937" StarRating="0" HotelCode="875821|meydan_besiktas_otel" HotelName="Meydan Besiktas Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Printer,Restaurant,Smoking Rooms,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sinanpasa Mahallesi, Besiktas Caddesi 21, Besiktas, 34353 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/53/c3537e85b1245b0cf640843f8bfe9c6251f63ef9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated in New City. Nestled within 1000 metres from the town centre, the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="242.05" OriginalAmount="235.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05439404" Longitude="28.98192034" StarRating="5" HotelCode="936284|imperial_business_hotel_bomonti" HotelName="Mercure Istanbul Bomonti" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ergenekon Caddesi 62 A, 34377 Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/19/67/1967084db063802d9a32c5a02895a0470aa03f87.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="242.17" OriginalAmount="235.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0354" Longitude="28.98193" StarRating="0" HotelCode="|237804" HotelName="Sentire Hotels And Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Mahallesi Istiklal Caddesi Mis Sokak No1, Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/7/8/0/4/237804_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="242.25" OriginalAmount="235.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99096" Longitude="28.79576" StarRating="4" HotelCode="|184800" HotelName="Ramada By Wyndham Istanbul Florya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Besyol Mah. Birlik Cad.No:10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/8/0/0/184800_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="242.52" OriginalAmount="235.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0269847" Longitude="28.9739624" StarRating="0" HotelCode="|86787" HotelName="Meroddi Pera Flats" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sahkulu Mahallesi, Sahkulu Sokak, No:20 and 13 Galata</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/8/7/86787_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inBeyoglu the district of. ROOM: Guests can find suites, with WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="243.05" OriginalAmount="235.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004381" Longitude="28.979935" StarRating="3" HotelCode="57924|134544" HotelName="Historia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amiral Tafdil Sokak 11, Sultanahmet, Fatih, 34440 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/5d/5dd9d57f11b5b4dd/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel affords a familial atmosphere and a location in the historic centre. In the neighbou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="243.06" OriginalAmount="235.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0541" Longitude="28.812411" StarRating="5" HotelCode="|445133" HotelName="Wanda Vista Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tasocagi Yolu Caddesi No 12/A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/1/3/3/445133_e092cd01112.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="243.08" OriginalAmount="236" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04142007" Longitude="28.98020078" StarRating="4" HotelCode="323635|199172" HotelName="Naz City Hotel Taksim" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mahallesi, Irmak Caddesi No: 44/46, Taksim / Beyoglu, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/635189/635189a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="243.08" OriginalAmount="236.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.092126" Longitude="29.097453" StarRating="5" HotelCode="172515|limak_eurasia_luxury_hotel" HotelName="Limak Eurasia Luxury" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Rüzgarlibahçe Mahallesi, Sehit Sinan Eroglu Caddesi 5, Kavacik Beykoz, 34805  Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/90/da906ad6bfbbf23dd03d4dc4bd2a358a07786c90.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located just five minutes from the Bosphorus, equidistant to Istanbul Atat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="243.08" OriginalAmount="236.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02713642" Longitude="29.03454233" StarRating="0" HotelCode="731411|ottoman_suites_by_seratonin" HotelName="Ottoman Suites by Sera House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Icadiye Mahallesi, Cemil Meric Sokak 31, Baglarbasi/Uskudar, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/00/8a00368ee4f33dd9985f1e8c1ca59a2badf0a071.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="243.09" OriginalAmount="236.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0573006" Longitude="29.0062008" StarRating="5" HotelCode="|22638" HotelName="Surmeli Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>PROF.DR. BULENT TARCAN SOKAK, GAYRETTEPE 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/3/8/22638_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Surmeli Istanbul is rated five stars. It was built in 1986, has 203 rooms, a restaurant, lifts, a concierge, a safety deposit box service, a swimming pool, a sauna, room service, a cafÃ© and business facilities. SITUATION: It is situated in the centre of Istanbul. ROOM: The rooms have a hairdryer, an air-conditioning system, a television and a radio.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="243.18" OriginalAmount="236.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.972665" Longitude="28.80299" StarRating="0" HotelCode="|547729" HotelName="Baymari Suites Design" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/7/7/2/9/547729_43938841107.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="244.11" OriginalAmount="237" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|621054-24872682/1328528078072082355/3666" HotelName="SHERATON ISTANBUL CITY CENTER" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/39000000/38330000/38329900/38329865/4f5d06fa_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="244.11" OriginalAmount="237" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1382333-24959658/1328528078072082355/3667" HotelName="RAMADA ENCORE BY WYNDHAM ISTANBUL SISLI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/97000000/96120000/96116600/96116574/64a4a095_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="244.11" OriginalAmount="237" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1462988-32897064/1328528078072082355/3767" HotelName="AKKA HOTELS SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/website/common/img/no-image.png</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="244.11" OriginalAmount="237" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|15310-24897754/1328528078072082355/3768" HotelName="GRAND GULSOY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1600000/1594200/1594173/d3392e49_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="244.11" OriginalAmount="237" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.195595" Longitude="9.560784" StarRating="4" HotelCode="0|316535-22995750/1328528078072082355/3769" HotelName="MANESOL OLD CITY BOSPHORUS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>Str.Panoramica Villasimius/ Costa Rei</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9580000/9575900/9575849/2ab9d6f4_b.jpg</HotelPictures>
        <HotelDescription>This four-star hotel in Cagliari province is set directly in front of a sandy beach.
Hotel Garden Beach is constructed in a traditional local style surrounding by Mediterranean-style gardens. 
At the hotel there is bar, restaurant on the terrace and mini club during high season.
Sport and leisure activities at the hotel include swimming pool of 2000 m2, children`s pool, tennis, fitness area and wellness center (some with extra fee).
The rooms are equipped with air conditioning, telephone, satellite TV, mini bar and safe box (extra fee).

*Baby cot paid on spot.

Address: Str.Panoramica Villasimius/ Costa Rei, Sardinia, Italy Located in the south-east part of Sardinia in Cala Sinzias.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="244.11" OriginalAmount="237.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.053666769091" Longitude="28.987473765307" StarRating="4" HotelCode="310527|arcade_hotel_2" HotelName="Arcade Hotel Nisantasi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Mahallesi, Rumeli Caddesi 76, Nisantasi, 34363 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/cf/bd/cfbd2cd71537297566599527d69a33c386114996.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="244.23" OriginalAmount="237.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.975348347115" Longitude="29.097630203705" StarRating="5" HotelCode="71011|281465" HotelName="Byotell Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Saniye Ermutlu Sokak 3, Kozyatagi, 34742 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/84/bc/84bc65c37d12ca71c03c990dfdf7d81a007f244f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the business district east of Istanbul, on the Kozyatagi-Asian...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="244.24" OriginalAmount="237.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0118" Longitude="28.95831" StarRating="4" HotelCode="|184563" HotelName="AHC Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vidinli Tevfik Pasa Cad. No:14 Laleli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/5/6/3/184563_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="244.43" OriginalAmount="237.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9566108" Longitude="29.0805132" StarRating="4" HotelCode="|83046" HotelName="Suadiye" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Plajyolu No:25 Suadiye</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/4/6/83046_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a sauna, a gym and WiFi (free of charge). SITUATION: It is located near the sea. ROOM: The rooms have a satellite television and a sitting room.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="244.94" OriginalAmount="237.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0039225" Longitude="28.9793924" StarRating="0" HotelCode="|83010" HotelName="Seraglio and Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Amiral Tafdil Sok. No:32 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/1/0/83010_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts WiFi (free of charge) and an indoor patio with a fountain. SITUATION: This hotel Sultanahmet it is in 5 minutes away from the establishment, you can find the mosque.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="245.14" OriginalAmount="238" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|57601-24897765/1328528078072082355/3670" HotelName="OTTOMAN IMPERIAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1640000/1637600/1637596/db528ffb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="245.25" OriginalAmount="238.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03621616" Longitude="28.98502483" StarRating="4" HotelCode="75240|363445" HotelName="CVK Taksim 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,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Siraselviler Caddesi 11, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/34/e6/34e63e99712c1f64457f3230b5796b8ca91507c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally situated for those seeking a central location, the city hotel is on the edge of Taksim Squar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="245.77" OriginalAmount="238.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.069212812593" Longitude="29.011861681938" StarRating="5" HotelCode="162407|144396" HotelName="Avantgarde Levent" 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,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Büyükdere Caddesi 161, Zincirlikuyu, Levent, 34394 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/7531a0d7bb334ef6905c1331e1ff5cf5.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the business and shopping centre of Istanbul, the hotel is a 5-minute walk from the near...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="245.85" OriginalAmount="238.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00759" Longitude="28.9571985" StarRating="0" HotelCode="|353463" HotelName="Hotel Erden Sarayevo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Azimkar Sk. No 46 Laleli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/4/6/3/353463_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="245.99" OriginalAmount="238.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0136" Longitude="28.973687" StarRating="0" HotelCode="|450031" HotelName="Hampton By Hilton Istanbul Sirkeci" 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/5/0/0/3/1/450031_b4100e91004.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="246.03" OriginalAmount="238.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.058632" Longitude="28.987762" StarRating="0" HotelCode="|524743" HotelName="Delita City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hrant Dink Sok. 69</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/7/4/3/524743_8d794330905.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="246.17" OriginalAmount="239" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035186881278" Longitude="29.112637196549" StarRating="5" HotelCode="431073|199108" HotelName="Fraser Place Antasya Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Saray Mahallesi, Kucuksu Caddesi 64/A, Ümraniye, 34768 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ee/c2/eec2ff5136b173979a9e18941659bf016fb6a2ae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="246.17" OriginalAmount="239" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.065615" Longitude="29.008688" StarRating="5" HotelCode="904032|32155" HotelName="Point Hotel Barbaros" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Esentepe, Yildiz Posta Caddesi 29, 34394 Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/30/0430ee16917bdf7502aa0fa19e99ecd8f90a1bd5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Esentepe, the new business district of Istanbul with public transport li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="246.17" OriginalAmount="239" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|213936-24893570/1328528078072082355/3776" HotelName="EUROSTARS OLD CITY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7540000/7539500/7539429/cbe82349_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="246.17" OriginalAmount="239.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034459918695" Longitude="28.984463798777" StarRating="4" HotelCode="401981|lush_hotel__special_class" HotelName="BVS Lush Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Siraselviler Caddesi 10, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/fc/5f/fc5fdc7bcb59b8ec45b5ea2ba3785683c291c443.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just 300 metres south of Taksim Square close to Istiklal Street in an area full...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="246.17" OriginalAmount="239.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0325084" Longitude="28.9764645" StarRating="3" HotelCode="548460|magnova_studios" HotelName="Magnova Studios" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Concierge,Dry Cleaning,Housekeeping,Internet,Kitchen,Laundry,LCD/Projector,Luggage Storage,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Tomtom Mahallesi, Istiklal Caddesi 165/A, Beyoglu, 34433 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ef/97/ef97d656bc7bed34a60d1fe7f880fa21ef877811.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Beyoglu, Vetro Studios is a perfect starting point from which to explore Istanbul. Offeri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="246.77" OriginalAmount="239.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02578" Longitude="28.46945" StarRating="4" HotelCode="|192527" HotelName="Mercia Hotels and Resorts" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yenimahalle Yali Cad.No:54</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/5/2/7/192527_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="247.08" OriginalAmount="239.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.986838140665" Longitude="29.085901284122" StarRating="4" HotelCode="263725|CAX111000" HotelName="Hilton Istanbul Kozyatagi" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sahrayicedit Mahallesi, Batman Sokak 44, Istanbul 34734</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/e9/10e9765f7b8e4f916bcfb92b2fb5fbf4eeb7bacd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul. The nearest airport is Istanbul - Sabiha Gökce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="247.20" OriginalAmount="240" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035419279973" Longitude="28.981872949108" StarRating="5" HotelCode="516934|217771" HotelName="Sentire Hotels &amp; Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Mis Sokak 1, 34435 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/41/ff/41ff3e35943abb6f242a4642b818604d89fa9273.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.20" OriginalAmount="240.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006057" Longitude="28.973712" StarRating="2" HotelCode="191097|sah_apart_hotel" HotelName="Sah Otel Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi Babayani Sk. No:4, Eminönü, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/b2/d2b24ee46ca9f522970f43138325c205fe8cebf4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="247.82" OriginalAmount="240.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0363226" Longitude="28.9858019" StarRating="4" HotelCode="|86932" HotelName="Taksim Metropark" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Osmanli Cad. No:14 Taksim</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/3/2/86932_fef048b1610.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a restaurant. SITUATION: The hotel la plaza Tatksim it is 100 metres away from El estrecho del BÃ³sforo it is located 600 metres away from. ROOM: The rooms have, WiFi, (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="247.91" OriginalAmount="240.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.054215" Longitude="28.996734" StarRating="4" HotelCode="|163092" HotelName="Modus Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TESVIKIYE MH. FERAH SK. NISANTASI-SISLI 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/3/0/9/2/163092_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1994, renovated in 2014, has 49 rooms, 25 double rooms, 4 suites and 20 family rooms. The establishment also offers facilities for disabled guests and a car park. SITUATION: This hotel Istanbul it is in it is in the city centre, Close to public transport services, the bus stop, the metro stop and entertainment areas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="248.23" OriginalAmount="241.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.028025009146" Longitude="28.972078399931" StarRating="5" HotelCode="293683|daru_sultan_hotels_galata" HotelName="Daru Sultan Hotels Galata" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Evliya Çelebi Mahallesi, Mesrutiyet Caddesi 108, Sishane, Beyoglu, Istanbul 34430</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/61/f46141a5ba754b351cad3daf5e0cdde174da064d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="248.23" OriginalAmount="241.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="974293|grand_rue_hotel" HotelName="Grand Rue Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Asmali Mescit Mahallesi, Orhan Adli Apaydin Sokak 3, Beyoglu, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/a6/77a6954a63773e890b5244455b25ad8c923338bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="248.35" OriginalAmount="241.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06091" Longitude="28.98231" StarRating="4" HotelCode="|444527" HotelName="Gleam Bomonti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Merkez Mahallesi Huzur Sokak No 23</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/5/2/7/444527_bf112171147.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="248.47" OriginalAmount="241.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.990904540639" Longitude="29.115861654282" StarRating="5" HotelCode="186865|647085" HotelName="Radisson Blu Hotel, Istanbul Asia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yakut Caddesi, Atasehir Mahallesi, 34758 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/48/c0480c4c4df6fe86c4c8630c63cbdda2a1483a51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Atasehir district, a modern residential and business area, on the Asian ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="248.62" OriginalAmount="241.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008805" Longitude="28.975223" StarRating="4" HotelCode="|35425" HotelName="Tan - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Catalcesme Meydani Doktor Emin Pasa Sok. No.20, Istanbul,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/4/2/5/35425_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Tan is rated four stars and it is situated in Istanbul city centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="248.96" OriginalAmount="241.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00218" Longitude="29.147559" StarRating="0" HotelCode="|306073" HotelName="Nish Palace Exclusive Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>?erifali Mah. Bayraktar Bulvar? ?brahim Hakk? Sok. No:40</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/6/0/7/3/306073_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="249.06" OriginalAmount="241.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.015773692835" Longitude="29.015375375748" StarRating="4" HotelCode="102498|608455" HotelName="Tan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Catalcesme Meydani, Doktor Emin Pasa Sokak 20, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/e4/2ae4f9c68d84ef6250d5100bc77e1de43ff8eb25.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="249.19" OriginalAmount="241.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.026261" Longitude="28.977948" StarRating="0" HotelCode="|528495" HotelName="Galata Masterpiece Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Galata Mandirasi Sk. 24</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/8/4/9/5/528495_6435cf31000.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="249.26" OriginalAmount="242" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01446494" Longitude="28.97493015" StarRating="4" HotelCode="854296|394203" HotelName="Mercure Istanbul Sirkeci" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Hobyar Mahallesi, Muhzirbasi Sokak 6, Fatih, 34112 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f0/6c/f06c8aca0d3bd4fca5b09bc563dad09a24f14dfc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Mercure Istanbul Sirkeci Hotel is located in Sirkeci, 5 minutes walking distance to main tourist att...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="249.26" OriginalAmount="242" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.959767432125" Longitude="28.839154243469" StarRating="5" HotelCode="33264|37466" HotelName="Renaissance Polat Istanbul Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sahilyolu Caddesi 2, Yesilyurt, 34149 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/6c/82/6c8243ca35448b16312bf5d852080241585eff37.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly business and conference hotel enjoys a convenient location. It lies just 20 min...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="249.26" OriginalAmount="242.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.024261" Longitude="28.97679167" StarRating="0" HotelCode="964428|opale_hotel" HotelName="Opale Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mueyyedzade Mahallesi, Maliye Caddesi 1/1, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/df/0adf90ddf1743dd1ae323ace37535018cae19f49.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="249.35" OriginalAmount="242.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.928531" Longitude="29.312654" StarRating="5" HotelCode="|444218" HotelName="Mövenpick Istanbul Asia Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yenisehir Mh. Millet Cad. No:31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/2/1/8/444218_93818cc1231.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="249.36" OriginalAmount="242.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05653" Longitude="28.98612" StarRating="0" HotelCode="|192845" HotelName="Renata Boutique Hotel - Boutique Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/8/4/5/192845_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="249.59" OriginalAmount="242.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99239" Longitude="28.8385" StarRating="5" HotelCode="|220628" HotelName="Bricks Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Zafer Mah. Dumlupinar Cad. No. 42</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/6/2/8/220628_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="249.68" OriginalAmount="242.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012429" Longitude="28.955971" StarRating="0" HotelCode="|557375" HotelName="Hamit Hotel İstanbul" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KemalPasa Mah. Gencturk Cad. No 47</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/7/3/7/5/557375_dd61f031641.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="249.86" OriginalAmount="242.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010553" Longitude="28.9762354" StarRating="4" HotelCode="|82987" HotelName="Agora Life  - Special Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cagaloglu Hamami Sokak No:6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/8/7/82987_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Santa Sofia it is 5 minutes away from Topkapi the Palace of. ROOM: All the rooms have WiFi (free of charge). FACILITIES: The establishment boasts a terrace, Guests are offered a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="249.90" OriginalAmount="242.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035741" Longitude="28.987644" StarRating="0" HotelCode="|524587" HotelName="Taksim No15 Suites by StayLab" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/5/8/7/524587_45e37650953.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="250.11" OriginalAmount="242.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0063804" Longitude="28.9703948" StarRating="0" HotelCode="|108015" HotelName="Aslan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Emin Sinan Mahallesi Satir Sokak No:5 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/0/1/5/108015_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is 500 metres away from the mosque, Santa Sofia 10 minutes away from the establishment, guests will find Cistern the basilica 600 metres away, guests have the bazaar. FACILITIES: Guests are offered WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="250.31" OriginalAmount="243.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.024551" Longitude="28.969824" StarRating="0" HotelCode="|446188" HotelName="Csk The Halich Port Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tersane Cd. 96</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/1/8/8/446188_7d892c70849.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="251.32" OriginalAmount="244.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.031789221615" Longitude="28.802705470678" StarRating="4" HotelCode="437342|serenity_suites_istanbul_airport" HotelName="Serenity Suites Istanbul Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Basinekspres Yolu Halkali Girisi, Zeynebiye Caddesi 1, Halkali-Küçükçekmece, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/5b/835bdeb68a49f495bd0afaf99a67fa04ef84e346.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="251.32" OriginalAmount="244.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01302924" Longitude="28.94729464" StarRating="0" HotelCode="853950|hotel_kralice" HotelName="Hotel Kralice" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Iskenderpasa Mahallesi, Ahmediye Caddesi 16/1, 34080 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/f1/21f11b9a0398008c3364c74186d19382473e363a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="251.32" OriginalAmount="244.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003911" Longitude="28.978937" StarRating="4" HotelCode="900671|hotel_darussaade_istanbul_2" HotelName="Darussaade Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sultan Ahmet, Akbiyik Caddesi 90, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/1f/181f2121f41ff5fa5171a4bffa884043a26c7bb0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers are welcomed at the hotel, which has a total of 22 rooms. The establishment features a ba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="251.84" OriginalAmount="244.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05364" Longitude="28.98749" StarRating="0" HotelCode="|184142" HotelName="Arcade Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Mahallesi Rumeli Caddesi No76</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/1/4/2/184142_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="252.19" OriginalAmount="244.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.046755" Longitude="29.007389" StarRating="0" HotelCode="|546715" HotelName="Besiktas Serenity Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Barbaros Blv. 59</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/6/7/1/5/546715_d54a4b81001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="252.35" OriginalAmount="245" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.23721533" Longitude="28.85452946" StarRating="4" HotelCode="613563|392929" HotelName="Park Inn by Radisson Istanbul Odayeri" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Odayeri Mahallesi, Selçuk Bey Sokak 27, 34075 Eyüp, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/631158/631158a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="252.67" OriginalAmount="245.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0040896" Longitude="28.9726484" StarRating="0" HotelCode="|86873" HotelName="Villa Sphendone Suite Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Demirci Resit Sk No:19 K.Ayasofya Mah. Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/7/3/86873_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inIstanbul the historic centre of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="252.73" OriginalAmount="245.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02296" Longitude="28.97656" StarRating="0" HotelCode="|184124" HotelName="Ada Karakoy Hotel - Special Class" 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/4/1/2/4/184124_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="252.82" OriginalAmount="245.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0119691" Longitude="28.9781897" StarRating="0" HotelCode="|86928" HotelName="Idylle Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ebusuud Str No:2 Sirkeci</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/2/8/86928_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2007 and has elegant rooms rooms. SITUATION: This hotel is in Istanbul the centre of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="253.34" OriginalAmount="245.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023304" Longitude="28.971018" StarRating="0" HotelCode="|522280" HotelName="UNION HOTEL KARAKOY" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tersane Cd. 70</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/2/8/0/522280_f4ce3f61108.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="253.38" OriginalAmount="246.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006217" Longitude="28.973016" StarRating="3" HotelCode="267139|celine_hotel" HotelName="Celine Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Peykhane Cad. No:28, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/5a/505aacf4dc20b4893c0c9a4e8a2286183ed736f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="253.57" OriginalAmount="246.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.086072369395" Longitude="29.006479777771" StarRating="5" HotelCode="33263|30074" HotelName="Mövenpick Hotel Istanbul" 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,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Eski Büyükdere Caddesi 3, 4. Levent, 34330 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/60/57600371c1c06b7803e8106840f443e6471a36ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A luxurious hotel located in the Levent quarter of the new town, just a few minutes drive from the f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="253.65" OriginalAmount="246.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01165934634" Longitude="28.956514658822" StarRating="3" HotelCode="70511|2419665" HotelName="Beethoven Premium Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Gencturk Caddesi, Aga Yokusu Sokak 6, Sehzadebasi Laleli, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=5706804</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="253.71" OriginalAmount="246.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.037938" Longitude="28.982954" StarRating="0" HotelCode="|532299" HotelName="Tamara Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Taksim Firini Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/2/9/9/532299_c0eab161024.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="253.77" OriginalAmount="246.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02276" Longitude="29.0445" StarRating="0" HotelCode="|474654" HotelName="Grand Uskudar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kisikli Cad., Sayan Is Merkezi n. 44</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/4/6/5/4/474654_8c956691236.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="253.95" OriginalAmount="246.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03368" Longitude="28.97596" StarRating="4" HotelCode="|184827" HotelName="Miapera  and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kamer Hatun Mahallesi Me?rutiyet Caddesi No:34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/8/2/7/184827_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="254.25" OriginalAmount="246.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0320163" Longitude="28.9805582" StarRating="0" HotelCode="|107932" HotelName="Faik Pasha Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Firuzaga Mah. Faikpasa Caddesi No:41/45 Cukurcuma Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/9/3/2/107932_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is 350 metres away from Istiklal Avenue it is 10 minutes away from Taksim the square. ROOM: The rooms have an air-conditioning system and WiFi (free of charge). FACILITIES: The establishment boasts a sauna and a Turkish bath.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="254.30" OriginalAmount="246.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0080917" Longitude="28.9725797" StarRating="3" HotelCode="|108350" HotelName="Antea - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Piyerloti Caddesi No 11 Cemberlitas</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/3/5/0/108350_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a terrace on the rooftop, views of the city, a covered swimming pool and a Turkish bath. SITUATION: Santa Sofia It is 5 metres away from the mosque.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="254.33" OriginalAmount="246.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.992563" Longitude="29.026599" StarRating="0" HotelCode="|532918" HotelName="Best Hotel Kadikoy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/9/1/8/532918_0de852e1057.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="254.41" OriginalAmount="247.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005064873924" Longitude="28.973146677017" StarRating="3" HotelCode="191202|masal_apart_2" HotelName="Masal Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Su terazisi Sok. No: 27, Binbirdirek Mah., Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/fa/a0fa35a69c4f43742672a221ad5b60419be7db57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="254.43" OriginalAmount="247.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034231" Longitude="28.982048" StarRating="0" HotelCode="|452410" HotelName="Ayramin Exclusive" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Katip Mustafa Celebi Cd. Tel Sk. No: 29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/2/4/1/0/452410_ed24b8f1217.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="255.13" OriginalAmount="247.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005682231682" Longitude="28.980560302734" StarRating="4" HotelCode="65370|321195" HotelName="GLK Premier Acropol Suites &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Caddesi 21, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/84232/a_84232_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This town hotel is centrally situated in the bewitching old town, close to the Blue mosque. A select...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="255.44" OriginalAmount="248" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.037206" Longitude="28.992166" StarRating="4" HotelCode="298519|42025" HotelName="Mercure Istanbul Taksim" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ömer Avni Mahallesi, Inonu Caddesi No 42, Gümüssuyu, Beyoglu, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/4c/514cfa5293615e146a6c350de54e6b3cbf33f6a7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="255.44" OriginalAmount="248.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02297" Longitude="28.976215" StarRating="4" HotelCode="297940|ada_karakoy_hotel__special_class" HotelName="Ada Karaköy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Gümrük Sk. No. 18, Kemankes Mah., Karaköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/e9/dbe9faee4a6a1f203ef5ec1f2779dc649fbba7a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of Istanbul, this boutique hotel is ideal for guests who appreciate a sty...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="255.44" OriginalAmount="248.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.906438707783" Longitude="29.313155612488" StarRating="4" HotelCode="915596|isg_airport_hotel_2" HotelName="ISG Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pendik, 34906 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/74/ac/74ac85916e1e0cc0cd110dd57682322930c1771c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul - Sabiha Gökcen (SAW).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="255.46" OriginalAmount="248.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0509" Longitude="28.98674" StarRating="0" HotelCode="|550247" HotelName="Adelmar Hotel İstanbul Sisli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bozkurt Mah. Dolapdere Cad.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/0/2/4/7/550247_5f11f301151.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="255.60" OriginalAmount="248.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0148" Longitude="28.97444" StarRating="0" HotelCode="|184809" HotelName="Régie Ottoman Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hobyar Mah. Mimar Vedat Sok.5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/8/0/9/184809_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="255.96" OriginalAmount="248.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.991072" Longitude="29.11582" StarRating="5" HotelCode="|83521" HotelName="Radisson Blu Istanbul Asia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ATATURK MAH.YAKUT CAD.ATASEHIR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/5/2/1/83521_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Istanbul it is in it is in the city centre, Close to the metro station, the bus station, the leisure areas and the harbour. HOTEL: The establishment has 195 rooms, 74 double rooms, 7Â junior suites, 1 suite, 3 rooms adapted for people with reduced mobility and a car park. The establishment also offers facilities for people with reduced mobility. INFORMATION: pets that weigh less than 5kg are permitted.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="256.08" OriginalAmount="248.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0115" Longitude="28.9564" StarRating="0" HotelCode="|464928" HotelName="Beethoven Senfoni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kemalpasa Mh Aga Yokusu Sk No11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/4/9/2/8/464928_1384d631111.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="256.47" OriginalAmount="249" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.017059" Longitude="28.94119" StarRating="5" HotelCode="935918|47727" HotelName="Dosso Dossi Downtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Aksemsettin Mahallesi, Adnan Kahveci Bulvari, Vatan Caddesi no. 46-48, 34080 Fatih / Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/66/a2/66a2e3d53e34577d0d01875c6ced8326ad44590d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="256.47" OriginalAmount="249" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.055983454512" Longitude="28.986283845404" StarRating="4" HotelCode="375182|217746" HotelName="Renata Suites Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Nakiye Elgün Sokak 44, Osmanbey, Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ea/35/ea3524fbf575ed5d135c1cfa725bd5bb575fb616.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Istanbul, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="257.07" OriginalAmount="249.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0086264" Longitude="28.964326" StarRating="2" HotelCode="|86826" HotelName="Inter Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mithatpasa Cad. Buyuk Haydar Efendi Sok. No:29 Beyazit</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/2/6/86826_4.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated in the historic centre of Beyazit/Sultanahmet, close to the Grand Bazaar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="257.50" OriginalAmount="250" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00297338" Longitude="28.97576842" StarRating="5" HotelCode="438383|217201" HotelName="GLK PREMIER Sea Mansion Suites &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Küçükayasofya Mahallesi, Mustafapasa Sokak 9, Sultanahmet, 34122 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/40/406464/406464a_hb_a_013.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="257.50" OriginalAmount="250.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.030537714236" Longitude="28.973633497953" StarRating="4" HotelCode="165539|palazzo_donizetti_hotel__special_class" HotelName="Palazzo Donizetti Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Asmali Mescit Mahallesi, Mesrutiyet Caddesi 85, Taksim, 34400 Istanbul, Beyoglu</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/2c/3b/2c3be1ef55f9df8084fc775d9e95ce8acdb41c94.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="257.50" OriginalAmount="250.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04678496" Longitude="29.00025132" StarRating="3" HotelCode="323670|hotel_bosfora" HotelName="Hotel Bosfora" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Türkali Mahallesi, Nüzhetiye Caddesi No: 30, Besiktas, 34357 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/65/c36566d0d72c7a8e4fe7eeb0b09c2b3acefb5a23.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="257.53" OriginalAmount="250.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.028223" Longitude="28.809476" StarRating="0" HotelCode="|173874" HotelName="Liv City Hotels" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Basin Ekspress Yolu No 2 Halkali Istanbul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/3/8/7/4/173874_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="257.62" OriginalAmount="250.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006174" Longitude="28.980782" StarRating="3" HotelCode="172520|1580898" HotelName="Star Hotel Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Akbiyik Caddesi No.16, 34400 Istanbul, Sultanahmet</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/cc/becc67e5a88c23836be4e55a363c6218f6a324a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a convenient location in the Sultanahmet district of Istanbul. The major attractio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="257.86" OriginalAmount="250.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013794" Longitude="28.977017" StarRating="4" HotelCode="|454365" HotelName="Dodo Spa Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hoca Pasa Mahallesi, Hudavendigar Cad</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/3/6/5/454365_d22d01f1306.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="258.49" OriginalAmount="250.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.981683" Longitude="28.897505" StarRating="5" HotelCode="|215974" HotelName="Radisson Blu Istanbul Ottomare" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kazlicesme Mah Abay Cad No: 223 Zeytinburnu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/5/9/7/4/215974_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="258.51" OriginalAmount="250.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003935" Longitude="28.964111" StarRating="0" HotelCode="|536818" HotelName="Golden Sail Hotel Old City" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Muhsine Hatun Mahallesi Ordekli Bakkal</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/6/8/1/8/536818_d8433640932.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="258.53" OriginalAmount="251.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0476041" Longitude="29.02476941" StarRating="0" HotelCode="850784|feri_suites" HotelName="Feri Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ortakoy Salhanesi Sokak 8, Besiktas, 34347 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/6f/db6f3ebac8d3d3573bb3aaf61bc9872aa88ee62e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="258.86" OriginalAmount="251.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0084329" Longitude="28.9623937" StarRating="4" HotelCode="|302408" HotelName="Baron" 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/0/2/4/0/8/302408_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="259.04" OriginalAmount="251.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038676" Longitude="28.983462" StarRating="0" HotelCode="|526337" HotelName="Celine Hotel Taxim" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dolapdere Taksim Cd 25</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/6/3/3/7/526337_f3d0db21019.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="259.18" OriginalAmount="251.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0549089" Longitude="28.9885522" StarRating="3" HotelCode="|107974" HotelName="Osmanbey Fatih" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Matbaac? Osmanbey Sokak No:13-15 Osmanbey/?L?</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/9/7/4/107974_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment offers WiFi (free of charge), rooms with air-conditioning, a flatscreen television and a minibar. SITUATION: This hotel is in Osmanbey the centre of it is situated 200 metres away from Osmanbey the underground station of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="259.42" OriginalAmount="251.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.063334125824" Longitude="28.982424438" StarRating="5" HotelCode="32571|36954" HotelName="Grand Cevahir Hotel Convention Center" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Halide Edip Adivar Mahallesi, Darülaceze Caddesi 5, Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c5/2e/c52ee71815e6cf05f5474950c5aec3d44cdfdede.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located in the Sisli quarter of the new town. Nisantasi and Tesvikiye offer num...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="259.56" OriginalAmount="252.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.977924" Longitude="28.869752" StarRating="5" HotelCode="900199|titanic_port_bakirkoy" HotelName="Titanic Port Bakirkoy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Airport Hotel,Conference Hotel,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,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Fisekhane Caddesi 7/3, Bakirköy, 34140 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/f2/f9f275046f0b2e07a5e7ed9e25782b87f7c6cac8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the Capacity and Carousel Shopping Centres in the Bakirköy suburb of Istan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="259.80" OriginalAmount="252.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040756865258" Longitude="28.985812067985" StarRating="4" HotelCode="18136|22876" HotelName="Point Hotel Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Topçu Caddesi 2, Taksim, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9c/5c/9c5c166a931c82d4eab45c24bdf603f0f2add8b6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel offers a central location and is situated about 100 m from the lively Taksim Square. The ...</HotelDescription>
        <Offer>Long Stay discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="260.12" OriginalAmount="252.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9939224" Longitude="29.0255695" StarRating="3" HotelCode="|83045" HotelName="My Dora" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rihtim Cad.Recai?zade Sok.No:6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/4/5/83045_356e43d1649.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inKadikoy the district of. ROOM: The rooms have a hydromassage bath and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="260.23" OriginalAmount="252.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06924" Longitude="29.00272" StarRating="0" HotelCode="|192607" HotelName="Hotel Boursier 1 and Spa Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Gulbahar Mahallesi.Oya Sokak.No :21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/6/0/7/192607_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="260.59" OriginalAmount="253" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12575-27053974/1328528078072082355/3778" HotelName="FERONYA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10130000/10122800/10122782/2c9f8b62_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="260.59" OriginalAmount="253.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.030215" Longitude="29.108449" StarRating="4" HotelCode="207936|crowne_plaza_oryapark" HotelName="Crowne Plaza Istanbul - Oryapark" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Inkilap Mahallesi, Kucuksu Caddesi No:58, Umraniye, Istanbul 34768</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/45/0c4583ec693eb0798b2892f2e711f53d252c74e3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="260.59" OriginalAmount="253.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.002959" Longitude="28.980446" StarRating="4" HotelCode="259118|kalyon_hotel" HotelName="Kalyon Hotel Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kennedy Caddesi 34, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/3c/2a3cceb96dd3d87fbde10258cb842b20738a9221.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="261.00" OriginalAmount="253.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0063461" Longitude="28.9811289" StarRating="0" HotelCode="|382308" HotelName="Hotel Empress Zoe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi Akbiyik Caddesi No 10 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/2/3/0/8/382308_d6037860942.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="261.62" OriginalAmount="254" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036483285092" Longitude="28.985149175853" StarRating="4" HotelCode="903067|343470" HotelName="Taksim Square 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,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gümüssuyu Mahallesi, Siraselviler Caddesi 7, Taksim, Beyoglu, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/42/b9/42b93b555e50169f7dcdfcc903aeab29bdb0b101.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;For anyone wishing to be in the centre of Istanbul, close to entertainment venues and some great sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="261.62" OriginalAmount="254.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.8562388" Longitude="29.27976195" StarRating="3" HotelCode="446175|holiday_inn_istanbul_tuzla_bay" HotelName="Holiday Inn Istanbul - Tuzla Bay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Güzelyali Mahallesi, Sahil Bulvari 72, Pendik, 34903 Tuzla, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/d0/33d0a3526986004e0ef498861705b167b509fa44.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="261.62" OriginalAmount="254.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00573887" Longitude="28.98129973" StarRating="3" HotelCode="515806|mytra_hotel" HotelName="Mytra Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Caddesi, Terbiyik Sokak 20, Sultanahmet, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/1f/03/1f0319d92491c912c4bbd56c010116b799a8f531.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="262.09" OriginalAmount="254.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.992004" Longitude="29.02863" StarRating="0" HotelCode="|475433" HotelName="Dugi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/4/3/3/475433_464bcce1258.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="262.18" OriginalAmount="254.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0623904" Longitude="28.9887832" StarRating="4" HotelCode="|178517" HotelName="Grand Aras and Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>MERKEZ MAHALLESI BUYUKDERE CADDESI NO:13 SISLI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/5/1/7/178517_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="262.65" OriginalAmount="255" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.042772" Longitude="28.998859" StarRating="4" HotelCode="935183|42033" HotelName="AC Hotel Istanbul Macka" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Visnezade Mahallesi, Suleyman Seba Caddesi No 75, Besiktas, 34357 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/47/5247628b9744cb496aeb78462ba22060dcf49d87.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="263.06" OriginalAmount="255.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.033711" Longitude="28.980603" StarRating="4" HotelCode="|564834" HotelName="Akka Suites Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kuloglu Mahallesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/4/8/3/4/564834_f14f5061917.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="263.22" OriginalAmount="255.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0038709" Longitude="28.9754723" StarRating="3" HotelCode="|86904" HotelName="Sadaret and Suites Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya cad.No:33 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/0/4/86904_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Sultan Ahmed Mosque 200 metres away, guests will find it is in Sultanahmet a quiet area of. ROOM: The rooms have a television and room service. FACILITIES: Guests are offered a car park.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="263.68" OriginalAmount="256.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01122604" Longitude="28.95442081" StarRating="0" HotelCode="369633|kamer_hotel" HotelName="Kamer Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kemalpasa Mahallesi, Yesiltulumba Sokak 33, Laleli, Fatih, 34134 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/f6/51f6c114254c6e0e3a8a236685448bb62d7e76cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just 250 metres to Aksaray Tram Stop that allows easy access to the historical Sultanahmet area, Kam...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="263.80" OriginalAmount="256.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0291634" Longitude="28.9721603" StarRating="4" HotelCode="|37002" HotelName="Grand  Haliç Goldenhorn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Refik Saydam Cad.Tepebai Bulvari, 37,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/0/0/2/37002_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 177 rooms and 7 suites. The establishment is perfect for business and holiday stays, has a lobby, a reception, air-conditioning, a safety deposit box service, a currency exchange service, a cloakroom and a lift. The establishment also offers a hairdresser's, a bar, a restaurant, WiFi (for a fee), conference facilities, a laundry service and room service. SITUATION: Beyoglu 5 minutes away, you can find 10 minutes away from the establishment guests have Taksim the square Where you can find restaurants, bars, clubs, a public transport stop and monuments. it is situated 15 kilometres away from the airport. ROOM: The rooms a bathroom, a direct line telephone, central heating, a mini-bar and a hairdryer. They also have a safety deposit box, satellite and cable television, a king size or double bed and an air-conditioning system. FACILITIES: Clients can find a Turkish bath (available for a fee), a swimming pool, a bar, a massage service and ping pong. MEALS: Regarding the food and beverage offering, the establishment offers 2 restaurants. PAYMENT METHODS: Customers can pay by American Express, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="264.62" OriginalAmount="256.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.86955" Longitude="29.26987" StarRating="5" HotelCode="|225445" HotelName="Istanbul Marriott Pendik" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>E5 Karayolu uzeri No:209 Ust Kaynarca Pendik</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/4/4/5/225445_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="264.71" OriginalAmount="257" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006204" Longitude="28.953636" StarRating="4" HotelCode="186254|252304" HotelName="Vatan Asur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Gazi Mustafa Kemal Pasa Cadessi  50, Yenikapi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/92/c492ab0067fd3ba6e6faa061b02c95fb2af01470.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="264.78" OriginalAmount="257.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00322" Longitude="28.97108" StarRating="0" HotelCode="|184138" HotelName="Nar Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mah. Meydan Arkasi Sk 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/1/3/8/184138_17.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="265.09" OriginalAmount="257.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9760098" Longitude="28.8567615" StarRating="5" HotelCode="|184565" HotelName="Hyatt Regency Istanbul Ataköy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Atakoy 2-5-6, Kisim</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/5/6/5/184565_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="265.74" OriginalAmount="258.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02553" Longitude="28.978862" StarRating="4" HotelCode="189370|sub_karakoy_special_class" HotelName="Sub Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Necatibey Cad. 91, 34425 Karaköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/25/6b/256be9483b6d7663e6d9d8c7e9310312057d283a.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;This trendy hotel is located in the Karaköy/Beyoglu district of the city, just a few minutes’ walk f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="265.74" OriginalAmount="258.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023792121461" Longitude="28.975888219126" StarRating="5" HotelCode="306003|10_karakoy_a_morgans_original" HotelName="10 Karaköy Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Müeyyedzade Mahallesi, Kemeralti Caddesi 10, 34425 Istanbul, Karaköy</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/07/6f073bb8132d0ab90ea0bda0ff061bcefbf2a8b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at Karaköy, Istanbul’s cultural, artistic and historical center, near art galle...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="265.74" OriginalAmount="258.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02822" Longitude="28.98422" StarRating="4" HotelCode="716668|port_bosphorus_hotel" HotelName="Port Bosphorus Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Babysitting,Bar,Business Centre,Designated Smoking Area,Dining,Fax,Garden,Internet,Laundry,Meeting Room,Printer,Restaurant,Room Service,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Kiliçali Pasa Mahallesi, Meclis-i Mebusan Caddesi 13, Karaköy, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/76/0b/760bbb9811c5c9f37f0e2be3b58bc05a89f23ba4.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming Hotel is situated in New City. The premises count with 111 welcoming units. Port Bosph...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="265.74" OriginalAmount="258.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.043795483794" Longitude="29.001838930059" StarRating="3" HotelCode="933879|bright_suites_hotel" HotelName="Bright Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>Visnezade Mh. Afacan Sk No:26, Besiktas</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/1e/0f1e629435212e7d0663a0952f757efcfc6e0fce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Restored in 2012 within the framework of the local area and retaining its charm, this air-conditione...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="266.17" OriginalAmount="258.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0058" Longitude="28.9813" StarRating="3" HotelCode="|184664" HotelName="Mytra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Caddesi, Terbiyik Sokak No:20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/6/6/4/184664_84441d11812.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="267.71" OriginalAmount="259.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0628732" Longitude="28.987483" StarRating="4" HotelCode="|453783" HotelName="ibis Istanbul Sisli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Abide-i Hurriyet Caddesi No:179</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/7/8/3/453783_15dd3201729.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="267.80" OriginalAmount="260" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.07545205" Longitude="29.0153083" StarRating="5" HotelCode="904557|25777" HotelName="Hyatt Centric Levent Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Buyukdere Caddesi 136, Levent, 34330 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/ef/c1ef17b24c4957cbc66f3ad7248e85dc6e206153.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the lively neighbourhood of Levent on the European side of the city, with i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="267.80" OriginalAmount="260" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.97449833" Longitude="28.87362545" StarRating="4" HotelCode="571854|217633" HotelName="The Time Hotel Marina" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Zeytinlik Mahallessi, Odabasi Sokak 51, Bakirkoy, Marina, Istanbul 34140</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/1b/a11b50061994e13828c178a3a8ee1f6fa9a19730.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="267.80" OriginalAmount="260.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003421445587" Longitude="28.976176522702" StarRating="4" HotelCode="33847|dersaadet" HotelName="Dersaadet Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/06/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Caddesi, Kapiagasi Sokak 5, 34400 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/08/6e08f8b7139c5ca228515d331fa70b70652503ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="267.80" OriginalAmount="260.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01495421" Longitude="28.97435994" StarRating="4" HotelCode="373528|regie_ottoman_istanbul" HotelName="Regie Ottoman Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Hobyar Mahalessi, Mimar Vedat Sokak 5, Sirkeci, 34112 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/93/c593e70b38a482acacce9e65326cdbee51549049.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="268.83" OriginalAmount="261" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1239477-20806406/1328528078072082355/3784" HotelName="MELAS ISTANBUL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/66000000/66000000/65993800/65993723/f518ee90_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="269.63" OriginalAmount="261.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0257203" Longitude="28.9789614" StarRating="4" HotelCode="|108231" HotelName="Sub Karaköy - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Necatibey Cad. No: 91 Karakoy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/3/1/108231_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: This modern hotel is in Karakoy the district of it is situated 5 minutes walk away from the ferry. ROOM: The rooms have modern facilities and smart furniture.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="269.86" OriginalAmount="262" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.049330990919" Longitude="28.987356325131" StarRating="4" HotelCode="27110|41229" HotelName="Bentley By Molton Hotels" 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,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Halaskargazi Caddesi 23, Harbiye, 34367 Istanbul, Sisli</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4c/05/4c05289332796fba3b44a5ce765f2956c3f77632.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the European side of Istanbul in the Harbiye district at the heart of the n...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="269.86" OriginalAmount="262" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.032227" Longitude="28.98064" StarRating="4" HotelCode="293924|57948" HotelName="Faik Pasha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Currency Exchange,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Firuzaga Mahallesi, Faikpasa Caddesi 41-45, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f8/ef/f8ef2035acce247830be338bc8c8afa3e4316859.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="269.86" OriginalAmount="262" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012284561797" Longitude="28.97765815258" StarRating="4" HotelCode="19473|9733" HotelName="Hotel Yasmak Sultan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ebusuud Caddesi 12, Sirkeci, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d6/1d/d61da45f5893faf8602529e4a0d17ff05ac4bed1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the Sirkeci district of the city at the heart of Istanbul's wonderful ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="270.36" OriginalAmount="262.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00767" Longitude="28.97178" StarRating="4" HotelCode="|85124" HotelName="Golden Royal and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Peykhane Sokak, 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/1/2/4/85124_90dc1cc1004.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment offers tourist information, has a bar, has WiFi, (free of charge), a bar, billiards, a cafÃ©, multilingual staff and has a reception. SITUATION: This hotel Istanbul it is in it is located 250 metres away from the mosque, Santa Sofia 350 metres away from El Cordial200 metres away from. ROOM: All the rooms have a fan and a direct line telephone. Some rooms have cable television, a living room and a bathroom. OTHERS: Regarding the food and beverage offering, clients can enjoy a breakfast service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="270.44" OriginalAmount="262.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0048956" Longitude="28.9729305" StarRating="0" HotelCode="|86974" HotelName="Hotel Spectra Sultanahmet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Mehmetpasa Yokusu No:2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/7/4/86974_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment offers guests excellent service and comfortable facilities. SITUATION: It is inIstanbul a good area in.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="270.44" OriginalAmount="262.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0790394" Longitude="29.0449541" StarRating="0" HotelCode="|83021" HotelName="Inin Bebek" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/2/1/83021_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Bosphorus It is 70 metres away from. ROOM: The establishment has 2 apartments, have a kitchen and WiFi (free of charge). FACILITIES: The establishment has a car park (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="270.89" OriginalAmount="263" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040681" Longitude="28.98347" StarRating="5" HotelCode="75623|18040" HotelName="Elite World Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sehit Muhtar Caddesi 42, Taksim, 34435 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/bc/17/bc17a46be1341b10fd613cfc7346eb412e165763.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Taksim, the new city, in the middle of Istanbul, the meeting point of Asia ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="270.89" OriginalAmount="263" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1402534-32839988/1328528078072082355/3672" HotelName="RING STONE HOTELS OLD CITY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/104000000/103710000/103705700/103705657/21c34a6d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="270.89" OriginalAmount="263" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1272282-32840122/1328528078072082355/3785" HotelName="MOVENPICK HOTEL ISTANBUL ASIA AIRPORT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/70000000/69360000/69357400/69357345/a2f25482_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="270.89" OriginalAmount="263.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00754" Longitude="28.97184" StarRating="2" HotelCode="65948|golden_royal_hotel" HotelName="Golden Royal Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Jacuzzi,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Peykhane Sokak 19, Çemberlitas, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/8a/048ae1cd4e4c19e58b435f3028b2714645fb1c1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="270.89" OriginalAmount="263.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007506243911" Longitude="28.957109692135" StarRating="0" HotelCode="303972|hotel_erden_sarayevo" HotelName="Erden Sarayevo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Azimkar Sokak No 46, Laleli Fatih, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/0c/fd0c8a660a0866b10cfc86736a37d3c15bdfc27b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="271.92" OriginalAmount="264.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.026780067572" Longitude="28.978190375623" StarRating="3" HotelCode="393879|saykai_apartment" HotelName="Kavalali Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Elevator,Housekeeping,Internet,Kitchen,LCD/Projector,Off-Site Parking,Parking,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>Haci Mimi Mahallesi, Lulecihendek Caddesi 14, Beyoglu, 34425 Istanbul, Marmara</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/fb/16/fb165e2c83edbeabc2ae1d7ef0677aa89a700025.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;/b&amp;gt; &amp;lt;br /&amp;gt;With a stay at Saykai Suites in Istanbul (...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="272.29" OriginalAmount="264.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00769" Longitude="28.972677" StarRating="4" HotelCode="65315|400455" HotelName="Sultanhan Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Laundry,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piyer Loti Cad. No: 7, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/24/bf24d4b7d7b1543b1a321e0da43fed2d54c2f41a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated on a quiet street, this boutique hotel is ideal for guests who appreciate a stylish ambienc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="272.95" OriginalAmount="265" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.072342" Longitude="29.011644" StarRating="4" HotelCode="315775|343510" HotelName="Upsuites Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Esentepe Mahallesi, Kore Sehitleri Caddesi 18, Sisli, 34394 Istanbu</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/20/2b20982ffb113f6cd41ea76fd06e0b0a46b73d89.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="273.00" OriginalAmount="265.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.99812" Longitude="29.142618" StarRating="0" HotelCode="|471215" HotelName="The Kailyn Hotels And Suites Atasehir" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Serifali, Kule Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/2/1/5/471215_b09fc031220.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="273.98" OriginalAmount="266" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1442148-32840009/1328528078072082355/3687" HotelName="MOXY ISTANBUL TAKSIM BY MARRIOTT BONVOY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/115000000/114550000/114545800/114545791/w3997h2667x0y0-172035eb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="273.98" OriginalAmount="266" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1313296-32840143/1328528078072082355/3786" HotelName="ASPERA GOLDEN HORN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/75000000/74130000/74129400/74129348/bd8f4013_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="274.44" OriginalAmount="266.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0629605" Longitude="28.982722" StarRating="5" HotelCode="|86922" HotelName="Grand Cevahir  and Convention Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/2/2/86922_14.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel la Plaza Taksim it is situated 3,8 kilometres away from. ROOM: The establishment has rooms with flat-screen TV and WiFi (free of charge). FACILITIES: The establishment has a covered pool and a well-equipped gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="275.01" OriginalAmount="267" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.054205" Longitude="28.987434" StarRating="5" HotelCode="293638|58769" HotelName="Lasagrada Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Halaskargazi Caddesi No: 96, Osmanbey, Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/67/026791a28043eb1bc1737db7ed1510c43a408bf4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="275.01" OriginalAmount="267" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1460288-32840195/1328528078072082355/3673" HotelName="PERA STAR HOTEL TAKSIM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/121000000/120490000/120483300/120483221/20797979_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="275.01" OriginalAmount="267.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010217" Longitude="28.976853" StarRating="2" HotelCode="68834|boutique_albion_hotel_sultanahmet" HotelName="Albion Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alayköskü Caddesi 15, Istanbul, Sultanahmet</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/3c/aa3cd25dc3b927c67d2d3ad9bd20bd0535fe9590.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul's many historical attractions. It is 5 minutes from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="275.01" OriginalAmount="267.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06475371" Longitude="28.99442272" StarRating="5" HotelCode="951686|the_craton_hotel" HotelName="The Craton Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Fulya Mahallesi, Ortaklar Caddesi, Bahceler Sokak 16, Sisli, 34394 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3b/27/3b270d2fc4495718d3b711d4e2ef928bb156df3c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="275.55" OriginalAmount="267.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0054119" Longitude="28.9793881" StarRating="0" HotelCode="|108245" HotelName="The Magnaura Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sultanahmet Mah Dalbasti Sok No:13/1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/4/5/108245_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has luxurios rooms and a terrace with views. SITUATION: This hotel is in Sultanahmet the heart of Sultan Ahmed Mosque 150 metres away, guests will find Santa Sofia it is 250 metres away from.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="276.01" OriginalAmount="267.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008881" Longitude="28.972265" StarRating="0" HotelCode="|467195" HotelName="Carina Gold" 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/6/7/1/9/5/467195_d66f54d1630.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="276.04" OriginalAmount="268" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02607614" Longitude="28.62725534" StarRating="5" HotelCode="744736|271798" HotelName="Hit Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Gokevler Mahallesi, 555 Sokak Tuyap Fuari Yani, Ozyurtlar N Residence E, Blok Number 2, 34522 Esenyurt, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/de/a1de2c7a536b487a970fc74f97af595a85fc1c64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="276.24" OriginalAmount="268.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.045338" Longitude="29.003108" StarRating="0" HotelCode="|543202" HotelName="Valente Suites and Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ihlamurdere Cd. 46</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/3/2/0/2/543202_3685e361046.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="277.04" OriginalAmount="268.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.986278" Longitude="28.907217" StarRating="5" HotelCode="|453279" HotelName="Mövenpick Hotel Istanbul Marmara Sea" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kazlicesme Mah Abay Cad No:167</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/2/7/9/453279_0586ef81257.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="277.07" OriginalAmount="269" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|167505-22403743/1328528078072082355/3787" HotelName="AVANTGARDE URBAN LEVENT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3680000/3671400/3671350/958cc0bb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="278.10" OriginalAmount="270" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.026750998057" Longitude="28.9702249431" StarRating="3" HotelCode="404547|206414" HotelName="Blue Istanbul Hotel Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Emekyemez Mahallesi, Nazli Hanim Sokak 8, Beyoglu, 34421 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/15/8e/158e02f196db9a3609ad79d4cc8f6a87f1385b65.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="278.10" OriginalAmount="270" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.030536298653" Longitude="28.988437045942" StarRating="4" HotelCode="735362|284892" HotelName="Metropolitan Hotels Bosphorus" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Bar,Boutique,Currency Exchange,Designated Smoking Area,Dining,Fax,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Pürtelas Hasan Efendi Mahallesi, Meclis-i Mebusan Caddesi 47, Findikli, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/8a/f48ad25c66229f3cdb9643c1ccf1c7618ed6ff90.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable Boutique is set in Beyoglu. There are a total of 80 units on the premises. It is a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="278.10" OriginalAmount="270" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|95314-24891410/1328528078072082355/3693" HotelName="RADISSON ISTANBUL SULTANAHMET" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/1000000/910000/905900/905872/f32f7aa6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="278.60" OriginalAmount="270.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013472" Longitude="28.972493" StarRating="4" HotelCode="|454197" HotelName="Demiray and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hobyar Mah. Hocahani Sok. No.10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/1/9/7/454197_2b3544d1847.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="279.26" OriginalAmount="271.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013202" Longitude="28.977498" StarRating="4" HotelCode="|444142" HotelName="My Dream Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/1/4/2/444142_493660f1305.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="280.16" OriginalAmount="272" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|231274-28791029/1328528078072082355/80" HotelName="RAMADA &amp;amp; SUITES BY WYNDHAM ISTANBUL ATAKOY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5440000/5431100/5431027/b6fc4e86_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="280.16" OriginalAmount="272" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|695236-32839965/1328528078072082355/3842" HotelName="KAYA ISTANBUL FAIR AND CONVENTION" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/902500/902461/a85d8a5d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="280.16" OriginalAmount="272.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00446142434" Longitude="28.980073738703" StarRating="3" HotelCode="310813|azade_premier" HotelName="Azade Premier" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Mehmet Aga Caddesi 17/19, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/30/e9/30e90df377cea6ffb458b15b58afdcc297723e4d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="281.01" OriginalAmount="272.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0049" Longitude="28.9793" StarRating="0" HotelCode="|454784" HotelName="Obelisk and Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Mehmet A?a Cad. No:12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/7/8/4/454784_e085df81208.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="281.19" OriginalAmount="273" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|560261-20806522/1328528078072082355/3844" HotelName="AKKA LUSH TAKSIM" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19820000/19819200/19819193/6ec39b9e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="281.44" OriginalAmount="273.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.982643" Longitude="28.794294" StarRating="0" HotelCode="|543189" HotelName="BayMari Suites Plus Florya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Florya Cd. 37</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/3/1/8/9/543189_3227c0a1042.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="281.65" OriginalAmount="273.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.014604" Longitude="28.978758" StarRating="3" HotelCode="172518|1007965" HotelName="Golden Horn Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Istasyon Arkasi Sokak 9, 34110 Sirkeci, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/94/94b2561072059abb/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Sirkeci area, close to the train station and within 400 m of the sightse...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="281.77" OriginalAmount="273.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034598" Longitude="28.98594" StarRating="3" HotelCode="191166|1007535" HotelName="Marion Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cihangir Mah. Pürtelas Sok. No:12, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/0d/21/0d21a7da3ad0e075501d3c142cbc5073d7bb95a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="282.22" OriginalAmount="274" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.98111" Longitude="28.89726" StarRating="5" HotelCode="365977|198911" HotelName="Radisson Blu Hotel Istanbul Ottomare" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Currency Exchange,Internet,Laundry,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Kazlicesme Mahallesi, Abay Caddesi 223, Zeytinburnu, 34020 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ce/14/ce147e7cfa5a281c2f364485696bfa8c7a3345bc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="282.22" OriginalAmount="274" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|23144-24883709/1328528078072082355/3698" HotelName="SHERATON ISTANBUL LEVENT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/905000/904946/afee85e8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="282.22" OriginalAmount="274" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|10583-24663037/1328528078072082355/3700" HotelName="NOVA PLAZA CRYSTAL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/120000/114400/114364/c456180f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="282.47" OriginalAmount="274.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02979" Longitude="29.018405" StarRating="0" HotelCode="|447491" HotelName="216 Bosphorus Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Pasa Limani Cd. 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/4/9/1/447491_98a9f431252.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="282.51" OriginalAmount="274.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.974797" Longitude="28.8734258" StarRating="0" HotelCode="|305723" HotelName="The Time Marina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Zeytinlik Mahallesi Odabasi Mor Menekse Sok No.51</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/5/7/2/3/305723_616f0f92049.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="283.25" OriginalAmount="275.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.024942" Longitude="28.978061" StarRating="4" HotelCode="|465308" HotelName="Weingart Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Necatibey Cd. 69</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/5/3/0/8/465308_b22fd461250.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="283.25" OriginalAmount="275.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02414891" Longitude="28.97271546" StarRating="5" HotelCode="572710|the_galata_istanbul_hotel_mgallery_by_sofitel" HotelName="The Galata Istanbul Hotel - MGallery by Sofitel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Arap Camii Mahallesi, Bankalar Caddesi 21, Beyoglu, 34421 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/4b/0d4ba2c2fb4be52b8bf149e0b38012b2ae73f72c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="283.76" OriginalAmount="275.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004252" Longitude="28.979675" StarRating="3" HotelCode="33844|2190965" HotelName="Angel's Home Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Mehmet Aga Caddesi, Amiral Tafdil Sokak 26, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a8/17/a81709687bdcb5f6acfd55724bdfb51f151084da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="283.78" OriginalAmount="275.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0335597" Longitude="28.9770999" StarRating="4" HotelCode="|40799" HotelName="Pera Tulip" 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/0/7/9/9/40799_965b4ab1122.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is next to the shopping area, Taksim the square the historic centre, restaurants, bars and leisure areas. HOTEL: The hotel offers a lobby with a reception, a currency exchange service, a lift and a cloakroom. Guests are also offered a cafÃ©, a bar, restaurants, meeting rooms, a business centre, WiFi, room service, a laundry service (for a fee) and a car park.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="283.84" OriginalAmount="275.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012946377535" Longitude="28.978559374809" StarRating="4" HotelCode="61880|326455" HotelName="Sirkeci Mansion" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Taya Hatun Sokak  5, 34120 Sirkeci, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/50/f4/50f43273fd687482a09e4f09dae21db55cc35d10.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is just a 10-minute walk from some of Istanbul's most famous sights, including t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="284.28" OriginalAmount="276" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.049372" Longitude="29.02634" StarRating="5" HotelCode="68812|16251" HotelName="Ortakoy Princess" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dereboyu Caddesi 10, Ortaköy-Besiktas, 80840 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/30/305517/305517a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="284.28" OriginalAmount="276.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038158" Longitude="28.984111" StarRating="4" HotelCode="169634|senator_hotel_taksim" HotelName="Senator Hotel Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abdulhak Hamit Caddesi 9, Taksim, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/e9/6be9b9c01cb9d46281c8e72ed6cafece638c2c91.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the city, just 10 m from Taksim Square and its metro station. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="284.28" OriginalAmount="276.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0314932" Longitude="28.988861205523" StarRating="4" HotelCode="187335|nixon_bosphorus_dry_hotel" HotelName="Zimmer Bosphorus Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Findikli Meclis-i Mebusan Caddesi 61, Beyoglu, 34427 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d1/7d/d17df4cd43551505d3dfb2a87ba7084d32b66262.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Istanbul, this boutique hotel is ideal for guests who appreciate a stylish a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="284.28" OriginalAmount="276.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00637619" Longitude="28.98111873" StarRating="0" HotelCode="592995|hotel_empress_zoe" HotelName="Empress Zoe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Akbiyik Caddesi 10, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/21/d821cfeb40b4aca1c4f29d9089cac4c04074e42c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="284.46" OriginalAmount="276.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0345677" Longitude="28.9860852" StarRating="3" HotelCode="|86736" HotelName="The Marions Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cihangir Mah. Purtelas Sok. No 12 Taksim</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/3/6/86736_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a sauna and WiFi (free of charge). SITUATION: It is situated 3 minutes away fromTaksim the Square of the metro station.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="286.34" OriginalAmount="278" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.054886791891" Longitude="28.99593406198" StarRating="3" HotelCode="499329|206139" HotelName="Ada Suites Nisantasi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Tesvikiye Mahallesi, Valikonagi Caddesi, Fulya Sokak No: 3, Nisantasi, 34365 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/6e/fa6e9b45c97b9a031ebb674d2182c80c8fc27a60.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="286.34" OriginalAmount="278.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013749857432" Longitude="28.974932357669" StarRating="5" HotelCode="168811|levni_hotel__spa" HotelName="Levni Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ankara Caddesi No. 12, Sirkeci, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/f0/4af0849fd83ee7efec5a5333973a04004f56ac92.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within a few hundred metres of the major attractions of the Sultanahmet distric...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="286.34" OriginalAmount="278.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="883902|khalkedon_suite" HotelName="Khalkedon Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rasimpasa Mahallesi, Halitaga Caddesi, Yavuzturk Sokak 16, Kat 1,2,3,4,5, Kadikoy, 34716 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/ff/f4ff05dbfe7b0a5218c8069a9e52ff7bc54e05f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="287.33" OriginalAmount="278.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06475" Longitude="28.99443" StarRating="5" HotelCode="|445183" HotelName="The Craton" 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/5/1/8/3/445183_338b00e1439.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="287.37" OriginalAmount="279" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.078826401167" Longitude="29.011608161407" StarRating="4" HotelCode="315778|60124" HotelName="Park Dedeman Levent" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Esentepe Mahallesi, Büyükdere Caddesi 187, 34340 Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/ec/ecffea7eb97e6a31/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="287.76" OriginalAmount="279.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03582" Longitude="28.982969" StarRating="0" HotelCode="|533373" HotelName="Bonne Sante Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Istiklal Cad No 45, Beyoglu, Taksim</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/3/7/3/533373_ad274c51405.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="288.40" OriginalAmount="280" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.062496524807" Longitude="29.011334582143" StarRating="5" HotelCode="82421|198965" HotelName="Mercure Istanbul The Plaza Bosphorus" 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,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Barbaros Bulvari 165, Balmumcu Besiktas, 34349 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/cf/d0/cfd00ec149701aa9490219801c4db132e738729a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In an elevated position, the hotel enjoys panoramic views from its location in the heart of the Balm...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="288.40" OriginalAmount="280" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|17410-21436152/1328528078072082355/3845" HotelName="GRAND CEVAHIR" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/980000/972600/972529/18b47cd1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="289.43" OriginalAmount="281" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|164557-24893511/1328528078072082355/3704" HotelName="PALAZZO DONIZETTI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3890000/3884900/3884819/8dad62fb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="289.43" OriginalAmount="281" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|247652-12635544/1328528078072082355/3847" HotelName="LASAGRADA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6430000/6420600/6420600/d86441b8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="289.43" OriginalAmount="281" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|337148-24664069/1328528078072082355/3848" HotelName="DELTA HOTELS BY MARRIOTT ISTANBUL LEVENT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11440000/11433700/11433653/f107777b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="289.88" OriginalAmount="281.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013786" Longitude="28.977001" StarRating="3" HotelCode="191145|2007725" HotelName="The Luxx Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi Hudavendigar Caddesi No: 42, Sirkeci, Istanbul 34410</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/d7/0dd72b272525b038326d2f1d22305d61980e2de6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Istanbul, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="290.00" OriginalAmount="281.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009091096039" Longitude="28.978607597553" StarRating="3" HotelCode="45182|937035" HotelName="Boutique St. Sophia" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Caddesi 2, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/ab/ab85cd3252f196a1/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Sultanahmet with the Hagia Sophia on its doorstep and all the o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="290.44" OriginalAmount="281.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0131291" Longitude="28.9759719" StarRating="4" HotelCode="|17622" HotelName="Yasmak Sultan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ebusuud Cad. No:12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/6/2/2/17622_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This classic style hotel has 84 rooms, In the entrance, guests are offered a big hall with a reception, a cloakroom, a currency exchange service and a lift. The establishment boasts a hairdresser's, a bar, a nightclub, a TV room, a conference room, a cybercafe and a restaurant. For an additional charge you can use room service, the launderette and a medical care service. It also has a car park. SITUATION: This urban hotel is in Istanbul the historic centre of Sirkeci it is in Where you can find shops, leisure areas and public transport services. the Grand Bazaar and the Spice Bazaar it is close to 30 minutes away from the establishment, guests will find the airport. ROOM: All the rooms have a bathroom with a shower or bath, a hairdryer, a direct line telephone, a satellite television, a mini-bar, a safety deposit box, an air-conditioning system and a central heating system. FACILITIES: The establishment has a small gym, For a fee, you can enjoy a sauna and the Turkish bath. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and Ã  la carte or set-menu lunch and dinner. PAYMENT METHODS: Customers can pay using Visa and Mastercard.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="290.46" OriginalAmount="282.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0118455" Longitude="28.94657901" StarRating="3" HotelCode="410888|babel_park_hotel" HotelName="Babel Park Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Molla Gürani Mahallesi, Sehit Pilot Mahmut Nedim Sokak No: 3, Aksaray, Fatih, 34080 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/0c/1f0c7bcc2b090b03bde64a46ee67f087c275fd14.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="291.07" OriginalAmount="282.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.032568" Longitude="28.977177" StarRating="0" HotelCode="|532341" HotelName="Sala Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Akansu Sk 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/3/4/1/532341_d0d6b1a1040.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="291.49" OriginalAmount="283" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.025270515026" Longitude="29.105438320199" StarRating="4" HotelCode="557127|217236" HotelName="Hilton Garden Inn Istanbul Umraniye" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Yamanevler Mahallesi, Haldun Alagas Caddesi 2, Umraniye, 34768 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/20/3e20e2e325f58e50da4742ce356390cfe7faea56.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="291.49" OriginalAmount="283" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1351799-24960075/1328528078072082355/3706" HotelName="WISH MORE SISLI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/98000000/97370000/97360300/97360263/1a1547d3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="291.76" OriginalAmount="283.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036574" Longitude="28.985444" StarRating="0" HotelCode="|108286" HotelName="Taksim Premium" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/2/8/6/108286_f5680b00817.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is in the city centre, 50 metres away, guests will find Istiklal Avenue. ROOM: All the rooms have a kitchen and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="292.10" OriginalAmount="283.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00884791" Longitude="28.97491014" StarRating="3" HotelCode="176169|1446788" HotelName="Ayasultan Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mahallesi, Catalcesme Sokak 26, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/57/2f573c85a46c4c8ef4ac662b5276eaaa2cdb952f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated at the heart of Istanbul's historical district, Sultanahmet. All the major sig...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="292.58" OriginalAmount="284.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.059198183258" Longitude="29.010273336597" StarRating="5" HotelCode="200053|781115" HotelName="Renaissance Istanbul Polat Bosphorus Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Barbaros Bulvari 145, Besiktas, 34349 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/07/9b/079bbf67e62df81d53c722ef15eb09f09d922599.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the European side of Istanbul, in Besiktas, midway between the areas of Taks...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="293.59" OriginalAmount="285.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.055525" Longitude="28.987789" StarRating="0" HotelCode="|545612" HotelName="Princely Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hrant Dink Sok.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/5/6/1/2/545612_0501ad72213.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="293.62" OriginalAmount="285.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0436997" Longitude="28.9960497" StarRating="0" HotelCode="|44389" HotelName="Housez Suites and Apartments - Special Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SULEYMAN SEBA CAD./ AKARETLER-MACKA-BESIKTAS 60</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/3/8/9/44389_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is, comfortable is ideal for business stays, has 24 rooms and air-conditioning. In the entrance, guests are offered a lobby with a reception, a safety deposit box service, a currency exchange service, a lift, a cafÃ©, a kiosk and a restaurant. The establishment also offers WiFi, At an additional cost, you can enjoy room service, a laundry service, a car park and indoor parking. SITUATION: MaÃ§ka Is situated in 10 minutes away from the establishment, clients can find restaurants, bars and clubs. 5 minutes away, there is a public transport stop, is 20 minutes away from Sirkeci the railway station Guests can enjoy, is situated 24 kilometres away from Istanbul AtatÃ¼rk Airport It is situated 55 kilometres away fromSabiha Gokcen the airport. ROOM: suites and apartments, have a central heating system, an air-conditioning system, a fire alarm, internet, a satellite TV, a breakfast service, daily cleaning, a launderette, ironing service, a bathroom with a shower, a hairdryer, a direct line telephone, a mini-bar, a fridge, a kitchen with a microwave, a coffee maker, a kettle, an iron, a double or king-size bed and a safe. FACILITIES: The establishment has a gym. PAYMENT METHODS: The establishment accepts American Express, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, you can enjoy a continental breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="293.64" OriginalAmount="285.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039999" Longitude="28.976132" StarRating="5" HotelCode="|444986" HotelName="Cher and Spa Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Haciahmet Mah. Kurtulusdere Mah. No:31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/9/8/6/444986_31edde81245.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="293.98" OriginalAmount="285.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.85631" Longitude="29.27982" StarRating="4" HotelCode="|242774" HotelName="Holiday Inn Istanbul - Tuzla Bay, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Guzelyali Mah. Sahil Bulvari No. 72 Pendik</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/2/7/7/4/242774_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="294.18" OriginalAmount="285.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.051095793068" Longitude="28.987357020378" StarRating="5" HotelCode="65221|47634" HotelName="Ramada Plaza By Wyndham Istanbul City Center" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Halaskargazi Caddesi 63, 34373 Sisli-Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a7/f0/a7f08189e885b70b8d05343a8645afab70327932.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is less than 2 km from Taksim Square, a few steps from the Osmanbey metro station, and wit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="294.45" OriginalAmount="285.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05787352938" Longitude="28.98736771368" StarRating="5" HotelCode="148921|126514" HotelName="Holiday Inn Istanbul - Sisli" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Halaskar Gazi Caddesi, 19 Mayis Mahallesi 206, 34360 Istanbul, Sisli</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/e7/72e77b12541001c56c543f258cb057600a608945.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="294.58" OriginalAmount="286" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.042801" Longitude="28.99892" StarRating="4" HotelCode="888193|55446" HotelName="Housez Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Süleyman Seba Caddesi No: 60, Besiktas, 34357 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/10/10d09c82912913f0/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Maçka, one of the most popular and exclusive districts of Istanbul. Guests ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="294.58" OriginalAmount="286" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1462984-32897049/1328528078072082355/3849" HotelName="MARRIOTT EXECUTIVE APARTMENTS ISTANBUL TEMA WORLD" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/website/common/img/no-image.png</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="295.60" OriginalAmount="286.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0102675" Longitude="28.9788195" StarRating="0" HotelCode="|83016" HotelName="Elasophia Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Cd. No: 9A Sultanahmet - Istanbul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/1/6/83016_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Sultanahmet it is in it is in the historic centre. ROOM: Customers can find modern rooms, with WiFi, (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="295.61" OriginalAmount="287" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004387407591" Longitude="28.979084352374" StarRating="3" HotelCode="118792|217248" HotelName="Hotel Aslan Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Caddesi 63, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/74/a07448098b15399952bc347153b9ed55aad1ba87.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="295.61" OriginalAmount="287" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.980745" Longitude="29.101567" StarRating="5" HotelCode="80362|31386" HotelName="Istanbul Marriott Hotel Asia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kayisdagi Caddesi 3, Atasehir, 34750 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/bb/79bb4f91d20d075a0b8a288ee2e508e2c5efed31.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in the center of the asian side, the hotel offers easy access to TEM and E5 highwa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="295.61" OriginalAmount="287.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00780570144" Longitude="28.973315722684" StarRating="3" HotelCode="153404|rast_hotel" HotelName="Rast Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Klodfarer Caddesi 4, 34122 Istanbul, Sultanahmet</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e9/0e/e90e9632dc2f86e527cc6791d3424de8f56abc4e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="295.61" OriginalAmount="287.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00548426" Longitude="28.97084366" StarRating="0" HotelCode="636570|yilmaz_apart" HotelName="Yilmaz Apart" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucukayasofya Mahallesi, Emin Cikmazi 7, Degirmenci, Fatih, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/3f/303f551898e42677ecd840ef8d38febe2361667f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Sultanahmet district, Yilmaz Apart is just 500 metres from Blue Mosque. The property offe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="296.64" OriginalAmount="288" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="7.88596" Longitude="98.29406" StarRating="5" HotelCode="0|354500-24344411/1328528078072082355/3850" HotelName="HYATT REGENCY ISTANBUL ATAKOY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>237 RAT-U-THIT, 200 PEE ROAD, PATONG , KATHU , TH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9130000/9127700/9127669/w3837h2557x3y3-dcf00caa_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Location.    The Palm Retreat Inn is located near the beach in Kathu and close to Simon Cabaret, Patong Beach, and Bangla Night Street. Nearby points of interest also include Jungceylon Shopping Center and Bangla Boxing Stadium.    Hotel Features.   The Palm Retreat Inn features a restaurant and a bar/lounge. Room service is available. The hotel serves buffet breakfasts in the restaurant (surcharges apply). The property's full-service health spa has massage/treatment rooms. Complimentary wireless Internet access is available in public areas and the hotel has an Internet point. For a surcharge, the property offers a roundtrip airport shuttle (available on request).  Limo/town car service, tour/ticket assistance, and tour assistance are available. Additional property amenities include laundry facilities, express check-in, and express check-out. This is a smoke-free property.    Guestrooms.     Air-conditioned guestrooms at The Palm Retreat Inn feature minibars and coffee/tea makers. Rooms are all accessible via exterior corridors. Accommodations offer city or mountain views. These individually furnished and decorated rooms include desks. Bathrooms feature showers with rainfall showerheads. They also offer complimentary toiletries and hair dryers. Wireless Internet access is complimentary. Guestrooms offer phones. Televisions have premium cable channels. Rooms also include windows that open, welcome amenities, and irons/ironing boards. Guests may request in-room massages, extra towels/bedding, and wake-up calls. Housekeeping is available daily.     Room Info:       Notifications and Fees:      This property offers transfers from the airport (surcharges may apply). Guests must contact the property with arrival details before travel, using the contact information on the booking confirmation.    Reservations are required for massage services and spa treatments. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation.   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.   Connecting/adjoining rooms may be available, subject to availability. Guests can request connecting/adjoining rooms by contacting the property directly, using the contact information on the booking confirmation.          The following fees and deposits are charged by the property at time of service, check-in, or check-out.    Airport shuttle fee: THB 200 per person (one way)  Late check-out fee: THB 500  Fee for high-speed Internet (wired) in limited public areas: THB 70 (rates may vary)  Breakfast fee: between THB 175 and THB 250 per person (approximately)   Onsite credit card charges are subject to a surcharge      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.     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:  Check-in time starts at 2 PM  Check-out time is noon  Pets not allowed   &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="297.67" OriginalAmount="289" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="3" HotelCode="902948|206408" HotelName="Beyond Style Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Katip Mustafa Çelebi Mahallesi, Istiklal Caddesi 45, 34433 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/10/411019ecd9a8445c1678851f804342bb7ecf9298.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="298.70" OriginalAmount="290" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1239481-24927065/1328528078072082355/3712" HotelName="MOVENPICK LIVING ISTANBUL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/67000000/66150000/66147300/66147286/64d563b1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="298.94" OriginalAmount="290.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008678864788" Longitude="28.976035416126" StarRating="5" HotelCode="174856|1007455" HotelName="Sura Design Hotel &amp; Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Divanyolu Caddesi, Ticarethane Sokak 45, Alemdar Mahallesi, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/c84d06e36e834f6fb73f98252bfbdd2e.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Sultanahmet, the historical district of Istanbul. The major si...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="299.00" OriginalAmount="290.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.024063" Longitude="28.974266" StarRating="0" HotelCode="|454170" HotelName="DeCamondo Galata, a Tribute Portfolio Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Felek Sokak No.2 (Bereketzade Mahallesi Bankalar Caddesi 8, Beyoglu)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/1/7/0/454170_d10420f1313.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="299.43" OriginalAmount="290.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0141828" Longitude="28.9767536" StarRating="3" HotelCode="|82965" HotelName="Omega Luxx - Boutique Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Huedavendigar Caddesi No: 42 Old City Istanbul , Sirkeci</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/6/5/82965_464e8da1150.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 5 minutes away fromTopkapi the Palace of. ROOM: The rooms have internet (free of charge) and a television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="299.73" OriginalAmount="291" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012655" Longitude="28.978033" StarRating="4" HotelCode="16912|11007" HotelName="Romance Istanbul Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hüdavendigar Caddesi 5, Sirkeci, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e5/fa/e5fa8d7b59843c256e983ac790db65583e14c630.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in Istanbul's tourist centre, just a few minutes walk from the city centr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="299.73" OriginalAmount="291" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|12574-22402308/1328528078072082355/3851" HotelName="DEDEMAN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/4200/4190/5576f4f6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="299.73" OriginalAmount="291.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012369566025" Longitude="28.977561593056" StarRating="4" HotelCode="161988|hotel_sultania_boutique_class" HotelName="Hotel Sultania" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ebusuud Caddesi, Mehmet Murat Sokak 4, Sirkeci, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/db/56/db5607241b7eb9b61252a6a99676c643c2290b19.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel's location, between Sirkeci and Sultanahmet, offers a treasure trove full of local museums...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="300.76" OriginalAmount="292" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.010055481364" Longitude="28.975036409071" StarRating="3" HotelCode="347569|55182" HotelName="Hotel Miniature" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Jacuzzi,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mahallesi, Molla Fenari Sokak 22, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/28/76/287608476048088c3426fd53eb740108d2cb8dc0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a safe, a restaurant, a bar, a babysitting service, a childcare service, room servi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="300.76" OriginalAmount="292.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003017" Longitude="28.97397" StarRating="4" HotelCode="166945|hotel_amira_istanbul" HotelName="Hotel Amira Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mahallesi, Mustafapasa Sokak 43, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/3e/cd3ef63300cdd1566bfa452f5253602ae73b4131.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the heart of old Istanbul, this stylish hotel is within easy walking distance of the main attract...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="300.76" OriginalAmount="292.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004895179327" Longitude="28.980428796295" StarRating="4" HotelCode="409443|amiral_palace_hotel__special_class" HotelName="Hotel Amiral Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Bayram Firini Sokak 7, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9a/cb/9acb0a9843b8adb8dd2d44b1bbf880161aef3713.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is within walking distance of a number of historical and cultural centres such as Topkapi ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="300.96" OriginalAmount="292.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013791346682" Longitude="28.976489380002" StarRating="4" HotelCode="165439|1581168" HotelName="Neorion" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Orhaniye Caddesi 14, Sirkeci, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/a7/15a70d2e7eda87b695924e159c4f78df428d7b68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Sirkeci area of the historical peninsula of the city. Sirkeci train stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="301.79" OriginalAmount="293.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003212939525" Longitude="28.971030364418" StarRating="5" HotelCode="311557|altin_suites" HotelName="Merot Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mahallesi, Meydan Arkasi Sokak 15, Sultanahmet, Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/51/fd51ee74f00cf4ddf34e26bfa3c5131bb5477269.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="301.79" OriginalAmount="293.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="829922|galata_m84_apart_hotel" HotelName="Galata M84" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Evliya Çelebi Mahallesi, Mesrutiyet Caddesi 84, Sishane, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b8/ee/b8eeb9ccc47fcb6524cf64e2079eb0f6b61d15a1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="302.09" OriginalAmount="293.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9598638" Longitude="28.8382394" StarRating="4" HotelCode="|31705" HotelName="Renaissance Polat Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>SAHIL YOLU CAD. NO:2 YESILYURT 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/7/0/5/31705_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2008, has 23 floors and 414 standard rooms and luxury suites. It has air-conditioning, a lobby with a reception, a reception, a currency exchange service, a cloakroom, a lift, daily newspapers, a hairdresser's, a cafÃ©, a bar, a pub and a restaurant. The establishment boasts conference facilities and WiFi (for a fee). At an extra cost you can use room service and the launderette. Nearby, you can find a car park, an indoor car park and (for a fee). SITUATION: This hotel is 20 minutes away from the city centre. It is 4 kilometres away from Istanbul AtatÃ¼rk Airport. Is 80 kilometres from Sabiha Gokcen Airport. ROOM: Guests are offered large, recently renovated rooms have satellite and cable flatscreen television, internet, a mini-bar, a coffee maker, a safe, 2 telephones with an answering machine, a bathroom, a bath, a hairdryer, a double or king-size bed, an air-conditioning system and heating. FACILITIES: The establishment has a covered pool, a pool that has a children's area, a terrace with deck chairs and an outdoor bar. The establishment boasts a gym. For a fee, you can enjoy play squash, enjoy tennis and play ping-pong. The establishment also has a sauna and a steam bath. For an additional charge, you can use a massage service and the Turkish bath. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa. OTHERS: Guests of the establishment can enjoy 6 restaurants and luxury bars. The establishment serves a buffet breakfast and Ã  la carte lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="302.82" OriginalAmount="294" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.025745" Longitude="28.973844" StarRating="4" HotelCode="34526|24181" HotelName="Anemon Galata" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bereketzade Mahallesi, Büyükhendek Caddesi 5, Kuledibi, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/71/3171012b12731c965f034ad3ada4f3c6d61a548e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right next to the Galata Tower in the historical Pera area of Istanbul, the hotel has a uniq...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="303.08" OriginalAmount="294.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013921" Longitude="28.907108" StarRating="5" HotelCode="|184637" HotelName="Uranus Istanbul Topkapı" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Merkezefendi Mah Mevlana Cad No 112 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/6/3/7/184637_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="303.10" OriginalAmount="294.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009264816629" Longitude="28.960333764553" StarRating="5" HotelCode="165538|143916" HotelName="DoubleTree by Hilton Hotel Istanbul - Old Town" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ordu Caddesi 31, 34130 Istanbul, Beyazit</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/5c/c95c7f1978ae8283f21bb48fb86a5c3e2dd7eb33.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="303.65" OriginalAmount="294.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008864" Longitude="28.975795" StarRating="4" HotelCode="|166913" HotelName="Sura Design &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mh. Ticarethane Sk. No:13 (Divanyolu Caddesi , 45Ticarethane Sokak)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/9/1/3/166913_87c8c4b1215.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a living room, a fireplace, a fitness room, WiFi (free of charge) and a meal service. SITUATION: This hotel is in Sultanahmet the district of 2 minutes away from the establishment, you can find the tram stop. ROOM: Each room has an air-conditioning system, an LCD satellite television, a mini-bar, a coffee maker and kettle.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="303.85" OriginalAmount="295" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.851812" Longitude="28.252415" StarRating="5" HotelCode="0|90457-24871190/1328528078072082355/3852" HotelName="ISTANBUL MARRIOTT ASIA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>66 YUNUS NADI CADDESI, MARMARIS, TR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1700000/1699400/1699398/ba1f2bad_b.jpg</HotelPictures>
        <HotelDescription>Offering an idyllic setting in the famous tourist resort of Marmaris, this enchanting hotel is a perfect place for a peaceful and relaxing holiday. Guests will find themselves within a short stroll from the mesmerizing harbour, the lively area with shops, restaurants and entertainment venues as well as the gorgeous local beach. This attractive property is offers welcoming facilities and excellent services to ensure a pleasant and comfortable stay. The tastefully appointed rooms come complete with modern amenities. Travellers may also take advantage of delectable Turkish and international cuisines served in the charming atmosphere of the hotel restaurant. On warm days guests may also take a plunge in the shimmering pool or soak up the sun on the terrace and when thirsty sip a refreshing drink from the bar. In case of any query, visitors may turn to friendly staff at the 24-hour reception.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="304.31" OriginalAmount="295.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.024637" Longitude="28.969834" StarRating="0" HotelCode="|454595" HotelName="The Halich Istanbul Karakoy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Emekyemez, Tersane Cd. No 102, 34420</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/5/9/5/454595_8e4cd621502.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="304.88" OriginalAmount="296.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.12032359" Longitude="29.00886389" StarRating="5" HotelCode="578378|615722" HotelName="Somerset Maslak Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Maslak 1453 Caddesi, Sögüt Street No. 20 AA C15, Maslak District, 34396 Maslak, Sariyer, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/7d/9f7de9ff18d79fdfceec2b6f167aeb3569521be1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Istanbul.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="304.88" OriginalAmount="296" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1388970-27456356/1328528078072082355/318" HotelName="RAMADA PLAZA BY WYNDHAM SILIVRI" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/90000000/89640000/89633700/89633622/4f19b467_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="304.88" OriginalAmount="296" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|167604-32896469/1328528078072082355/3853" HotelName="ASPERA HOTEL ALTUNIZADE ISTANBUL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/5000000/4560000/4559600/4559542/86af0fec_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="304.88" OriginalAmount="296" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|256162-24894187/1328528078072082355/3854" HotelName="ISG AIRPORT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3440000/3430600/3430585/36f67617_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="305.13" OriginalAmount="296.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039161" Longitude="28.984208" StarRating="5" HotelCode="|42227" HotelName="Elite World Istanbul Taksim" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SEHIT MUHTAR CAD NO 42 TAKSIM OTELLER BOLGESI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/2/2/7/42227_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2008, has 245 rooms and 17 floors. The establishment boasts air-conditioning, a lobby with a reception, a safety deposit box service, a currency exchange service, a cloakroom and a lift. Guests can find 3 coffee shops, a hairdresser's, a bar, a restaurant, conference rooms and internet. At an additional cost you can have access to WiFi, room service and a laundry service. The establishment also offers indoor parking and a playground. SITUATION: Taksim Is situated in this hotel is in Istanbul the centre of near the establishment, you will find the business and commercial area, cultural areas, the government building and shopping areas. It is near restaurants, bars, the nightlife and a public transport stop. 15 minutes away from the establishment you have tourist areas, the establishment is 20 kilometres away from Istanbul AtatÃ¼rk Airport It is situated 60 kilometres away fromSabiha Gokcen Airport. ROOM: Guests are offered 4 suites, 232 Deluxe Suites, 2 disabled access rooms and 7 interconnecting rooms. All the rooms have a bathroom, a hairdryer, a direct line telephone, satellite or cable TV, internet and a mini-bar. They also have a coffee maker, a kettle, an air-conditioning system, heating, a king size or double bed, a safe and a balcony or terrace. FACILITIES: The establishment has a gym, a covered pool, a children's swimming pool, an outdoor bar (available for a fee) and deck chairs. The establishment also offers a Turkish bath, a steam bath, a sauna, hydrotherapy, a massage service (available for a fee) and a bar. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers a meal service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="305.14" OriginalAmount="296.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.028928" Longitude="28.974286" StarRating="0" HotelCode="|527757" HotelName="RUZ Hotels" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Asmali Mescit, General Yazgan Sk. no 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/7/7/5/7/527757_72d6ecc1058.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="305.91" OriginalAmount="297.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038132303207" Longitude="28.988058861205" StarRating="4" HotelCode="300309|avantgarde_hotel_taksim_square" HotelName="Avantgarde Taksim Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mete Caddesi 28, Gümüssuyu, Taksim, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/80/25801477930a1899b588c2692a1d0af5d2d26b37.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="306.04" OriginalAmount="297.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04695" Longitude="29.00017" StarRating="0" HotelCode="|193187" HotelName="Bosfora" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Turkali Mah. Nuzhetiye Cad. No: 30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/1/8/7/193187_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="306.60" OriginalAmount="297.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0408" Longitude="28.98208" StarRating="0" HotelCode="|192445" HotelName="Berjer Boutique Hotel and Spa - Boutique Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Taksim Dolapdere Cad. No 93</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/4/4/5/192445_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="306.78" OriginalAmount="297.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0121999" Longitude="28.9593698" StarRating="5" HotelCode="|66889" HotelName=" Wyndham Istanbul Old City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kemalpasa Mah. Sehzadebasi Cad. Celal Aga Konagi No 1 Vezneciler</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/8/8/9/66889_e91de670825.jpg</HotelPictures>
        <HotelDescription>HOTEL: the hotel has 87 comfortable rooms, a lobby with a reception, a currency exchange service, a cloakroom and a lift. SITUATION: This welcoming, historic hotel is located near the tourist attractions, the Grand Bazaar, Sultan Ahmed Mosque, Hagia Sophia and Topkapi Palace close to the establishment, clients can find. ROOM: The rooms have flat-screen satellite television, computer plug, a fax machine, WiFi, a mini-bar, a safety deposit box, a direct line telephone, an individual air-conditioning system and individual heating. FACILITIES: The establishment has a spa, a Turkish bath, a sauna, a steam bath, a covered pool and a pool that has a children's area. MEALS: Guests have at their disposal a Turkish restaurant, Regarding the food and beverage offering, the establishment offers a buffet breakfast and Ã  la carte lunch and dinner. PAYMENT METHODS: Customers can pay using Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="307.32" OriginalAmount="298.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04841" Longitude="29.02536" StarRating="0" HotelCode="|243072" HotelName="Nevv Bosphorus Hotel and Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No7 Mecidiye Muallim Naci Cd Besiktas</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/3/0/7/2/243072_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="307.41" OriginalAmount="298.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0286372" Longitude="28.9732703" StarRating="4" HotelCode="36323|1435578" HotelName="Galata Antique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Caddesi 119, 34430 Tunel, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/c9/bbc9c6d275f01622914283f5fbd0538f7317513c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="307.97" OriginalAmount="299.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00992236" Longitude="28.97302488" StarRating="0" HotelCode="423735|nuruosmaniye" HotelName="Fer Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Business Centre,Currency Exchange,Designated Smoking Area,Dining,Fax,Housekeeping,Internet,Laundry,Parking,Printer,Restaurant,Room Service,Telephone Service,Valet Parking,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Molla ferani street, Türbedar Street 12, Nuruosmaniye Sultanahmet, 34120 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/58/c3/58c30ea0b77f2583b894fb289f8041b61114576f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;FER is a new luxury hotel which reflects the historical and the modern spirit of Istanbul. Hotel was...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="308.17" OriginalAmount="299.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.022023" Longitude="29.045114" StarRating="0" HotelCode="|153618" HotelName="Aspera Altunizade" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>MAHIR IZ CAD. ALTUNIZADE, USKUDAR 32</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/6/1/8/153618_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2011, has 80 rooms and 1 room adapted for people with reduced mobility. SITUATION: This establishment, Istanbul it is in is situated in the city centre excellent transport links to the city.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="308.36" OriginalAmount="299.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0405917" Longitude="28.9859094" StarRating="5" HotelCode="|23360" HotelName="Point  Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Topcu Caddesi Taksim 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/6/0/23360_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2005, has 9 floors and 194 rooms. The establishment boasts a lobby with elevators, a reception, 20 safety deposit boxes, a cloakroom, a currency exchange service, a kiosk, a television room and 6 conference rooms. Our guests can find a cafÃ©, a bar and 2 restaurants. The establishment offers guests internet, room service, a laundry service, a medical care service, a car park and indoor parking. SITUATION: This hotel is situated in a central area, 100 metres away from the establishment, you can find Taksim the Square of close to the establishment, guests have shops, leisure areas, near the establishment, guests will find tourist areas, in front of the hotel there is a public transport stop, is 20 kilometres away from Istanbul AtatÃ¼rk Airport. ROOM: The cosy rooms, have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, internet and a radio. They also have a coffee maker, a kettle, a mini-bar and a safe. Guests also have available suites with a living room-bedroom. FACILITIES: Clients can find a covered, heated swimming pool with a children's area, a sauna, a steam bath, a solarium, a massage service and beauty treatments. The establishment boasts a gym, handball and darts. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet restaurant, an Ã  la carte or set-menu lunch and dinner, dietary restrictions can be accomodated for and special dishes. Guests can book bed and breakfast, half-board or full-board.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="310.78" OriginalAmount="301.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0649" Longitude="29.00386" StarRating="0" HotelCode="|23317" HotelName="Tempo Residence Gayrettepe" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rustubey Sok. No.2 Gayrettepe, Istanbul 34349</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/1/7/23317_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: this aparthotel was built in 2000. It has 8 floors and 21 junior suites. In the entrance, you can find a lobby with a reception, a safety deposit box service, a currency exchange service, lifts and internet. Guests are also offered a restaurant with air-conditioning, an indoor car park and a car park. There are many services available at the establishment, including room service, a laundry service and a medical care service. SITUATION: This hotel is in Istanbul the city centre of. ROOM: All the rooms have a bathroom, a direct line telephone, satellite or cable TV, a radio, a stereo and internet. They also offer an open-plan kitchen, a fridge, a double bed, a sofa, a safe (available for a fee) and a central heating system. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="310.83" OriginalAmount="301.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009201" Longitude="28.9619007" StarRating="3" HotelCode="|95707" HotelName="DOUBLETREE BY HILTON ISTANBUL - OLD CITY" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ordu Caddesi 31Beyazit,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/7/0/7/95707_1_1220.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a business centre. Pets are not allowed.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="311.06" OriginalAmount="302.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.963804" Longitude="28.802181" StarRating="5" HotelCode="385915|crowne_plaza_florya_istanbul" HotelName="Crowne Plaza Istanbul Florya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Massage Centre,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Yesilkoy Halkali Caddesi No. 95, Senlikköy Mahallesi Florya-Bakirkoy, 34290 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/58/7d/587d1fd638c3848e3e761c271f16c68650bbf61d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="311.63" OriginalAmount="302.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0035659" Longitude="28.9747459" StarRating="0" HotelCode="|51176" HotelName="Eresin Hotels Sultanahmet - Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucukayasofya Cad. No: 40</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/1/7/6/51176_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2001, is situated on a main street. It has 4 floors, 59 standard rooms and 5 suites. It has a lobby with a reception, a safety deposit box service, a currency exchange service and lifts. Our guests can find a bar, an Ã  la carte restaurant with air-conditioning with highchairs, a conference room, internet, room service, a laundry service and a car park. SITUATION: This cosy hotel is in the tourist centre. Near the establishment, you will find the sea. In the surrounding area, clients have restaurants, bars and a public transport stop. ROOM: The comfortable rooms have an air-conditioning system, a bathroom, a hairdryer, a direct line telephone and a satellite or cable television. They also have a radio, internet, a mini-bar, a safe (available for a fee) and central heating. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard, Diners Club and EC. OTHERS: The establishment offers a buffet breakfast and an Ã  la carte or set-menu lunch and dinner. Dietary restrictions can be accomodated for and special dishes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="311.63" OriginalAmount="302.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0048963" Longitude="28.9799967" StarRating="2" HotelCode="|28730" HotelName="Historia - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>MIMAR MEHMET AGA CAD. AMIRAL TAFDIL SK. 23</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/7/3/0/28730_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has a garden, has 6 floors and 27 rooms. The establishment has a lobby with a reception, a safety deposit box service, lifts, a cloakroom and a currency exchange service. Guests can find a bar, a TV room, a restaurant and a restaurant with air-conditioning, The establishment also offers internet, a bicycle storage room, room service, a laundry service, a medical care service and a car park. SITUATION: It is in the historic centre, 100 metres away, guests can find shops, restaurants, public transport stops and places of interest. it is 17 kilometres away from Istanbul Airport. ROOM: All the rooms have a bathroom, a hairdryer, a direct line telephone and a satellite or cable television. They also have a mini-bar, a double bed, an air-conditioning system and individual heating. Guests are offered family rooms. MEALS: Guests can book bed and breakfast, half-board and full-board, Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: The establishment accepts American Express, Visa and Mastercard.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="312.09" OriginalAmount="303" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="746920|284828" HotelName="Classy Suite Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Inonu Mahallesi, Elmadag Caddesi 44/50, Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/79/9679ab50ae2311333e16a958111daeba5c4e8abc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="312.25" OriginalAmount="303.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0494711" Longitude="29.0245381" StarRating="0" HotelCode="|305429" HotelName="Loren Hotel&amp;suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/5/4/2/9/305429_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="313.95" OriginalAmount="304.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0053949" Longitude="28.979987" StarRating="3" HotelCode="|19955" HotelName="Glk Premier Acropol Suites and Spa - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AKBIYIK CD. SULTANAHMET 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/9/5/5/19955_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Best Western Acropol is rated four stars and boutique. SITUATION: 200 metres away, guests can find Sultanahmet Square, Topkapi Palace and Basilica Cisterna,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="314.15" OriginalAmount="305" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1354731-24590072/1328528078072082355/595" HotelName="HAMPTON BY HILTON ISTANBUL ARNAVUTKOY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/84000000/83520000/83515300/83515300/e419e97b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="314.15" OriginalAmount="305" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.246878" Longitude="-76.941194" StarRating="4" HotelCode="0|545372-20628387/1328528078072082355/3856" HotelName="METROPOLITAN BOSPHORUS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>I-180 WARRENSVILLE RD EXIT, MONTOURSVILLE, 17754-9503, PA, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/23000000/22570000/22561200/22561139/e74ac270_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Motel. Total rooms and suites: 43. Floors: 3. Property description- The Super 8 in Montoursville/Williamsport is conveniently located off I-180  Any season is a good time to visit Montoursville, PA,  enjoy fall foliage, shopping, golf and don't forget, Williamsport is home to the Little League World Series Hall of Fame and the Peter J. McGovern Little League Museum.  &lt;br /&gt;&lt;br /&gt;You will enjoy rooms with either one king size or two double beds.  We feature 27 inch TV's in all our rooms with over 70 cable channels to choose from including HBO, CNN and ESPN.Property was built in 1988. Property was renovated in 2000. Hotel Currency: USD. &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="314.15" OriginalAmount="305" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|3497-12636394/1328528078072082355/3859" HotelName="ERESIN HOTELS TOPKAPI (EX. ERESIN TOPKAPI)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/60000/54700/54674/9516765f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="314.15" OriginalAmount="305.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02649744" Longitude="28.97799173" StarRating="0" HotelCode="442383|selvese_collection_galata_1875" HotelName="Galata 1875 Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Bicycle Rental,Coffee Shop,Concierge,Dry Cleaning,Elevator,Fax,Housekeeping,Internet,Kitchen,Laundry,LCD/Projector,Luggage Storage,Parking,Pets allowed,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hacimimi Mahallesi, Luleci Hendek Caddesi 25, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/07/5007145bef944f282628eb22ac1adb4b97527938.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Galata 1875 Suites in Istanbul (Galata), you'll be ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="314.17" OriginalAmount="305.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.029304" Longitude="28.987342" StarRating="0" HotelCode="|530544" HotelName="Tonight Hotel Port" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Meclis-i Mebusan Cd. N 39</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/0/5/4/4/530544_4cd0cbd1040.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="314.71" OriginalAmount="305.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003287" Longitude="28.975181" StarRating="0" HotelCode="|534743" HotelName="Me by Mula" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/7/4/3/534743_2f4ba911135.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="315.10" OriginalAmount="305.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05391" Longitude="28.94609" StarRating="5" HotelCode="|184606" HotelName="Lazzoni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/6/0/6/184606_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="315.18" OriginalAmount="306.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006146" Longitude="28.979495" StarRating="4" HotelCode="89553|hotel_uyan__special_class" HotelName="Uyan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mah., Utangac Sok. no 25</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/0b/d40b786b9e46d101612655d6567fda6544fd0724.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located the heart of the old city of Sultanahmet in Istanbul, within walking distance o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="315.22" OriginalAmount="306.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.85855" Longitude="29.27161" StarRating="0" HotelCode="|192814" HotelName="Sahil Butik" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Guzelyal? Mahallesi Sahilyolu Caddesi Al?nteri Sokak No:17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/8/1/4/192814_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="316.21" OriginalAmount="307" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009201285934" Longitude="28.976331342328" StarRating="5" HotelCode="299676|40244" HotelName="Sura Hagia Sophia 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,Internet,Lounge,Massage Centre,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Divanyolu Caddesi, Ticarethane Sokak 10, Alemdar Mahallesi, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9d/4d/9d4de131061d9438d410e356a63c30dfdc8d25fb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="317.24" OriginalAmount="308" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.06372" Longitude="28.987756" StarRating="5" HotelCode="295369|38932" HotelName="Istanbul Marriott Hotel Sisli" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abide-i Hurriyet Caddesi 142, Sisli, 34381 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/9b/5a9bdd6c42ddc583ae06ddd3e84d4915f09d91da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="317.24" OriginalAmount="308" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.032589" Longitude="28.97416" StarRating="5" HotelCode="208288|35748" HotelName="Radisson Blu Pera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Evliya Çelebi Mahallesi, Refik Saydam Caddesi 19, Tepebasi, Taksim, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/56/f1/56f1b9f6e572377e3469a866c73c1472742fffb4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="317.24" OriginalAmount="308" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1433643-32897048/1328528078072082355/3857" HotelName="BENTLEY HOTEL OLD CITY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/102000000/101240000/101230500/101230457/ef130b0f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="317.35" OriginalAmount="308.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0059441" Longitude="28.9796422" StarRating="0" HotelCode="|108065" HotelName="Blue Suites by V" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi Seyyit Hasan Sok., No:14, Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/0/6/5/108065_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in a central area, is in Sultanahmet the district of Sultan Ahmed Mosque 200 metres away, guests can find.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="317.40" OriginalAmount="308.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012386" Longitude="28.958614" StarRating="5" HotelCode="136266|122668" HotelName="Celal Aga Konagi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 27/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Balabanaga Mahallesi, Sehzadebasi Caddesi 1, Fatih, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/2a/2a8c0ef806eefaba/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming historical hotel is very close to all of the city's major tourist attractions and hist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="317.51" OriginalAmount="308.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.025346" Longitude="29.105638" StarRating="4" HotelCode="|220774" HotelName="Doubletree By Hilton Istanbul Umraniye" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Yamanevler Mahallesi Haldun Alagas Caddesi No:2 Umraniye.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/7/7/4/220774_334b7300839.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="318.27" OriginalAmount="309" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|565316-23000937/1328528078072082355/3722" HotelName="WESTSIDE ARJAAN BY ROTANA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/24000000/23530000/23527500/23527402/1a50e5ea_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="319.01" OriginalAmount="309.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0555" Longitude="28.81889" StarRating="5" HotelCode="|192408" HotelName="Mayi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mahmutbey Mh. Peyami Safa Cd. No:25</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/4/0/8/192408_1_1389.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="319.23" OriginalAmount="309.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006282" Longitude="28.973546" StarRating="0" HotelCode="|533857" HotelName="Hotel Ravi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>terzihane sok no 13 / bindirdirek</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/8/5/7/533857_50824f31136.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="319.30" OriginalAmount="310" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005293600587" Longitude="28.974412679672" StarRating="3" HotelCode="10892|19799" HotelName="Ayasofya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Caddesi, Demirci Resit Sok. No:28, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/2f/26/2f26267b82ab73b3a43423fea3c8b8a9750aef75.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located in the Old City, only a few minutes’ walk from the Blue Mosque, St. S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="320.33" OriginalAmount="311" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1366476-24960077/1328528078072082355/3727" HotelName="MOVENPICK LIVING ISTANBUL CAMLIVADI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/91000000/90150000/90145400/90145301/aa53d04a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="320.78" OriginalAmount="311.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04695" Longitude="28.98586" StarRating="0" HotelCode="|184769" HotelName="Overland Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ergenekon Mah. Papa Roncalli SoK No: 93</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/7/6/9/184769_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="320.87" OriginalAmount="311.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003609506027" Longitude="28.974739909172" StarRating="5" HotelCode="12157|36934" HotelName="Eresin Hotels Sultanahmet" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic 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,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucukayasofya Caddesi 40, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/33/3d/333db92cce79de8f6d1a74f65d8261f61db66954.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located at the heart of the tourist centre, close to the sea. Restaurants, ba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="321.32" OriginalAmount="311.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023832" Longitude="28.974946" StarRating="0" HotelCode="|84977" HotelName="The Purl  Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BANKALAR CAD.KARAKOY 2/1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/9/7/7/84977_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel was built in 2012 and has 32 rooms. SITUATION: This establishment, Istanbul it is in it is in the city centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="321.36" OriginalAmount="312" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|522149-23000568/1328528078072082355/3729" HotelName="THE GALATA ISTANBUL - MGALLERY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16770000/16762500/16762464/71bb7beb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="322.39" OriginalAmount="313" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|14817-24894190/1328528078072082355/3730" HotelName="TAKSIM SQUARE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/27000000/26680000/26678300/26678216/1ade46be_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="322.39" OriginalAmount="313.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01094598" Longitude="28.95435599" StarRating="3" HotelCode="323632|misa_hotel" HotelName="Misa Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kemal Pasa Mahallesi, Yesil Tulumba Sokak No: 27, Laleli / Fatih, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/80/6480c784bcd563e107b9f2feade455523ab7349c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="322.55" OriginalAmount="313.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.061597" Longitude="28.989019" StarRating="5" HotelCode="207960|892515" HotelName="Radisson Blu Hotel Istanbul Sisli" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Mayis Caddesi 2, Sisli, 34360 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/296278/a_296278_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in Sisli, Istanbul, within walking distance of Cevahir Shopping Mall as well a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="323.26" OriginalAmount="313.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0045036" Longitude="28.9800046" StarRating="3" HotelCode="|86944" HotelName="Angel's Home" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/4/4/86944_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment was built in the 19th Century, The establishment has a terrace on the rooftop. SITUATION: Is situated inIstanbul the historic centre of. ROOM: The rooms have WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="323.51" OriginalAmount="314.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.008872" Longitude="28.974853" StarRating="3" HotelCode="|76676" HotelName="Ayasultan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar mh. Catalcesme Sk. no 26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/6/6/7/6/76676_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is boutique. SITUATION: This hotel is in the historic area. It has good links to the tourist attractions. ROOM: The establishment has 36 comfortable rooms. OTHERS: The establishment offers a breakfast service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="325.48" OriginalAmount="316" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1321729-32839809/1328528078072082355/3741" HotelName="RADISSON HOTEL ISTANBUL HARBIYE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/76000000/75790000/75785200/75785182/w3837h2560x3y0-1d7bcf5a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="325.76" OriginalAmount="316.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.906468" Longitude="29.313287" StarRating="4" HotelCode="|205469" HotelName="Isg Sabiha Gokcen Airport - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/5/4/6/9/205469_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="326.51" OriginalAmount="317.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01293892" Longitude="28.97726882" StarRating="0" HotelCode="784773|centrum_suites_istanbul" HotelName="Centrum Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hocapasa Mahallesi, Ibn-I Kemal Caddesi 15, Sirkeci, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/fe/c8fee813949f453f9ac732465d548c8e93dd5368.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="327.54" OriginalAmount="318" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|158235-21405599/1328528078072082355/1053" HotelName="DOUBLETREE BY HILTON ISTANBUL OLD TOWN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3760000/3758400/3758303/cc535335_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="328.23" OriginalAmount="318.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005037" Longitude="28.79753" StarRating="0" HotelCode="|528657" HotelName="Meros Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tevfikbey Mahallesi Halkali Caddesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/8/6/5/7/528657_b13c55c1017.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="328.57" OriginalAmount="319.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.052375601961" Longitude="28.99053019808" StarRating="3" HotelCode="118872|boutique_riva_hotel" HotelName="Riva Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rumeli Caddesi 15, Nisantasi</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/25/26/252640cf7850fbed90007a35e4ec5f6f86b23242.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the upmarket shopping district of Nisantasi. Local transport is less than a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="328.86" OriginalAmount="319.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03397" Longitude="28.98744" StarRating="0" HotelCode="|193114" HotelName="Lir Residence Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gumussuyu Mah. Kazanci Yokusu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/1/1/4/193114_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="330.79" OriginalAmount="321.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004871" Longitude="28.959882" StarRating="0" HotelCode="|522104" HotelName="Royal Kral As Suit Otel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nalbant Cami Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/1/0/4/522104_9e991ad0926.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="330.84" OriginalAmount="321.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007153529536" Longitude="28.973794550926" StarRating="4" HotelCode="65969|69924" HotelName="Deluxe Golden Horn" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahalesi, Binbirdirek Meydani Sokak 1, 34400 Istanbul, Sultanahmet</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/0a40bcd623f64a6f9e90af42b32d6f76.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally situated in the old town, only 100 m from shops, restaurants and public...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="331.66" OriginalAmount="322" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|3527-19230705/1328528078072082355/3732" HotelName="POINT TAKSIM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2690000/2681300/2681206/cb1170f1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="331.91" OriginalAmount="322.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9952419" Longitude="29.0248026" StarRating="3" HotelCode="|83020" HotelName="Kadıköy Rıhtım Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>R?ht?m Cad No 62 Kadikoy</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/2/0/83020_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is 10 minutes away from Harem Port It has excellent transport links to the ferry. ROOM: Each room has a sofa and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="332.25" OriginalAmount="322.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00527" Longitude="28.97696" StarRating="0" HotelCode="|95725" HotelName="Vogue Hotel Supreme Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mah. Yerebatan Cad.13 Sultanahmet.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/7/2/5/95725_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a medium-sized hall and a reception. ROOM: All the rooms have a television, a coffee maker, kettle, bottled water, an air-conditioning system, electronic safe, a hairdryer, a writing desk and internet (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="332.69" OriginalAmount="323.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.16130267" Longitude="29.04552696" StarRating="4" HotelCode="188698|fuat_pasa_mansion__special_class" HotelName="Fuat Pasa Yalisi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Çayirbasi Caddesi 148, Büyükdere, Sariyer, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/74/807463699a8daa297e1fcd5cd311c926771824d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="332.73" OriginalAmount="323.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0362433" Longitude="28.9849949" StarRating="4" HotelCode="|74829" HotelName="Cvk Taksim  Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Siraselviler Cad. No:11,Taksim</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/8/2/9/74829_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 85 rooms, The establishment boasts a restaurant, a cafÃ©, a lobby bar, a spa, conference rooms and meeting rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="333.30" OriginalAmount="323.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0107434" Longitude="28.9578742" StarRating="4" HotelCode="|72448" HotelName="Samir Deluxe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Buyuk Resitpasa Cd. Ahmet Suayip Sk. No.22,Laleli</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/4/4/8/72448_7.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is located close to the university, close to the establishment, clients can find shops, places of interest. ROOM: Clients can find 40 rooms with an air-conditioning system, a satellite TV, a mini-bar, a safety deposit box, a bathroom and a writing desk. FACILITIES: The establishment has a restaurant, a bar and a terrace.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="333.37" OriginalAmount="323.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.025131" Longitude="28.981089" StarRating="0" HotelCode="|537924" HotelName="Dream Inn Karaköy Bosphorus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yuva Sk. No8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/9/2/4/537924_01e200f0945.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="333.72" OriginalAmount="324.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.026454" Longitude="28.978021" StarRating="0" HotelCode="|528588" HotelName="Selvese Collection Galata 1875" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/8/5/8/8/528588_889bd561036.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="333.72" OriginalAmount="324.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006856" Longitude="28.973594" StarRating="4" HotelCode="10281|hotel_arcadia_blue_istanbul" HotelName="Hotel Arcadia Blue" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dr. Imran Oktem Cad. No.1, Sultanahmet, 34400 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/05/da0527a3862421ebfb34cf8fec31866d06c6aac9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Sultanahmet, in the heart of Istanbul, a city which has always attracted tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="333.72" OriginalAmount="324.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.938279" Longitude="29.322708" StarRating="5" HotelCode="175795|crowne_plaza_hotel_istanbul__asia" HotelName="Crowne Plaza Istanbul - Asia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yenisehir Mahallesi, Dedepasa Caddesi 15, Kurtkoy-Pendik, 34912 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e3/b9/e3b95019664e84beebe0bb3b6c5fae6943eba7d0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul - Sabiha Gökcen (SAW).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="333.72" OriginalAmount="324.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.031735997928" Longitude="28.980529877811" StarRating="3" HotelCode="398333|hammamhane" HotelName="Hammamhane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Firuzaga Mahallesi, Cukurcuma Caddesi 45, Beyoglu, 34425 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/af/48af6c3eacead2bab22afcd21cd20c4d06fd93cb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="334.75" OriginalAmount="325" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.031655" Longitude="105.848283" StarRating="4" HotelCode="0|186517-24927151/1328528078072082355/3734" HotelName="ZIMMER BOSPHORUS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>29-30-34 29-30-34 HANG MANH STR., HOAN KIEM, HANOI, VN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5390000/5385900/5385834/ec8891fe_b.jpg</HotelPictures>
        <HotelDescription>This hotel is located in the heart of Hanoi's Old Quarter, allowing guests to experience the essence of Vietnam. Sword Lake, the symbol of the capital city, is a short walk from the hotel and guests can also wander around the ancient streets in the area.

This luxury hotel offers guests a superb choice of 51 rooms and is the ideal choice for both business and leisure travellers. Guests are welcomed into a lobby with 24-hour reception and check-out service. Further facilities include a hotel safe, currency exchange facilities, lift access, a café, bar, restaurant, Internet access, room and laundry services, and bicycle hire.

The guest rooms feature an elegant and distinctive design, and meet the highest international standards. The rooms and suites incorporate rich Vietnamese fabrics, Oriental furnishings, impeccable attention to detail and luxurious en suite bathrooms with shower, bath and hairdryer. Each of the rooms also comes with a double or king-size bed, direct dial telephone, satellite/cable TV, a radio, Internet access, safe, minibar and fridge. There are also tea and coffee making facilities, individually regulated air conditioning and a balcony or terrace.

The hotel features a sauna and can arrange wind surfing trips.

The hotel restaurant serves delicious Vietnamese and Western cuisine for an all-day fine dining experience. A continental breakfast buffet and set menu lunch are served.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="334.75" OriginalAmount="325" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="44.1022188" Longitude="-103.2017484" StarRating="5" HotelCode="0|256907-12636952/1328528078072082355/3876" HotelName="ISTANBUL MARRIOTT SISLI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>1720 Rapp Street, Rapid City, SD, 57701, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6780000/6771400/6771400/4412dd1b_b.jpg</HotelPictures>
        <HotelDescription>Experience the Hampton Inn Rapid City hotel where we aim to exceed our guests' expectations. Overlooking the great South Dakota plains, our Rapid City guests will feel at home with the tasteful decor, and can enjoy conversing at our On the House hot breakfast buffet or around the lobby fireplace. After a grueling day at work or on the road, take a dip in our pool, try out our 102 foot waterslide, or just relax in our hot tub.    We assure the business planner and South Dakota traveler well-equipped meeting rooms, executive boardroom, and a spacious business center. Enjoy Black Hills hospitality at its best. Our Hampton Inn is just minutes from the Civic Center, Rushmore Mall, and the gateway to Mount Rushmore and several other Black Hill's attractions.   We love having you here in South Dakota at the Hampton Inn Rapid City hotel!&lt;br /&gt;CheckIn Time: 15:00&lt;br /&gt;CheckOut Time: 11:00&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="334.75" OriginalAmount="325" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1456623-32840192/1328528078072082355/3877" HotelName="ALOFT ISTANBUL KARAKOY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/118000000/117160000/117154200/117154158/e33ab60a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="334.75" OriginalAmount="325.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035383" Longitude="28.976601" StarRating="3" HotelCode="191177|dila_suites" HotelName="Dila Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kamer Hatun Mh. Balik Sk No: 16, 34435 Taksim, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/e0/8ee0926812afb19641fac4b265e40cc64f2122d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Pera/Beyoglu district of the city and is just 650 m from Taksim Square, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="335.47" OriginalAmount="325.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0059474" Longitude="28.9688824" StarRating="0" HotelCode="|108148" HotelName="The White Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Emin Sinan Mahallesi Piyerloti Caddesi No:57 Old City/Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/8/1/4/8/108148_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a terrace. SITUATION: Sultanahmet It is in 10 minutes away from the establishment, you can find the mosque. ROOM: The establishment has suites with kitchen and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="335.78" OriginalAmount="326.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.050517" Longitude="28.989867" StarRating="4" HotelCode="191113|cheya_residences_nisantasi_deluxe" HotelName="Cheya Deluxe Residence Nisantasi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vali Konagi Cd 20, Halaskargazi Mh., 34400 Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/08/1a08ed9ce398bea772926be412d5ff1dc1f05ab7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="335.86" OriginalAmount="326.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.144808257644" Longitude="29.053929448128" StarRating="4" HotelCode="260599|926045" HotelName="The Central Palace Bosphorus" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Haydar Aliyev Street 124, Tarabya Sariyer, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3b/b4/3bb4588e5018f4cd6e742f4e2b33d3bec5c9049c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Istanbul, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="336.36" OriginalAmount="326.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.970858" Longitude="29.039578" StarRating="0" HotelCode="|526269" HotelName="Petek Pansiyon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Alptekin Sk. 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/6/2/6/9/526269_c77c13c1035.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="336.81" OriginalAmount="327" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.988516" Longitude="29.021021" StarRating="5" HotelCode="165537|30346" HotelName="DoubleTree by Hilton Hotel Istanbul - Moda" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Caferaga Mahallesi, Albay Faik Sözdener Caddesi 31, Moda Kadikoy District, 34710 Istanbul - Asian side, Turkey</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/7e/4e/7e4e770fcb8b65c60fb44ee7dc1b89b2fbdc975e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of Istanbul, this urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="336.81" OriginalAmount="327" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.057168040828" Longitude="28.976010235443" StarRating="4" HotelCode="905797|45363" HotelName="Fraser Place Anthill Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Mahallesi, Incirli Dede, Caddesi No: 6, 34380 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/87/7f87be8c72032f42b4929ebda4111c31cdc7a7dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located next to Istanbul's modern business districts, Levent and Maslak, and only 3 km...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="337.84" OriginalAmount="328" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1459557-32897100/1328528078072082355/3878" HotelName="CANOPY BY HILTON ISTANBUL TAKSIM" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/121000000/120310000/120302900/120302835/w5743h3830x5y5-7ffa3c78_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="338.00" OriginalAmount="328.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03331" Longitude="28.975168" StarRating="5" HotelCode="187043|758225" HotelName="Rixos Pera Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kamerhatun Mahallesi, Mesrutiyet Caddesi 44, Tepebasi, Taksim, 34440 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a1/e4/a1e49c5aa7c6e5e87c85fe1c1d861870df825c10.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="338.83" OriginalAmount="328.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012736" Longitude="28.9779493" StarRating="4" HotelCode="|19957" HotelName="Best Western Empire Palace  and Spa - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>HOCAPASA MAH.HUDAVENDIGAR CD. - SIRKECI 17-19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/9/5/7/19957_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was opened in 2004, has a beautiful terrace and 35 rooms. In the entrance, you can find a lobby with a reception, a currency exchange service, a cloakroom and a lift. The establishment also has a cafÃ©, 2 bars, a restaurant with air-conditioning, with highchairs, a conference room and internet. There are many services available at the establishment, including room service, a medical care service and a laundry service. SITUATION: It is in the historic centre, is 100 metres away from the tourist area, Clients can find shops, restaurants, bars and nightclubs. It is located nearSultanahmet the Square of the railway station, is situated 22 kilometres away from Istanbul Airport Is situated on a main street. ROOM: The inviting rooms, have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio, internet, a mini-bar, a king-size bed, a double bed, a safe (available for a fee) and an individual air-conditioning system. FACILITIES: The establishment boasts a Turkish bath. PAYMENT METHODS: Customers can pay using American Express, Visa and Mastercard. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and an Ã  la carte or set-menu lunch and dinner. Dietary restrictions can be accomodated for and special dishes. Guests can book half-board or full-board.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="338.87" OriginalAmount="329.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.009194" Longitude="28.977119" StarRating="5" HotelCode="904126|vogue_hotel_supreme_istanbul" HotelName="Hagia Sophia Hotel Istanbul Old City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mahallesi, Yerebatan Caddesi 13, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/16/7e169b0d86c83214c91e31adcb920902a512f00a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the historical district of Sultanahmet, this hotel really does enjoy an enviable position...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="339.90" OriginalAmount="330" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|15320-24893518/1328528078072082355/3884" HotelName="MOVENPICK ISTANBUL BOSPHORUS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/420000/412200/412142/600f679b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="340.05" OriginalAmount="330.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0361369" Longitude="28.9900874" StarRating="0" HotelCode="|86908" HotelName="Cheya Gumussuyu Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/0/8/86908_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Beyoglu Is situated in Close to Taksim the square. ROOM: Guests are offered apartments with TV, a kitchen, a dishwasher and internet (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="340.99" OriginalAmount="331.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.012477" Longitude="28.958361" StarRating="0" HotelCode="|470009" HotelName="Rayelin Hotel Istanbul Old City Special Category" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sehzadebasi Cad no3 Fatih Istanbul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/0/0/9/470009_0a583721218.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="341.35" OriginalAmount="331.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035948" Longitude="28.989982" StarRating="4" HotelCode="191159|2551435" HotelName="Cheya Residence Gümüssuyu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Inönü Caddesi, Ömer Avni Mahallesi, Haci Hanim Sokak 6, Taksim, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/7a/f37a1ac40db28fa92dbf8ca88c6f686c44e9cda3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="341.69" OriginalAmount="331.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.988421" Longitude="29.021339" StarRating="5" HotelCode="|95706" HotelName="Doubletree By Hilton Istanbul Moda" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Caferaga Mh Albay F Sozdener Caddesi 31 Kadikoy 34710 Istanbul Turkey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/7/0/6/95706_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has rooms with a TV, sea views and a swimming pool. SITUATION: This hotel is 5 minutes away from the ferry terminal. 240 metres away, guests can find Kadikoy Underground Station. The establishment offers a transfer service to the airport for a supplement. ROOM: The rooms have an air-conditioning system, a mini-bar and room service. Some rooms have sea views. FACILITIES: This establishment has a gym, a spa, a sauna, a Turkish bath, massage rooms, car rental and private parking (free of charge). OTHERS: Clients have at their disposal a restaurant, a cafÃ©, a bar a restaurant and a swimming pool bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="341.88" OriginalAmount="331.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03866" Longitude="28.988129" StarRating="5" HotelCode="75235|144666" HotelName="Gezi Bosphorus" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mete Cad. 34, Taksim, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/f3/f4f3e1cc17e463328dbadee78c19f968bb4d9ed3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a great central location within 500 m of Taksim, with its links to the public tran...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="342.84" OriginalAmount="332.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.873241" Longitude="29.130442" StarRating="4" HotelCode="|83519" HotelName="Ascot  Buyukada" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MADENLER MAH.CINAR CAD. 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/5/1/9/83519_d5ebb701101.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="344.66" OriginalAmount="334.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0065497" Longitude="28.9719051" StarRating="0" HotelCode="|82908" HotelName="Paris Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Piyerloti Caddesi Dizdariye Medresesi Sok. No:5 Cemberlitas Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/9/0/8/82908_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is family-run, The establishment boasts a terrace with ocean views. SITUATION: It is inIstanbul the historic area of 2 minutes away, you can find Piyer Loti the square. ROOM: All the rooms have WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="345.05" OriginalAmount="335" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.97967956" Longitude="28.88668737" StarRating="5" HotelCode="599925|237411" HotelName="Hilton Istanbul Bakirkoy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Currency Exchange,Fax,Laundry,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sakizagaci Mahallesi, Kennedy Caddesi 103, 34158 Istanbul, Bakirkoy</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/83/8e/838e5be2f5a4ac1a69d6486e306b22061e356109.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Istanbul, this hotel is ideal for business travellers as well as families.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="345.05" OriginalAmount="335" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|30858-230406/1328528078072082355/3020" HotelName="BEST WESTERN EMPIRE PALACE &amp;amp; SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1080000/1077200/1077194/1dbb42a2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="345.09" OriginalAmount="335.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01526" Longitude="28.97567" StarRating="0" HotelCode="|184332" HotelName="Empire Suite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hobyar Mah.Ankara cad.Dervisoglu Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/3/3/2/184332_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="345.74" OriginalAmount="335.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007157" Longitude="28.973787" StarRating="4" HotelCode="|17612" HotelName="Deluxe Golden Horn Sultanahmet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mah. Binbirdirek Meydan? Sok. No:1 34400</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/6/1/2/17612_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2006, has 4 floors, 71 rooms and 4 suites. The establishment boasts a lobby with a reception, a safety deposit box service, a currency exchange service, a cloakroom, 2 lifts, a cafÃ©, a games room, a TV room and an Ã  la carte restaurant with air-conditioning, with highchairs, The establishment also offers a conference room and internet. At an additional cost you can have access to room service, a laundry service, a medical care service and a car park. SITUATION: Is situated in the historic centre, 100 metres away, guests can find shops, restaurants and a public transport stop. close to the establishment, guests have places of interest. ROOM: Customers have comfortable and cosy rooms with a hairdryer, a direct line telephone, a bathroom, a satellite or cable television, a mini-bar and internet. They also have a double bed, fitted carpets and central heating. PAYMENT METHODS: Customers can pay using Visa and Mastercard. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast, an Ã  la carte lunch and an Ã  la carte or set-menu dinner. Guests can book bed and breakfast, half-board or full-board.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="346.08" OriginalAmount="336.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.8458" Longitude="29.296272" StarRating="4" HotelCode="|220769" HotelName="Doubletree By Hilton Istanbul - Tuzla" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Evliya Celebi Mah. Mustafa Kemal Cad 5,Tuzla</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/7/6/9/220769_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="347.05" OriginalAmount="336.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.039751408394" Longitude="28.987700343132" StarRating="5" HotelCode="9356|29944" HotelName="Intercontinental Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Asker Ocagi Cad. No:1, Taksim, 34435 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/94/1994fcfdb97f9b65da37fd1ac17a08c5e4eef72e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming luxury hotel is centrally located close to Taksim Square in Istanbul's new town and be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="347.51" OriginalAmount="337.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0129226" Longitude="28.9761342" StarRating="4" HotelCode="|72542" HotelName="Levni  and Spa - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Main Entrance: Ankara Caddesi No: 12, Back Entrance: Ebusuud Caddesi No: 31, Sirkeci</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/5/4/2/72542_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Levni Hotel Istanbul is rated five stars. It has modern facilities, a flatscreen television and internet. You are also offered a covered swimming pool, a gym and a Turkish bath. It has a reception and a car hire desk. Guests can enjoy a massage service, a spa, a wellness centre, a sauna, a solarium and a gym. SITUATION: It is situated in the historic centre of Istanbul. It is 200 metres away from Topkapi Sarayi, is 200 metres away from the Tram Station of Bekleme Peronlari. 1 kilometre away from the establishment, guests will find the Atik Ali Pasha Mosque, ROOM: The bright rooms have modern furniture, a bathroom, a coffee maker and flat-screen satellite television. some rooms even have a balcony. OTHERS: Clients have at their disposal a Turkish restaurant. The establishment offers vegetarian dishes. It also has a pub.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="349.17" OriginalAmount="339" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|132405-21003705/1328528078072082355/3879" HotelName="HOLIDAY INN ISTANBUL SISLI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2820000/2815300/2815296/3f7da101_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="349.86" OriginalAmount="339.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.031934" Longitude="28.987917" StarRating="0" HotelCode="|533326" HotelName="Loop Hotel Bosphorus İstanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hardal Sk. 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/3/2/6/533326_11510601117.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="350.20" OriginalAmount="340" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1448554-32600388/1328528078072082355/1207" HotelName="ALTUNIZADE SUITES ISTANBUL CURIO COLLECTION BY HILTON" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/109000000/108580000/108574500/108574451/w5755h3840x5y0-79a08037_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="350.20" OriginalAmount="340" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|230926-12636927/1328528078072082355/3742" HotelName="RADISSON BLU HOTEL, ISTANBUL SISLI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6260000/6250100/6250043/ab302c7d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="351.63" OriginalAmount="341.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.031448" Longitude="28.984509" StarRating="0" HotelCode="|522042" HotelName="Monnas Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/0/4/2/522042_a951c2e0905.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="352.00" OriginalAmount="341.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.059677" Longitude="28.97957" StarRating="4" HotelCode="|553409" HotelName="Bomonti Arjaan By Rotana" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Merkez Mah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/4/0/9/553409_2e426561342.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="354.51" OriginalAmount="344.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0286331" Longitude="28.9731171" StarRating="0" HotelCode="|86777" HotelName="Galata Flats" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Caddesi No:84 Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/7/7/7/86777_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inTÃºnel the district of. ROOM: Clients can find fully-equipped apartments and have WiFi, (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="355.09" OriginalAmount="344.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.045097" Longitude="29.008628" StarRating="0" HotelCode="|443798" HotelName="The Pearl Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cihannuma Mah Mehmet Ali Bey Sok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/3/7/9/8/443798_39453891053.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="355.35" OriginalAmount="345" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1459848-32840005/1328528078072082355/3887" HotelName="MARRIOTT EXECUTIVE APARTMENTS ISTANBUL FULYA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88120000/88120000/88119952/6c370489_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="356.35" OriginalAmount="345.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.041136315164" Longitude="28.98340792738" StarRating="5" HotelCode="186411|888205" HotelName="Barceló Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mah 25, Abdulhak Hamit Caddesi, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/55/b3/55b3cf1e36da01d1c615b705b2dc64aa71b44968.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="356.46" OriginalAmount="346.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0285072" Longitude="28.9853036" StarRating="4" HotelCode="|107955" HotelName="Nidya  Galataport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Meclis-i Mebusan Cad. No:21 Tophane</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/9/5/5/107955_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a terrace with ocean views and the historic centre. It also has a spa. SITUATION: This establishment, Bosphorus it is 50 metres away from it is situated 450 metres away from Tophane the Tram Station of. ROOM: All the rooms have a flat-screen television and a mini-bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="357.14" OriginalAmount="346.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0127805" Longitude="28.9779216" StarRating="4" HotelCode="|17623" HotelName="Romance Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hudavendigar Caddesi No:5 (also 7)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/6/2/3/17623_6b01bcf0811.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 5 floors, 2 single rooms, 57 double rooms and 4 junior suites. The establishment has a reception, 60 safety deposit boxes, a currency exchange service, a cloakroom, 2 lifts, a cafÃ©, a bar, a television room, an Ã  la carte restaurant with air-conditioning, conference rooms and internet (for a fee), There are many services available at the establishment, including room service, a laundry service and a medical care service. The establishment also has an indoor car park. SITUATION: This urban hotel is in Istanbul the tourist area of it is situated near the city centre, Where you can find shops, boutiques, cafÃ©s, bars, restaurants and animated nightlife. nearby, there is a public transport stop, Sultanahmed Camii and Kapalicarsi it is near it is 18 kilometres away from the airport. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, internet, a mini-bar, a double bed, an air-conditioning system, a central heating system, a safety deposit box and a balcony. Clients are offered 1 disabled access room. PAYMENT METHODS: Customers can pay by American Express, Visa and Mastercard. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="357.14" OriginalAmount="346.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023801" Longitude="28.975882" StarRating="5" HotelCode="|192107" HotelName="10 Karakoy Istanbul - Special Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kemeralti Caddesi No: 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/1/0/7/192107_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="357.41" OriginalAmount="347" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.11241503" Longitude="28.98717334" StarRating="0" HotelCode="978087|410934" HotelName="Radisson Residences Vadistanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ayazaga Mahallesi, Kemerburgaz Caddesi 6A 7V/101, 34396 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/b8/99b8d5b3709b5e7b080c4b1b2fdf801a2c26160d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="358.44" OriginalAmount="348" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.024733454735" Longitude="28.980147896175" StarRating="5" HotelCode="320034|111426" HotelName="Novotel Istanbul Bosphorus" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kemankes Kara Mustafa Pasa Mahallesi, Kemankes Caddesi 57-59, Karakoy, 34425 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/6b/ce6bb32ae89d4bcf8309a1c8a95d120c042fca99.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="360.50" OriginalAmount="350" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1277829-32418546/1328528078072082355/3012" HotelName="OTTOPERLA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1277829/20211125125132131.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="360.50" OriginalAmount="350.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.028161" Longitude="28.624467" StarRating="5" HotelCode="297939|tuyap_palas" HotelName="Tuyap Palas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gurpinar Kavsagi, E-5 Karayolu Uzeri, Tuyap Fair Convention and Congress Center, 34500 Büyükçekmece, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/4f/114f2e8ce3f64aa7dc197b1364aeda898310a938.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="360.50" OriginalAmount="350.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05032" Longitude="28.99114" StarRating="5" HotelCode="790559|nish_palas_istanbul_in_the_unbound_collection_by_hyatt" HotelName="Nish Palas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Harbiye Mahallesi, Abdi Ipekci Caddesi 12, Nisantasi, Sisli, 34367 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/94/3c946e9bcf3e08981386e6c1e80026654b05e744.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="361.13" OriginalAmount="350.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.845788116174" Longitude="29.296227482877" StarRating="4" HotelCode="323674|CAX569800" HotelName="DoubleTree by Hilton Hotel Istanbul - Tuzla" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Evliya Celebi Mahallesi, Mustafa Kemal Caddesi 5, 34947 Tuzla, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/ce/b6ce99fac4c184183cf208cb8fcefdf555c9a23b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="361.53" OriginalAmount="351.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.962188530351" Longitude="28.841224660632" StarRating="4" HotelCode="423136|marina_park_residences" HotelName="Atakoy Marina Park Hotel Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Concierge,Designated Smoking Area,Fax,Housekeeping,Internet,Kitchen,LCD/Projector,Luggage Storage,Parking,Restaurant,Telephone Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Rauf Orbay Caddesi, Sahilyolu 10, Atakoy Marina Park, Bakirkoy, 34158 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/af/40af3e5f587143731bb89f0be136e1c0b1d64be4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Istanbul, Atakoy Marina Park Residences is close to Ata...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="362.58" OriginalAmount="352.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.07736" Longitude="29.013355" StarRating="5" HotelCode="300843|363692" HotelName="Wyndham Grand Istanbul Levent" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Conference Hall,Fax,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Esentepe Mahallesi, Büyükdere Caddesi 177-183, 34394 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/0a/020aeddeb25f6a9cbd234a2594e5ddddcfc19c07.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="362.96" OriginalAmount="352.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036525" Longitude="28.986158" StarRating="5" HotelCode="18366|30054" HotelName="The Marmara Taksim" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,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,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Osmanli Sokak 1/B, 34437 Istanbul, Taksim</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c0/40/c040fdec318974bb3db4682efd76547c6d84a9d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the heart of the city, this hotel offers holidaymakers everything they could wish for whe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="364.62" OriginalAmount="354" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.802022" Longitude="28.230408" StarRating="5" HotelCode="0|164681-24894040/1328528078072082355/3743" HotelName="VOGUE SUPREME ISTANBUL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>7 CUMHURIYET MAHALLESI SAHIK SOKAK ICMELER, ICMELER, TR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/37000000/36850000/36840900/36840828/9d56eeee_b.jpg</HotelPictures>
        <HotelDescription>Ercanhan Hotel is located 110 km to Dalaman airport ,8 km to Marmaris city center.

The Ercanhan Hotel will appeal to families and couples looking for a simple but comfortable accommodation in Turkey, with a friendly atmosphere in a central position.

All rooms have bathroom/shower WC, air conditioning balcony/terrace, telephone, hairdryer (certain amenities may be payable locally)&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="365.65" OriginalAmount="355" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1400643-28768634/1328528078072082355/3744" HotelName="MOVENPICK LIVING ISTANBUL SAKLIVADI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/104000000/103390000/103382200/103382145/f8c81eb4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="365.65" OriginalAmount="355" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|267144-13602740/1328528078072082355/3747" HotelName="SURA HAGIA SOPHIA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8050000/8046700/8046669/7767a3fc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="365.65" OriginalAmount="355" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1456626-32897019/1328528078072082355/3907" HotelName="MARRIOTT EXECUTIVE APARTMENTS ISTANBUL VADI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/116000000/115930000/115921300/115921239/e1cf0d8b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="369.76" OriginalAmount="358.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.056006" Longitude="28.98774" StarRating="0" HotelCode="|470671" HotelName="Wish More Hotel Şişli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Halaskargazi 196</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/6/7/1/470671_e8f15a21200.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="372.22" OriginalAmount="361.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.050942066263" Longitude="28.992040157318" StarRating="5" HotelCode="58544|66694" HotelName="The Sofa Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Tesvikiye Caddesi 41-41A, 34367 Istanbul, Nisantasi</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/ae/27aeb9231a20e7c43493a0d78ca0cc805a8ca18d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Tesvikiye neighbourhood of the Nisantasi quarter, Istanbul. There are nu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="372.86" OriginalAmount="362" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.088966363889" Longitude="29.035009145737" StarRating="5" HotelCode="185758|28613" HotelName="Le Meridien Istanbul Etiler" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cengiz Topel Caddesi No: 39, Etiler Mh., 34337 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/02/20/0220ea39068022504bb8b9bc336d6b2cbd02d495.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="372.86" OriginalAmount="362" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|610027-20628386/1328528078072082355/3909" HotelName="CROWNE PLAZA HOTEL ISTANBUL - ASIA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4310000/4306700/4306663/632156ae_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="373.86" OriginalAmount="362.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00304" Longitude="28.97561" StarRating="0" HotelCode="|184889" HotelName="Glk Premier Sea Mansion Suites and Spa - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kucukayasofya Mh Mustafapasa Sk No 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/8/8/9/184889_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="375.00" OriginalAmount="364.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.10899" Longitude="29.023" StarRating="5" HotelCode="72623|2290165" HotelName="Hilton Istanbul Maslak" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Üçyol Mevkii, Büyükdere Caddesi 233, Maslak, Sariyer, 34485 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/3f/ee3f739c1d812b3c2ee05bc16b7f41d50caa8224.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel has set an unmatched standard for luxury in the heart of business and entertainment distr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="375.47" OriginalAmount="364.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.041057948008" Longitude="28.987205576721" StarRating="5" HotelCode="11808|2832" HotelName="Divan Istanbul Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Asker Ocagi Caddesi 1, Taksim, 34367 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/56/585621cb558cbad7e4854b76eb9afe7d4d36d025.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel is located near Taksim Square (around 250 m away), in the centre of the city. I...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="375.95" OriginalAmount="365.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05460602" Longitude="28.99642459" StarRating="5" HotelCode="593657|tzl_suites" HotelName="Tzl Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Tesvikiye Mahallesi, Sinoplu Sehit Cemal Sokak 9, Valikonagi Caddesi, Nisantasi, 34365 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/da/14/da14c5a6826d5ddef69d3e5d15a81808be2bdf1e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a café, a transfer service, room service and a business...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="376.98" OriginalAmount="366.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05044906" Longitude="28.99278374" StarRating="4" HotelCode="471478|la_belle_nisantashi" HotelName="Nisantasi Exclusive Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Lounge,Massage Centre,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Tesvikiye Caddesi 39, Nisantasi, Sisli, 34367 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/ca/8aca0eb2a132190a19d0b81d33d4630879dcf16e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="377.57" OriginalAmount="366.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03831" Longitude="28.98707" StarRating="5" HotelCode="|72433" HotelName="Gezi Hotel Bosphorus, Istanbul, A Member Of Design Hotels - Special Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mete Cd. No 34 Taksim</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/4/3/3/72433_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inIstanbul the city centre of next to the establishment, clients can find Taksim the square Clients can also find the metro station, Bosphorus 5 minutes away from the establishment guests have It is situated 21 kilometres away fromIstanbul AtatÃ¼rk Airport. ROOM: The rooms have a satellite TV, internet, parquet flooring and a marble bathroom. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast and lunch and dinner service. OBSERVATIONS: The establishment offers car hire, ticket sale and a business centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="378.01" OriginalAmount="367" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.07416032" Longitude="28.923943" StarRating="4" HotelCode="936320|198819" HotelName="Isfanbul Holiday Home &amp; Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yesilpinar Mahallesi, Girne Caddesi, Eyüp, 34065 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d7/99/d799a116efb06094d544d69b6e5d1d008b1cd74a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="378.67" OriginalAmount="367.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.047495726051" Longitude="29.024583046627" StarRating="5" HotelCode="55581|49764" HotelName="Radisson Blu Bosphorus Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ciragan Caddesi 46, 34349 Ortaköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/63/ea637d0a6d9e30eb13685d265c0a3508cca63e8c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="378.99" OriginalAmount="367.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.027287" Longitude="28.974515" StarRating="0" HotelCode="|485353" HotelName="World House Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sahkulu Mahallesi Galip dede Caddesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/5/3/5/3/485353_cc9d5c02004.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="379.04" OriginalAmount="368.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="981870|stay_lab_residence_hotel" HotelName="Stay Lab Residence &amp; Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Caddesi 59, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/66/7a66d5667aa5da385d950f9d65d98b9182686869.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="379.12" OriginalAmount="368.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0504979" Longitude="28.9926594" StarRating="0" HotelCode="|61779" HotelName="The Stay Boulevard Nisantasi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tesvikiye Caddesi No:41-41ANisantasi,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/1/7/7/9/61779_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building was built in the 20th Century, has a spa centre, a gym, a swimming pool, a sauna and a Turkish bath. You are also offered an elegant hall, a reception and the cafÃ©. SITUATION: Nisantasi It is in it is a few minutes' walk away from Taksim the square BeyoÄŸlu and Harbiye nearby, you will find it is well-connected with modes of transport, is 5 minutes away from Osmanbey the train station. ROOM: The large rooms, are contemporary style, have a satellite TV, a CD player, a DVD player, an air-conditioning system, computer safe, desk items, a bathroom with a shower and a bath. OTHERS: It also hasTuuS the restaurant For an extra charge, clients can enjoy a breakfast service in room or in the cafÃ©.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="380.22" OriginalAmount="369.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0110016" Longitude="28.9846992" StarRating="4" HotelCode="|17634" HotelName="Doubletree By Hilton Istanbul - Sirkeci" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>NOBETHANE CAD. DARUSSADE SOK. SIRKECI 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/6/3/4/17634_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This business hotel, has 118 double rooms, 6 floors, a reception, a safety deposit box service, a currency exchange service, a lift, a TV room, internet, shops, 4 conference rooms, a laundry service, room service and a medical care service (for a fee), The establishment boasts a cafÃ©, a bar and a restaurant with air-conditioning, Kids can enjoy a playground, It also has a car park. SITUATION: This modern hotel is situated in the central area, in the surrounding area of the establishment, guests can find the commercial areas, Where you can find bars, shops, boutiques and restaurants. it is situated 15 kilometres away from the airport. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, satellite and cable television, internet, a mini-bar (available for a fee), a safe and central heating. FACILITIES: The establishment has a gym, a sauna and a massage service (available for a fee). PAYMENT METHODS: Customers can pay by Visa, American Express and Mastercard. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast, an Ã  la carte lunch and an Ã  la carte or set-menu dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="380.92" OriginalAmount="369.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.072077" Longitude="29.0151073" StarRating="0" HotelCode="|95717" HotelName="Avantgarde Levent Hotel - Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Buyukdere Cad. 161 Zincirlikuyu - Levent Istanbul,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/7/1/7/95717_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a covered swimming pool, 2 restaurants, business facilities, conference facilities, air-conditioning, 84 rooms, a lobby with a reception and express check-out. The establishment offers guests a currency exchange service, a cloakroom, a lift, a kiosk, a cafÃ©, a terrace and WiFi. For an extra cost you can have access to room service, a laundry service and a car park. SITUATION: The hotel is in a business area and the commercial area, 5 minutes away from the establishment guests have the metro station, Close to The Kanyon the shopping centre Taksim 15 minutes away from the establishment clients have Where you can find shops, restaurants, bars and nightclubs. 28 kilometres away from the establishment, guests will find Istanbul AtatÃ¼rk Airport it is situated 40 kilometres away from Sabiha Gokcen Airport. ROOM: Each room has a shower, a hairdryer, a direct line telephone, satellite or cable TV, internet, a safe, a mini-bar, an air-conditioning system and heating. FACILITIES: Guests are offered a covered swimming pool, parasols (available for a fee), a spa, a jacuzzi, 2 saunas, a steam bath and a Turkish bath. For a fee, you can enjoy spa treatments and a massage service. The establishment also offers pilates and a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="381.40" OriginalAmount="370.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.05422" Longitude="28.988443" StarRating="4" HotelCode="|447928" HotelName="Hallmark and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Matbaaci Osmanbey Sokagi, 30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/9/2/8/447928_25b2c050929.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="382.13" OriginalAmount="371.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02264945" Longitude="28.97700777" StarRating="0" HotelCode="760332|the_wings_hotel_istanbul" HotelName="The Wings Hotel Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Karaköy Kemankes Mahallesi, Gümrük Sokak 26, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/67/6467d92560b3eb920b93f1d12a4bfaa23cbf742f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Wings Hotel is located in the center of Istanbul. Spice Bazaar is one kilometer from the accommo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="384.33" OriginalAmount="373.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.001423" Longitude="28.654071" StarRating="4" HotelCode="|174901" HotelName="Beymarmara Suite Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Baris Mah. Zafer cad.no: 4 Airport, Istanbul, Turkey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/4/9/0/1/174901_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="385.36" OriginalAmount="374.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.001561" Longitude="28.654352" StarRating="4" HotelCode="188686|363085" HotelName="Beymarmara Suite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Kitchen,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Zafer Caddesi 4, Baris Mahallesi, 34520 Istanbul, Beylikdüzü</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/11/113833/113833a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="386.04" OriginalAmount="374.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013587947914" Longitude="28.978237509727" StarRating="4" HotelCode="16204|CAK304400" HotelName="Doubletree by Hilton Istanbul Sirkeci" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nöbethane Caddesi 5, Darussaade Sokak, Sirkeci, 34110 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/d7/4ad7cd7d13c8fd9d759557e2fa93f01df2dddfb7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is centrally located. Bars, restaurants, shops and boutiques can all be found...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="386.25" OriginalAmount="375" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006427" Longitude="28.979648" StarRating="4" HotelCode="53371|199499" HotelName="Seven Hills" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tevkifhane Sokak No 8, 34122 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/93/d99353f3ed077e44d77a1ccf4308fe1022892ee2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="386.54" OriginalAmount="375.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023912" Longitude="28.977843" StarRating="4" HotelCode="|463494" HotelName="Galata’s Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kemankes Karamustafa Pasa Mah.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/3/4/9/4/463494_a8312532012.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="387.28" OriginalAmount="376" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1263970-21720394/1328528078072082355/3913" HotelName="CROWNE PLAZA ISTANBUL TUZLA VIAPORT MARINA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/71000000/70920000/70919600/70919598/5eb3ed60_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="388.24" OriginalAmount="376.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0400229" Longitude="28.9881116" StarRating="5" HotelCode="|19956" HotelName="Intercontinental Istanbul, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ASKER OCAGI CAD. TAKSIM 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/9/5/6/19956_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2006, has 20 floors and 380 rooms. In the entrance, you can find a big hall, a reception with safety deposit boxes, a currency exchange service, lifts and conference facilities with internet, The establishment also has 2 inviting bars, 5 shops, a kiosk, a hairdresser's and a restaurant with air-conditioning, At an extra cost you can use room service, the launderette and the medical care service. Outdoors, guests can find a playground and a car park (for a fee). SITUATION: This cosy, luxururious hotel is located near Taksim the Square of it is situated between Bosphorus Bridge the commercial area, Where you can find shops and leisure areas. it is situated 25 kilometres away from the airport. ROOM: Guests are offered disabled access rooms with a bathroom with scales, a hairdryer, a direct line telephone, satellite or cable TV, a radio, a stereo, internet, a mini-bar (available for a fee), a coffee maker, a kettle, fitted carpets, an air-conditioning system, central heating and a safety deposit box. FACILITIES: Outdoors, clients have access to a swimming pool that has an area for children and deck chairs. At no extra cost, you can use a sauna and the Turkish bath. For a fee, guests can enjoy a massage service and a gym. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club. OTHERS: All meals in a buffet form, Regarding the food and beverage offering, clients have a set-menu lunch and dinner and an Ã  la carte lunch. Guests can book bed and breakfast, half-board or full-board.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="388.31" OriginalAmount="377" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02643713" Longitude="28.97461998" StarRating="3" HotelCode="413814|217211" HotelName="World House Hostel Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sahkulu Mahallesi, Galipdede Cadicalesi 85, Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/8d/fc/8dfc3365a213e2ad38c85093b1be72c00597779b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This cosy hostel is in Old City. The property comprises a total of 17 snug accommodation units. Thos...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="388.36" OriginalAmount="377.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035964" Longitude="28.99074" StarRating="0" HotelCode="|486489" HotelName="Etiz Hotels and Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Emektar Sk. no 9-1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/6/4/8/9/486489_20a69ed2120.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="390.37" OriginalAmount="379.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.8741007" Longitude="29.1282601" StarRating="3" HotelCode="443308|buyukada_princess_hotel" HotelName="Buyukada Princess Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Iskele Cd. No:2, Büyükada, 34970 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/51/81517396d5bd4e5725453c5eaae54f869103aaef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="391.40" OriginalAmount="380" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|3499-12636395/1328528078072082355/3918" HotelName="ERESIN HOTELS SULTANAHMET (EX. ERESIN CROWN)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1330000/1320900/1320829/00fc5165_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="391.96" OriginalAmount="380.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.050594" Longitude="28.986457" StarRating="4" HotelCode="|455430" HotelName="Nex Istanbul City Center" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Dolapdere Cd. No:209</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/4/3/0/455430_7b9f36a1023.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="392.20" OriginalAmount="380.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005815823091" Longitude="28.980549573898" StarRating="2" HotelCode="33225|400295" HotelName="Poem" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Caddesi, Terbiyik Sokak No:12, Sultanahmet 34400, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/1b/6c1bd6d3c21ca9d48048fb9aaa06f3b1a99e823a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies right at the heart of the city of Istanbul. Countless sights of interest such as the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="393.06" OriginalAmount="381.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.938642" Longitude="29.322419" StarRating="5" HotelCode="|193079" HotelName="Crowne Plaza Istanbul Asia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yenisehir Mah. Dedepasa Cad. No. 15 Kurtkoy- Pendik</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/0/7/9/193079_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="393.56" OriginalAmount="382.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.977492" Longitude="29.041586" StarRating="5" HotelCode="213518|920025" HotelName="Wyndham Grand Istanbul Kalamis Marina Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Fener Kalamis Caddesi 38, Istanbul 34726</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/7d/2c/7d2c4ca11da8bce6637e4f0ebd332c217a73fd16.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="394.49" OriginalAmount="383.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00581818" Longitude="28.97203402" StarRating="0" HotelCode="308222|sultanahmet_suite_life" HotelName="Sultanhmet Suite Life" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel,Bed and breakfasts" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Bicycle Rental,Currency Exchange,Designated Smoking Area,Dry Cleaning,Internet,Laundry,Luggage Storage,Pets allowed,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Binbirdirek Mahallesi, Dizdariye Cesme Sokak 39, Sultanahmet, 34440 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/eb/5cebd3895a259fdae87948d3d06e22972365fb26.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Thamel, Langsisha Guest House is a perfect starting point from which to explore Kathmandu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="395.52" OriginalAmount="384" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.029120437278" Longitude="28.973266477821" StarRating="4" HotelCode="200055|30440" HotelName="Eurostars Adahan Galata" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Asmali Mescit Mahallesi, General Yazgan Sokagi 14, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://images.dnatatravel.com/ei/3/6/4/6/3/2/8/0.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located in the heart of Istanbul. Its setting is especially ideal for guests ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="395.52" OriginalAmount="384" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00636" Longitude="28.973524" StarRating="3" HotelCode="267236|57993" HotelName="World Heritage" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Terzihane Sok No 17, Binbirdirek Mahallesi, Old City, Istanbul, Sultanahmet</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2a/d2/2ad2cc523ef9e34c602ccbac5e23f3d477e10fa7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="399.64" OriginalAmount="388" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|638689-32897222/1328528078072082355/3752" HotelName="THE WINGS HOTELS KARAKOY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/25000000/24420000/24419100/24419089/e516e31b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="400.67" OriginalAmount="389" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="55.669700" Longitude="12.564500" StarRating="4" HotelCode="0|230843-24894189/1328528078072082355/3753" HotelName="NIDYA GALATAPORT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>Tietgensgade 65</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6080000/6075700/6075620/81db4957_b.jpg</HotelPictures>
        <HotelDescription>DGI-byens Hotel is located right next to Copenhagen Central Train Station close to cafes, restaurants, cultural activities and shopping. 

Every morning the breakfast buffet is served in the a la carte restaurant Vestauranten. Vestauranten is situated right behind DGI-byen. Hotel guests can use both the swim centre and the fitness centre (min. age 15) free of charge. Other facilities  include a bowling alley and parking lot - both at extra charge. WiFi internet access is free in the hotel.

All 104 rooms are furnished in simple, modern, Scandinavian design. All rooms are non-smoking rooms.

Address: Tietgensgade 65, 1704 Copenhagen, Denmark. Located in the centre of town, close to Tivoli and Town Hall Square.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="401.70" OriginalAmount="390.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.972601299948" Longitude="28.87054585047" StarRating="4" HotelCode="410408|sheraton_hotel_atakoy" HotelName="Sheraton Istanbul Ataköy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rauf Orbay Caddesi Sahilyolu 10, Ataköy, Bakirkoy, Istanbul 34158</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d7/f2/d7f2357c359f04092919664e00fbcfa82b49afe5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located close to central areas and ring roads. Guests will find the centr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="403.50" OriginalAmount="391.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.9774095" Longitude="29.0418005" StarRating="5" HotelCode="|83503" HotelName="Wyndham Grand Istanbul Kalamis Marina" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KALAMIS FENER CADDESI 38</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/5/0/3/83503_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception, restaurants, a lobby bar, coffee pot, outdoor swimming pools and a covered swimming pool. The establishment boasts a lift, WiFi in communal areas, a business centre, meeting rooms, a gym, a spa (for a fee) and a car park (for a fee). SITUATION: It is situated 500 metres away fromKalamis the Marina of it is 15 kilometres away from Sukru Saracoglu the Stadium of 2 kilometres away, you can find the railway station, Istanbul it is 20 kilometres away from. ROOM: The rooms have an air-conditioning system, a television, a direct line telephone, WiFi, a safety deposit box, a hairdryer and a tea service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="405.17" OriginalAmount="393.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.038748" Longitude="28.988242" StarRating="0" HotelCode="|151612" HotelName="Lokalist, Istanbul, A Tribute Portfolio Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GUMUSSUYU MAH. METE CAD. TAKSIM 28</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/1/6/1/2/151612_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel was built in 2013, has 59 rooms, 14 single rooms, 20 double rooms, 1 room adapted for people with reduced mobility, 12 executive rooms, 14 superior rooms and 1 family rooms. SITUATION: The hotel is in the city centre excellent transport links to public transport services, Close to modes of transport and points of interest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="407.76" OriginalAmount="395.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004107" Longitude="28.964345" StarRating="0" HotelCode="|523462" HotelName="Linda Port Hotel" 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/5/2/3/4/6/2/523462_6a59d420958.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="408.76" OriginalAmount="396.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034346" Longitude="28.984663" StarRating="0" HotelCode="|467090" HotelName="Grand Star Hotel Premium" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Siraselviler street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/0/9/0/467090_10ef45d1732.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="410.14" OriginalAmount="398.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03996" Longitude="28.9837698" StarRating="4" HotelCode="|24380" HotelName="Best Western Eresin Taxim" 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/2/4/3/8/0/24380_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2005, has 67 double rooms and 2 suites. The establishment boasts a lobby with elevators, a reception with safety deposit boxes, a cloakroom, a currency exchange service, a cafÃ© and a bar. It has internet (for a fee), 3 conference rooms, an Ã  la carte restaurant with air-conditioning with highchairs. The establishment also offers room service, a laundry service, a medical care service, a car park and indoor parking. SITUATION: This hotel is in the heart of Istanbul, is situated in the Square of Taksim. 100 metres away, clients have shops, bars, restaurants, nightclubs and a public transport stop. 25 minutes away from the establishment, you can find the airport. ROOM: The comfortable rooms have a bathroom with a shower, a hairdryer, a direct line telephone, a satellite or cable television, a radio and internet at an extra charge. They also have a mini-bar (available for a fee), a double bed, fitted carpets, an air-conditioning system, heating and a safe (available for a fee). OTHERS: The establishment offers a buffet breakfast and an Ã  la carte or set-menu lunch and dinner. Meals for specific diets can be ordered and special menus. Guests can book half-board or full-board. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="410.97" OriginalAmount="399" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|279638-24893657/1328528078072082355/3754" HotelName="VIALAND PALACE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8460000/8452000/8451969/2f9afa13_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="410.97" OriginalAmount="399" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|632726-32839829/1328528078072082355/3916" HotelName="CATCH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/45000000/44570000/44565200/44565108/b8c847a2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="413.10" OriginalAmount="401.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.247926696347" Longitude="29.03559426355" StarRating="0" HotelCode="225657|4712065" HotelName="Otel Erzurumlu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 06/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kilyos, Kale Caddesi 59, Sariyer, 34450 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/34/db34142c9f7629a790391f8c00aa80e68d564d88.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="414.06" OriginalAmount="402.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0413077" Longitude="28.9839886" StarRating="5" HotelCode="|84944" HotelName="Barcelo Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mah Abdulhak Hamit Cad No 25</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/9/4/4/84944_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel was built in 2012, has 270 rooms, 31 suites and 3 rooms adapted for people with reduced mobility. SITUATION: This establishment, Istanbul it is in it is in the city centre, nearby, you will find the bus station and the railway station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="415.07" OriginalAmount="402.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.962205" Longitude="28.841133" StarRating="0" HotelCode="|541052" HotelName="Atakoy Marina Park Hotel Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Atakoy Marina Park Rauf Orbay Cad.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/1/0/5/2/541052_99149532157.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="417.00" OriginalAmount="404.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.048762" Longitude="28.992866" StarRating="4" HotelCode="166003|1025098" HotelName="The Stay Nisantasi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Harbiye Mahallesi, Abdi Ipekci 30, Nisantasi, Sisli, 34367 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/cb/bdcbb4250637b5e74625724ef1b45cba55b5e7f3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Istanbul's most fashionable district, Nisantasi, home to all the famous inte...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="418.18" OriginalAmount="406" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1460284-32840191/1328528078072082355/3928" HotelName="DELTA HOTELS ISTANBUL KARAKOY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/122000000/121690000/121680900/121680846/73fe1753_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="419.21" OriginalAmount="407" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1355661-24883650/1328528078072082355/3930" HotelName="BURDOCK ISTANBUL, AUTOGRAPH COLLECTION" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88340000/88336400/88336369/00cbfb7b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="419.26" OriginalAmount="407.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.050498" Longitude="28.99269" StarRating="0" HotelCode="|533940" HotelName="Mas Suites Nisantasi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tesvikiye Cad.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/9/4/0/533940_873378f1131.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="420.84" OriginalAmount="408.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.064079" Longitude="29.010558" StarRating="5" HotelCode="|76764" HotelName="Point  Barbaros" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ESENTEPE YILDIZ POSTA CAD. SISLI 29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/6/7/6/4/76764_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is perfect for business and holiday stays, has 3 restaurants, a cake shop and 3 bars. The establishment boasts 15 meeting rooms and a sports centre. This hotel was opened in 2009, has 202 rooms, a hall with a reception and express check-out. The establishment has various facilities, such as air-conditioning, a safety deposit box service, a currency exchange service, a lift, a hairdresser's, a games room, internet, a car park and indoor parking. For an additional charge you'll be able to enjoy room service and a laundry service. SITUATION: This hotel Esentepe it is in it is in the business area excellent transport links to public transport services, is located between the airports, This hotel is situated 8 kilometres away from the tourist attractions, 35 kilometres away from the establishment, guests will find shops, is situated 25 kilometres away from Istanbul AtatÃ¼rk Airport it is 35 kilometres away from Sabiha Gokcen Airport. ROOM: The modern rooms, have an LCD television, internet, WiFi, videogames, a direct line telephone, a radio, computer safe, a central air-conditioning system, a bathroom with a shower, with a hairdryer, a double or king-size bed, a mini-bar, kettle, a coffee maker, a kettle and an iron. FACILITIES: The establishment boasts a sports centre, a covered swimming pool, a jacuzzi, a Turkish bath, 2 massage cabins, a tanning salon, a sauna and a steam bath. The establishment also has a fitness area, cycling, cardiovascular training room and pilates. For a fee, you can enjoy a steam bath and a massage service. MEALS: Regarding the food and beverage offering, the establishment offers a continental buffet breakfast and Ã  la carte, menu or buffet lunch and dinner. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="421.27" OriginalAmount="409.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.058492968135" Longitude="28.979532581675" StarRating="5" HotelCode="263724|hilton_istanbul_bomonti_hotel__conference_center" HotelName="Hilton Istanbul Bomonti Hotel &amp; Conference Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 04/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Silahsor Caddesi 42, Bomonti-Sisli, 34381 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/bd/69bde99d6ebdadb914f9afff35aa04a50c94d3f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="422.78" OriginalAmount="410.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04932" Longitude="29.026215" StarRating="0" HotelCode="|448890" HotelName="Crowne Plaza Istanbul Ortakoy Bosphorus, an IHG Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dereboyu Caddesi.No:10 34347 Besiktas</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/8/9/0/448890_96429861742.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="423.33" OriginalAmount="411" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|67137-23058259/1328528078072082355/3932" HotelName="LEGACY OTTOMAN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1650000/1640800/1640764/28d34738_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="424.71" OriginalAmount="412.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.031007" Longitude="29.020214" StarRating="0" HotelCode="|522036" HotelName="A11 Hotel Bosphorus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>mimar sinan pasa limani cad no 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/0/3/6/522036_7858f4a0916.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="425.39" OriginalAmount="413.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00388397" Longitude="28.97092924" StarRating="0" HotelCode="498706|hotel_sufi" HotelName="Sufi Apart Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kucuk Ayasofya Mahallesi, Yusuf Askin Sokak No: 18, 34122 Sultanahmet Fatih Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/2b/d92b1981c1d1e66c3116277fea3cb0abdd2990b2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="426.42" OriginalAmount="414" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|3495-12636393/1328528078072082355/3960" HotelName="DIVAN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/4700/4601/52bea6e3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="426.88" OriginalAmount="414.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0344361" Longitude="28.9838306" StarRating="0" HotelCode="|184934" HotelName="Pera Center Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/9/3/4/184934_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="427.45" OriginalAmount="415" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.003201" Longitude="28.975383" StarRating="3" HotelCode="267824|478357" HotelName="Sargon Ayasofya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Kücük Ayasofya Mahallesi, Gelinlik Sokak No: 14, 34200 Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/hotels/5000000/4470000/4461300/4461284/4461284_4_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="428.48" OriginalAmount="416.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.10885" Longitude="28.98648" StarRating="5" HotelCode="854473|radisson_blu_hotel_vadistanbul" HotelName="Radisson Blu Hotel, Vadistanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ayazaga Mahallesi, Cendere Caddesi 1A Apt. 109A, Sariyer, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/32/6c/326c50d37dfca5562abd1edbc33532a547104464.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="429.02" OriginalAmount="416.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00606" Longitude="28.981" StarRating="0" HotelCode="|448521" HotelName="Henna Istanbul" 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/5/2/1/448521_514a2351409.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="429.19" OriginalAmount="416.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0027654" Longitude="28.9746847" StarRating="0" HotelCode="|82882" HotelName="Maritime Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/8/8/2/82882_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Sultanahmet the centre of. ROOM: All the rooms have have an air-conditioning system and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="431.34" OriginalAmount="418.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01089" Longitude="28.95444" StarRating="0" HotelCode="|184662" HotelName="Misa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kemal Pasa Mah. Yesil Tulumba Sok No:27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/6/6/2/184662_1_6264.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="433.63" OriginalAmount="421" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|244904-21407013/1328528078072082355/2575" HotelName="HILTON ISTANBUL BOMONTI HOTEL &amp;amp; CONFERENCE CENTER" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6230000/6226800/6226720/610517d7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="433.63" OriginalAmount="421" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|451235-32839773/1328528078072082355/3961" HotelName="FER" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/15000000/14630000/14627000/14626941/f3a54d8b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="438.59" OriginalAmount="425.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.041025928575" Longitude="28.988542556763" StarRating="5" HotelCode="9361|29924" HotelName="Grand Hyatt Istanbul" 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 30/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Harbiye Mahallesi, Taskisla Caddesi 1, Sisli, 34367 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/cb/57cb54235f2f33303deb55d80299bc373defec89.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of the city, this hotel offers everything that visitors would expect of a holid...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="438.78" OriginalAmount="426" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1448495-32840169/1328528078072082355/3756" HotelName="NOVOTEL ISTANBUL BOMONTI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/112000000/111450000/111444500/111444492/75788744_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="441.87" OriginalAmount="429" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|605458-24890808/1328528078072082355/3757" HotelName="RADISSON COLLECTION HOTEL VADISTANBUL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/33000000/32730000/32723400/32723354/e6b67c60_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="441.87" OriginalAmount="429.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.912252" Longitude="29.170549" StarRating="3" HotelCode="933213|buyukada_eskibag_boutique_class_hotel" HotelName="Eskibag Butik" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sakarya Sokak No. 5, Büyükada, Adalar, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/a3/23a3145b13ddad19515e47d243a585c9043fc50f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="442.78" OriginalAmount="429.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004759" Longitude="28.980474" StarRating="0" HotelCode="|41152" HotelName="Amiral Palace Hotel and Spa Boutique Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bayram f?r?n? sok. Cankurtaran mah. No.3 Sultanahmet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/1/5/2/41152_1_2250.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable hotel, it offers a buffet breakfast, a restaurant and a terrace. SITUATION: It is inSultanahmet the heart of this hotel is close to tourist points of interest. ROOM: The establishment has 32 rooms with a bathroom, a central air-conditioning system, a direct line telephone and a hairdryer. They also have a satellite TV, a mini-bar, room service, a safety deposit box and WiFi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="456.62" OriginalAmount="443.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.102234" Longitude="28.960964" StarRating="0" HotelCode="|472177" HotelName="Mövenpick Living Istanbul Camlivadi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hamidiye Mah. Ihlas Sokak C Blok No:13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/2/1/7/7/472177_de45afb1250.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="456.91" OriginalAmount="443.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.029088" Longitude="28.9819344" StarRating="0" HotelCode="|86969" HotelName="Witt Istanbul Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Defterdar Yokusu No:26 Cihangir</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/6/9/86969_343e5aa1104.jpg</HotelPictures>
        <HotelDescription>SITUATION: Cihangir It is in. ROOM: Customers can find luxurious rooms. FACILITIES: The establishment boasts a car park (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="457.32" OriginalAmount="444" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.065321" Longitude="29.00067923" StarRating="5" HotelCode="510099|198628" HotelName="Fairmont Quasar Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Büyükdere Caddesi 76, Mecidiyeköy, 34394 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c2/4a/c24a4b4d6a9072b03d6a00cfec0187f8a5062b4f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel, presiding over the vibrant Mecidiyeköy area with its rich and eclectic blend of office to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="458.67" OriginalAmount="445.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00645" Longitude="28.97337" StarRating="0" HotelCode="|185055" HotelName="The Ritus Istanbul Sultanahmet, Tapestry Collection by Hilton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mah. Divanyolu Caddesi, Dr. Eminpa?a Sk. No 2,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/0/5/5/185055_1479d9a1040.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="460.22" OriginalAmount="446.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.029096732998" Longitude="28.982064066139" StarRating="4" HotelCode="118815|2516035" HotelName="Witt Istanbul Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Aparthotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Defterdar Yokusu No:26, Cihangir, 34433 Beyoglu, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/3c/ec3c5e06938f95804cfea87dc015d85be54ba235.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="460.41" OriginalAmount="447" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1262428-24665141/1328528078072082355/3970" HotelName="ADDRESS ISTANBUL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/69000000/68280000/68277500/68277409/33d714fc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="466.08" OriginalAmount="452.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.044156" Longitude="29.012873" StarRating="0" HotelCode="|559146" HotelName="SVK Bosphorus Residence" 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/5/5/9/1/4/6/559146_b49fa041336.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="467.62" OriginalAmount="454.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.995104280883" Longitude="29.098201870989" StarRating="5" HotelCode="444991|sheraton_istanbul_atasehir_hotel" HotelName="Sheraton Grand Istanbul Atasehir Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Barbaros Mahallesi, Mor Sumbul Sokak 1, Atasehir, 34746 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/57/fc57c957bf8c51eaff7ad5ff44e55cf483b50317.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="467.86" OriginalAmount="454.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0397753" Longitude="28.9838471" StarRating="4" HotelCode="|37336" HotelName="Eresin Hotels Taxim and Premier" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TOPCU CAD NO 16 TAKSIM OTELLER BOLGESI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/3/3/6/37336_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="468.87" OriginalAmount="455.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0062279" Longitude="28.9793732" StarRating="4" HotelCode="|83031" HotelName="Uyan - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Utangac Sokak No 25 Cankurtaran</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/3/1/83031_730a8051135.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Sultanahmet it is in is situated in the historic centre. FACILITIES: The establishment has a terrace.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="469.68" OriginalAmount="456.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00266663" Longitude="28.9785864" StarRating="0" HotelCode="957436|seven_hills_palace_hotel" HotelName="Seven Hills Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sultanahmet Mahallesi, Kadi Cikmazi Sokak 11, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4f/44/4f44ca29aca6f5ee92874c61c6d9c54d2308841f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="474.83" OriginalAmount="461" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.047694924395" Longitude="29.025206417162" StarRating="4" HotelCode="188756|46781" HotelName="The Stay Bosphorus" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ortaköy Salhanesi Sokak 1/A, Ortaköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/94/1d94243507b5c542e21bb46a08710969702a9c75.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the trendy area of Ortaköy on the Bosphorus, this charming hotel is just a few minutes aw...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="478.81" OriginalAmount="464.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.047558" Longitude="28.895557" StarRating="0" HotelCode="|468110" HotelName="Mayar Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kocatepe Mah.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/1/1/0/468110_ff49db71119.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="481.01" OriginalAmount="467.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00996536" Longitude="28.9749371" StarRating="0" HotelCode="520333|rain_apart_hotel" HotelName="Rain Apart &amp; Hotel Sultanahmet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel,Apartment" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alemdar Mahallesi, Molla Feneri Sokak 21, Sultanahmet, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/52/8352409afe487f07c214316649aa8e9c31c1e267.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="482.70" OriginalAmount="468.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0028" Longitude="28.9786" StarRating="0" HotelCode="|556296" HotelName="Seven Hills Palace and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sultanahmet Mahallesi Kadi Cikmazi Sok.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/6/2/9/6/556296_e88bc3a1652.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="483.66" OriginalAmount="469.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.01568" Longitude="28.971466" StarRating="0" HotelCode="|454525" HotelName="Mest Hotel Istanbul Sirkeci" 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/5/4/5/2/5/454525_e34373e1759.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="483.74" OriginalAmount="469.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0357222" Longitude="28.9833911" StarRating="0" HotelCode="|86900" HotelName="Triada" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Istiklal Caddesi Meselik Sokak No:4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/9/0/0/86900_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers excellent service, a terrace and the massage service. SITUATION: Istiklal Avenue It is near Taksim the square.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="486.11" OriginalAmount="471.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03512" Longitude="28.988328" StarRating="5" HotelCode="263349|946935" HotelName="CVK Park Bosphorus Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gümüssuyu Mahallesi, Inönü Caddesi 8, 34437 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/d6/d6e15380edc57d05/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="486.30" OriginalAmount="472.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.047171601646" Longitude="29.00937795639" StarRating="5" HotelCode="43549|29764" HotelName="Conrad Istanbul Bosphorus" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly 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,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Cihannuma Mahallesi, Saray Caddesi 5, Besiktas, 34353 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/8f/858ff986985d310ec19fa0f7197cfa6ade7db89d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoying a prime location in the city centre, adjacent to Yildiz Palace and with stunning views of I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="491.31" OriginalAmount="477" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02872038" Longitude="29.01734938" StarRating="4" HotelCode="902706|56760" HotelName="Sözbir Royal Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/06/2026" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Pasalimani Caddesi 4, Üsküdar, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/29/662911f5620bbf90afa80491ded45dcfdc7234b9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="496.60" OriginalAmount="482.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.062922" Longitude="28.805635" StarRating="5" HotelCode="|445143" HotelName="Hilton Mall Of Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ziya Gokalp Mah Suleyman Demirel</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/1/4/3/445143_a79e9211215.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="506.76" OriginalAmount="492" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1360214-24927187/1328528078072082355/3759" HotelName="THE WESTIN ISTANBUL NISANTASI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/84000000/83450000/83441100/83441054/9c410095_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="511.91" OriginalAmount="497.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.19256514" Longitude="28.90365572" StarRating="4" HotelCode="374476|kemer_golf_resort_hotel_4" HotelName="Kemer Golf &amp; Country Club Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Atlispor Caddesi 7, Göktürk Merkez, 34077 Eyüp, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/07/3a07f1f0195b2de052dea9dcbd52388e6b8b1edd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="516.03" OriginalAmount="501.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.031035456618" Longitude="28.9734390378" StarRating="5" HotelCode="15800|pera_palace_hotel_jumeirah_2" HotelName="Pera Palace Hotel" 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,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesrutiyet Caddesi 52, Tepebasi, Beyoglu, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/b2/27b2c3f50c05b39f83434224bbf89578a06f93d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Named after the hills of Pera and located close to the Golden Horn in the area of Tepebasi, this cha...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="517.06" OriginalAmount="502" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1388962-32840140/1328528078072082355/3760" HotelName="SANASARYAN HAN, A LUXURY COLLECTION HOTEL, ISTANBUL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/98000000/97870000/97863400/97863395/0c0da550_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="525.30" OriginalAmount="510.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="817512|naz_hotel_2" HotelName="Naz Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Turkeli Caddesi 69</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/c0/06c00114fb0d93716b9565771a3d776781cfbdfa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="528.61" OriginalAmount="513.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.036799" Longitude="28.992627" StarRating="0" HotelCode="|529339" HotelName="Ando Living - Taksim Gumussuyu Townhouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/3/3/9/529339_f7b57cc1043.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="529.09" OriginalAmount="513.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0093087" Longitude="28.9757432" StarRating="4" HotelCode="|86878" HotelName="White House Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/8/7/8/86878_12.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Istanbul the historic centre of it is close to points of interest, Where guests can enjoy, the mosque and the bazaar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="530.45" OriginalAmount="515" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.13972498" Longitude="29.05731708" StarRating="5" HotelCode="13055|38217" HotelName="Grand Tarabya" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Haydar Aliyev Caddesi 154, Tarabya, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/b5/c5b53900e4be32c02f2f5b253950c390ac92929b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="531.48" OriginalAmount="516.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00964330434" Longitude="28.976418972015" StarRating="4" HotelCode="76208|adamar_hotel__special_class" HotelName="Adamar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Yerebatan Caddesi 37, Sultanahmet, 34110 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/bc/4e/bc4e126419460459e6002a9fb0a65e1b7595fd4e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of historic Istanbul. Guests at the hotel will find restaurants, p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="545.57" OriginalAmount="529.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005764" Longitude="28.9811172" StarRating="3" HotelCode="|37007" HotelName="Tria  - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AKBIYIK CAD.TERBIYIK SOK. NO:7 SULTANAHMET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/0/0/7/37007_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 1932, renovated in 2007, has 22 rooms and 5 floors. The establishment has air-conditioning, a hall with a reception, a currency exchange service, a cloakroom and lifts. Our guests can find a bar, a dining room, a car park, room service, a laundry service and WiFi. SITUATION: Is situated in an excellent location, close to the establishment, clients can find tourist areas, 5 minutes away from the establishment clients have the tram station, the railway station, this hotel is situated 18 kilometres away from Istanbul Airport. ROOM: Clients are offered deluxe rooms with hydromassage and standard rooms. The rooms have a hairdryer, a direct line telephone, a television and internet. They also have a mini-bar, a coffee maker, a kettle, a double bed, an air-conditioning system, heating and a safety deposit box. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="545.81" OriginalAmount="529.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.050724" Longitude="28.990165" StarRating="4" HotelCode="|454074" HotelName="Cheya Residences Nisantasi Deluxe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Valikonagi Caddesi 20, Nisantasi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/0/7/4/454074_ab5381b1203.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="545.90" OriginalAmount="530.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="951176|doruk_palas_hotel" HotelName="Doruk Palas Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Emekyemez Mahallesi, Nazli Hanim Sokak, Beyoglu, 34421 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/45/ee45aef5b923b1be85616f9eecf08bc01d03b7fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="546.94" OriginalAmount="531.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.004137" Longitude="28.978879" StarRating="0" HotelCode="|538018" HotelName="Bender Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Akbiyik Cd. 84</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/8/0/1/8/538018_728cc0b2138.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="555.38" OriginalAmount="539.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.015611" Longitude="28.97239" StarRating="5" HotelCode="|444221" HotelName="Cronton Design" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rahvanci Sok No 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/2/2/1/444221_e9424880917.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="558.26" OriginalAmount="542" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|167628-28793076/1328528078072082355/286" HotelName="RAMADA PLAZA BY WYNDHAM ISTANBUL SULTANAHMET" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/86000000/85540000/85534300/85534221/d7c7eb4a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="561.85" OriginalAmount="545.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.005723676955" Longitude="28.980956639565" StarRating="4" HotelCode="66229|1434498" HotelName="Tria Hotel Istanbul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cankurtaran Mahallesi, Akbiyik Caddesi, Terbiyik Sokak 7, 34100 Istanbul, Sultanahmet</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/b6/0bb655fb891e299863eb0dc3a5818e9a21db6603.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in a prime location in downtown Istanbul. It is just minutes from the Blue Mosque, Hagh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="570.76" OriginalAmount="554.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.030059" Longitude="28.988209" StarRating="0" HotelCode="|466209" HotelName="The Maestro Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Meclis-i Mebusan Cd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/6/2/0/9/466209_84a46df1008.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="574.74" OriginalAmount="558.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02604464" Longitude="28.97608475" StarRating="0" HotelCode="963763|noa_luxury_apartments" HotelName="Noa Luxury Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mueyyitzade Mahallesi, Ali Hoca Araligi Sokak 6, Galata, 34425 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/5e/875e9a40463785c55ee682bbb65f243d09d31b06.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="581.05" OriginalAmount="564.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0065001" Longitude="28.969868" StarRating="4" HotelCode="|37013" HotelName="Aziyade Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Piyerloti Caddesi NO 30- Gedikpasa Sultanahmet 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/0/1/3/37013_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern hotel, has 105 rooms, 9 floors, a charming hall, a chimney and internet. Other services you can find are a reception, a currency exchange service, a cloakroom, a lift, a hairdresser's, bars and a restaurant. It has conference facilities, room service, a laundry service, a dry cleaner's and a car park (for a fee). SITUATION: It is in the historic centre, Hagia Sophia, the Sultan Ahmed Mosque and the Grand Bazaar Shopping Centre a few minutes walk away from the establishment, clients can find It is situated 10 minutes away from shops, restaurants, nightclubs, bars and a public transport stop. bars, is 18 kilometres away from Istanbul Airport. ROOM: The rooms have a central air-conditioning system, central heating, a mini-bar, a satellite television, a direct line telephone, internet, a double bed, a bathroom with a hairdryer, complimentary bathroom items and a safety deposit box. FACILITIES: The establishment boasts a jacuzzi and deck chairs. At no extra cost, you can use a sauna and the Turkish bath. For a fee, guests can enjoy a massage service, You also have at your disposal a gym. OTHERS: It has a restaurant with wonderful views, Regarding the food and beverage offering, you can enjoy a buffet breakfast and dinner. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="582.85" OriginalAmount="565.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.044509491144" Longitude="28.989433050156" StarRating="5" HotelCode="9360|111676" HotelName="Hilton Istanbul Bosphorus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Cumhuriyet Caddesi, 34367 Harbiye, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/ab/33aba0301a7812dc08d793c9c80d8357599f3fc9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the European side of Istanbul with a breathtaking view of the Bosphorus, the hotel is wit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="598.43" OriginalAmount="581" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023750588476" Longitude="28.973847042189" StarRating="5" HotelCode="299654|38282" HotelName="The House Vault Karaköy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bankalar Caddesi 5, Beyoglu, 34420 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/73/7339c6aad434f8ee/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="602.55" OriginalAmount="585.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.960156956224" Longitude="29.0821440819" StarRating="3" HotelCode="903652|the_suadiye_residence" HotelName="Suadiye Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/06/2026" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bagdat Caddesi (Bagdat Boulevard) No:435, Suadiye, 34740 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/ca/88ca79ae82f564c0346d5ecce67c53d143d7ef51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located right in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="613.08" OriginalAmount="595.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.023704" Longitude="28.978358" StarRating="0" HotelCode="|538376" HotelName="De Reve Galata" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kemankes Karamustafapasa mh.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/8/3/7/6/538376_ef61c7a2159.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="638.60" OriginalAmount="620.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00657266" Longitude="28.97896667" StarRating="5" HotelCode="782621|hagia_sofia_mansions" HotelName="Hagia Sofia Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="luxurious historic hotel" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Molla Fenari Mahallesi, Bab-i Ali Caddesi 3, Kat 4 Fatih, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/8e/fb8e6bdded8a084ce673fe99121c9db4e6e2878e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="655.36" OriginalAmount="636.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0684451" Longitude="29.0302398" StarRating="0" HotelCode="|522253" HotelName="Ulus G Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ahmet Adnan Saygun Cd. 43</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/2/5/3/522253_ed71b391101.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="655.81" OriginalAmount="636.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040714381477" Longitude="28.997737169266" StarRating="5" HotelCode="9468|30174" HotelName="Swissôtel The Bosphorus - Istanbul" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Spa Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,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>Visnezade Mahallesi, Acisu Sokak 19, Macka, Besiktas, 34357 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7c/50/7c508630c6fb712b3142176e8ae96bc7050d07e0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Superbly located on a small hill near the Bosporus, this first-class hotel offers spectacular panora...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="658.33" OriginalAmount="639.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04752" Longitude="28.994135" StarRating="5" HotelCode="75766|85056" HotelName="Park Hyatt Istanbul - Maçka Palas" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tesvikiye, Bronz Sokak 4, Sisli, Istanbul 34367</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/88/3b88b580525e88d426106b4551dd427773f031c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="663.32" OriginalAmount="644.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.051156474603" Longitude="28.993172049522" StarRating="4" HotelCode="176170|home_suite_home_nisantasi_2" HotelName="Home Stay Home" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akkavak Sk. No:26, Tesvikiye Mah., Nisantasi - Sisli, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/28/87282dae23863f0fbf7fbf4bb7d38d469ba7109b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex enjoys a central location in the upmarket district of Nisantasi, known for its glamorou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="664.35" OriginalAmount="645.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006376499235" Longitude="28.969093859196" StarRating="5" HotelCode="10572|ajwa_hotel_sultanahmet" HotelName="Ajwa Hotel Sultanahmet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Emin Sinan Mahallesi, Piyer Loti Caddesi 30, Sultanahmet, Eminönü, 34126 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/12/1a12ce2703d319499fdbeb85ea339a127d72834f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the old city centre, the hotel is within walking distance from the legendary monu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="668.47" OriginalAmount="649" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|608071-21007092/1328528078072082355/3974" HotelName="HAGIA SOFIA MANSIONS ISTANBUL, CURIO COLLECTION BY HILTON" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/30000000/29750000/29743800/29743791/fe4d4489_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="668.47" OriginalAmount="649" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1320000-24665695/1328528078072082355/3976" HotelName="JW MARRIOTT ISTANBUL MARMARA SEA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/76000000/75280000/75275700/75275619/w3997h2667x0y0-9a239695_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="671.67" OriginalAmount="652.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00758" Longitude="28.9727" StarRating="0" HotelCode="|35366" HotelName="Sultanhan Hotel - Special Class" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BINBIRDIREK MAH.PIYERLOTI CD.NO:15-17 /SULTANAHMET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/6/6/35366_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers excellent service. SITUATION: This establishment is in the Istanbul Peninsula. 200 metres away, guests will find the Cemberlitas tram stop. It is situated 550 metres away from Sultanahmet where you can find Santa Sofia, the mosque and Topkapi Palace. 1,3 kilometres away, you can find Kumkapi,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="682.26" OriginalAmount="662.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.041881" Longitude="28.99805" StarRating="5" HotelCode="|19959" HotelName="Swissotel The Bosphorus Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Visnezade Mah. Acisu Sok. NO. 19 Macka</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/9/5/9/19959_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This contemporary building and has a large hall, this elegant hotel, with air-conditioning, has 18 floors, 579 rooms, 23 suites and 82 apartments. It has a lobby with a reception, a safety deposit box service, a currency exchange service, a cloakroom, 8 lifts, a hairdresser's, a kiosk, a shop, 25 conference rooms, WiFi (for a fee), a bar, a cafÃ© and a restaurant with highchairs, At an additional cost, you can enjoy room service, a laundry service and a medical care service. Children can enjoy a playground, It also has a car park and an indoor car park. SITUATION: Is situated in an excellent location, is in a small hill, with panoramic views, Is situated inDolmabahce the Palace gardens of Macka Besiktas it is 10 minutes away from Where you can find bars, restaurants and shops. nearby, you will find a public transport stop, is situated 24 kilometres away from Istanbul Airport. ROOM: The modern rooms, a bathroom with a shower, a hairdryer, an air-conditioning system, central heating, fitted carpets, a double bed, a direct line telephone, a satellite or cable television, a safety deposit box (available for a fee), internet and a mini-bar. FACILITIES: The establishment has a pool that has a children's area, an outdoor bar, deck chairs, parasols, a heated pool, a sauna, a gym and a Turkish bath. By paying an additional cost, you can use a massage service and a tennis court. OTHERS: Regarding the food and beverage offering, clients can enjoy buffet breakfast and lunch and Ã  la carte lunch and dinner. Dietary restrictions can be accomodated for.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="684.95" OriginalAmount="665" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|67088-32839950/1328528078072082355/3977" HotelName="BOUTIQUE SAINT SOPHIA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1880000/1872200/1872130/9a97a4b7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="688.04" OriginalAmount="668" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.5281712" Longitude="13.4025602" StarRating="5" HotelCode="0|167645-12636828/1328528078072082355/3762" HotelName="PERA PALACE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>Auguststrasse 43/ Ecke Rosenthaler Strasse, Berlin, Germany, 10119 </AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/20600/20555/92d3f7bd_b.jpg</HotelPictures>
        <HotelDescription>&lt;br /&gt;The hotel built in 2009 is known for its location and its staff. The primary amenities at this hotel are babysitting or childcare, library, bar &amp;amp; lounge, coffee &amp;amp; tea in lobby, 24-hour front desk, elevator and free internet. Additional amenities include children's club, restaurant (à la carte), arcade &amp;amp; game room, terrace, facilities for disabled guests, safety-deposit box, heating, ironing facilities, rooftop terrace, safe-deposit box at front desk, non-smoking rooms, sun terrace, ironing service, packed lunches and shoeshine. Hotel AMANO Berlin accepts American Express, Diners Club, JCB International, MasterCard and Visa for payment. Pets allowed. Hotel AMANO Berlin has been awarded TripAdvisor's Certificate of Excellence 2014. Couples and groups of friends will enjoy a stay at Hotel AMANO Berlin.&lt;br /&gt;The hotel has 163 air conditioned rooms for you to relax in. The main room amenities are free internet (room), free WiFi (room), in-room safe (laptop compatible), air conditioning, soundproofed rooms, blackout drapes, iron &amp;amp; ironing board (on request), phone and satellite TV service.&lt;br /&gt;The hotel is housed in a contemporary mid-rise property featuring a stone coloured facade. It boasts a sleek interior with stylish furniture and modern artworks.&lt;br /&gt;Eating and drinking facilities include restaurant (à la carte), bar &amp;amp; lounge and coffee &amp;amp; tea in lobby.&lt;br /&gt;Business facilities available at the Hotel AMANO Berlin include 24-hour business center and business center. Swimming facilities available at this hotel include indoor swimming pool and seasonal outdoor swimming pool. Wellness facilities include fitness facilities.&lt;br /&gt;The hotel has a 24-hour reception. Chargeable underground parking is possible onsite.&lt;br /&gt;Check In: 15:00&lt;br /&gt;Check Out: 12:00&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="688.40" OriginalAmount="668.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.034910932891" Longitude="28.983150945461" StarRating="3" HotelCode="315912|395209" HotelName="The House of Tulpan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Katip Mustafa Çelebi Mhallesi, Abdullah Sokak 11, Beyoglu, 34000 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/39/395209/395209a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="694.22" OriginalAmount="674.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00537583" Longitude="28.96609283" StarRating="0" HotelCode="878872|miro_mansion" HotelName="Miro Mansion" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mimar Hayrettin Mahallesi, Cilavci Sokak 15/A, Beyazit, 34130 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/96/d4/96d4795e00c495651b16c8ecdadba246f1f5608c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="695.25" OriginalAmount="675.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0308194" Longitude="28.97514096" StarRating="2" HotelCode="411819|apartotel_no11" HotelName="No 11 Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Istiklal Caddesi, Balyoz Sokak Number 11, 34340 Istanbul, Beyoglu</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/18/ed/18ed8cb114cee3d6f0e3cfe558f4ed94981b5e3f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The air-conditioned hotel offers a babysitting service and a childcare service. Wireless internet ac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="700.40" OriginalAmount="680" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.049180019852" Longitude="28.98795563153" StarRating="5" HotelCode="300308|62773" HotelName="The St. Regis Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mim Kemal Oke Caddesi 35, Nisantasi Sisli, Istanbul 34367</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/9e/4e9e4f2a4978ae3b81724610074ad1efa9d75d33.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul. The nearest airport is Istanbul (IST).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="703.91" OriginalAmount="683.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.026820714144" Longitude="28.975547254086" StarRating="4" HotelCode="185748|758285" HotelName="Georges Galata" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Serdar-I Ekrem Caddesi 24, Müeyyedzade Mh., Galata–Beyoglu, 34425 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3d/c9/3dc91e4c045792e02f9fef7ce1a4c20bfaf19756.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish hotel is located a few metres from Galata Tower and a five-minute walk from Istiklal St...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="722.19" OriginalAmount="701.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.040528" Longitude="29.005123" StarRating="5" HotelCode="209570|923765" HotelName="Shangri-La Bosphorus Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sinanpasa Mahallesi, Hayrettin Iskelesi Sokak 1, Besiktas, 34353 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/23/d623f5906800e02256157faf2cce997658b00b6f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located between the Dolmabahçe Palace and the Naval Museum, within close prox...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="736.45" OriginalAmount="715" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|110309-24663466/1328528078072082355/3764" HotelName="PARK HYATT ISTANBUL MACKA PALAS - BOUTIQUE CLASS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1990000/1988100/1988064/37e51b5d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="740.89" OriginalAmount="719.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0473674" Longitude="28.9933773" StarRating="0" HotelCode="|71371" HotelName="Park Hyatt Istanbul Macka Palas -  Class" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BRONZ SOKAK-TESVIKIYE 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/3/7/1/71371_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern, elegant hotel, has 90 deluxe rooms, The establishment boasts a breakfast room, a restaurant, a winery, a grill, a swimming pool area, a terrace and a bar. The establishment offers guests live music performances, air-conditioning, a lobby, a reception, a safety deposit box service, a currency exchange service, a cloakroom and a lift. At an additional cost you can have access to internet, room service, a laundry service, a car park and conference facilities. SITUATION: It is inNisantasi the heart of Where you can find shops, restaurants and bars. 700 metres away, clients have the convention centre, 500 metres away, there is an underground station, in front of the establishment, you can find a public transport stop situated 30 minutes away from tourist points of interest, 20 kilometres away from the establishment, guests will find Istanbul AtatÃ¼rk Airport it is 45 kilometres away from Sabiha Gokcen Airport. ROOM: The luxurious rooms suites, have internet, a direct line telephone, a television, a DVD player, a mini-bar, a safe, individual air-conditioning, individual heating, a bathroom with a shower, a bath and a hairdryer. There is also a king size or double bed, a radio and an ironing set. FACILITIES: You can find a spa, 2 saunas, treatments, a spa, a massage service (available for a fee) and a gym. You also have at your disposal a heated swimming pool with an outdoor bar and deck chairs. MEALS: Regarding the food and beverage offering, the establishment offers a breakfast service and Ã  la carte lunch and dinner. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="756.87" OriginalAmount="734.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.963943" Longitude="28.802057" StarRating="5" HotelCode="|193004" HotelName="Crowne Plaza Istanbul Florya, An Ihg" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Yesilkoy Halkali Caddesi No: 95 (ex No. 93/1)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/0/0/4/193004_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="759.11" OriginalAmount="737" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|476771-24897742/1328528078072082355/4078" HotelName="AJWA SULTANAHMET" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15470000/15463400/15463349/9508c875_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="766.32" OriginalAmount="744" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|230995-20772593/1328528078072082355/4066" HotelName="SHANGRI-LA BOSPHORUS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6010000/6009100/6009094/18f1ae1c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="776.62" OriginalAmount="754" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.00597332" Longitude="28.98012963" StarRating="0" HotelCode="744991|284870" HotelName="Istanbul Irini Seaview House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kutlugun Sokak 41, Sultanahmet, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=5707671</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="786.18" OriginalAmount="763.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0307598" Longitude="28.9753704" StarRating="0" HotelCode="|107996" HotelName="No11" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Balyoz Sok. No:11 Asmali Mescit Mah. Beyoglu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/7/9/9/6/107996_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inPÃªra the district of this establishment, is 100 metres away from Istiklal Avenue It is situated 1 kilometre away fromTaksim the square. ROOM: All the rooms have a kitchen and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="786.92" OriginalAmount="764" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|256982-28767881/1328528078072082355/3948" HotelName="THE BANK ISTANBUL A MEMBER OF DESIGNS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7460000/7459500/7459477/8270730e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="801.34" OriginalAmount="778" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="46.37891" Longitude="7.6297333" StarRating="5" HotelCode="0|17441-21007218/1328528078072082355/3915" HotelName="THE RITZ-CARLTON ISTANBUL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>Dorfplatz 1, Leukerbad, 3954, Switzerland</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/570000/565600/565576/1292561b_b.jpg</HotelPictures>
        <HotelDescription>This 3 star hotel is located in the city centre of Leukerbad and was established in 1645. It is 40.0 Km from the Sion. The Hotel has 2 restaurants, a bar, a conference room, an indoor swimming pool, an outdoor swimming pool and a fitness centre/gym. All 184 rooms are equipped with minibar, hairdryer and safe. category: Superior first style: Traditional year Built: 1645 restaurant Count: 2&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="825.81" OriginalAmount="801.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03637" Longitude="28.952864" StarRating="5" HotelCode="|453758" HotelName="Rixos Tersane Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Camiikebir Mahallesi Taskizak Tersanesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/7/5/8/453758_4556f011457.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="850.78" OriginalAmount="826" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03047043" Longitude="28.97318899" StarRating="5" HotelCode="450252|217759" HotelName="Soho House Istanbul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Evliya Celebi Mahallesi, Mesrutiyet Caddesi 56, 34430 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/ea/ea3946c70361c971/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="851.81" OriginalAmount="827" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.2603" Longitude="28.74254" StarRating="0" HotelCode="866484|490700" HotelName="YOTEL Istanbul Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tayakadin Mahallesi</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f9/b6/f9b669523ed3497f051b041b1189e788a5914ff0.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="859.02" OriginalAmount="834" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|865802-24873833/1328528078072082355/4067" HotelName="JW MARRIOTT ISTANBUL BOSPHORUS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/43000000/42650000/42641600/42641512/w4000h2664x0y0-f5900b0b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="867.12" OriginalAmount="841.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0507475" Longitude="28.9938016" StarRating="0" HotelCode="|85097" HotelName="Nardi Nişantaşı" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AKKAVAK CAD, NISANTASI 26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/0/9/7/85097_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel was built in 1987, was renovated in 2010 and has 13 suites. SITUATION: This establishment, Istanbul it is in it is in the city centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="943.48" OriginalAmount="916.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.2603" Longitude="28.74254" StarRating="0" HotelCode="866486|yotelair_istanbul_airport_airside" HotelName="YOTELAIR Istanbul Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Tayakadin Mahallesi</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/82/72829755f725e48e7e5ead684181f1dc085bdc7a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="979.58" OriginalAmount="951.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.035275" Longitude="28.984865" StarRating="0" HotelCode="|474455" HotelName="Ravello Suites Taksim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Siraselviler Cd. 25</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/4/4/5/5/474455_2266a091250.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="997.04" OriginalAmount="968.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.04414679" Longitude="28.98555047" StarRating="0" HotelCode="595696|beyzas_suites" HotelName="Beyzas Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Inönü Mahallesi, Babil Sokak 8, Sisli, Istanbul 34373</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/40/bd40dfa099d4860983a2134ac0e87a4753ebf878.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1080.47" OriginalAmount="1049" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1258492-32839643/1328528078072082355/3926" HotelName="SIX SENSES KOCATAS MANSIONS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1258492/202182142648760.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1181.66" OriginalAmount="1147.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.025028" Longitude="28.973407" StarRating="0" HotelCode="|484418" HotelName="Ecole St Pierre Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Galata Kulesi Sk.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/4/4/1/8/484418_720144c2026.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1184.97" OriginalAmount="1150.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006828" Longitude="28.981536" StarRating="4" HotelCode="|474388" HotelName="Joyways Istanbul Sultanahmet" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ishak Pasa Caddesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/4/3/8/8/474388_f7773511207.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1188.62" OriginalAmount="1154.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.066615" Longitude="29.017812" StarRating="5" HotelCode="300307|raffles_istanbul" HotelName="Raffles Istanbul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Zorlu Center, 34340 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/43/6843fbfa44f222724af717491374b3f19c353d0a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1485.26" OriginalAmount="1442" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1406288-32840145/1328528078072082355/3929" HotelName="VAKKO HOTEL AND RESIDENCE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/84000000/83270000/83267000/83266995/4c876683_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1491.40" OriginalAmount="1447.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.043973" Longitude="29.016143" StarRating="5" HotelCode="|23362" HotelName="Ciragan Palace Kempinski" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ciragan Caddesi 32, Istanbul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/6/2/23362_65c4f070809.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1986, renovated in 1999, has a main 5-storey building, a 3-storey annexed building and 315 rooms. In the establishment entrance, guests will find a spacious hall with a reception, a safety deposit box service, a currency exchange service, a cloakroom, a lift and a conference room with WiFi, The establishment also has a kiosk, shops, a hairdresser's, a bar and an Ã  la carte restaurant with air-conditioning, with highchairs, There are many services available at the establishment, including a laundry service, a laundry service and a medical care service. Outdoors, guests have access to a car park. SITUATION: This inviting, luxury hotel, BeÅŸiktaÅŸ it is in it is in a small hill, Bosphorus Bridge with beautiful views of it is close to Dolmabahce the Palace of 2 kilometres away, you can find shops, leisure areas and entertainment. in front of the hotel there is a public transport stop, is 60 minutes away from the airport. ROOM: The comfortable rooms, have a bathroom with a shower, a hairdryer, a direct line telephone, satellite or cable TV, a radio, internet, a mini-bar, fitted carpets, an air-conditioning system, a central heating system and a safety deposit box (available for a fee). FACILITIES: Outdoors, clients have access to a swimming pool with sunshades and deck chairs. Customers can enjoy a jacuzzi, a sauna, a solarium, a Turkish bath, a massage service and a gym. At the beach, you can find parasols, is 25 kilometres away from a golf course. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard, Diners Club and EC. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast and dinner and an Ã  la carte or set-menu lunch and dinner. Dietary restrictions can be accomodated for, The establishment offers special dishes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1530.18" OriginalAmount="1485.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.975492" Longitude="29.150704" StarRating="4" HotelCode="|469473" HotelName="Residence Inn By Marriott Istanbul Atasehir" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Inonu Mah Nenehatun Sokak No 8-10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/4/7/3/469473_94444f61808.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1598.74" OriginalAmount="1552.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.006362330582" Longitude="28.979986310005" StarRating="5" HotelCode="12647|29834" HotelName="Four Seasons Hotel Istanbul at Sultanahmet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tevkifhane Sokak 1, Sultanahmet-Eminönü, 34122 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/68/546882ee8120bda5ed5164961209a80059f344a0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1601.65" OriginalAmount="1555" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1447143-30250376/1328528078072082355/4178" HotelName="ALIEE ISTANBUL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1447143/1447143_1202592103057866.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1747.12" OriginalAmount="1696.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.042468331959" Longitude="29.011893868446" StarRating="5" HotelCode="71508|86008" HotelName="Four Seasons Hotel Istanbul At The Bosphorus" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,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,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ciragan Caddesi 28, Besiktas, 34349 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/f3/9cf3e5d88103a62072ad797f73967d65d8b182c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The charming city hotel enjoys a spectacular location on the European side of the Bosphorus with vie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2288.66" OriginalAmount="2222" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|185848-14829910/1328528078072082355/3959" HotelName="SURA DESIGN HOTEL AND SUITES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4660000/4658900/4658802/9ac38069_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2691.39" OriginalAmount="2613" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1451627-32840098/1328528078072082355/3933" HotelName="VAKKO SUMAHAN BOSPHORUS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/110000000/109530000/109521600/109521540/e9021e15_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3993.31" OriginalAmount="3877" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.054196728523" Longitude="29.051874457672" StarRating="5" HotelCode="58543|226615" HotelName="Sumahan On The Water" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Kuleli Caddesi 43, Cengelköy, Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/de/67de45cc2d3041639ef61fa9783a6729353662da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the Asian side of Istanbul, the hotel enjoys a unique waterfront location on the Bosphoru...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="15630.25" OriginalAmount="15175.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0179" Longitude="28.9769" StarRating="0" HotelCode="645305|the_moon_hotel_istanbul_" HotelName="The Moon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mesihpasa Caddesi 6</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/f0/e1f0d1b7d3fad6ef1aff031a8ed1188ed5d19e5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="17497.25" OriginalAmount="16987.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03274613763" Longitude="28.987388000156" StarRating="3" HotelCode="305471|361703" HotelName="Cihangir Ceylan Suite Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akyol Sokak 24, Mebusan Caddesi, Cihangir Beyoglu, 34433 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/81/ad81ce4f11439fd5d4dd5803a7acb16b5d1bdf23.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartment hotel comprises a total of 17 rooms. Services and facilities at the hotel include a sa...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18754.46" OriginalAmount="18208.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.032765" Longitude="28.987314" StarRating="0" HotelCode="|151921" HotelName="Cihangir Ceylan Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>MECLISI MEBUSAN CD.AKYOL SK. CIHANGIR-BEYOGLU 24</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/1/9/2/1/151921_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: The renovated hotel in 2004, has 17 suites and a car park. SITUATION: This establishment, is in Istanbul a good area in is situated in the city centre excellent transport links to places of interest, Close to the train stations, the bus station, the metro stop, the bus stop, places of interest and the harbour.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="19070.45" OriginalAmount="18515.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.02591127806" Longitude="28.98025349131" StarRating="3" HotelCode="313509|astek_port_hotel" HotelName="Port Hotel Tophane-i Amire" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kemankes Karamustafa Pasa Mahallesi, Gece Kusu Sokak 6, Beyoglu Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/54/db/54db233d63dc109cda45a7dd069aeaeba7ec60fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Istanbul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="21009051.99" OriginalAmount="20397137.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.03394912" Longitude="28.98854746" StarRating="0" HotelCode="517144|889041" HotelName="Istanbul Modern Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Residences" CnxPolicy="Free CXL until 03/07/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Gumussuyu Mahallesi, Kolcak Sokak 3, Beyoglu, 34425 Istanbul</AddressLine>
          </AddressLines>
          <CityName>Istanbul</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=5333319</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Istanbul.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.26" OriginalAmount="76.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.045644" Longitude="28.983329" StarRating="0" HotelCode="|527655" HotelName="SOLO HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dolapdere Cd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.13" OriginalAmount="100.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0046272" Longitude="28.9628431" StarRating="0" HotelCode="|305176" HotelName="Milano &amp; Spa Sultanahmet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Muhsinehatun Mahallesi Cifte Gelinler Caddesi, Telli Odalar Sokak 48, Kumkap?, Fatih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="109.68" OriginalAmount="106.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0740441" Longitude="28.9823237" StarRating="0" HotelCode="|305957" HotelName="Mari Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ta?oca?? Caddesi no:27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="111.34" OriginalAmount="108.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.007386" Longitude="28.952412" StarRating="0" HotelCode="|353859" HotelName="Pelican House Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.49" OriginalAmount="111.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0071864" Longitude="28.9525602" StarRating="0" HotelCode="|305398" HotelName="Fly Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="138.79" OriginalAmount="134.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0060605" Longitude="28.9599797" StarRating="0" HotelCode="|353844" HotelName="Hotel Red Rose" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.51" OriginalAmount="143.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0490037" Longitude="28.8974303" StarRating="0" HotelCode="|305739" HotelName="ömer Agah Istanbul Hotel Bayrampasa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>?ehirpark? Cd. No:225 Bayrampa?a</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="152.31" OriginalAmount="147.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.013007" Longitude="28.939587" StarRating="0" HotelCode="|353872" HotelName="hotel oğuzhan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="184.46" OriginalAmount="179.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0060772" Longitude="28.9812458" StarRating="0" HotelCode="|353573" HotelName="şebnem hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Akb?y?k Caddesi Adliye sok no:1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="199.66" OriginalAmount="193.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.885566" Longitude="29.198777" StarRating="0" HotelCode="|565028" HotelName="Destiny Marine Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kordonboyu Mahallesi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="208.19" OriginalAmount="202.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.0121044" Longitude="28.9783904" StarRating="0" HotelCode="|301975" HotelName="Old City Luxx Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alaykosku Cad. No:10 Sultanahmet Sirkeci</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Central Heating,Currency Exchange,Designated Smoking Area,Garden,Lounge,Massage Centre,Nightclub,Sauna,Shopping Arcade,Wheelchair Access,Swimming Pool,Jacuzzi,Diet Meals,Heated Pool,Spa,Kitchen,Bicycle Rental,Golf,24 Hour Front Desk,Elevator,Parking,Pick &amp;amp; Drop,24 Hour Power Supply,24 Hour Security,Airport Transfer (on Demand),Business Centre,Dining,Housekeeping,Printer,Valet Parking,Wake-up Call Service,ATM/Cash Machine,Meeting Room,Pets allowed,Smoking Rooms,Babysitting,Boutique,Banquet Hall,Kids Play Area,24 Hour Room Service,Beauty Salon,Coffee Shop,Concierge,Dry Cleaning,LCD/Projector,Library,Luggage Storage,Off-Site Parking,Porter</BasicAmenities>
    <HotelRating>3,5,4,1,2</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE</Meals>
    <PropertyType>CITY HOTEL,HOTEL DE CHARME,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,APARTMENT HOTEL,SPA HOTEL,CONFERENCE HOTEL,HISTORIC HOTEL,AIRPORT HOTEL,BOUTIQUE HOTEL,HOTEL,CLUB RESORT,ECO HOTEL,APARTHOTEL,BUNGALOW COMPLEX,APARTMENT,GUESTHOUSE,RESIDENCES,BED AND BREAKFASTS,RESIDENCE,HOSTELS,INNS,LUXURIOUS HISTORIC HOTEL,BED AND BREAKFAST,HOSTEL,BEACH HOTEL,GUEST HOUSES</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
40e1b1ec-535c-40af-aefe-f65a3a3fe35f|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="40e1b1ec-535c-40af-aefe-f65a3a3fe35f">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="26992" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-23T00:00:00" End="2026-06-26T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="AE" 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
40e1b1ec-535c-40af-aefe-f65a3a3fe35f|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
40e1b1ec-535c-40af-aefe-f65a3a3fe35f|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
40e1b1ec-535c-40af-aefe-f65a3a3fe35f|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
40e1b1ec-535c-40af-aefe-f65a3a3fe35f|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-06-12T10:34:45.2783216+01:00" Version="0" EchoToken="Search" TransactionIdentifier="40e1b1ec-535c-40af-aefe-f65a3a3fe35f" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="122.40" OriginalAmount="120.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4249" Longitude="-3.69583" StarRating="2" HotelCode="745565|az_javier_cabrini" HotelName="A&amp;Z Javier Cabrini" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Santa Francisca Javier Cabrini 4, Hortaleza, 28043 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/9e/3c9ee7ecc3383d61e67aed84e9a4fe0193288750.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.52" OriginalAmount="126.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4249" Longitude="-3.69583" StarRating="0" HotelCode="786610|az_ulises_only_adults" HotelName="A&amp;Z Ulises" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Calle De Ulises</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/5f/135f17e887a496c91cc0f88d0fb1dc841beefae5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.90" OriginalAmount="145.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.44879933" Longitude="-3.70455089" StarRating="2" HotelCode="614161|hostel_almansa" HotelName="Hostel Almansa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Almansa 12, 28039 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/82/3082adf044b0934601e00e258dcf0af73779b2db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.08" OriginalAmount="154.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4267445" Longitude="-3.708004" StarRating="1" HotelCode="36870|hostal_los_perales" HotelName="Hostal Los Perales" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating">
        <Address>
          <AddressLines>
            <AddressLine>Palma 61, 1 Izquierda, 28015 Madrid, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/5a/585a36e5d30a2c125a3500b88b4df25bf7c74fff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Madrid, just a few minutes walk from the avenue of Gran Via a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.58" OriginalAmount="179.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.332263315584" Longitude="-3.7027604429916" StarRating="3" HotelCode="284796|hostal_vertice_roomspace" HotelName="Vértice Roomspace Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Laguna Dalga 4, 28021 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/40/0e409cca12e63d234a55293cff0f3fe1d6a97d27.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.70" OriginalAmount="185.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.439255" Longitude="-3.626964" StarRating="4" HotelCode="212865|ibis_budget_madrid_valentin_beato" HotelName="ibis budget Madrid Calle Alcala" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rufino Gonzalez 19, Metro Suanzes, 28037 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/dd/4edd02c9b36247c025ce76dcde056ab81db020e0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="189.72" OriginalAmount="186.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.406923824297" Longitude="-3.6938502052687" StarRating="0" HotelCode="519584|hostal_rivera_2" HotelName="Hostal Rivera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Santa Maria De La Cabeza 2, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/b0/e5b024aa7289a5f63fc7df8afa7b249440e5d675.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="191.76" OriginalAmount="188.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.458646083947" Longitude="-3.5823985934257" StarRating="4" HotelCode="29260|senator_barajas" HotelName="Senator Barajas Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Galeón 27, Next to Adolfo Suárez Madrid-Barajas Airport and IFEMA, Barajas, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/72/4d720dcddfec7543958d5cf370fccf4afb4be9dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located approximately 1 km from Madrid Barajas Airport. It offers an exclusive ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="191.76" OriginalAmount="188.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.44879719" Longitude="-3.7041707" StarRating="0" HotelCode="525329|hostal_vegas" HotelName="Hostal las Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Almansa 6, 28039 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/15/a3154afaa91f23e1f069dc04947c43e57b8529af.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unpretentious hotel is situated in Santiago Bernabeu-Castellana. A total of 23 units are availa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="199.34" OriginalAmount="195.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.42208411" Longitude="-3.70616948" StarRating="2" HotelCode="479030|1686378" HotelName="Hostal La Estrella" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle La Estrella No. 5, 2º Dcha, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/fa/52faa4177c894ae8af649fac6384ff087646d1d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="204.85" OriginalAmount="200.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.439351801307" Longitude="-3.6261788049536" StarRating="2" HotelCode="113307|184306" HotelName="ibis Madrid Calle Alcalá" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Valentin Beato 20, 28037 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/50/d150e243d5c7b3fc9a70dbbe10a2d090b449ab68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies 9 km from the famous Puerta del Sol Square.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="206.20" OriginalAmount="202.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.444416641378" Longitude="-3.6554197643918" StarRating="3" HotelCode="38298|393905" HotelName="Travelodge Madrid Torrelaguna" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Torrelaguna 69, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/e8/c3e89468aee6bd8bccb48bbcdb808ce96f9f8984.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated right in the region's main business district. There is a link to the pub...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="206.42" OriginalAmount="202.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.436916985145" Longitude="-3.6311347901783" StarRating="1" HotelCode="263671|1455918" HotelName="Travelodge Madrid Alcalá" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Santa Leonor 34, 28037 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/bc/a6bc5374b8b0e2d4ac41e7281121269e97a1d063.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="213.18" OriginalAmount="209.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41456008" Longitude="-3.70222649" StarRating="0" HotelCode="963434|hostal_alonso__2" HotelName="Hostal Alonso" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Espoz Y Mina 17-3, Madrid City Center, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/81/2181b2a95501d79ec9943ad118134f7e45ff8665.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="215.01" OriginalAmount="210.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.354234" Longitude="-3.830659" StarRating="3" HotelCode="61848|387475" HotelName="Holiday Inn Express Madrid - Alcorcon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Argentina S/n, Alcorcon, 28922 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/4d/6a4dc28b0d83aabd5a72e8f99441249d9f4f6409.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Alcorcón in a convenient setting south west of Madrid and is very well conn...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="217.26" OriginalAmount="213.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.425836" Longitude="-3.707277" StarRating="2" HotelCode="147739|flat5madrid" HotelName="FLAT5Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle San Bernardo 55, 5º izquierdo, 28015 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/16/c7160215d1e0a18796d11a392cd88c9c8bde46b3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="217.26" OriginalAmount="213.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4249" Longitude="-3.69583" StarRating="0" HotelCode="669077|siesta_go" HotelName="Siesta &amp; Go" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Orense Posterior 10</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/0f/020f9eb4b7b4640cde8b01f5a99c02bd25a25e99.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="221.34" OriginalAmount="217.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4249" Longitude="-3.69583" StarRating="0" HotelCode="823196|hello_ifema" HotelName="Hello Ifema" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Mar De Omán 25, Hortaleza, 28033 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/dd/68ddfb5e5d876af87c2e12ccc55e9099198cb266.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="225.12" OriginalAmount="220.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.447343320741" Longitude="-3.5428972681056" StarRating="3" HotelCode="395302|355765" HotelName="B&amp;B Hotel Madrid Airport T1 T2 T3" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Lola Flores 2, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/5f/1b5f242c6c21d11412b7cbf31f2c0bb27d8763ed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated directly on the A2 motorway, with easy access to all the major ring roads. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="225.42" OriginalAmount="221.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.45442345" Longitude="-3.70145194" StarRating="2" HotelCode="613406|far_home_bernabeu" HotelName="Far Home Bernabeu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle de las Mercedes 13, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/bd/38bdf8c4782f7ae4b36166d422de98c8effc66c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="229.09" OriginalAmount="224.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.415432283656" Longitude="-3.7061713992828" StarRating="2" HotelCode="149165|2247455" HotelName="Hostal Inter Plaza Mayor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Zaragoza 6, 3 Dcha, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/1b/fa1bf85d74a1cd701458af7fb8423cd44911fa93.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="230.52" OriginalAmount="226.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.416024506087" Longitude="-3.7017413220092" StarRating="2" HotelCode="113300|tineo" HotelName="Hostal Matheu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Victoria 6, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c9/ac/c9aca30ad043461a7fa92c84e19451b6a037b70c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="231.54" OriginalAmount="227.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.415393" Longitude="-3.700253" StarRating="2" HotelCode="190801|hostal_san_isidro" HotelName="Hostal San Isidro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Príncipe 17, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/a1/6da16e6f3a7fcff08e7b7426b7d5a9b327facbb1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="234.60" OriginalAmount="230.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.472447" Longitude="-3.579803" StarRating="1" HotelCode="190841|emilio" HotelName="Hostal Emilio Barajas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>C/ Canal de Suez Nº 24, Barajas, Madrid 28042</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/36/7f36bdda3a20dab36348035603e340d3faa0c623.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="235.12" OriginalAmount="230.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.422285084538" Longitude="-3.7039133906364" StarRating="2" HotelCode="190792|1676738" HotelName="Hostal Condestable" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle de la Puebla 15 2º Izda, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/92/b7928da164296c37af4c1d13b0dd836a83e00e14.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="236.64" OriginalAmount="232.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.449054157139" Longitude="-3.5691326687172" StarRating="0" HotelCode="772760|hostal_los_5_pinos" HotelName="Hostal Los 5 Pinos" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Fuentelahiguera 4, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/ec/59ec29ef2a97f4f2857df65a8fe6cba1ab60c261.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="237.58" OriginalAmount="232.92" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.432545454869" Longitude="-3.6562432106396" StarRating="1" HotelCode="349767|5020755" HotelName="ibis budget Madrid Centro las Ventas" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Siena 10, Paralela Con Alcala 271, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/f3/14f34bed9e4dbafa46e6794a3cf03ec81d457983.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="238.68" OriginalAmount="234.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.38863516812" Longitude="-3.7003712700636" StarRating="2" HotelCode="113304|isis" HotelName="Hotel Madrid Río" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Antonio López 168, 28026 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/95/949581187d1a60fd9504342b9ca6b7a98b0f528b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="238.68" OriginalAmount="234.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41043492" Longitude="-3.69283143" StarRating="0" HotelCode="519212|casa_de_huespedes_la_asturiana" HotelName="Casa De Huespedes La Asturiana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Paseo del Prado 40, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/4a/484a3a48f4771b1ce4cb1a75944719f400295a9d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="238.68" OriginalAmount="234.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.42167094" Longitude="-3.69865668" StarRating="2" HotelCode="519223|hostal_corazon_de_madrid" HotelName="Hostal Corazon de Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>San Bartolome Street 7-1, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/55/905552091f595dd76e80d446c32c838f49370022.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="239.12" OriginalAmount="234.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.360178765032" Longitude="-3.6650237977831" StarRating="4" HotelCode="53748|57004" HotelName="Hotel Mercader" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Eje 2-7, Poligono Alimentario Mercamadrid, Villa de Vallecas, 28053 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/19/2d19ebc36d6df4cc1b9589935d75ddaefb013dea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to the Mercamadrid, the largest food market in Europe, close to the M 4...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="239.20" OriginalAmount="234.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41896271" Longitude="-3.70926364" StarRating="2" HotelCode="518131|3308835" HotelName="LM Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Elevator,Housekeeping,Internet,Laundry,LCD/Projector,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Calle Campomanes 6, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/11/de11a1660685ea2a7d14a489709efc9c23397067.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at LM Rooms Opera, you'll be centrally located in Madr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="240.02" OriginalAmount="235.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.414916" Longitude="-3.702688" StarRating="3" HotelCode="36368|2439255" HotelName="Hostal Inter Puerta del Sol" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle de la Cruz 26, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/e2/90e26c41e6b6c4e49b14e6622912fd36a38db83e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="244.71" OriginalAmount="239.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.457318514505" Longitude="-3.6467675864697" StarRating="4" HotelCode="410221|382305" HotelName="All In Hotel Suites Feria de Madrid" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Moscatelar 31, 28043 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/69/91696eb284cecc4c733eb4a6a4c2fe06c1499358.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in one of the most exclusive neighbourhoods in Madrid, Ciudad Lineal, just a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="244.80" OriginalAmount="240.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.419387" Longitude="-3.625247" StarRating="3" HotelCode="31857|silken_torre_garden" HotelName="Silken Torre Garden Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hermanos García Noblejas 190, 28037 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/cb/1ecbec7f32d010fd45a3988b0059adb9cf95e562.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel enjoys an excellent location in the north of Madrid, just 15 minutes from the cit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="245.58" OriginalAmount="240.76" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4116431" Longitude="-3.70467696" StarRating="0" HotelCode="519579|4644335" HotelName="Lemon Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Espada 6</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/e3/8ee3a846105eb0587a069c4e136aa9bd59996106.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="249.90" OriginalAmount="245.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.422019" Longitude="-3.709053" StarRating="1" HotelCode="190836|muchomadrid_hostel" HotelName="MuchoMadrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Vía Nº59, 7 Derecha, Madrid 28013</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/6f/4a6f25378b34d1920b5262c3bea015faab153d52.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="250.98" OriginalAmount="246.06" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.422112" Longitude="-3.702338" StarRating="1" HotelCode="260260|2439195" HotelName="Hostal Tokio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Puebla 6, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/fe/57fe723c6b7773f3385537d8f87313c9bbc005b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="251.94" OriginalAmount="247.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.421365" Longitude="-3.6986785" StarRating="2" HotelCode="149061|hostal_dolce_vita" HotelName="Hostal Dolce Vita" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="guest house" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle de San Bartolomé 4, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/a1/c4a1e3f2dfbb047dc2e2825f63e39037f6a0d6d5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This simple guest house is situated in Chueca-Fuencarral. This guest house offers a total of 17 unit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="252.45" OriginalAmount="247.50" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.449184" Longitude="-3.548429" StarRating="3" HotelCode="113309|393385" HotelName="SHS Aeropuerto" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Camino del Aeropuerto 22, A2 Highway direction to Madrid km 15, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/c6/03c6174a3d6163a1bb8f1d4a1fa8c0f57dc151ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This airport hotel is located just 10 minutes by car from the centre of Madrid. Public transport lin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="252.96" OriginalAmount="248.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.416495" Longitude="-3.699267" StarRating="2" HotelCode="149035|hostal_carrera" HotelName="Pension Carrera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Elevator,Internet,Photocopy,Shopping Arcade,Smoking Rooms,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrera de San Jerónimo 30/03, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/fb/0bfb3ce97a8654a8bf5397e977addd6bd64cecf3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;SITUATION: This hotel is in the historic centre of Madrid. It is located in Carrera de San Jerónimo....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="253.17" OriginalAmount="248.21" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.428000823628" Longitude="-3.6983570281886" StarRating="2" HotelCode="263673|2546375" HotelName="Safestay Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Sagasta 22, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/ee/0deeade09ea79861721bc7d11c13b1548814af57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="254.11" OriginalAmount="249.13" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.416789901407" Longitude="-3.6972461898169" StarRating="2" HotelCode="149126|1110848" HotelName="Hostal Oporto" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Calle Zorrilla 9, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/f2/57f234fd66ab2cbe90c8b06fdb43a609e4c5e930.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the centre of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="255.13" OriginalAmount="250.13" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.558445702613" Longitude="-3.6137562990189" StarRating="3" HotelCode="37293|57014" HotelName="NH San Sebastián de los Reyes" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Europa 11, 28700 San Sebastian de los Reyes, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/0c/bd0c22dd92fd85eb85c83cc95d49b302412b575b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located within the San Sebastián de los Reyes business park, 15 km from Madrid. The Ci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="255.35" OriginalAmount="250.34" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.372858" Longitude="-3.743114" StarRating="3" HotelCode="31353|1634988" HotelName="Hotel Eco Via Lusitana" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Secoya 2, 028044 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/56/8e563d9f0a5cc8271402454b475ab0a83f978b02.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fabulous hotel is just 5 km from Madrid's lively, pulsing centre. The crowd pleasing Warner Bro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="255.60" OriginalAmount="250.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.514788860519" Longitude="-3.6734053126283" StarRating="4" HotelCode="284244|996535" HotelName="Hotel Dome" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Lounge,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carretera de Fuencarral a Alcobendas km 8, 28050 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/eb/99eb0363ce5df8f362fe324fdca0fce796ef9dff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="257.04" OriginalAmount="252.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.447388917667" Longitude="-3.5803155423279" StarRating="3" HotelCode="899437|compostela_suites" HotelName="Aparthotel Compostela Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Village,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Restaurant,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Zambrana 4, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/13/b51372a290f98835fe8bfecb9fdaa0740d69a789.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly apartment hotel provides easy access to the M21, M22, M40 and A2 motorways, as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="258.06" OriginalAmount="253.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.416295" Longitude="-3.70316" StarRating="2" HotelCode="190807|hostal_victoria_i_2" HotelName="Hostal Victoria I" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Carretas 7, 2 Floor, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/fa/08fa318f130db30c7bfcc0afa3782848596e6599.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A range of services and amenities are available to guests at the hotel. The accommodation comprises ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="258.06" OriginalAmount="253.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.50492377737" Longitude="-3.5486063816147" StarRating="2" HotelCode="156486|el_cruce_2" HotelName="El Cruce Hostal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Calderón de la Barca 4, 28860 Paracuellos de Jarama, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/76/8a767603888c3d4c04d50d5edb82994347e3f715.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="258.06" OriginalAmount="253.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41264546" Longitude="-3.69439294" StarRating="2" HotelCode="517541|hostal_bruna" HotelName="Hostal Bruña" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Elevator,Housekeeping,Internet,LCD/Projector,Luggage Storage,Parking,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Moratín 50, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/fd/5efd6d476f92d5286f51725aa1882beaf6df7f64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hostal Bruña in Madrid (Retiro), you'll be minutes ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="259.08" OriginalAmount="254.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.467823364914" Longitude="-3.800661" StarRating="3" HotelCode="37013|nh_la_florida_aparthotel" HotelName="TH La Florida" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Proción 12, La Florida, 28023 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/9f/4f9fd028a12c2d976865fc7c4c9a12bc3c2ef16a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in one of the fastest growing business districts and is surrounded by greenery...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="259.08" OriginalAmount="254.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.415250532038" Longitude="-3.7006423141208" StarRating="1" HotelCode="386434|hostal_palacios_2" HotelName="Hostal Palacios" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Fuencarral 25, 1º Dcha, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/9b/339b2412b87c5c9ca8926e857cf1958936fba88b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="260.10" OriginalAmount="255.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.449354229293" Longitude="-3.5692021124737" StarRating="3" HotelCode="267668|hotel_los_5_pinos" HotelName="Hotel Los 5 Pinos" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Parking,Photocopy,Restaurant,Smoking Rooms">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Aragón 366, Carretera Madrid-Barcelona Km 12,400 (A-2 / E-90), 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/92/b292cda283c342beda2b08272a155601f7c9b238.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;HOTEL: This establishment has WiFi (free of charge). 

SITUATION: It is located near Madrid Airport....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="265.20" OriginalAmount="260.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.415932" Longitude="-3.701755" StarRating="1" HotelCode="190806|barbieri_sol_hostel" HotelName="Barbieri Sol Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>C/Victoria 6, piso 2, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/5f/295fe4f1901c9dfe9463f746c860f85881ac1693.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests of the hostel will be delighted with the range of services and facilities available. Wireless...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="266.38" OriginalAmount="261.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41773793" Longitude="-3.70824782" StarRating="2" HotelCode="318847|1464478" HotelName="Hostal Rober" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Arenal 26, 5 Derecha, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/72/6d72c51df5c4b7ea562c5086c518adb86f331479.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="268.26" OriginalAmount="263.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.45866804" Longitude="-3.69784419" StarRating="3" HotelCode="587608|funway_academic_resort" HotelName="Funway Academic Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Calle Alonso Castrillo 22, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/4a/c64a350e47ce7a3a9e113da0e3f8b96f6c5d50cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="268.67" OriginalAmount="263.40" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.472867167395" Longitude="-3.5821875584115" StarRating="3" HotelCode="65117|222136" HotelName="Hotel Villa de Barajas" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Logroño 331, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/65/f165c3aad546ad113e1d1f31e47fa31d0920f0a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="269.28" OriginalAmount="264.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.458744043451" Longitude="-3.6992409825325" StarRating="3" HotelCode="36940|aparthotel_g3_galeon" HotelName="G3 Galeon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Nightclub,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Francisco Medrano 4, c/v Bravo Murillo 238, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/cd/39cd6fbfb9eecd306757ce88d40adde25232c055.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming building lies at the heart of Madrid. An ideal point of departure for those wishing to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="269.28" OriginalAmount="264.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.412302111658" Longitude="-3.7007268220901" StarRating="1" HotelCode="519628|pension_magdalena" HotelName="Pensión Magdalena" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Magdalena 26 -3°, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/2d/172d552bec3fc3c3ce6684fbb02a3aa2a6d30b59.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="270.50" OriginalAmount="265.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.39610371288" Longitude="-3.670543266201" StarRating="1" HotelCode="445332|2423715" HotelName="ibis budget Madrid Calle 30" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Lozano 3, 28053 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/46/b1462cc0ae3c8323509815450098eb3b4699efc4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="271.27" OriginalAmount="265.95" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.470800134942" Longitude="-3.7687879800796" StarRating="4" HotelCode="36966|386225" HotelName="Eurostars Zarzuela Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Dario Aparicio 32, 28023 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/7b/ce7b3ef3edb6d7c2f27744a8c4e7b4611979b3fe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated in the northern district of Madrid. Wonderful gardens surround the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="271.40" OriginalAmount="266.08" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.469799969984" Longitude="-3.5808435759633" StarRating="2" HotelCode="113308|183416" HotelName="ibis Madrid Aeropuerto Barajas" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida General 49, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/6c/046c53f5bb60af45a6d6287f04db1c88e243ad8b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 1 km from Madrid-Barajas Airport and IFEMA Exhibition Centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="272.34" OriginalAmount="267.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.466844" Longitude="-3.6743750000001" StarRating="3" HotelCode="76620|la_posada_de_el_chaflan" HotelName="La Posada De El Chaflan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Pío XII 34, 28016 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/59/b459fd531a25080baa9223cf25226392ffa2e4dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="273.36" OriginalAmount="268.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.391911115278" Longitude="-3.6958940308176" StarRating="3" HotelCode="113314|865625" HotelName="Gran Legazpi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Chopera 71, 28045 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/9e/8e9ee3a6503e89c20eb6c1f33441e23bfb77b27d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located very close to Madrid’s shopping, cultural and financial centre, next to the em...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="277.23" OriginalAmount="271.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.473089486686" Longitude="-3.5853624343872" StarRating="4" HotelCode="113312|1141818" HotelName="täCH Madrid Airport Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>C/ Timon 35, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/185314/185314a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="279.19" OriginalAmount="273.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.394154" Longitude="-3.707749" StarRating="4" HotelCode="30654|312625" HotelName="Hotel Praga" 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,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Antonio Lopez 65, 28019 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/56/aa560c0be87d61d8a18b9bd43d912d34fdc1e92c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel is located close to the M-30 ring road, and the centre of Madrid is arou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="279.48" OriginalAmount="274.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41485567" Longitude="-3.69866437" StarRating="2" HotelCode="519163|hostal_sardinero" HotelName="Hostal Sardinero" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Prado 16, 3a planta, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/05/b905fc1fad20f19a071fa0910918b35ff571d978.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="280.50" OriginalAmount="275.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.452915204396" Longitude="-3.61323595047" StarRating="4" HotelCode="51894|hotel_osuna" HotelName="Hotel Osuna Feria Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Luis de la Mata 18, Madrid 28042</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/9d/3a9de01571d1df7cc3922e0b307f69e3af8e8a97.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies next to a quiet garden. With the free shuttle service, guests will quickly and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="281.24" OriginalAmount="275.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.456854" Longitude="-3.647615" StarRating="4" HotelCode="30679|394905" HotelName="Zenit Conde Orgaz" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Moscatelar 24, 28043 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5e/38/5e385f10fae57b649b4cfd4393d463af8f193e54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is situated close to the Juan Carlos I trade centre and the congress cent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="282.54" OriginalAmount="277.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.422774242401" Longitude="-3.7008448834068" StarRating="2" HotelCode="400236|hostal_rayuela_2" HotelName="Hostal Rayuela" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Fuencarral 41, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/d8/48d881b98f77757b18e77efffcc09d569efb39f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="283.56" OriginalAmount="278.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.512648555833" Longitude="-3.6762316524983" StarRating="4" HotelCode="96602|holiday_inn_madrid_las_tablas" HotelName="Holiday Inn Madrid - Las Tablas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle María Tubau 16, 28050 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/56/2f/562f99afda07665188257a4b900a398a8e7ec0bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in the north of Madrid in the commercial district of Fuencarral, Charmatín and the ex...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="285.60" OriginalAmount="280.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.470975" Longitude="-3.579981" StarRating="4" HotelCode="37965|hotel_clement_barajas" HotelName="Clement Barajas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida General, 43, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/2b/f82bae27e6574dfaf6d898fe684572ce1cd0f73b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just 500 m from a park and about 12 km from the city centre. Links to the publ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="285.75" OriginalAmount="280.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.445616985322" Longitude="-3.5431729291547" StarRating="3" HotelCode="263672|1182268" HotelName="Hotel TRYP Madrid Airport Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="apartment" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Lola Flores 4-17, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/14/fd1461437e2c217ac5364ff5b3d036150ec49859.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="286.62" OriginalAmount="281.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.405597302656" Longitude="-3.6948903312827" StarRating="2" HotelCode="391107|hostal_cordoba" HotelName="Hostal CC Atocha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Housekeeping,Internet,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Paseo De Santa Maria De La Cabeza 21, 28045 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/48/664824c25efd09f0e74d5487b408fec917e38d81.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="287.64" OriginalAmount="282.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4248017" Longitude="-3.7007373" StarRating="2" HotelCode="36874|hostal_sonsoles_2" HotelName="Hostal Sonsoles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Fuencarral 18, 2 Derecha, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/59/1a/591ae3935e3cf6ab99e83207d8573b75c6455ea8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the centre of Madrid just a few minutes from numerous shopping facilities ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="287.64" OriginalAmount="282.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4072113" Longitude="-3.6944228" StarRating="1" HotelCode="393758|hostal_atocha" HotelName="Hostal Atocha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Ronda de Atocha 3, Planta 6, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/8d/698d6a51e24137daf758a3491f2eedfad4049720.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="289.68" OriginalAmount="284.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4249" Longitude="-3.69583" StarRating="0" HotelCode="980788|hostal_lavapies" HotelName="Hostal Lavapies" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle De La Fe 10, Centro, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/8f/588fcd3913d9db510e4c21bf24df05c59c3c12ef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="289.94" OriginalAmount="284.25" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.436533" Longitude="-3.621056" StarRating="4" HotelCode="32665|312005" HotelName="Hotel ILUNION Alcalá Norte" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle San Romualdo 30, 28037 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/6f/a86ffc6c225f214fd83e0a50a11fdb851d060de8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the north west of Madrid in the Julian Camarillo and near Alcala Street. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="290.70" OriginalAmount="285.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.466115985393" Longitude="-3.6960641692715" StarRating="3" HotelCode="113305|caballero_errante" HotelName="Caballero Errante" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Pinos Alta 14, 28029 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/29/bc2945c709a111c0801349dfba52e396f6c5939f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="291.72" OriginalAmount="286.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41531605" Longitude="-3.69904467" StarRating="2" HotelCode="519233|hostal_alfaro" HotelName="Hostal Alfaro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ventura de la Vega 16, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/47/2047b3b1cd0a6fe6f011a71ba1e33b4d1bd45d28.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="292.74" OriginalAmount="287.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.510537706462" Longitude="-3.5483518601188" StarRating="3" HotelCode="124200|hotel_t4" HotelName="Hostal T4" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de la Escombreras 2, Polígono Industrial de Paracuellos del Jarama, Paracuellos de Jarama, 28860  Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/89/7589d2bbdf44a65fde93fb3fcdec19f961cfd1a9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located very close to the airport, just 3 minutes by car from Barajas Airport. Guests ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="292.74" OriginalAmount="287.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.472728374891" Longitude="-3.5785590140045" StarRating="3" HotelCode="113310|don_luis" HotelName="Don Luis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Lounge,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida General 12, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3a/4f/3a4fde08696915aa5533275aaad140837233838c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is 5 minutes by car from Madrid Barajas Airport and 3 km from the IFEMA Convention Centre....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="295.80" OriginalAmount="290.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.434891818409" Longitude="-3.6850864245062" StarRating="2" HotelCode="101132|aparthotel_orion" HotelName="BlueSense Madrid Serrano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Diego de León 10, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/85/408532fb654c6aaa3f0c04126c73adf422604168.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="296.65" OriginalAmount="290.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.421042162906" Longitude="-3.721218036532" StarRating="4" HotelCode="27729|346455" HotelName="Hotel City House Florida Norte" 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,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Florida 5, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/b2/9fb22bb755d97531cebc444177fb39cf58fb01d0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a central location opposite the northern train station, close to Parque del Oeste ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="299.88" OriginalAmount="294.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.463640816183" Longitude="-3.79947245121" StarRating="3" HotelCode="37014|nh_aravaca_aparthotel" HotelName="TH Aravaca" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Garden,Internet,Kitchen,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alsasua 5, Moncloa - Aravaca, 28023 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/18/8118b44cb1946be3f5cdebc49289457f58b67f7b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the business district of Madrid and is surrounded by gardens. Guests here w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="300.93" OriginalAmount="295.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.450388" Longitude="-3.612982" StarRating="3" HotelCode="55056|725055" HotelName="Globales Acis y Galatea" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Galatea 6, 28042 Barajas</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/0e/c00ebab97ab3488b5c13673694c6cf63d804cc6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel is situated in La Piovera about a 10-minute drive from Madrid's old town with i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="301.92" OriginalAmount="296.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41585655" Longitude="-3.70227708" StarRating="1" HotelCode="519568|hostal_alaska" HotelName="Hostal Alaska" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Espoz y Mina 7, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/2a/2f2a1f59179909108c874909a85539f365ae7bcf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="301.92" OriginalAmount="296.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.42037525" Longitude="-3.69729212" StarRating="0" HotelCode="795293|hostal_new_go_inn" HotelName="New Go Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Libertad 4, Madrid City Center, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/ab/daabf29b49cec8e6877aad55b04a30bffff63c88.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="302.94" OriginalAmount="297.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.409110292214" Longitude="-3.7056782841682" StarRating="2" HotelCode="190793|thc_bergantin_hostel" HotelName="THC Latina Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Fray Ceferino González 1 planta 1ª izquierda, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/7f/007f4f09c0851a04b9f65a89662e87219070e09a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="303.96" OriginalAmount="298.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4195205" Longitude="-3.7009107" StarRating="1" HotelCode="400292|el_hostall" HotelName="El HostAll" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,LCD/Projector,Meeting Room">
        <Address>
          <AddressLines>
            <AddressLine>Caballero de Gracia 6, 2do, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/5c/7a5c1b43b4b4597c17543ee3d2b41e0f701227bc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Oulu, Oulu Hotel is minutes from Oulu Cathedral and Oul...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="303.96" OriginalAmount="298.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4724556" Longitude="-3.58171486" StarRating="2" HotelCode="517285|hospedaje_los_rosales" HotelName="Hospedaje Los Rosales" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Parking,Photocopy,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Logroño 130, Barajas, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/0f/fb0fe37d802ec3d3c0196e5672376512ed04a10e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;HOTEL: The establishment offers guests WiFi (free of charge) and a reception. 

SITUATION: This esta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="304.98" OriginalAmount="299.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41431357" Longitude="-3.69627622" StarRating="2" HotelCode="519174|hostal_cervantes_2" HotelName="Hostal Cervantes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Concierge,Elevator,Internet,Luggage Storage,Pets allowed,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Calle Cervantes 34, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/3e/543e77d911d76d80d6426f4cfef30996ea3c5332.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hostal Cervantes is perfectly located for both business and leisure guests in Madrid. Both business ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="305.32" OriginalAmount="299.33" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.443887381631" Longitude="-3.6726863453977" StarRating="3" HotelCode="32147|98828" HotelName="Sercotel Togumar" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Canillas 59, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/53/29530c41eb10bdd6bfa35034c22427f2f324e426.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is in a privileged location, just 10 minutes from Madrid Airport, Chamartín t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="305.64" OriginalAmount="299.65" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.416548486541" Longitude="-3.7015939174449" StarRating="2" HotelCode="225463|2546455" HotelName="Esmeralda Hostal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de la Victoria 1, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/31/9631a81d8497fc11d859f4a4aaeeb0e9ed51408a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="306.00" OriginalAmount="300.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41584152" Longitude="-3.70228806" StarRating="2" HotelCode="417544|hostal_oliver" HotelName="Hostal Oliver" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Espoz y mina Street 7, cuarto piso, City Center, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/fb/d3fbe5ae8773b234026c35ab75045f124ae61014.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="306.00" OriginalAmount="300.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.411321657713" Longitude="-3.693164302701" StarRating="2" HotelCode="322524|hotel_mora" HotelName="Hotel Mora" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Paseo del Prado 32, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/79/c079d4f30efab395320ad4992313ca9df4793cb2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Hotel is situated on the Paseo del Prado in Madrid, 400 meters from the Reina Sofia Museum and A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="306.29" OriginalAmount="300.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.372309" Longitude="-3.640692" StarRating="1" HotelCode="212866|5007695" HotelName="ibis budget Madrid Vallecas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Casas de Miravete 17, Poligono Industrial Vallecas, 28031 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/87/e987f097d6a6e128268bb43ee086c3983696a4d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="306.46" OriginalAmount="300.45" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.42986123" Longitude="-3.70102461" StarRating="4" HotelCode="509843|2422085" HotelName="Apartments Slow Suites Luchana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Calle Luchana 13, 28010 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/f4/43f49117101777a230732fdd187e9807bca13254.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="308.04" OriginalAmount="302.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.413378311268" Longitude="-3.7011066097476" StarRating="2" HotelCode="149111|hostal_martin_madrid" HotelName="Hostal Martin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Atocha 43, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/91/c4912ebd28615c528f738b6a0427d83918090def.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="310.57" OriginalAmount="304.48" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.422238811889" Longitude="-3.7115634763669" StarRating="3" HotelCode="47226|385815" HotelName="Hotel Cason del Tormes" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Rio 7, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a7/13/a71344eea2dba7bc14eff5875df2804d4c9d3b5e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the tourist centre of Madrid within walking distance of many of the to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="310.90" OriginalAmount="304.8" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4223109" Longitude="-3.7092173999999" StarRating="3" HotelCode="311366|1879125" HotelName="Vitium Urban Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hostel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>61 Gran Via, 5th floor, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/63/f963f98d26e973e2e2742749b5b1a8c0c5de74cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The guesthouse is located in Madrid'city centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="313.14" OriginalAmount="307.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.416700066172" Longitude="-3.7017365005594" StarRating="0" HotelCode="485966|hostal_guerra" HotelName="Hostal Guerra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Carrera de San Jerónimo, 3, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/24/c4241c6ad16d13786fe3afefcaa2a7a37fcce312.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="314.89" OriginalAmount="308.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.413381066805" Longitude="-3.7012628112946" StarRating="2" HotelCode="149045|4744695" HotelName="Hostal Cervelo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Atocha 43, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/63/0863e9d0b51fa3e4f8ef901687a7de821581f1fa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="319.26" OriginalAmount="313.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.440662401072" Longitude="-3.670056679436" StarRating="5" HotelCode="56983|puerta_america_hotel" HotelName="Hotel Puerta América" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de América 41, 28002 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/9c/659cc0864b7dee0c0f21cd44877ce6ed63576fc3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Avd. de América, just 5 min away from the exclusive quarter of Salamanca (b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="319.26" OriginalAmount="313.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.415605899635" Longitude="-3.7018719589129" StarRating="2" HotelCode="387330|hostal_marlasca" HotelName="Marlasca" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de la Cruz 14, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/95/f69504486d91d657d609b8dc1675d552c7d2deca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Madrid, offering great access to a multitude of museums and hi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="320.28" OriginalAmount="314.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.42034033" Longitude="-3.70544084" StarRating="2" HotelCode="519581|hostal_miami" HotelName="Hostal Miami" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Elevator,Housekeeping,Internet,LCD/Projector,Shopping Arcade,Smoking Rooms">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via 44, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/b7/01b732c0dda0057916325114452352d5b6e9e584.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hostal Miami, you'll be centrally located in Madrid...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="321.30" OriginalAmount="315.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.421591657216" Longitude="-3.7002443282418" StarRating="2" HotelCode="322522|hostal_america" HotelName="Hostal América Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Bar">
        <Address>
          <AddressLines>
            <AddressLine>Calle Hortaleza 19, 5 Floor, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/1e/331ee8bc2ad58e64ba92d4d95669788071b26573.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hostal America The Hostal America (rated 2x000D star) is a mid size hotel in Madrid. Off site car pa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="322.13" OriginalAmount="315.81" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.417432762711" Longitude="-3.7086466877754" StarRating="3" HotelCode="533774|2272805" HotelName="Room007 Select Sol" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Fuentes 13, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/69/5f69177137994bef08d321cee84d5e706af05444.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="322.32" OriginalAmount="316.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.415834361272" Longitude="-3.7017456787635" StarRating="1" HotelCode="322525|olmedo" HotelName="Hostal Olmedo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Victoria 8, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/f3/0af30af23000dd49f3a06ecb93fd80413ae72203.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="323.34" OriginalAmount="317.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.447381" Longitude="-3.542142" StarRating="4" HotelCode="169555|crowne_plaza_madrid_airport" HotelName="Crowne Plaza Madrid Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Lola Flores 1, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/be/36be684dfbd5ebea60770d039ebe60511cdb337a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly airport hotel is right on the doorstep of Madrid-Barajas Airport and the IFEMA ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="324.36" OriginalAmount="318.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.454107136983" Longitude="-3.7026500701904" StarRating="2" HotelCode="67352|hotel_4c_bravo_murillo" HotelName="4C Bravo Murillo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Bravo Murillo 180, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/84/2d8430d159d803f2298853cce15e10497ae753d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located only 15 minutes from the historic city centre of Madrid and 25 metres from the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="325.75" OriginalAmount="319.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.432122377193" Longitude="-3.6565107107162" StarRating="4" HotelCode="31879|318925" HotelName="Rafaelhoteles Ventas" 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,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alcalá 269, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/1f/7d1fc715acc1658ddc1bb9740e0d750801e8c95b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This inviting and friendly hotel is located in the popular shopping street of Alcalá and fits seamle...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="325.76" OriginalAmount="319.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.408201" Longitude="-3.70079217" StarRating="1" HotelCode="709734|5020765" HotelName="Ibis Budget Madrid Centro Lavapies" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle De Valencia 8-10, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/5b/005bea14b55dec053d36491bd4f3756bb265bb70.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="326.21" OriginalAmount="319.81" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.447490084209" Longitude="-3.5830351878357" StarRating="4" HotelCode="900431|105401" HotelName="Axor Feria" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Business Hotel,City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Campezo 4, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/50/bf5078ad42c0a5d4469a0ba7e0bf4fa66ec4d204.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a residential and business area, 10 minutes from IFEMA exhibition centre, Co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="326.37" OriginalAmount="319.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.449151358313" Longitude="-3.576779682209" StarRating="4" HotelCode="130495|371655" HotelName="Hotel Nuevo Boston" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Aragón 332, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/0e/380e91ecc5ea182c89842fb191518f2af6af4544.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Barajas Airport Business Centre. The airport itself is just 1 km away. The p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="326.40" OriginalAmount="320.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.421084419798" Longitude="-3.7147602438927" StarRating="3" HotelCode="16258|hotel_principe_pio" HotelName="Principe Pio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cueste de San Vicente 14, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/8a/798ac490034a63eb0befb17e88c66239bcaf494c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel lies just a few minutes from the centre of Madrid where guests will discover m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="326.40" OriginalAmount="320.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.43" Longitude="-3.7085" StarRating="3" HotelCode="15150|nh_alberto_aguilera" HotelName="Leonardo Hotel Madrid City Center" 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,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Alberto Aguilera 18, 28015 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/cb/a7/cba7277d7201aa73acf32d1f23cef67f193e6a6f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located in the tourist centre of Madrid, close to Plaza de España and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="326.40" OriginalAmount="320.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.413224" Longitude="-3.704751" StarRating="2" HotelCode="190799|hostal_art_madrid" HotelName="Hostal Art Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Conde de Romanones N9, 2 Piso, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/b3/7fb3d905d944513b683e96c655db48525c3d4ae1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="326.40" OriginalAmount="320.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4133542" Longitude="-3.7012537" StarRating="2" HotelCode="322523|hostal_bermejo" HotelName="Hostal Residencia Bermejo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>Calle Atocha 43, 2 Floor, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/4c/a24cfbf9f2a89d40577108c708dc1bf6c224ad99.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hostal Bermejo A warm welcome awaits you at the mid size, 2x000D star Hostal Bermejo in Madrid. Hote...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="327.42" OriginalAmount="321.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.402598163242" Longitude="-3.7115734470481" StarRating="3" HotelCode="32044|holiday_inn_madridpiramides" HotelName="Holiday Inn Madrid Piramides" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Currency Exchange,Fax,Golf,Internet,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de las Acacias 40, 28005 Madrid, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/23/d1/23d1f0fa674d7a8ec3327f8faa79cb12bf3f30e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel, friendly and luminous, is just a few metres from the Madrid Flea Market (El Rastro) and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="327.42" OriginalAmount="321.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.425456" Longitude="-3.701384" StarRating="3" HotelCode="31524|aparthotel_tribunal" HotelName="Tribunal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>San Vicente Ferrer, 1, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/4e/af4ee8954994d0f14d7335f56626c75a66cef914.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the heart of Madrid, this aparthotel lies between Gran Vía and Glorieta Bilbao and near t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="328.44" OriginalAmount="322.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.419309" Longitude="-3.704017" StarRating="1" HotelCode="295457|far_home_hostel" HotelName="Far Home Gran Via" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Chinchilla 1, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/c9/a5c9cbf9504aa49145cbb2b45bbf6912b9e2aba0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This cosy hotel is located in Gran Via. With a small number of only 7, this accommodation is very co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="328.44" OriginalAmount="322.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41579293" Longitude="-3.7022756" StarRating="3" HotelCode="945473|hostal_rincon_de_sol" HotelName="Hostal Rincón de Sol Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Espoz y Mina 7, 3 Derecha, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/73/1d7301cf338b031b81c05850ffa262f54743f22a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the centre of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="328.49" OriginalAmount="322.05" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.447438982137" Longitude="-3.6114992201328" StarRating="4" HotelCode="42835|335215" HotelName="Sercotel Alcalá 611" 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,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Alcalá, 611, 28022 Madrid, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/6f/e26fef06e2a38e6f699f404af7e040a7e5f1d5e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is just 5 minutes from the IFEMA trade fair grounds and approximately 5 km from Puer...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="329.23" OriginalAmount="322.77" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.423175055175" Longitude="-3.7057760947046" StarRating="2" HotelCode="143541|2692072" HotelName="Hotel Life" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Bar,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Pizarro 16, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/f8/cdf8a045a1d1bbb25e849c5fdc1fb70211724dc0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="329.46" OriginalAmount="323.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.423337392148" Longitude="-3.7049079084823" StarRating="3" HotelCode="149060|hostal_del_pez_azul" HotelName="Hostal del Pez Azul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Luggage Storage,Nightclub,Off-Site Parking,Parking,Pets allowed,Photocopy,Shopping Arcade,Smoking Rooms,Valet Parking,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Pez 9, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/90/ca90f1d3ee795605163029c95d6909092ec13d7c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hostal del Pez Azul is a popular choice amongst travelers in Madrid, whether exploring or just passi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="331.06" OriginalAmount="324.57" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.430608432797" Longitude="-3.6642296922241" StarRating="2" HotelCode="207386|933648" HotelName="Hotel ibis Madrid Centro las Ventas" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Julio Camba 1, Esquina Alcala, 28028 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/9b/2c9b3c69b9150d1721cad4c81dd89453055810a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="331.50" OriginalAmount="325.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4223601" Longitude="-3.70955141" StarRating="3" HotelCode="517490|hostal_buenos_aires" HotelName="Hostal Buenos Aires" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Via 61, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/ce/0bce0b0a45d85c402456a915abf2c1976e288808.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hostal Buenos Aires, you'll be centrally located in...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="332.41" OriginalAmount="325.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.42165446" Longitude="-3.69933874" StarRating="0" HotelCode="951079|2422015" HotelName="Slow Suites Chueca" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle De San Marcos 8, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/e1/46e1191ad1896118c68f2183155f129ba45c08fd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="332.47" OriginalAmount="325.95" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.425082276262" Longitude="-3.678778682209" StarRating="3" HotelCode="98877|386575" HotelName="Apartamentos Goya 75" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle General Pardiñas 13, 28001 Madrid, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/e4/a6e4b57a7d7c5ffa0b6fc3f8faad5b4f4433f389.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel offers unforgettable stays, due mainly to the establishment's exceptional locat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="332.52" OriginalAmount="326.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.42614445" Longitude="-3.69815017" StarRating="0" HotelCode="623106|madrid_suites_san_mateo" HotelName="Madrid Suites San Mateo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle de San Mateo 21, Planta 2, Madrid 28004</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/99/5e99d5e50bd08d488edd7d0195a6a7f53cec1bb8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="332.99" OriginalAmount="326.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.418646603198" Longitude="-3.7046000422642" StarRating="2" HotelCode="400269|2546615" HotelName="Sungate One" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Dry Cleaning,Housekeeping,Internet,Kitchen,Laundry,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Carmen 16, 2nd floor, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/de/b0dec6945ec7fe6a275869a3b8d07faaa759e654.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;24-hour front desk, Air conditioning, Computer station, Daily housekeeping, Dry cleaning/laundry ser...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="334.07" OriginalAmount="327.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.48304" Longitude="-3.670911" StarRating="4" HotelCode="36943|262675" HotelName="Hotel Mirador de Chamartin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Kitchen,Laundry,Lounge,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Arte 14, 28033 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/8b/8b03519feda46d0b/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is surrounded by a pine wood in Madrid's district of Charmantin, only around 5 minutes fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="334.56" OriginalAmount="328.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.42720188" Longitude="-3.69619187" StarRating="2" HotelCode="479577|hostal_santa_barbara" HotelName="Hostal Santa Barbara" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,LCD/Projector">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Santa Bárbara 4, 28004 Madrid, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/5b/445b3f8adc0ffd88ebd5544caa2d1ff969c06fe7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="336.38" OriginalAmount="329.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.498234570408" Longitude="-3.6646270751953" StarRating="4" HotelCode="88640|396665" HotelName="NH Madrid Las Tablas" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Burgos 131, 28050 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/cc/4dcc3e8734580697e808a0f17613c8ae3453f345.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a convenient location in the north of Madrid, next to the Las Tablas and Sanchinar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="336.60" OriginalAmount="330.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4253065" Longitude="-3.7033488" StarRating="2" HotelCode="385605|hostel_malasana" HotelName="Hostal CC Malasaña" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="guest house" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Espiritu Santo 18, 1st Floor, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/d0/f8d0130709f2d46555083e23e88124c2d93754ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable guest house is situated in Malasaña a nice and enjoyable district in the center of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="336.64" OriginalAmount="330.04" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.457863" Longitude="-3.583362" StarRating="4" HotelCode="30881|2199865" HotelName="Sercotel Madrid Aeropuerto" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Galeón 25, Barajas, 28024 Madrid, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/49456/a_49456_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located beside Madrid-Barajas Airport, just a short distance from Madrid's ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="337.62" OriginalAmount="331.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.421476" Longitude="-3.721681" StarRating="3" HotelCode="212800|hotel_acta_madfor" HotelName="Hotel Acta Madfor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de La Florida 13, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/66/8f667c74e208871dc3068d0db8b43dc2d7ad705c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="338.94" OriginalAmount="332.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.439311810137" Longitude="-3.6317432711639" StarRating="4" HotelCode="31103|393995" HotelName="Elba Madrid Alcalá" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alcalá 476, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/c4/27c49f54179f59386631cb3a520ab9ed10b09ffe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is situated at the heart of Madrid, only minutes from the airport and the city c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="339.60" OriginalAmount="332.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.436054" Longitude="-3.679347" StarRating="4" HotelCode="178195|866015" HotelName="Dormirdcine" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Príncipe de Vergara, 87, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/93/76/937640995f31c98b1e25e91ef851d579929d8053.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the central Salamanca district (2.5 km from the centre), very close to the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="344.76" OriginalAmount="338.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.419712445794" Longitude="-3.700239635582" StarRating="3" HotelCode="35570|hostal_hispano__argentino" HotelName="Hispano Argentino Gran Via Hostal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via 15, planta 6a, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/81/0181aebf8c7a26617bd99015d2af0e08b35823c5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="344.76" OriginalAmount="338.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41979042" Longitude="-3.69941755" StarRating="3" HotelCode="739117|gran_via_suites_the_palmer_house" HotelName="Gran Via Suites The Palmer House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via 16, 5 Izq, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/0e/1e0ee017fded49b6ad460c45cd04671c916d6399.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Gran Via Suites The Palmer House, you'll be centrally located...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="345.12" OriginalAmount="338.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4208446" Longitude="-3.70815293" StarRating="1" HotelCode="739765|2383425" HotelName="Generator Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Bar,Designated Smoking Area,Dining,Internet,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle De San Bernardo 2, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/5e/1d5ee87f53da65e6ea718e388d6724720c97be0e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This 1930s former gas station located in the heart of Gran Via, the creative hub of Madrid has had t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="347.82" OriginalAmount="341.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.451610888015" Longitude="-3.5928254059643" StarRating="4" HotelCode="87681|maydrit_hotel" HotelName="Hotel Maydrit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Piragua 1, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/6f/e26fef06e2a38e6f699f404af7e040a7e5f1d5e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in one of the most important business areas in north-east Madrid, Alameda de O...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="348.39" OriginalAmount="341.56" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.447842" Longitude="-3.636193" StarRating="4" HotelCode="29286|393625" HotelName="Silken Puerta Madrid" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Juan Rizzi No 5, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0c/b0/0cb050acf7f1521e541d3c5bc14007d079567e54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is just 5 minutes on foot from the Juan Carlos I exhibition centre. The vibrant c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="348.78" OriginalAmount="341.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.462951065253" Longitude="-3.6966875195503" StarRating="3" HotelCode="37046|292895" HotelName="Erase Un Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bravo Murilo 304, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/5f/285fe798fd452b1fd5c4401a8e54a1a0be36f0f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies on Plaza Castilla within a short distance of Madrid's business centre where guests w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="348.84" OriginalAmount="342.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.415755" Longitude="-3.695473" StarRating="3" HotelCode="190835|la_pepa_chic" HotelName="La Pepa Chic Bed &amp; Breakfast" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de Las Cortes 4, 7' dcha, Madrid 28014</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/4a/3e4a916b1fefdea319cccfd840fc98f9efa9f2cb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="348.84" OriginalAmount="342.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41495721" Longitude="-3.70253717" StarRating="2" HotelCode="737901|jqc_rooms_" HotelName="JQC Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle De La Cruz 33, 2º Izqda, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/6b/7f6b2812017c5a098fd51a99c3e0d99dc2e505b3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="349.24" OriginalAmount="342.39" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.413355524286" Longitude="-3.7010118879214" StarRating="2" HotelCode="149042|3308325" HotelName="Castilla I" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Atocha 43, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/e5/8de5224888968dc35e97f7912e28cb5031455b52.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the centre of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="349.48" OriginalAmount="342.63" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.408433" Longitude="-3.693029" StarRating="2" HotelCode="14666|396495" HotelName="Mediodiá Madrid" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza del Emperador Carlos V, 8, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/d1/0ed11164bf82409b44adfc38bbd1c6ddcb6e5438.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is housed within a historic building located on the Plaza del Emperador Carlos at the sou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="351.90" OriginalAmount="345.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.417380926967" Longitude="-3.7085826299758" StarRating="2" HotelCode="149097|hostal_las_fuentes" HotelName="Hostal Las Fuentes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Las Fuentes 10, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/5f/d95f675e7f147ca2192be49dc4a9bbc926048ea6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="351.96" OriginalAmount="345.06" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.43724" Longitude="-3.70856" StarRating="3" HotelCode="37043|55164" HotelName="Leonardo Boutique Hotel Madrid" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Vallehermoso 65, 28015 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/07/25079a95dd01dc9b53a9468c04564e02b008dc9c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located close to Bravo Murillo Street in Madrid, this hotel lies within easy reach of Vallehermoso s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="352.96" OriginalAmount="346.04" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.42454338" Longitude="-3.70601162" StarRating="0" HotelCode="953228|3313645" HotelName="Gran Central Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Minas 12, Madrid City Center, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/44/b244fd5b88c20c161cd40428c426b56294fdb9c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="353.94" OriginalAmount="347.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.413133" Longitude="-3.708594" StarRating="4" HotelCode="190795|posada_del_dragon" HotelName="Posada Del Dragón" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Cava Baja 14, 28005 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/bd/babd0f2066756ead7aea11e10638338f18665740.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located right in the he...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="355.98" OriginalAmount="349.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.412418274935" Longitude="-3.7000495377933" StarRating="0" HotelCode="524305|hostal_el_tera" HotelName="Hostal Anton Martin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="24 Hour Room Service,Concierge,Garden,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Magdalena 29, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/26/ea26b91c87b84b1953dbec3d47944c95f3bc6b8c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 1-star Hostal El Tera offers comfort and convenience whether you're on business or holiday in Ma...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="357.08" OriginalAmount="350.08" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.40916859" Longitude="-3.71148562" StarRating="3" HotelCode="552054|2635905" HotelName="L&amp;H La Latina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Calle Calatrava 17, 28005 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/14/4c14545fd2bcfddb079a246f2ff697eacc534ce1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can reach the various storeys easily and comfortably by lift. A baggage storage service is am...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="358.02" OriginalAmount="351.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.447616636597" Longitude="-3.655298659824" StarRating="4" HotelCode="98191|confortel_atrium" HotelName="Hotel ILUNION Atrium" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Emilio Vargas 3 y 5, 28043 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/40/50409639c3b56138a0a2c349b058c209961180f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in one of the best residential zones in Madrid, the hotel has direct access to the M-30. The...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="358.02" OriginalAmount="351.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.441356568355" Longitude="-3.6575128373649" StarRating="4" HotelCode="968815|ibis_styles_madrid_city_las_ventas" HotelName="Ibis Styles Madrid City Las Ventas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Albacete 1, Avenida de Badajoz, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/6c/1a6c95a7c48e5664d6d8e1f743fef1bdb993d241.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="358.45" OriginalAmount="351.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.432045" Longitude="-3.69935" StarRating="4" HotelCode="161633|382555" HotelName="Hotel Agora Juan de Austria" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Juan de Austria 5, 28010 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d8/3d/d83ddc327c91f1656243d35ff6aafdc08a712fa6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This landmark hotel is located in the city of Madrid, at the heart of the historic neighbourhood of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="359.61" OriginalAmount="352.56" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4199155" Longitude="-3.70746933" StarRating="0" HotelCode="943732|2594675" HotelName="The First One Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle dePreciados 44, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/04/8f/048fc98d1767616b2c74879593552061d77e70aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="361.91" OriginalAmount="354.81" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.415114" Longitude="-3.698133" StarRating="3" HotelCode="260258|1251558" HotelName="One Shot Prado 23" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Prado 23, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/7b/7d7b6d4de610d58be8cba0c4c925117b23044ee7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="362.10" OriginalAmount="355.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41757589" Longitude="-3.70855925" StarRating="2" HotelCode="434746|hostal_hispalense" HotelName="Hostal Hispalense" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Fuentes 12, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/f5/68f554567a2ede78b5649fb7b3d2fcac76716908.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This cosy hostel is in Puerta del Sol-Plaza Mayor. This cosy property guarantees a quiet stay as it ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="363.04" OriginalAmount="355.92" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.416480673235" Longitude="-3.6995623535472" StarRating="2" HotelCode="902309|1933975" HotelName="Casual Madrid del Teatro" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Echegaray 1, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/ac/54ac4fc29a56c300f128bfa0fe349e0d00a8b807.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="363.66" OriginalAmount="356.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.475140876872" Longitude="-3.7430022444644" StarRating="4" HotelCode="30843|382495" HotelName="Hotel Eurostars Monte Real" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Arroyofresno 17, 28035 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/d6/b1d6b05ce616b5711eb364b11ebade088e0e106f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located in the leisure district of Puerta de Hierro, roughly a 15-minute drive ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="366.18" OriginalAmount="359.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41674488" Longitude="-3.70146397" StarRating="2" HotelCode="383766|hostal_centro_sol" HotelName="Hostal Centro Sol" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Elevator,Housekeeping,Internet,LCD/Projector,Luggage Storage,Shopping Arcade,Spa,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrera de San Jerónimo 5, 2º y 4º Floors, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/4d/3b4ddcfb8a5470b16c3da28b78cf32f989cc2ad5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;ROOM: The rooms have an air-conditioning system. 

SITUATION: It is located 100 metres away from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="367.76" OriginalAmount="360.55" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.445116" Longitude="-3.540645" StarRating="4" HotelCode="36936|111302" HotelName="AC Hotel by Marriott Coslada Aeropuerto" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Rejas, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/ef/2fefcdd4f6589fd29b9128ac3d92e3483d25ea26.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in an industrial area called Corredor del Henares, the hotel has easy access to the A-2, M-4...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="368.28" OriginalAmount="361.06" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.422854" Longitude="-3.709739" StarRating="3" HotelCode="18770|335335" HotelName="Hotel Madrid Centro Managed by Melia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Vía 72, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/2f/892f32d1731ca23c09b7f4fe4f44ffa18fbb733c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally located, close to the Gran Vía, Puerta del Sol and Plaza España. There ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="368.87" OriginalAmount="361.64" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.434280793313" Longitude="-3.6326867061941" StarRating="2" HotelCode="113306|996635" HotelName="Julia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 17/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Julián Camarillo 9, 28037 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/e6/e9e6847ea88d01016a03ccfc9013900d2d18e1dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Magnificent hotel located in a business area of Madrid. It is suitable for work stays as well as for...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="369.24" OriginalAmount="362.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41522013506" Longitude="-3.7089037731971" StarRating="2" HotelCode="149090|hostal_la_casa_de_la_plaza_2" HotelName="Hostal La Casa de La Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Plaza de San Miguel 5, 28005 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/a6/74a6651a9fe46690b22454454f69f20745547d9f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="369.24" OriginalAmount="362.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.416010022036" Longitude="-3.705207273844" StarRating="3" HotelCode="143643|hostal_madrid" HotelName="Hostal Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Esparteros 6, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/68/3868e3c04d1b7d33db8a392dce89a140dec2f562.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="369.65" OriginalAmount="362.40" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.406225" Longitude="-3.71221" StarRating="3" HotelCode="16252|312635" HotelName="Puerta de Toledo" 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,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Glorieta Puerta de Toledo 4, 28005 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/17/69/1769a5b322545c05546b4496955491621e7af9ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is ideally located in the historical centre of Madrid, near the Real Palace an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="370.26" OriginalAmount="363.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.413541" Longitude="-3.702342" StarRating="2" HotelCode="190800|hostal_abadia" HotelName="Hostal Abadía Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Luis Vélez de Guevara 2, Esquina Calle Atocha 24, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/fe/b5fec6db7363b0f7c7a9979552c9f320bd4f5e19.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="371.24" OriginalAmount="363.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41634376863" Longitude="-3.7017134257603" StarRating="3" HotelCode="69539|338955" HotelName="Victoria IV" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle De La Victoria 4, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/314c0a5aa5fa454eafa34ddd44467b4f.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next to Puerta del Sol, close to museums of world fame such as the Prado Museum...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="371.28" OriginalAmount="364.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.423064" Longitude="-3.707663" StarRating="3" HotelCode="23027|hotel_sterling" HotelName="Sterling" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle San Bernardo 29-31, 28015 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/b6/0db6cec23ff9f4ca53af13a0bbfc531784189c6d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of Madrid, close to the Gran Via and just a few minutes walk fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="371.99" OriginalAmount="364.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.458547147843" Longitude="-3.6946392475292" StarRating="4" HotelCode="98430|386105" HotelName="Residence Eurobuilding 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Orense 69, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/23/10237afb9c88297c610d96df04dc75b8c5368a92.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the most important business zone of Madrid, the c/Orense, parallel to the P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="373.43" OriginalAmount="366.11" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.406924" Longitude="-3.683148" StarRating="4" HotelCode="30186|231996" HotelName="Agumar" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de Reina Cristina 7, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/ef/97ef11ed01c50ed47f4d15613b04b7d6cae68f79.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel enjoys a wonderful central position at the heart of Madrid. Situated on the Reina...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="374.34" OriginalAmount="367.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.439518795784" Longitude="-3.6386847496033" StarRating="4" HotelCode="51880|petit_palace_arturo_soria" HotelName="Petit Palace Arturo Soria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Arturo Soria 14, esquina Calle Alcalá, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d1/b4/d1b480424b193d3b43f50b301b646d3f49e10292.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the tourist centre of Madrid, between Calle Arturo Soria and Calle de Alcalá, Ciudad Line...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="375.36" OriginalAmount="368.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.420901" Longitude="-3.70667" StarRating="2" HotelCode="149072|hostal_excelsior" HotelName="Hostal Excelsior" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Vía 50, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/00/f90065d0baa072d99028d425b2aebfd7b8c7483f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Hostel Excelsior is one of the most traditional hostels in the capital. Opened in 1967, it is ch...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="376.38" OriginalAmount="369.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4209071" Longitude="-3.7065964" StarRating="2" HotelCode="149099|hostal_lauria" HotelName="Hostal Lauria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Vía 50, 4°, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/f1/7bf1909d1614ea4bc97244abb396e715462eb28a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This simple hotel can be found in Gran Via. There are a total of 21 rooms at Hostal Lauria. This acc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="377.04" OriginalAmount="369.65" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.420381706802" Longitude="-3.6992629818972" StarRating="3" HotelCode="36944|393345" HotelName="San Lorenzo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Clavel 8, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/02/da02c6fe4c3da64e250b22e40740f87761406f96.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of the city close to the Gran Via, one of the largest shopping d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="377.40" OriginalAmount="370.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.3053105077" Longitude="-3.7748256325722" StarRating="3" HotelCode="161637|holiday_inn_express_madridleganes" HotelName="Holiday Inn Express Madrid-Leganés" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de la Recomba 11, Parque Industrial La Laguna Leganes, 28914 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/46/db4655647aadba033d44dbe7586ee9f83a8387f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the south of Madrid, close to the Parque Warner theme park, in the La Lagun...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="378.42" OriginalAmount="371.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4283894" Longitude="-3.6711832999999" StarRating="3" HotelCode="300883|hotel_neomagna" HotelName="Neo Magna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Don Ramón de la Cruz 94, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/64/6e64e957b87a6e7cb45d9a46531a20ac570a5bd4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in Madrid, 200 m away from the nearest metro station (Manuel Becerra).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="379.42" OriginalAmount="371.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.422172712946" Longitude="-3.7105820589202" StarRating="3" HotelCode="64261|328655" HotelName="Exe Suites 33" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leganitos 33, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/68/0b68a10fe3b9f76dcf49619721ece7ed45481d48.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the Barrio de Palacio, in the centre of Madrid. It is less than 5 minutes ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="380.46" OriginalAmount="373.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.42202865" Longitude="-3.69634539" StarRating="4" HotelCode="551822|slow_suites_augusto" HotelName="Slow Suites Augusto" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Calle Augusto Figueroa 47, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/4c/7a4c41112b611115dd8b17f65bcf5c90b7c3859e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="380.85" OriginalAmount="373.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.420985385248" Longitude="-3.6998923865347" StarRating="2" HotelCode="322532|2281625" HotelName="Hostal Vazquez De Mella" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Vzquez De Mella, 1st Floor 3a Planta, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/3e/a93ed4e036c2c9ba400caa0a7dc92e0a9c4bb39a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="381.48" OriginalAmount="374.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41979" Longitude="-3.700234" StarRating="2" HotelCode="149094|hostal_la_plata" HotelName="Good Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía 15 4b, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/6c/816c9278599ea6b10eca80c87c87ce9c156a9340.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madrid. For those in need of an adults-only holiday, it provide...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="381.82" OriginalAmount="374.33" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.488138" Longitude="-3.668268" StarRating="4" HotelCode="409988|277385" HotelName="Occidental Castellana Norte" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Manoteras 20, 28050 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7d/ea/7dea448b3404868641d054e28bd98ea3381b03a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in a development area on Castellana Avenue. It is just 10 minutes from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="383.23" OriginalAmount="375.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.418227" Longitude="-3.702416" StarRating="3" HotelCode="76671|2165855" HotelName="Ateneo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 16/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Montera 22, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/7c/027cdbc617ecd76fa64dd5871627bee0b12ff74c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This simple hotel is set in Gran Via. Hotel Ateneo features a total of 38 rooms. Guests will not be ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="383.49" OriginalAmount="375.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.449801" Longitude="-3.698462" StarRating="3" HotelCode="30827|864975" HotelName="Espahotel Plaza Basílica" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Comandante Zorita 27-31, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/fd/29fde3de23a59a6fc839c9049f7988e27b6ae33a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartment complex is centrally located in the Azca district close to the Torre Picasso building....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="384.36" OriginalAmount="376.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.445696913643" Longitude="-3.6729368196434" StarRating="3" HotelCode="311317|2018905" HotelName="Aparthotel AHM Marcenado" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Bar,Currency Exchange,Internet,Laundry,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Marcenado 9, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/b9/3db91cdbdfa194c9b4c09b220cbe2fe427294399.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests have easy access to their storeys via the lift or stairs. Amenities include a cloakroom, a sa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="384.47" OriginalAmount="376.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.469157548393" Longitude="-3.581001162529" StarRating="4" HotelCode="29474|335205" HotelName="TRYP Madrid Alameda Aeropuerto Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Airport 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,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Logroño 100, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/a0/21a03fe7a14b0fb683d3afb2f420f485eedc34a2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a district close to Madrid Barajas airport. The hotel offers an exclusive c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="384.54" OriginalAmount="377.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4249" Longitude="-3.69583" StarRating="0" HotelCode="980440|casa_nordia" HotelName="Escala Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Conde De Las Posadas 13, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/10/da10dd54b549cd31daf5ec3cecd507fdf35bfb5c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="385.56" OriginalAmount="378.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.413963" Longitude="-3.7008029999999" StarRating="2" HotelCode="935862|apartamentos_madrid_huertas" HotelName="Apartamentos Huertas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle de las Huertas 10, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/70/ec706f892b6d4b57b8c0b5fee3603eafda687c9d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="386.58" OriginalAmount="379.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.419761" Longitude="-3.700228" StarRating="2" HotelCode="190842|hostal_galaico" HotelName="Galaico" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía 15 - 4º A, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/c6/f5c646446bb6348902d566a97db75d828bac357f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="386.75" OriginalAmount="379.17" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.554545259398" Longitude="-3.9002323150635" StarRating="4" HotelCode="99103|387065" HotelName="Exe Gran Hotel Almenar" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Jaraiz 1, 28290 Las Rozas</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/74/d974f77848316619addb83b590bf6d46b27ad388.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This up-market hotel lies opposite Las Matas train station, close to Parque Empresarial de Las Rozas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="389.64" OriginalAmount="382.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.422857688332" Longitude="-3.689982722615" StarRating="2" HotelCode="300297|aparthotel_serrano_recoletos" HotelName="Apartamentos Serrano Recoletos" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Villanueva 2, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/da/a7da28e5cfd4c001ff0acc6d823ebe5b9797baab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartments are centrally located, close to the Paseo de la Castellana. The famous Calle Serrano ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="389.64" OriginalAmount="382.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41149303" Longitude="-3.69430051" StarRating="2" HotelCode="324824|mexico_2" HotelName="Mexico" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Elevator,Internet,Parking,Photocopy,Smoking Rooms,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Gobernador, 24, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/0a/e60addd33455eaec5c14c0d0eb06d1dd93fcdee2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;HOTEL: This establishment offers a car park, rooms with WiFi (free of charge) and a flatscreen telev...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="389.88" OriginalAmount="382.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.555316" Longitude="-3.609999" StarRating="2" HotelCode="39335|387495" HotelName="Holiday Inn Express Madrid-San Sebastian d/l Reyes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Avenida De Los Pirineos S/N, 28700 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/0e/8e0e7cf0501ac7ea09a621455dc3e9c07feb6fcf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in heart of one of the most important business areas, and is located 15 km to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="390.26" OriginalAmount="382.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41584443133" Longitude="-3.7011846441803" StarRating="2" HotelCode="141115|388635" HotelName="Madrisol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Nuñez de Arce 1, Esquina Calle Cruz 9, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/4b/6d4b2e79db8f0f1044efbffb223d1e5b231c8a0a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="390.66" OriginalAmount="383.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.401434123929" Longitude="-3.6871683587262" StarRating="4" HotelCode="16438|rafaelhoteles_atocha_hotel" HotelName="Rafaelhoteles Atocha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mendez Álvaro 30, 28045 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/bf/d3bfe5a4bf9ce69a007b759e9fc72f3b234ba8bc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the centre of Madrid, a few minutes from the Méndez Álvaro train, unde...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="390.66" OriginalAmount="383.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.42570177" Longitude="-3.69895712" StarRating="3" HotelCode="417427|hostal_benamar" HotelName="Hostal Benamar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Calle San Mateo 20, 2D, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/be/86be70d5fd5cfcff851cf98e4500db5603fa1fd3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hostal Benamar, you'll be centrally located in Madr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="391.78" OriginalAmount="384.10" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41973075282" Longitude="-3.704108603769" StarRating="3" HotelCode="29799|24614" HotelName="Avenida Gran Vía" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesoneros Romanos 14, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/51/e551f8a8c48abf81eb5fa3da3a333cac8ed12f02.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This straightforward hotel enjoys a splendid location. Madrid's countless shops and cultural venues ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="392.70" OriginalAmount="385.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.471731" Longitude="-3.685786" StarRating="3" HotelCode="32754|tryp_madrid_chamartin_2" HotelName="TRYP Madrid Chamartín Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Mauricio Ravel 10, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/5a/a85a4820f47705fa916b742dc0a6e9b73cc9a174.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the residential district of Plaza de Castilla, this hotel lies within a short distance of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="392.70" OriginalAmount="385.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41515969" Longitude="-3.70130149" StarRating="2" HotelCode="417490|hostal_prado" HotelName="Hostal Prado" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Elevator,Internet,Meeting Room,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Calle Nunez de Arce 15, 2nd Floor, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/6c/826c172c23c900adc42f144016ea70c0a4fd4bac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hostal Prado in Madrid (Madrid City Centre), you'll...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="392.70" OriginalAmount="385.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.422204771965" Longitude="-3.7030420542236" StarRating="0" HotelCode="519433|pension_cartagenera" HotelName="Hostal Adis Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Puebla 14, 1ªplanta, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/c1/7fc1134e4e8d0e443dcc8cebf02972e31f4c591f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="392.70" OriginalAmount="385.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4249" Longitude="-3.69583" StarRating="0" HotelCode="870239|az_juan_de_mena_only_adults" HotelName="A&amp;Z Juan De Mena" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Juan De Mena 19</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/18/aa18356ee47e4fb5c5668df8f6690e875a534d72.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="393.72" OriginalAmount="386.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.411535709865" Longitude="-3.7040294225815" StarRating="2" HotelCode="404041|las_musas_hostel" HotelName="las musas hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Jesús y María 12, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/dc/a6dc010df519cb80e311a973ab8c6eda10703cb5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="396.67" OriginalAmount="388.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.418581672664" Longitude="-3.7071949361763" StarRating="3" HotelCode="59567|391095" HotelName="Room Mate Laura" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Travesía de Trujillos 3, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/77126/a_77126_H2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the Plaza de las Descalzas Reales, only about 30 m from the Plaza Mayor, th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="396.78" OriginalAmount="389.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.423884561043" Longitude="-3.7058645731178" StarRating="3" HotelCode="113294|hotel_abalu_boutique_design_hotel_2" HotelName="Hotel Abalu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Spa Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Pez 19, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/bd/42bd200aae0f7e454f2c00692011c3f77884793c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartments are set in the heart of Madrid, just a short walk away from Plaza España. Noviciado m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="399.01" OriginalAmount="391.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.491132232763" Longitude="-3.6701121926308" StarRating="4" HotelCode="401834|398675" HotelName="Exe Madrid Norte" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Martina Díaz 4, 28050 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/5a/565ab799b21e4a5226dc850a79be989aaac16f44.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the northern part of Madrid, at the north entrance to the city on the A1 mo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="399.74" OriginalAmount="391.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.441348026217" Longitude="-3.6575652675285" StarRating="4" HotelCode="15313|184726" HotelName="Novotel Madrid City Las Ventas" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Albacete 1, Esquina Avenida de Badajoz, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/c7/dac74f5e23727e9db32105d1b08f726847820c1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The family-friendly city hotel is located in the heart of one of the major residential and business ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="401.47" OriginalAmount="393.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.435541702625" Longitude="-3.6638304024467" StarRating="4" HotelCode="32777|CAR707900" HotelName="NH Madrid Ventas" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Biarritz 2, 28028 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/5e/965e4e662c787c61283699c7c167e3f2613bb676.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is strategically located near the Las Vegas bullfighting ring. It is also conveniently si...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="402.52" OriginalAmount="394.63" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41214922" Longitude="-3.69961167" StarRating="0" HotelCode="815643|4749025" HotelName="Hotel Freedom" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Santa Isabel 4, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/87/af879e11e9bde0969c06a50d979b7ee6b868def9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="404.94" OriginalAmount="397.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.468981044467" Longitude="-3.6738793551922" StarRating="4" HotelCode="29336|confortel_pio_xii" HotelName="Hotel ILUNION Pío XII" 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,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Pío XII 77, 28016 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/dd/e1dd8b2288d5d39323f36364e440664c2b6a724d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious, contemporary hotel offers spacious, modern suites in the heart of Madrid. The hotel'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="404.94" OriginalAmount="397.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.455877" Longitude="-3.681848" StarRating="4" HotelCode="51868|nh_la_habana" HotelName="NH Madrid Paseo de la Habana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Habana 73, 28036 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/6d/1d6dc3762023a712f6e1f627c1e3f316e446183b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid just a few paces from Santiago Bernabeu football stadiu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="404.94" OriginalAmount="397.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.447922736474" Longitude="-3.5829699039459" StarRating="4" HotelCode="900430|axor_barajas" HotelName="Axor Barajas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Business Hotel,City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Campezo 4, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/5e/565e92719307b138ac28fcc93c91c1ceadbb17a3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located 5 minutes from IFEMA Exhibition Centre, the Congress Palace and J...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="406.17" OriginalAmount="398.21" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.419644819027" Longitude="-3.7036330997944" StarRating="3" HotelCode="25010|426145" HotelName="Petit Palace Cliper Gran Vía" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Chinchilla 6, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/f0/6df095671e3bb2b1aa2b3e8bf62eb1b98069cf07.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming luxury hotel is located at the heart of Madrid, close to the Gran Via and the Puerta d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="406.98" OriginalAmount="399.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.431877" Longitude="-3.673618" StarRating="4" HotelCode="19506|otel_zenit_abeba_madrid" HotelName="Zenit Abeba" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Alcántara 63, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/69/cd691bd277fd3803689fd80761c97017200ca7ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in Madrid's leisure area just a few metres from the city centre and its l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="408.00" OriginalAmount="400.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.408206555796" Longitude="-3.7107664346695" StarRating="3" HotelCode="387340|hotel_ganivet" HotelName="Ganivet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Toledo 111-113, 28005 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/4a/944aca87f989dbbfa3ed248282bdf6162c937183.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in Madrid city centre, next to Plaza Mayor, the hotel enjoys a magnificent location close t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="410.88" OriginalAmount="402.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.422623" Longitude="-3.709983" StarRating="3" HotelCode="29182|865725" HotelName="Espahotel Gran Via" 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,Central Heating,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via, 65, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c6/09/c609d0139980f74c35d38797b7e2f59306150c8e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing apartment hotel is located in the tourist resort of Madrid only a few minutes walk fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="411.41" OriginalAmount="403.34" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.450384318523" Longitude="-3.6982123553753" StarRating="4" HotelCode="37180|355825" HotelName="NYX Madrid 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,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Aviador Zorita 34, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/04/8f04746ba9fe8fdeaa72ed729df49ecd5a0d8b47.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in one of Europe’s most charming capital cities. It is very conveniently locat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="412.82" OriginalAmount="404.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.416385880056" Longitude="-3.7096166178178" StarRating="1" HotelCode="320306|2546685" HotelName="The Citadel By Pillow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Espejo 2, Centro de Madrid, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/41/417919/417919a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="413.10" OriginalAmount="405.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.428337088684" Longitude="-3.6971086263657" StarRating="4" HotelCode="12942|hotel_gran_versalles" HotelName="Gran Versalles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Covarrubias 4, 28010 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/14/ab149ac9ce1232acada9274c17ef2c5c1e619c2e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant, hotel is located at the heart of Madrid close to the Palacio de Justicia. Countless sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="413.10" OriginalAmount="405.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41914860907" Longitude="-3.7092939019203" StarRating="4" HotelCode="38253|hotel_meninas" HotelName="Meninas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Campomanes 7, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/78/3e7803bf31a99a30c461e8b0784b342ff00786d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just opposite Madrid’s Royal Palace and Royal Opera House, near the Plaza Mayor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="415.14" OriginalAmount="407.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.44716138314" Longitude="-3.7057533860207" StarRating="4" HotelCode="113292|vp_jardin_metropolitano_hotel" HotelName="VP Jardín Metropolitano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Reina Victoria 12, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/d0/e6d04f3018b5f8a6212081167829ab4d23bbca27.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Glorieta de Cuatro Caminos and the Paseo de la Castellana, not to mention an infinite number of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="416.69" OriginalAmount="408.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.413464084393" Longitude="-3.7048939214611" StarRating="2" HotelCode="130493|1118318" HotelName="Hotel Mayerling" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Conde de Romanones 6, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/d7/bdd711278636588e4e6a99e0da4a29402267c13e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right in the city centre, in the famous district of Barrio de los Austrias, the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="417.74" OriginalAmount="409.55" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41486085" Longitude="-3.70271386" StarRating="2" HotelCode="485545|2639935" HotelName="Hostal La Bañezana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle la Cruz 26, 1 Izquierda, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/second/fc/9d/fc9dcd3d4b1c5dd11522fdbb29dd13121c484238.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="418.11" OriginalAmount="409.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.42243262" Longitude="-3.70010823" StarRating="3" HotelCode="447285|2372915" HotelName="Madrid SmartRentals Chueca II" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Perez Galdos 7, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/43/436719/436719a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="418.20" OriginalAmount="410.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.406266289724" Longitude="-3.7217527627945" StarRating="4" HotelCode="171005|nh_ribera_del_manzanares" HotelName="NH Madrid Ribera del Manzanares" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo Virgen del Puerto 57, 28005 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/9e/d59e2ae32977b3a7a264879a36d69c1a81aa5b1b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Madrid, this urban hotel has the perfect ambience for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="418.20" OriginalAmount="410.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.42486" Longitude="-3.698365" StarRating="3" HotelCode="630649|apartamentos_san_lorenzo_26" HotelName="Apartamentos San Lorenzo 26" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle San Lorenzo 26, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/a9/37a9b0ec2acdad36f83ad7f5b1cf0ef7f670395f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex welcomes guests in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="419.38" OriginalAmount="411.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.417319315597" Longitude="-3.706523364418" StarRating="3" HotelCode="326489|370685" HotelName="Petit Palace Ópera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Arenal 16, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/a4/f1a492c8911e264433a5f6fabfa82a3b77491fa1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located at the heart of the city, close to the King's Palace and the Puerta d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="420.32" OriginalAmount="412.08" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.428709750757" Longitude="-3.7030286430852" StarRating="2" HotelCode="113293|184296" HotelName="ibis Madrid Centro" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Manuela Malasaña 6, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/df/73/df73dac1c635deec0e0499f541e1da990b4c6341.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="423.85" OriginalAmount="415.54" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.437505939927" Longitude="-3.631606400013" StarRating="4" HotelCode="69531|98405" HotelName="Eco Alcalá Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Santa Leonor 24, 28037 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/9d/109dc5a2cb6668493ae0214553797f34e9ee2121.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly, city hotel is situated 50 m from Alcalá Street and 600 m from Ciudad Lineal me...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="424.32" OriginalAmount="416.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.432259083416" Longitude="-3.674272463056" StarRating="3" HotelCode="143629|apartamentos_juan_bravo" HotelName="Apartamentos Juan Bravo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Juan Bravo 58-60, Salamanca, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/79/d87968052768a2fd0d984437d167b1a45439a649.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="426.36" OriginalAmount="418.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.425852" Longitude="-3.707299" StarRating="2" HotelCode="149005|abel_victoriano__hostel" HotelName="Abel Victoriano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle San Bernardo 55 Piso 1 Derecha, 28015 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/46/574651214c7999d5bf63d76f9c46bda02d6ec8e0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="427.22" OriginalAmount="418.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.417029" Longitude="-3.705226" StarRating="3" HotelCode="35373|24764" HotelName="Petit Palace Puerta del Sol" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Arenal 4, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/97/749754e17d1d84aefd6dd7528c9969aca2820ef1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the historic and tourist centre of Madrid near to the Puerto del Sol (...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="429.79" OriginalAmount="421.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.438125" Longitude="-3.672634" StarRating="3" HotelCode="29285|24524" HotelName="AC Avenida America" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Cartagena 83-85, 28028 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/af/79/af79990a45b0709525f1b51d0f1a7990ce7f5895.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated directly on Calle Cartagena, next to Avenida de América. In the s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="430.44" OriginalAmount="422.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.449096328918" Longitude="-3.5586961865082" StarRating="4" HotelCode="51889|hotel_auditorium_madrid" HotelName="Madrid Marriott Auditorium Hotel &amp; Conference Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Aragón 400, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/38/97/3897a09cac6780075057eba2f67026923d45a691.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unique Madrid conference hotel offers the ideal setting for large gatherings, featuring all the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="431.46" OriginalAmount="423.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4192825" Longitude="-3.70735404" StarRating="4" HotelCode="789919|2373025" HotelName="Hotel Soho Boutique Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Calle Veneras 2, Madrid City Centre, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/91/6691cd6c2642782fa58f1e850b9264d6afc5029f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located in the heart of Madrid. Its setting is especially ideal for guests wh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="432.48" OriginalAmount="424.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.42682340981" Longitude="-3.6960283002625" StarRating="2" HotelCode="149021|hostal_asuncion" HotelName="Hostal Asunción" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Santa Bárbara 8 2 D, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/5c/3e5c4133d8c0e122990abc34f91b7bf039892505.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="432.48" OriginalAmount="424.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.415695" Longitude="-3.70496" StarRating="2" HotelCode="190814|hostal_castilla_ii_puerta_del_sol" HotelName="Castilla II" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>C/ Marqués Viudo de Pontejos 2, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/95/70955335e7360c60a02a061da0f233487294412f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="437.30" OriginalAmount="428.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.419734667353" Longitude="-3.7043049931526" StarRating="3" HotelCode="30558|318975" HotelName="Hotel Regente" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesonero Romanos 9, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/c8/20c8b4c5898d063ffdc49d96e0439b20ca46b54f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies at the heart of Madrid, only a stone's throw from the Gran Via. It is close...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="437.41" OriginalAmount="428.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.420901748178" Longitude="-3.7083299766865" StarRating="4" HotelCode="59394|54584" HotelName="Petit Palace Plaza España" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de San Bernardo 3, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/78/3e78e6e80e88dceaadc921a94a4767dd2576fe52.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an ideal location in the heart of Madrid. Guests are conveniently located close to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="437.58" OriginalAmount="429.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.418862725128" Longitude="-3.7027251720428" StarRating="4" HotelCode="57593|hotel_petit_palace_plaza_del_carmen_2" HotelName="Petit Palace Plaza del Carmen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaza del Carmen 4, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a2/60/a260e7dd75a552d8fb6b0586c5d6ff3e9b27a3b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid on the Plaza del Carmen. It has a good location between...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="438.74" OriginalAmount="430.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.439008442497" Longitude="-3.6730062961578" StarRating="4" HotelCode="51925|382355" HotelName="abba Madrid Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de America 32, 28028 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/99/0b/990b23381a4359d3762951febd44dc2e949c395a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel lies at the start of the Avenida de América on the corner of Calle Cartagena an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="438.86" OriginalAmount="430.25" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.471914214257" Longitude="-3.6835741996765" StarRating="4" HotelCode="97078|262315" HotelName="Weare Chamartin Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Agustín de Foxa s/n, 28036 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/76/22/7622eb78648a9804e086fe0dbbf5ea6abfa75d84.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the tourist centre, close to Chamartín train station. Countless shopping an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="439.62" OriginalAmount="431.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.416000360547" Longitude="-3.7090604487198" StarRating="4" HotelCode="87683|petit_palace_mayor_plaza" HotelName="Petit Palace Plaza Mayor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Mayor 46, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/42/4f421af60782dc754ab4d6f09aa70ede93f8dd41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is the only hotel located on the main street, at the principal entrance to the Plaza Mayor. It ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="439.62" OriginalAmount="431.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.404754431316" Longitude="-3.6945016608094" StarRating="4" HotelCode="347932|eric_vokel_boutique_apartments__atocha_suites" HotelName="Eric Vökel Atocha Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vizcaya 9, 28045 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/a7/3ba75e8ce252b701f69bac2fc237672882766720.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="441.66" OriginalAmount="433.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.458602522733" Longitude="-3.6952221607479" StarRating="3" HotelCode="59808|amaral_hotel" HotelName="Senator Castellana Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Julián Besteiro, 37, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e3/89/e38984ac12005f87d5c63a7f24821d54a662e08a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid, in the best commercial and business area, next to Plaz...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="442.68" OriginalAmount="434.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.424100334583" Longitude="-3.7061128020287" StarRating="4" HotelCode="188111|apartasuites_satellite_by_abalu_3" HotelName="AB Design Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Pez 32, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/3d/be3dedba9526533bea3d9d07d507aa3bf47e8ce3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="443.70" OriginalAmount="435.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.42179356" Longitude="-3.67657145" StarRating="0" HotelCode="519608|hostal_retiro" HotelName="Hostal Retiro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>O´Donnell 27, 28009 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/30/7b3098222ab750e9b8fbead423e20f1025b6e539.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="444.72" OriginalAmount="436.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.44774" Longitude="-3.669104" StarRating="4" HotelCode="24896|confortel_suites_madrid_2" HotelName="Hotel ILUNION Suites Madrid" 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,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle López de Hoyos 143, 28002 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/e2/e5e2f2aa0e092b549d3d207dafbca543804c35c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious, contemporary hotel offers spacious, modern suites in the heart of Madrid, close to a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="444.72" OriginalAmount="436.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.407174" Longitude="-3.700066" StarRating="2" HotelCode="190818|hotel_artrip" HotelName="Artrip" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Valencia 11, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/9d/259d55d5d51e98b4e3a5c4cea33a4bdb2a2a91f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="444.72" OriginalAmount="436.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4243759" Longitude="-3.70702809" StarRating="0" HotelCode="568423|pension_salome" HotelName="Hostel Salome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Pez 40, 2 Izquierda, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/dc/a8dc82e45f84bb9c629e7672f692046b1a7a88ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="444.75" OriginalAmount="436.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41684634" Longitude="-3.697474" StarRating="4" HotelCode="792011|2372985" HotelName="Hotel Soho Boutique Congreso" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Designated Smoking Area,Internet,Laundry,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Zorrilla, 7, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/14/0a14676d3ecccc2ff845f6aad03ee91c8d3cee46.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This establishment is located in the neighborhood of the Courts, in the historic centre of Madrid, a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="445.74" OriginalAmount="437.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.414625374269" Longitude="-3.7055709958076" StarRating="2" HotelCode="35615|plaza_mayor" HotelName="Plaza Mayor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>C/Atocha 2, Madrid 28012</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fb/d2/fbd2598944e322786a3baf09fead6509b430fe34.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the historical centre of Madrid, less than 50 m from the Plaza Mayor. It off...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="446.09" OriginalAmount="437.34" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.43223123" Longitude="-3.67441259" StarRating="2" HotelCode="947660|2357725" HotelName="Hoom Apartments Juan Bravo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/02765/2765/1.jpg?f=15074413</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="446.47" OriginalAmount="437.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.422618939038" Longitude="-3.7109032273292" StarRating="3" HotelCode="30874|2638607" HotelName="Señorial" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leganitos 41, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/0d/0df0816f23c13846/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fine hotel is ideally situated in Madrid, only a few minutes from the city centre. Public trans...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="446.71" OriginalAmount="437.95" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.416937" Longitude="-3.704906" StarRating="3" HotelCode="316817|725395" HotelName="Moderno" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>C/ Arenal, 2, 28013, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/8f/908f3a9e698eedc5c6907d826d4b0c216aa0c057.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of historical Madrid, in Puerta del Sol, the hotel is surrounded by the city’s ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="446.76" OriginalAmount="438.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.469588" Longitude="-3.582171" StarRating="4" HotelCode="29258|melia_barajas" HotelName="Meliá Barajas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Logroño 305, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/6a/bb6a98ece4b789d67f79c1c304c81b1f98dfd870.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a peaceful location close to Madrid Barajas airport, the convention centres and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="447.78" OriginalAmount="439.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.429192" Longitude="-3.688444" StarRating="4" HotelCode="38261|petit_palace_president_castellana_2" HotelName="Petit Palace President Castellana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Marqués de Villamagna 4, esquina Paseo de la Castellana 20, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/80/c4/80c48fce4deab0399eff062170c4d969923006e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located along a main road in the commercial district of Madrid, close to the Paseo de ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="449.82" OriginalAmount="441.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.43363831" Longitude="-3.67223195" StarRating="3" HotelCode="617770|urban_vida_salamanca" HotelName="Urban Vida Salamanca" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Eraso 5, 28028 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/5d/2c5d536b60b7e50a1982567e71da68987ea89445.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="450.84" OriginalAmount="442.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41408917" Longitude="-3.70315533" StarRating="3" HotelCode="611143|apartamentos_madrid_3" HotelName="Apartamentos Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Atocha 19, Centro De Madrid, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/a1/29a14e2178e333a192faa0439d3215b2c4c0ecb6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="451.21" OriginalAmount="442.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41633408" Longitude="-3.70897585" StarRating="1" HotelCode="434844|2546655" HotelName="Hostal Met Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 17/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle costanilla de Santiago 2, Piso 2, Centro, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/79273/2479273/16.jpg?f=15084060</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Hostal Met Madrid in Madrid (Centro), you'll be minutes from Mercad...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="451.86" OriginalAmount="443.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.43391" Longitude="-3.671884" StarRating="3" HotelCode="36941|quo_eraso_aparthotel" HotelName="Quo Eraso" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Ardemans, 13, 28028 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/ec/70ec63659ab0d8bf8c650f34ad92270b08b356f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in a quiet side street in the centre of Madrid's Salamanca district. The Jua...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="451.86" OriginalAmount="443.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.417535869051" Longitude="-3.7035306705985" StarRating="3" HotelCode="300873|hotel_europa_46" HotelName="Hotel Europa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>C/ del Carmen 4, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/24/a42442e8d5cfa2e87e479b22c9339dd8aee51c04.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="453.90" OriginalAmount="445.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.489678" Longitude="-3.688078" StarRating="4" HotelCode="82889|villamadrid_hotel" HotelName="Villamadrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Xaudaró, 2, 28034 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/e7/e6e7276ea9f77cb89dbcd885eb3df95c273eac76.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is located in one of Madrid's business areas at the end of Paseo de la Castellan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="454.44" OriginalAmount="445.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.420619" Longitude="-3.708516" StarRating="4" HotelCode="17616|355735" HotelName="Hotel Santo Domingo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle San Bernardo 1, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/98/aa98b989d71d050584e06916b1fb52e869006e31.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Madrid, only a 3-minute walk from Gran Via and the city’s main ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="454.92" OriginalAmount="446.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.406248" Longitude="-3.669354" StarRating="4" HotelCode="82895|hotel_claridge" HotelName="Claridge Hotel Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Conde de Casal 6, 28007 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d5/9b/d59b2e5b07ad150abf35d67f8a752929d7b1575e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="454.92" OriginalAmount="446.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4090396" Longitude="-3.69241473" StarRating="3" HotelCode="322530|60_balconies_urban_stay" HotelName="60 Balconies Urban Stay - Edificio Atocha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza del Emperador Carlos V 11, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/fe/1afec6573c233fc98de7f77e5c96ede011948d91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="456.07" OriginalAmount="447.13" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.42706372" Longitude="-3.69853998" StarRating="4" HotelCode="317694|1518818" HotelName="Hotel Eurostars Central" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Mejía Lequerica 10, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/1e/ff1ebcd98abbd7fb834a5d4bb0b6764aaef7410e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="456.96" OriginalAmount="448.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.43705154" Longitude="-3.71551653" StarRating="2" HotelCode="519201|hostal_arrate" HotelName="Hostal Arrate" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gaztambide 61, 28015 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/4c/3d4cc5712ddd94f86f48c7b7439902aa3baaf714.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="456.96" OriginalAmount="448.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.413052779105" Longitude="-3.7005035187982" StarRating="4" HotelCode="561962|axel_hotel_madrid_adults_only" HotelName="Axel Hotel Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Atocha 49, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/4e/294e7e3c899565c5732caa4791b2d3aaf56ac216.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="457.02" OriginalAmount="448.06" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.421227738788" Longitude="-3.7099462664334" StarRating="4" HotelCode="12267|363435" HotelName="Eurostars Madrid Gran Vía" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leganitos 13, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e7/17/e717eed1e070214cfed93dad384e1ecca2b863e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Madrid just a few minutes walk from the royal palace and Plaza...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="459.58" OriginalAmount="450.57" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.474799308106" Longitude="-3.6343556642532" StarRating="4" HotelCode="64252|118442" HotelName="AC Hotel Madrid Feria" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via De Los Poblados 3, 28033 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/7c/d07ca9b616d3fd59b04bc2d19df73fbac759e009.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the industrial area of Campo de las Naciones near to the M-40 motorway...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="460.02" OriginalAmount="451.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41846" Longitude="-3.705391" StarRating="3" HotelCode="44012|best_western_hotel_carlos_v" HotelName="Best Western Carlos V" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Maestro Victoria 5, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/b1/61b134e770fbf734d9ddfced29e866846a36bb60.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular city hotel is located in the tourist centre of Madrid just a few minutes walk from the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="460.13" OriginalAmount="451.11" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.421909" Longitude="-3.706562" StarRating="3" HotelCode="14197|221926" HotelName="Hotel Los Condes" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Los Libreros 7, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/d7/cad76a6733aa1001dd82346816e32475f7007580.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an excellent situation in the very heart of the centre of Madrid, only some 20 m f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="462.28" OriginalAmount="453.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.419343" Longitude="-3.702784" StarRating="3" HotelCode="56985|107512" HotelName="Petit Palace Tres Cruces" 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,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de las Tres Cruces, 6, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/ee/bfee45a57eee365ce8192046ff50735fa349c22f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located on Tres Cruces street, on the corner of the completely renovated Gran Via...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="466.58" OriginalAmount="457.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4148212" Longitude="-3.7041804" StarRating="3" HotelCode="630141|2214925" HotelName="Tandem La Bolsa 4" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Kitchen,Smoking Rooms,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de la Bolsa 4, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/d3/a3d38e0bbba6d2afa545a1cca1f89dfb21105148.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Do you imagine staying completely refurbished apartments, with a modern design in the centre of Madr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="466.68" OriginalAmount="457.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.413069626706" Longitude="-3.669228536823" StarRating="4" HotelCode="29459|287365" HotelName="Ayre Gran Hotel Colón" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Pez Volador 1, 28007 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/32643e596403d3a8/b6/b656dfa7efbae9bc/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located in the buzzing heart of the city, near to Retiro Park. The hotel provid...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="467.16" OriginalAmount="458.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.420103" Longitude="-3.697043" StarRating="4" HotelCode="39199|lusso_infantas" HotelName="Lusso Infantas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Infantas 29, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7a/75/7a75751b9f2f4475472558df775deaa920cb007e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located directly in the historic centre of Madrid close to the Castellana, Paseo ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="468.18" OriginalAmount="459.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.425586802076" Longitude="-3.7138617038727" StarRating="4" HotelCode="17735|mercure_madrid_plaza_de_espana" HotelName="Mercure Madrid Plaza de España" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Tutor 1, Esquina Ventura Rodriguez, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/90/cc90296d70832dabd612f7461442cc45f75139d4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in the historical commercial and tourist centre of Madrid, close to m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="468.48" OriginalAmount="459.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.416572" Longitude="-3.701733" StarRating="2" HotelCode="190804|2614715" HotelName="Veracruz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>c/ Victoria 1, 3º, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/3f/103f95c16ee7dd52ec1b9694a1a8a4d77c08ecb2.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Burgos (RGS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="470.58" OriginalAmount="461.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.39884" Longitude="-3.670116" StarRating="3" HotelCode="37050|1980545" HotelName="NH Madrid Sur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Ciudad de Barcelona, 113, 28007 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6f/d8/6fd87d1122b42e0428ea7b25d5c311a64851082a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid, within paces of the bus station and the southern junct...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="471.24" OriginalAmount="462.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.428661" Longitude="-3.696228" StarRating="3" HotelCode="12278|nh_embajada" HotelName="NH Madrid Alonso Martínez" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Santa Engracia 5, 28010 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/88/e7886fca3f718f85b4a2f9ab29e3a34b2adb8920.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated at the heart of Madrid, this hotel is located close to the Plaza Alonso Martínez, the Paseo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="471.24" OriginalAmount="462.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.43708153" Longitude="-3.67207409" StarRating="0" HotelCode="823282|aparthotel_avenida_de_america_tijcal" HotelName="Avenida De America Tijcal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Street Bejar 29, 28028 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/d2/c6d21fce10fb69636cedc8ea4c7e6e992a8f98a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="471.54" OriginalAmount="462.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.418617680782" Longitude="-3.706713616848" StarRating="4" HotelCode="23667|398775" HotelName="Intur Palacio San Martín" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de San Martín 5, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/37/7d370daf1f5fdb442081c3e07f167b6870ae6398.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel occupies a classical building from the 1900's and lies at the heart of Madrid, only paces...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="472.19" OriginalAmount="462.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.439012" Longitude="-3.692885" StarRating="3" HotelCode="36868|24734" HotelName="NH Madrid Zurbano" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Zurbano 79-81, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/6a/ba6a910a7a99cae1836471e72a30d5757c5f2b93.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is wonderfully located in the centre of Madrid. It is located only around 100 m from Paseo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="475.52" OriginalAmount="466.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.442812" Longitude="-3.648106" StarRating="4" HotelCode="37053|383585" HotelName="Artiem Madrid" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Juan Perez Zuñiga 20, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/f8/90f8d06b364c899b2767f285137f743600de5756.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Madrid's commercial district, near Calle Arturo Soria. It offers easy and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="477.36" OriginalAmount="468.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41766803" Longitude="-3.70272443" StarRating="3" HotelCode="524084|bb_hotel_puerta_del_sol" HotelName="B&amp;B Hotel Madrid Centro Puerta del Sol" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Montera 10-12, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/17/f517812013ba7e8429d479a3819fe843a3510d19.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;It is a elegant and modern 3 star hotel located in the heart of Madrid, just 50 m from the Puerta de...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="478.64" OriginalAmount="469.25" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.435156170903" Longitude="-3.6765334010124" StarRating="3" HotelCode="76561|725595" HotelName="VP El Madroño" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Garden,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle General Díaz Porlier 101, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/ff/fcff34a82f5f9ef5a838a50ad12d4bb6b75c0c12.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an excellent location in the Salamanca area of Madrid, within walking distance of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="480.75" OriginalAmount="471.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.424787391489" Longitude="-3.7150596483374" StarRating="3" HotelCode="66749|99172" HotelName="Suites Viena Plaza de España" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Juan Álvarez Mendizábal 17, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f2/53/f2538fff6337f24d2a6fb2d6ce2e3625aa076686.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This studio complex is located close to Gran Via, just a few metres from Plaza de España and Palacio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="481.52" OriginalAmount="472.08" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.439629936567" Longitude="-3.698257991061" StarRating="3" HotelCode="53738|294445" HotelName="NH Madrid Chamberí" 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,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bretón de los Herreros 29, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/bc/32bc0170527d86103fd314ebb75ffe410c88ae0f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Nuevos Ministerios district of the city of Madrid. The Paseo de la Cast...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="486.14" OriginalAmount="476.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.418183" Longitude="-3.704311" StarRating="3" HotelCode="14178|312515" HotelName="Petit Palace Preciados" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Galdo 2, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/d1/5cd13e53f1e5c3af9001c3aefa834ad81d210a6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is situated in the heart of Madrid, only minutes from Puerta del Sol, Plaza Mayo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="490.06" OriginalAmount="480.45" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.420578986557" Longitude="-3.7028793993883" StarRating="3" HotelCode="35356|35864" HotelName="Petit Palace Triball" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Nightclub,Restaurant,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gonzalo Jimenez de Quesada 2, Esquina con Calle Gran Vía 32, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/32/bb325bd5c92e4fb9e9646335e5168b9a3de77902.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is housed in an impressive 19th century building that is located in the histor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="490.62" OriginalAmount="481.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.421195" Longitude="-3.702924" StarRating="3" HotelCode="30781|the_walt_madrid" HotelName="The Walt Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Barco 3, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9f/02/9f0272d8581dc68f27b538b32782be5264bc9c96.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel lies at the heart of the Spanish capital, within 50 m of the famous Gran Vía, the commer...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="490.62" OriginalAmount="481.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.422532157446" Longitude="-3.7098222970963" StarRating="3" HotelCode="188113|hostal_madrid_gran_via_63" HotelName="Hostal Madrid Gran Via 63" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>C/ Gran Via 63 - 5º, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/ee/f5ee5d970de5c765a10619fb562d3a8ad3b9e1e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="490.62" OriginalAmount="481.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.416495" Longitude="-3.70317" StarRating="2" HotelCode="417231|victoria_ii" HotelName="Hostal Victoria II" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Parking,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Carretas 3, 3 &amp; 4 Floor, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/a2/29a213acb5fc1b10cfe4be3e4c159ffd3904e35a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hostal Victoria II, you'll be centrally located in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="491.46" OriginalAmount="481.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.418299" Longitude="-3.707854" StarRating="3" HotelCode="190825|1441728" HotelName="JC Rooms Puerta del Sol" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>C/ Flora 4- 1º, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/5b/2c5bdfe3d6bb0b01effe18d0a7a20db541d57327.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="491.64" OriginalAmount="482.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.419223" Longitude="-3.704238" StarRating="3" HotelCode="38610|ii_castillas_madrid" HotelName="II Castillas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>C/ Abada 7, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/23/ad231204dd668a04aeb10cf1cf6c09469d00b8b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly in the commercial and architectural centre of Madrid, approximately 5...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="492.66" OriginalAmount="483.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41486282" Longitude="-3.6969675" StarRating="2" HotelCode="434742|armesto" HotelName="Hostal Armesto" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Elevator,Housekeeping,Internet,LCD/Projector,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Calle San Aguistin 6, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/a2/40a2e3c1ea8dbe13e3e309470a2008d372b4bf1a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hostal Armesto is conveniently located in the popular Centro area. The property features a wide rang...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="494.73" OriginalAmount="485.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.415691556536" Longitude="-3.7057562678102" StarRating="4" HotelCode="38260|312605" HotelName="Petit Palace Posada del Peine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Postas 17, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/3b/723b22a337278162159d6da19fe00d4b97f59c13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the historical centre of Madrid, close to the Plaza Mayor and within a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="496.58" OriginalAmount="486.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41754916" Longitude="-3.69707265" StarRating="3" HotelCode="631267|2421965" HotelName="Slow Suites Bellas Artes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle De Los Madrazo 20, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/eb/5ceba0268e5ff42614e35031d45b1d9efc505f2c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="497.29" OriginalAmount="487.54" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.467490435003" Longitude="-3.6900544166565" StarRating="4" HotelCode="46623|324975" HotelName="Hotel Exe Plaza" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Castellana 191, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/80/b2802a570b620afbee64ff9dbbbf4a2a171897e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a strategic location in the business district in the heart of the Paseo de la...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="498.40" OriginalAmount="488.63" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.427936905493" Longitude="-3.5606646537781" StarRating="3" HotelCode="37048|57144" HotelName="NH Villa de Coslada" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de la Constitución, 75, 28820 Coslada, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/zz/6fad466b171dc860fcfc0f6ee9973e1a588af07e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel lies in the new residential area of Coslada between the industrial park and the ne...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="501.57" OriginalAmount="491.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.414194658483" Longitude="-3.703816082209" StarRating="4" HotelCode="619186|3307985" HotelName="Mola! Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Atocha 16, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/f0/f0f0f024c5b625007667fcb4f453873161a09be8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This cosy hotel can be found in Gran Via. There are a total of 20 bedrooms on the premises. No pets ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="501.84" OriginalAmount="492.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.459617724496" Longitude="-3.6629762200192" StarRating="4" HotelCode="113313|quinta_de_los_cedros" HotelName="Quinta de los Cedros" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Allendesalazar 4, 28043 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/f8/4bf864a4bae54c8f20e395df97185644ca3d76bc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="502.97" OriginalAmount="493.11" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.422493360934" Longitude="-3.7122309207916" StarRating="3" HotelCode="87258|864415" HotelName="Espahotel Plaza de España" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de España 7, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/b7/4ab7effc2816bfdcc992ec4904b5867e5dae6405.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stunning complex offers a central location in the city centre, close to the Palacio Real and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="502.98" OriginalAmount="493.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.438293941386" Longitude="-3.6951157450676" StarRating="4" HotelCode="49082|55224" HotelName="NH Collection Madrid Abascal" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Jose Abascal 47, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/6a/986ac01a13653b7655be8d56f1c83dd1fcedc798.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Housed in an architecturally appealing building previously used as an embassy, this hotel is located...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="504.90" OriginalAmount="495.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4202" Longitude="-3.701162" StarRating="3" HotelCode="27901|petit_palace_ducal_chueca" HotelName="Petit Palace Chueca" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Hortaleza 3, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/3c/0d3ce095c14861d561f1b9e37d648c55615def3b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the lively Chueca neighbourhood, close to the Gran Via, and it is the ideal ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="505.29" OriginalAmount="495.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.422139086483" Longitude="-3.7095956504345" StarRating="4" HotelCode="30318|652865" HotelName="Hotel Mayorazgo" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Flor Baja 3, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6e/54/6e5453b5de4b536039b1988afe937e8daca756c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant luxury hotel is located on the Gran Via in the heart of Madrid. An abundance of shops ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="506.30" OriginalAmount="496.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.47042469013" Longitude="-3.6850842833519" StarRating="4" HotelCode="30469|2257095" HotelName="Barceló Imagine" 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,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Agustin De Foxa 32, 28036 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/a1/9aa125435c8341715a95652362d23da1b34b2c73.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is located close to the Plaza de Castilla in the north of Madrid and is ju...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="507.96" OriginalAmount="498.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.423004" Longitude="-3.709869" StarRating="4" HotelCode="18763|tryp_madrid_menfis_hotel" HotelName="Madrid Plaza España Hotel Managed by Melia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Vía 74, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/8e/e98e0d04ec9785d805a3ecb3431d75dd0f834c21.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located on one of Madrid's main roads. It takes just a few minutes to reach the P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="508.99" OriginalAmount="499.01" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.430888200546" Longitude="-3.7077301740646" StarRating="4" HotelCode="40080|386675" HotelName="Sercotel Gran Hotel Conde Duque" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Conde Valle Suchil 5, 28015 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/cc/c4cc08aa1e9826a328513d823025166bdd7a3ae7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive top-class hotel lies in the centre of Madrid and is surrounded by a large park. Many...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="510.00" OriginalAmount="500.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.448934118783" Longitude="-3.7113726139069" StarRating="3" HotelCode="30880|ac_hotel_los_vascos_by_marriott" HotelName="AC los Vascos" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Los Vascos 27, 28040 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/7c/797c343dc524240cffa66698fe3dfc7db4cbd69f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is situated next the university campus and offers a good connection to the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="511.75" OriginalAmount="501.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.438455215158" Longitude="-3.7009871006012" StarRating="3" HotelCode="7859|927745" HotelName="TRYP Madrid Chamberí Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle José Abascal 8, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f0/e3/f0e396becb6867e8a52c4bb5500760c6e6713ac1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the leisure district of Chamberi in Madrid and lies just a few minutes walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="513.06" OriginalAmount="503.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.476633879166" Longitude="-3.687612271164" StarRating="5" HotelCode="87684|eurostars_madrid_tower" HotelName="Eurostars Madrid Tower" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Castellana 259-B, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/b8/87b859861ab734822669fbe78e040b5a5171185b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="517.89" OriginalAmount="507.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41366544" Longitude="-3.70038516" StarRating="0" HotelCode="960771|3330015" HotelName="Room Mate Alba" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Huertas 16, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/70/9b70c48ee2843a7924bf1bd65f268f7123c6f18f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="520.34" OriginalAmount="510.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.46138" Longitude="-3.6921" StarRating="4" HotelCode="7855|274885" HotelName="Meliá Castilla" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Poeta Joan Maragall 43, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/aa/1caa134052e9356d64e41b1cc45d847b1c25f144.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located a few metres from the Paseo de la Castellana and 15 minutes from the airport, the M-40 motor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="521.77" OriginalAmount="511.54" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.420715844095" Longitude="-3.7069496512413" StarRating="3" HotelCode="18768|24834" HotelName="Room Mate Macarena - Gran Vía" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Vía 43, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/a3/4aa3380932ad4f1d430728f8197c9a0f3059f505.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Madrid, near to the Gran Via, between the Plaza de Espana and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="524.64" OriginalAmount="514.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.412945" Longitude="-3.703948" StarRating="4" HotelCode="262269|1471728" HotelName="Eurostars Plaza Mayor" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Doctor Cortezo 10, Madrid 28012</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/03/fa039541fe11699e51c6dcdcbc87d60c76eb1c0b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="525.52" OriginalAmount="515.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.413210141742" Longitude="-3.708521425724" StarRating="4" HotelCode="190794|866085" HotelName="Posada Del Leon De Oro" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Cava Baja 12, 28005 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/93/d3936c84f8f8d0eed99aaf14eb1aedbd464cfbf4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="531.42" OriginalAmount="521.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.418344677281" Longitude="-3.701401196567" StarRating="4" HotelCode="38254|hotel_maria_elena_palace" HotelName="Eurostars Casa de la Lírica" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Aduana 19, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/ff/36ff6f6d5d23480fbece69596fca6e1609f90ff3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel lies at the heart of Madrid’s historical district some 13 km from the city airport...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="533.60" OriginalAmount="523.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.462834818354" Longitude="-3.676332493525" StarRating="4" HotelCode="146981|1545838" HotelName="Don Pio" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Pío XII 25, 28016 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/dd/96dd78498767f2d83f43d27c29dabe3f02339f23.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="534.66" OriginalAmount="524.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.416666" Longitude="-3.691007" StarRating="4" HotelCode="189352|927485" HotelName="Petit Palace Lealtad Plaza" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Antonio Maura 5, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/f4/d6f42e45a4277f989d9768ec6e2b27cf21127cb8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in an old five-storey building built in the early nineteenth century in the mos...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="538.56" OriginalAmount="528.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.415225341177" Longitude="-3.698911132534" StarRating="3" HotelCode="36365|hostal_lisboa" HotelName="Hostal Lisboa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Ventura De La Vega 17, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/36/e5367d33a72d507b00de197eebdba526c9da36ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="538.88" OriginalAmount="528.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.407254" Longitude="-3.688255" StarRating="4" HotelCode="439753|1966655" HotelName="Only YOU Hotel Atocha" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Infanta Isabel 13, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/e4/ade4f5884de7545484bf07959fb7fdc2c845b6d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="541.62" OriginalAmount="531.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.452168917958" Longitude="-3.5858426269837" StarRating="4" HotelCode="79475|hilton_madrid_airport" HotelName="Hilton Madrid Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de la Hispanidad 2-4, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/0e/570ece160c7987f31acea8415281e2793cf61be7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business and conference hotel is situated in Madrid. The establishment lies just 12 km from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="542.76" OriginalAmount="532.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.427514260457" Longitude="-3.6963227391243" StarRating="4" HotelCode="904125|927475" HotelName="Petit Palace Santa Bárbara" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de Santa Bárbara 10, esquina Plaza Alonso Martínez, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/36/ed36df1ff497ada146b7bf402a862484e62e1812.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Plaza de Santa Barbara in the impressive Alonso Martinez area. It is jus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="544.68" OriginalAmount="534.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.414824960329" Longitude="-3.7094354767212" StarRating="3" HotelCode="376183|apartamentos_palacio_pl_conde_de_miranda" HotelName="Palacio PL Conde de Miranda" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza del Conde de Miranda 1, 28005 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/24/7a24cc75143701fd69b67990fec547e1ac8fea2c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="544.77" OriginalAmount="534.09" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.420621913122" Longitude="-3.6990733444691" StarRating="3" HotelCode="69940|391185" HotelName="Room Mate Oscar" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Pedro Zerolo 12, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/da/b0da30829d47e1b8cb98f07d4118ba61bf9dacf0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in one of the brightest squares in the centre of Madrid. It is close to Gran V...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="546.72" OriginalAmount="536.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.43401" Longitude="-3.701736" StarRating="3" HotelCode="82860|best_western_hotel_trafalgar" HotelName="Hotel Trafalgar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Trafalgar 35, 28010 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/3d/f03ddebb78bd7d2c2cf463946e6dbe500edb3e96.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="548.45" OriginalAmount="537.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.42030179" Longitude="-3.70713865" StarRating="4" HotelCode="946968|2355215" HotelName="Aloft Madrid Gran Via" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Jacometrezo 4, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/32/94322782d794bc8a2c6e5fccbd34fc0631afc731.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="550.17" OriginalAmount="539.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.411819" Longitude="-3.697824" StarRating="4" HotelCode="172000|927455" HotelName="Catalonia Atocha" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Atocha 81, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/21/6121a963267cce891b78d4d34cad6f37540e4b41.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Madrid, in the Triangle of Art, which is home to the most visit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="550.68" OriginalAmount="539.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.430666489624" Longitude="-3.7169702663508" StarRating="3" HotelCode="31101|2548655" HotelName="Hotel T3 Tirol" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Marqués de Urquijo 4, 28008 Madrid, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/97/b7970c0e51e3a27548c34ba7a4ae7ae4dc45dc49.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fine hotel is located in the tourist centre of Madrid. The surrounding area is full of exciting...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="553.86" OriginalAmount="543.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.409958874346" Longitude="-3.6937263607979" StarRating="4" HotelCode="57617|husa_paseo_del_arte" HotelName="Hotel Paseo del Arte" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Atocha 123, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0d/03/0d037e6d6cb83382e59091d1a0828a84c4704994.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Madrid's Art Triangle, just 300 m from the Atocha AVE Train Station et 450 m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="553.86" OriginalAmount="543.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.416353705171" Longitude="-3.7052857301635" StarRating="3" HotelCode="190822|apartamentos_sol_mayor_2" HotelName="Sol Mayor Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Calle Mayor 1, Centro de Madrid, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/1e/851e351ee8db94b24f15edbcdbede837e30c5e33.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="553.88" OriginalAmount="543.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.436424" Longitude="-3.685707" StarRating="4" HotelCode="31099|393765" HotelName="Partner Barrio de Salamanca Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>General Oraa, 17, Barrio de Salamanca, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/51/06510c46d3e9245ed84bfa819e5a73da0dfb1cea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive, luxury hotel is fabulously located in the financial, diplomatic, shopping and cultu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="554.88" OriginalAmount="544.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.429152670491" Longitude="-3.7167762183437" StarRating="3" HotelCode="15041|apartosuites_muralto" HotelName="Aparto Suites Muralto" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Buen Suceso 3, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4a/bf/4abfb92e1f0cf1fa3c0ef24a57d973d77cb2c1a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming apartment hotel is centrally located in a quiet district of Madrid. El Corte Inglés, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="554.94" OriginalAmount="544.06" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.423470005842" Longitude="-3.7105514834324" StarRating="4" HotelCode="320634|1801458" HotelName="Dear Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via 80, 14th floor, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/f6/87f66d4e953be6719418d420f4cefe2662c7f5e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="554.95" OriginalAmount="544.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4224459" Longitude="-3.71538874" StarRating="3" HotelCode="625555|2398955" HotelName="Plaza España Skyline" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Calle Cadarso 18, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/6e/c56e8a061b857ba67d37a66e9eeae8ed5067b977.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartment hotel offers a wide range of facilities to ensure travellers a comfortable stay. A lau...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="557.94" OriginalAmount="547.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.423694" Longitude="-3.704196" StarRating="4" HotelCode="297894|madrid4rentals_tribunal" HotelName="Madrid SmartRentals Gran Via" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle de la Madera 25, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/78/d67849000125b5a75d0bda9f8fbf2d27bfb8cc3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="558.10" OriginalAmount="547.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.421455" Longitude="-3.708134" StarRating="4" HotelCode="12124|24594" HotelName="Emperador" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Grán Via 53, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/56/c356d146eef5f3596c7fcd5e063d52be9577331d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is popular for its central location in the heart of Madrid, on the famous Gran Via...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="561.08" OriginalAmount="550.08" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.417011" Longitude="-3.700014" StarRating="4" HotelCode="29475|306145" HotelName="Quatro Puerta del Sol" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Sevilla 4, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/14/b3/14b3e32c78a3fb9770eba36465ced5e758833471.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel enjoys an excellent location in the historical centre of Madrid, just minutes fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="563.64" OriginalAmount="552.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.413945" Longitude="-3.702857" StarRating="4" HotelCode="26838|24584" HotelName="Catalonia Puerta del Sol" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Atocha 23, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/15/ce15a9c427d18380a1b8a788539d8f53a29951ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This smart luxury hotel is centrally located in Madrid's golden triangle, between the Old Town and t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="564.23" OriginalAmount="553.17" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.407843847351" Longitude="-3.6893584957008" StarRating="3" HotelCode="15152|55094" HotelName="NH Madrid Atocha" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo Infanta Isabel 9, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/53/61534566356016a1612ee4baa71c1e53a7c0f17f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located opposite Atocha railway station, an AVE (high-speed) station, and in close pro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="566.10" OriginalAmount="555.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41764224" Longitude="-3.711722" StarRating="0" HotelCode="738735|oriente_palace_apartments" HotelName="Oriente Palace Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle De Lepanto 6, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/1f/f01f959a810bbd8cd861f6025807ed65351c2967.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="568.28" OriginalAmount="557.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.433716" Longitude="-3.717507" StarRating="4" HotelCode="262270|1177698" HotelName="Exe Moncloa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Arcipreste de Hita 10, 28015 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/5f/035fdd6c71601177691e62d83918b04acf775275.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="569.79" OriginalAmount="558.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.414830611147" Longitude="-3.6989767849445" StarRating="3" HotelCode="13095|1069278" HotelName="Ibis Styles Madrid Prado" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Callo Prado 11, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/d7/d1d7bac26dc95103b5359627b0b060dc012b4f42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This friendly city hotel is located in the centre of Madrid, close to the Puerta del Sol and the Pas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="571.20" OriginalAmount="560.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4249" Longitude="-3.69583" StarRating="0" HotelCode="823593|amor_de_dios_17_boutique_hotel" HotelName="Amor De Dios 17 Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Amor De Dios 17</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/33/98337f30b4e05d1e1abcf93fcf4f39a67f94d7d0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="572.22" OriginalAmount="561.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.419308953948" Longitude="-3.7030295631599" StarRating="3" HotelCode="61928|hotel_anaco" HotelName="Anaco" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hostel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tres Cruces, 3, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/08/8d0803cc45a98fef2f1e4f504350d3b7e89dc93a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the Plaza del Carmen, right in the heart of Madrid. From here guests can rea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="572.36" OriginalAmount="561.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.429881295932" Longitude="-3.7146434352007" StarRating="4" HotelCode="320635|104192" HotelName="Courtyard Madrid Princesa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de la Princesa 40, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/67/3c678b6ac4bf6048f26953f71db8ee691c7a0868.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated close to Plaza de España and the Palacio Real (Royal Palace). A wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="573.24" OriginalAmount="562.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41777909" Longitude="-3.71157965" StarRating="0" HotelCode="524454|posada_real_manuel" HotelName="Hostal Central Palace Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de Oriente 2, 3rd floor, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/00/36004fa827fb44f3b6a86647e90fcc591f7dae4f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="579.36" OriginalAmount="568.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.420392190081" Longitude="-3.7041601538658" StarRating="4" HotelCode="19165|tryp_madrid_cibeles_hotel_2" HotelName="TRYP Madrid Cibeles Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Mesonero Romanos 13, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/63/6163cb5f8ae511ce3048c2b0d8c4b1a90e2951b8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is ideally situated directly on the lively Gran Via, opposite Plaza España...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="582.10" OriginalAmount="570.69" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.420449890709" Longitude="-3.7045789430846" StarRating="4" HotelCode="35572|221836" HotelName="Hotel Atlántico" 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,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía 38, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/45/334515419dcae1e58ae1ad6f62dc6bbdcab45f44.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a wonderful town house, which is crowned with a dome. It is situated in the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="584.55" OriginalAmount="573.09" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.419473800577" Longitude="-3.699099496007" StarRating="4" HotelCode="12770|24574" HotelName="Catalonia Gran Via" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía 7-9, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/3b/e93b08c76d0497b325d9e61664f6b3869c656d02.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated at the historical centre of Madrid and offers an ideal atmosphere ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="587.52" OriginalAmount="576.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.413123" Longitude="-3.700828" StarRating="4" HotelCode="172083|catalonia_hotel_plaza_mayor" HotelName="Catalonia Plaza Mayor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Atocha 36, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/c8/74c8c9a4273d0e5a78af7a3c01bea457514483ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a building dating back to the early twentieth century, part of the historic ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="590.66" OriginalAmount="579.08" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.458437593352" Longitude="-3.6857713091927" StarRating="4" HotelCode="37295|24684" HotelName="NH Collection Madrid Eurobuilding" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Padre Damián 23, 28036 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/7b/157b891dcf3266eb1abe43cef93fceb588eb50e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of a modern district of Madrid, near the Palacio de Congresos y ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="593.83" OriginalAmount="582.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.423778289617" Longitude="-3.7115444391479" StarRating="5" HotelCode="468809|2019145" HotelName="Barceló Torre de Madrid" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de España 18, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/bc/08bcf8075b2f441905a85bac896824353ce56ebd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="594.66" OriginalAmount="583.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.418281" Longitude="-3.699424" StarRating="4" HotelCode="56986|hotel_petit_palace_alcala_torre" HotelName="Petit Palace Alcalá" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Virgen de los Peligros 2, Esquina con Alcalá 23, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/81/5781b7e415db34ea196762c228a26691a9142d67.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Alcalá Street, close to the Puerta del Sol at the heart of the city and wit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="604.23" OriginalAmount="592.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.427447" Longitude="-3.685018" StarRating="3" HotelCode="36579|396655" HotelName="NH Madrid Lagasca" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Lagasca 64, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/a1/34a1f784e0d1508223a5587a94b5a98dc9c3181f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family friendly, city hotel is located at the heart of the district of Barrios de Salamanca on ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="606.15" OriginalAmount="594.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.413698" Longitude="-3.70362" StarRating="3" HotelCode="36938|274855" HotelName="Hotel Cortezo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Doctor Cortezo 3, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/2a/162a5fe8418e2177d749a82fead20e896b9f37e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel in the heart of Madrid is only a few metres from the Puerta del Sol, the Plaza Mayor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="609.62" OriginalAmount="597.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.417807" Longitude="-3.696212" StarRating="4" HotelCode="18002|1015825" HotelName="NH Collection Madrid Suecia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Marqués de Casa Riera 4, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/39/70390df089f1ab397d31765d98c61d15479a176d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel enjoys an excellent, central location in the tourist centre of Madrid close to th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="626.78" OriginalAmount="614.49" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.422762894137" Longitude="-3.7094950675964" StarRating="4" HotelCode="31486|746375" HotelName="Senator Gran Vía 70 Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Vía 70, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/5c/935ced050252055e3b893158f26725fe98a20236.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located at the heart of Madrid, just 10 minutes' walk from the Plaza del Sol. The...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="627.30" OriginalAmount="615.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.427048" Longitude="-3.71435" StarRating="5" HotelCode="7857|melia_madrid_princesa" HotelName="Meliá Madrid Princesa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference 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,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de la Princesa 27, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/c4/9fc4050c1c564be7d1622bc0991b41f2ab36d8f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated deluxe hotel is in a superb area of Madrid near to the Plaza de España, the Palac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="629.83" OriginalAmount="617.48" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4238815" Longitude="-3.7109402" StarRating="4" HotelCode="943558|2545625" HotelName="Riu Plaza España" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Internet,Laundry,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Via 84, Centro, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/86/db86b416ba4ec890ef86834221ff6bc89fd54004.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="630.36" OriginalAmount="618.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.418727950848" Longitude="-3.7039522826672" StarRating="4" HotelCode="62490|hotel_liabeny" HotelName="Liabeny" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Salud 3, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/48/14485c18b6af3b3f25a8aab1d0792e173708a216.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies right in the centre of Madrid between Gran Vía, Plaza del Callao and Puerta del Sol....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="633.42" OriginalAmount="621.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.417113" Longitude="-3.689109" StarRating="4" HotelCode="170577|petit_palace_savoy_alfonso_xii" HotelName="Petit Palace Savoy Alfonso XII" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alfonso XII 18, Retiro - Puerta de Alcalá, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/be/afbe2d6f949507366be2d036ad1d2a4c1a010a0a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Alfonso XII Street in the impressive Retiro district. It is just 300 m away ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="633.85" OriginalAmount="621.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4203" Longitude="-3.706591" StarRating="4" HotelCode="29314|338965" HotelName="Vincci Capitol" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Vía 41, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/30/44309233c4952e99c29ee9c3194336daf5aa3c18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located in the city centre of Madrid, close to Puerta del Sol, Plaza Mayo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="642.60" OriginalAmount="630.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.429652759543" Longitude="-3.7187914658796" StarRating="3" HotelCode="113296|865745" HotelName="Aparto-Hotel Rosales" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="apartment" CnxPolicy="Free CXL until 16/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Marqués de Urquijo 23, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/70/d3709d811d25d7aa0fc6ed907dd969857d739bf0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Completed Refurbished in August 2013. Located in Marqués de Urquijo street, right in the center of M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="642.60" OriginalAmount="630.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.427352577818" Longitude="-3.7010160466167" StarRating="3" HotelCode="178340|madrid_central_suites" HotelName="Madrid Central Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Apodaca 5, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/2c/742ccbad17981f405e3d3fe73b7f39a4fed2bf3c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;These apartments are located 2 km from Puerta del Sol. The accommodation is also right between the l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="642.60" OriginalAmount="630.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.425044230148" Longitude="-3.6781405276126" StarRating="4" HotelCode="410223|vincci_soma" HotelName="Vincci Soma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Goya 79, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/1e/d31eeec907bba8f93dbbce805c0926cac575c487.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Goya Street in the heart of the Salamanca quarter, where culture, shopping ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="643.62" OriginalAmount="631.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.419830641568" Longitude="-3.7012660503388" StarRating="4" HotelCode="30862|senator_gran_via_21_hotel" HotelName="NH Collection Madrid Gran Vía" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía 21, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/35/2835d2759134b280fcdc9d65985b1b26bed539af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located at the heart of Madrid, close to a wide selection of shopping and en...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="649.58" OriginalAmount="636.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.458864451812" Longitude="-3.6909958720207" StarRating="4" HotelCode="30764|75824" HotelName="AC Cuzco" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de la Castellana 133, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/eb/b6ebda090324d719b711f07479adf7f85aa4d99f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is situated in the business centre of Madrid just 500 m from the congress palace....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="652.80" OriginalAmount="640.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.429026465625" Longitude="-3.6804140226792" StarRating="2" HotelCode="30782|apartamentos_ramon_de_la_cruz_41" HotelName="Ramon De La Cruz 41" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Don Ramón de la Cruz 41, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/57/f657941e0cc562275859dd4307c45617000cbaa3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This aparthotel is located in the tourist centre of Madrid, near the main motorway, 15 km from the a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="654.87" OriginalAmount="642.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.422426934853" Longitude="-3.7088960588608" StarRating="4" HotelCode="67168|339005" HotelName="Vincci Via 66" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Via 66, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/b0/44b0016b28107ff69752e3cecb3b19f0f66d399d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of the capital, between Plaza España and the Puerta Del Sol....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="656.88" OriginalAmount="644.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.403869022356" Longitude="-3.6901023040485" StarRating="4" HotelCode="162011|ac_hotel_atocha_by_marriott" HotelName="AC Atocha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 17/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Delicias 42, 28045 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/66/cd663d6e5542a689b998a15bdc2e54b0b21277aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set in the heart of Madrid, close to the Paseo del Prado. The Reina Sofia, Thyssen-Born...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="657.94" OriginalAmount="645.04" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.436458659446" Longitude="-3.6884585022926" StarRating="4" HotelCode="29177|67144" HotelName="Barceló Emperatriz" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle López de Hoyos 4, (Junto al Paseo de la Castellana), 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/zz/61ad4cbe72acb336d78395fab62cbd03de8ac578.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming apartment hotel lies in the commercial district of Madrid, close to Castellana Street....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="660.96" OriginalAmount="648.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4143106" Longitude="-3.7002165" StarRating="3" HotelCode="113301|miau_hotel" HotelName="Hostal Miau" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Príncipe 26, esquina Plaza Santa Ana, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/b9/c0b9497caedd369be32c344f814c939ab215b64a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated a brief walk from Puerta del Sol, Puerta del Sol and Plaza Mayor, the hotel offers easy acc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="664.02" OriginalAmount="651.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.414634566568" Longitude="-3.694712317791" StarRating="4" HotelCode="31862|nh_paseo_del_prado" HotelName="NH Collection Madrid Paseo del Prado" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Cánovas del Castillo 4, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/59/925966f68033c4b49bb3effc2392e7189e268c09.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the historic centre of Madrid, in the Golden Triangle of Art, w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="665.55" OriginalAmount="652.50" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.414831632224" Longitude="-3.6983531713486" StarRating="4" HotelCode="39303|338985" HotelName="Vincci Soho" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Prado 18, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/a0/d0a03b7d43b169990c053616c9fcbc618bf56b0f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right in the historic centre of Madrid between Puerta del Sol and Plaza de Cibe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="665.83" OriginalAmount="652.77" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.462482724416" Longitude="-3.6146306991577" StarRating="4" HotelCode="30999|398655" HotelName="Novotel Madrid Campo de las Naciones" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Amsterdam 3, Campo de las Naciones, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/69/21695c127f32d34acee3c1cc8a4d43374fe3d906.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set right next to the IFEMA, the Parque Juan Carlos I and the Palacio de Congresos.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="668.10" OriginalAmount="655.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.412589" Longitude="-3.693984" StarRating="4" HotelCode="166292|radisson_blu_hotel_madrid_prado" HotelName="Radisson Blu Madrid Prado" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Moratin 52, Plaza de Platerias Martinez, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/bb/b0bb369fd881b28863fd200477b9af7fe8c9b40d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With an incredible location just steps from the Museo del Prado (100 metres) and next to the Caixa F...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="668.20" OriginalAmount="655.10" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.436015652851" Longitude="-3.6817972362042" StarRating="3" HotelCode="29224|396595" HotelName="NH Madrid Balboa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nuñez De Balboa, 112, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/be/f0be2edc3524a70e7028aa98e93c8a86892ab660.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located close to the city centre (2 km) where there are many shopping venues, bars and restaurants. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="679.97" OriginalAmount="666.64" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.419564681616" Longitude="-3.6985845569617" StarRating="4" HotelCode="426246|1874415" HotelName="Vincci The Mint" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Vía 10, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/536852/a_536852_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Most storeys are accessible by lift. Amenities include a baggage storage service and a safe. Wireles...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="681.36" OriginalAmount="668.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41477352" Longitude="-3.70705099" StarRating="0" HotelCode="859892|pestana_plaza_mayor" HotelName="Pestana Plaza Mayor Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="24 Hour Security,Air Conditioning,Bar,Business Centre,Conference Hall,Dining,Heated Pool,Internet,Laundry,Massage Centre,Meeting Room,Parking,Restaurant,Room Service,Sauna,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Imperial 8, 28002 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/c2/eac26af2928fc2880fbb05671f6b40203243cd04.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Pestana Plaza Mayor Madrid is a unique and unparalleled luxury hotel, paying tribute to the work...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="683.40" OriginalAmount="670.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.419675449152" Longitude="-3.7074512243271" StarRating="4" HotelCode="31365|preciados" HotelName="Preciados" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Preciados 37, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/68/ad685d97039ba138a37e1d1aff93cb9f430927db.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive, hotel is situated in the centre of Madrid, close to the Gran Vía and the Purta del ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="688.50" OriginalAmount="675.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.417411" Longitude="-3.707583" StarRating="2" HotelCode="32785|hotel_francisco_i_3" HotelName="Francisco I" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Arenal, 15, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/1a/d11a7fb0569aab3c371ba54776d8cc51cbfbdd16.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid's entertainment district just a few minutes from the centre where th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="689.28" OriginalAmount="675.76" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.414562067245" Longitude="-3.6994890868664" StarRating="4" HotelCode="58153|52854" HotelName="Catalonia Las Cortes" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Prado 6, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/33/5033308603526509572c5239b63cb8ca55c7576b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This new, charming hotel lies in Las Letras, the historical centre of Madrid, within a short distanc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="690.54" OriginalAmount="677.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.405098018332" Longitude="-3.6936217546463" StarRating="4" HotelCode="29377|ac_hotel_carlton_madrid_by_marriott" HotelName="AC Hotel Carlton Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de las Delicias 26, 28045 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/1d/981d589d426be13f9d6d9828ac5752a5fa820295.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located in the heart of the Spanish capital, adjacent to Madrid Atocha railway sta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="698.32" OriginalAmount="684.63" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.415528003422" Longitude="-3.6970093846321" StarRating="5" HotelCode="19090|CAF395800" HotelName="Hotel Villa Real" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de las Cortes 10, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/63/93/639309e2c4b42afeb04c871eb3cc3bcc31c6b439.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Madrid, on the Plaza de las Cortes, near the Prado. It is part...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="700.98" OriginalAmount="687.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.419847" Longitude="-3.691498" StarRating="4" HotelCode="177269|996645" HotelName="Luxury Suites Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>C/ Alcalá 57, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/62/b6623134f752f5c52d23858b0d6ae5fefed88f5f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The aparthotel is located between Puerta de Alcala and Plaza Cibeles, 500 m from the Parque del Reti...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="704.59" OriginalAmount="690.77" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.416405" Longitude="-3.698651" StarRating="5" HotelCode="36857|98385" HotelName="Hotel Urban" 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,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrera de San Jerónimo 34, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/6e/fc6e52983eb1d49c7508b97374854a539d6ab087.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is wonderfully situated at the heart of Madrid, surrounded by cultural venues, countless ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="710.94" OriginalAmount="697.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.417608" Longitude="-3.698623" StarRating="4" HotelCode="24549|vincci_centrum" HotelName="Vincci Centrum" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Cedaceros 4, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/b7/e2b74e72537373ff0735a29728f52030b369e1ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just a few paces from the Museo del Prado, various shopping and entertainment ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="712.98" OriginalAmount="699.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.415152" Longitude="-3.699136" StarRating="4" HotelCode="82258|suite_prado_hotel" HotelName="Suite Prado" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Manuel Fernández y González 10, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/6c/be6c376bdafdec47d0e25ac18969f28447149706.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="721.14" OriginalAmount="707.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.427094" Longitude="-3.684179" StarRating="3" HotelCode="36367|hostal_don_diego" HotelName="Velázquez 45 by Pillow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Currency Exchange,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Velázquez 45 - 5°, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/e4/0be4eb959f3f136da950acb26a1b4347fd304ff1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="725.22" OriginalAmount="711.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.422234036303" Longitude="-3.6811146140099" StarRating="4" HotelCode="36937|nh_alcala" HotelName="H10 Puerta de Alcalá" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alcalá 66, Barrio de Salamanca, 28009 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/f4/25f457f49502f5ae2f9b2c4022950b98022a9886.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located in the business district of Madrid near the Retiro Park. It is just a f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="733.38" OriginalAmount="719.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.418897439671" Longitude="-3.7100797891617" StarRating="4" HotelCode="15428|hotel_opera_3" HotelName="Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cuesta De Santo Domingo 2, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/af/2aafe9e7e89aa39d0bace0f83d31849d175c348d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This small, family-run hotel is situated directly in the city centre, opposite the Madrid Opera Hous...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="738.48" OriginalAmount="724.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.436393331468" Longitude="-3.6901563405991" StarRating="5" HotelCode="47238|intercontinental_madrid" HotelName="InterContinental Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Castellana 49, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/6c/826ce71fbcb335fbcd2ab8ff6514a8432184a2a1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This excellent, popular luxury hotel lies on the wonderful Castellana boulevard just a short bus rid...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="738.50" OriginalAmount="724.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.451282385711" Longitude="-3.6937612295151" StarRating="4" HotelCode="30716|CBP734400" HotelName="Holiday Inn Madrid Bernabeu" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Carlos Trias Bertran 4, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/13/0c/130cf7e687836196ed68f6d2cdb7d8a3bc993799.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is well positioned at the heart of Madrid's commercial and financial district. Su...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="739.50" OriginalAmount="725.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.43487307" Longitude="-3.67896929" StarRating="4" HotelCode="589737|heritage_madrid_hotel" HotelName="Heritage Madrid Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Diego De León 43, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/1e/b31e88edf069768b47d5780b287f860b8a6f615b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The upper floors of the hotel can be accessed by lift. A baggage storage service, a bar and a transf...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="747.68" OriginalAmount="733.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.462331711859" Longitude="-3.6154246330261" StarRating="4" HotelCode="169162|238866" HotelName="Pullman Madrid Airport &amp; Feria" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Capital de España 10, Campo de las Naciones, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/aa/a4aa822de92fe0227edc6bdfa49c7a9471631899.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Campo de las Naciones, Madrid, opposite the Congress Palace and IFEMA Exhibi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="749.70" OriginalAmount="735.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4104159" Longitude="-3.6954733" StarRating="4" HotelCode="266904|wootravelling_atocha_107_homtels" HotelName="Woo Travelling Atocha 107 HOMTELS" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Atocha 107, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/91/bd91af053d2132142ed5a56d2f664b02461ad40e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="758.19" OriginalAmount="743.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.419239162882" Longitude="-3.6971620779099" StarRating="5" HotelCode="314388|1625628" HotelName="The Principal Madrid" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Marqués de Valdeiglesias 1, Corner Of Gran Via 2, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/f9/cff9cde7f22691b0bcf6b9059c020c72143ac2e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the upscale area of Gran Vía street, near Alcalá street and a few steps away from Cibeles Square,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="758.49" OriginalAmount="743.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.486546679076" Longitude="-3.703472" StarRating="5" HotelCode="57590|1635858" HotelName="Eurostars Suites Mirasierra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Alfredo Marquerie 43, 28034 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/0d/c60d02ad0d6cb78bd520e8b5c91f9f1e8993b5ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid, in a quiet residential area in the north of the city. It lies only ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="768.12" OriginalAmount="753.06" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41411" Longitude="-3.701624" StarRating="5" HotelCode="171805|396685" HotelName="NH Collection Madrid Palacio de Tepa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>San Sebastian 2, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/72/b07279fb8d7639d7bd6ff3f44d40eb78e73cef75.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="777.24" OriginalAmount="762.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.420676" Longitude="-3.707359" StarRating="4" HotelCode="284119|hotel_indigo_madrid__gran_via" HotelName="Indigo Madrid - Gran Via" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Silva 6, Madrid 28013</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/1a/051a8c4a3cfcf6b3a0cc8bd7d8e56b686be7a137.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="780.85" OriginalAmount="765.54" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4222206" Longitude="-3.6957049" StarRating="4" HotelCode="267129|1063718" HotelName="Only YOU Boutique Hotel Madrid" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Barquillo 21, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/5a/e15abfa1dd93cbb115ebab435640ae93dbcc4521.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="783.00" OriginalAmount="767.65" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.427" Longitude="-3.687348" StarRating="4" HotelCode="37614|38284" HotelName="ICON Embassy by Petit Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Serrano 46, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/f2/71f241b1b1641d39874becce315293588e553fc9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located in the business district of Madrid within a short distance of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="787.50" OriginalAmount="772.06" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.415170064639" Longitude="-3.6967662279098" StarRating="4" HotelCode="446069|CBC053700" HotelName="DoubleTree by Hilton Madrid-Prado" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle San Agustín 3, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/3a41bc027649685b/64/649ac71a42fe1a62/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="790.26" OriginalAmount="774.76" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.49193239" Longitude="-3.59205507" StarRating="4" HotelCode="436459|2247435" HotelName="Air Rooms Madrid Airport By Premium Traveller" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Avenida De La Hispanidad 1 Floor, Madrid Airport Terminal 4, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/ca/b9cac8e5f6ea5d11523e4abd406076b1280af5b4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="795.56" OriginalAmount="779.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.42007916" Longitude="-3.70369994" StarRating="4" HotelCode="586826|2388625" HotelName="Hyatt Centric Gran Via Madrid" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via 31, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/03/4903263531df3350afbec4726260e1b1fbc278e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a bar, room service, a conference room and a business centre. Wireless internet acc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="797.83" OriginalAmount="782.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.425259" Longitude="-3.682138" StarRating="4" HotelCode="38262|58384" HotelName="Catalonia Goya" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Goya 49, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/8d/418ddba6041ee8f5a1fe52ba3ab6da08c9950dea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the "Calle Goya", in the elegant Salamanca quarter. Here guests will find al...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="829.26" OriginalAmount="813.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4160045" Longitude="-3.7051432" StarRating="0" HotelCode="319081|apartamentos_mayor_centro" HotelName="Apartamentos Mayor Centro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Esparteros 6, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/d2/e5d2979f262a17f28f1c3542c93adcfa218ad7b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="888.42" OriginalAmount="871.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.42395331953" Longitude="-3.6852157115936" StarRating="4" HotelCode="38281|petit_palace_art_gallery" HotelName="ICON Wipton by Petit Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Jorge Juan 17, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/7e/937ed6ba3d1618f4e9004ff9d1313c90e5d00504.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the exclusive and luxurious commercial district of Serrano, at the heart o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="889.44" OriginalAmount="872.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.438792" Longitude="-3.691606" StarRating="5" HotelCode="25011|hesperia_madrid" HotelName="Hesperia Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Castellana 57, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/ef/50efeb3205649618326e0e1c4721e999af50f16a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is located directly in the commercial and shopping district of Madrid clos...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="896.58" OriginalAmount="879.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.46138" Longitude="-3.6921" StarRating="0" HotelCode="842312|the_level_at_melia_castilla" HotelName="The Level at Meliá Castilla" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="24 Hour Security,Air Conditioning,ATM/Cash Machine,Babysitting,Banquet Hall,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Dining,Fax,Garden,Golf,Laundry,Lounge,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Sauna,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Poeta Joan Maragall 43, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/28/5528fa7468deda4e5c20a6dbada4fe8bc997842e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoy an exclusive experience in a unique environment with a personalised service at The Level at Me...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="902.70" OriginalAmount="885.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.455825" Longitude="-3.689702" StarRating="4" HotelCode="46622|ac_hotel_aitana_by_marriott" HotelName="AC Hotel Aitana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Castellana 152, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/63/0a6311102972c31b7457e66cb545bd77f2115bb8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upper-mid range hotel is located in the town centre of Madrid, on the Paseo de la Castellana, c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="906.78" OriginalAmount="889.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.422328985989" Longitude="-3.6891934275627" StarRating="4" HotelCode="79885|vp_jardin_de_recoletos" HotelName="VP Jardín de Recoletos" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gil de Santivañes 6, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c5/e1/c5e122c35bc855257197da1e948cedf857d1da9b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A very short walk from this hotel in the heart of the Salamanca district, guests can visit famous la...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="920.70" OriginalAmount="902.65" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.426191753964" Longitude="-3.6889965387927" StarRating="4" HotelCode="37045|24724" HotelName="NH Collection Madrid Colón" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" 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,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Marqués de Zurgena 4, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/a6/90a6d7fa0eed4437bc6380551a9d3e126c17ad31.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Madrid's central district of Salamanca, close to the Plaza de Colón and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="924.92" OriginalAmount="906.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.411703" Longitude="-3.697576" StarRating="4" HotelCode="326453|24794" HotelName="TRYP Madrid Atocha Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Atocha 83, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/ea/42eaba93723fa557afc187179877477f76eece74.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located at the heart of Madrid and just a few paces from the Museo del Prado...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="928.20" OriginalAmount="910.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.421488217176" Longitude="-3.6893905699253" StarRating="4" HotelCode="66236|ac_hotel_recoletos_by_marriott" HotelName="AC Hotel Recoletos" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Recoletos 18, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/4c/564cb65a79ef374437dcb7a4dc41f7c0e509b3d3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in the centre of Madrid, just 600 metres from Puerta del Sol and the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="935.34" OriginalAmount="917.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.419576411699" Longitude="-3.6996352672577" StarRating="4" HotelCode="78724|iberostar_las_letras_gran_via" HotelName="Iberostar Las Letras Gran Via" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Via 11, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/58/3f/583fcfd7f81e28a28bf94ce9744e83c801d9097e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Gran Vía Avenue, the hotel is a 10-minute walk from the Thyssen-Bornemisza and Prado muse...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="981.24" OriginalAmount="962.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.42268" Longitude="-3.71179" StarRating="5" HotelCode="621058|vp_plaza_espana_design" HotelName="VP Plaza España Design" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de España 5, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/f6/2df68d2d2723fe58388566cfabc32a2b34351afb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="984.18" OriginalAmount="964.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.420110720997" Longitude="-3.700916689584" StarRating="4" HotelCode="570141|2221955" HotelName="Hotel Círculo Gran Vía, Autograph Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía 24, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/14/e4149742ca0445ac506bbc7d762f891c3c381c9d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A safe, a restaurant, a bar, a conference room and a business centre are available to guests of the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1032.24" OriginalAmount="1012.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.426850376113" Longitude="-3.6981715889549" StarRating="5" HotelCode="935979|spaotel_urso" HotelName="URSO Hotel &amp; Spa Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mejía Lequerica 8, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/e9/2ae916261fbedf9c4710f9b855a51127e932e8c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotle is 5 minutes’ walk from the Alonso Martínez metro station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1035.92" OriginalAmount="1015.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.420677362387" Longitude="-3.6892905735065" StarRating="5" HotelCode="73748|68684" HotelName="Hotel Hospes Puerta Alcalá" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de la Independencia 3, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/ff/bdfff51ad978e7775d543ba6e4897a28f3d515b6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Independence Square, right in the centre of Madrid. It offers wonderful vie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1043.46" OriginalAmount="1023.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.435405238061" Longitude="-3.6854785680771" StarRating="4" HotelCode="7856|melia_galgos" HotelName="Meliá Madrid Serrano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Claudio Coello 139, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/5c/f15cc8f0a588e970b84ad6dc738c68442895d0bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Lying at the heart of the Salamanca district of the city, this hotel is situated close to the main s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1049.40" OriginalAmount="1028.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.417880500328" Longitude="-3.6998552083969" StarRating="3" HotelCode="16557|319015" HotelName="Regina" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alcalá, 19, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f7/36/f736f42f33eedbb8a874590cd9140c2ae98f6b7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madrid, only a few metres from Puerta del Sol Square. From th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1064.88" OriginalAmount="1044.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.42255999" Longitude="-3.69382458" StarRating="3" HotelCode="497216|60_balconies_recoletos" HotelName="60 Balconies Urban Stay-Edificio Recoletos" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="apartment" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Del Almirante 17, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/2e/202ea9b8e5db52ace973cf49f76dc77be57f318a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1194.01" OriginalAmount="1170.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.372280101867" Longitude="-3.6412087082863" StarRating="1" HotelCode="160834|394065" HotelName="Welcome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Hostel,Family-friendly Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Casas De Miravete 28B, 28031 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/da/b0da4fb858b3d949e30046ca77090eed921fc53b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel is situated in the south of Madrid. It is 15 minutes from the Madrid-Barajas Airport (app...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1203.96" OriginalAmount="1180.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.426418" Longitude="-3.68939" StarRating="5" HotelCode="18759|131674" HotelName="Gran Meliá Fénix" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Hermosilla 2, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/c8/33c88264b3aa322b45d50c777817d6eb0d79f5b2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally located directly on the Paseo de la Castellana and the Plaza de Colon, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1206.66" OriginalAmount="1183.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.417741346161" Longitude="-3.6890393558197" StarRating="5" HotelCode="36873|ac_palacio_del_retiro_autograph_collection" HotelName="Hotel Palacio Del Retiro, Autograph Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alfonso XII 14, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/72/9f72885864c79d46b2028561b5edf5d22063ef67.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This excellent luxury hotel lies in the pleasant Spanish district of Retiro close to various famous ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1261.61" OriginalAmount="1236.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.425258443904" Longitude="-3.7001618914016" StarRating="0" HotelCode="749943|3318325" HotelName="Bastardo Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Designated Smoking Area,Laundry,Parking,Restaurant,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>San Mateo 3, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/e1/ede16d21d600054a92fe56c21b244a8cc8107f86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;bastard:
From fr. ant. bastart.
1. adj. That degenerates from its origin or nature.

A journey does ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1302.54" OriginalAmount="1277.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.422228458184" Longitude="-3.6841141553061" StarRating="5" HotelCode="45653|wellington_hotel_2" HotelName="Wellington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic 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,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Velazquez 8, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/56/8f5677082d436f19353cc101132fee214c0a12d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the sophisticated district of Salamanca, only a mile and a half from Puerto del Sol and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1391.88" OriginalAmount="1364.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.415186966229" Longitude="-3.6950433254242" StarRating="5" HotelCode="18551|24844" HotelName="The Westin Palace, Madrid" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de las Cortes 7, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/27/c8/27c838fad09b6465304fb1a44cdbc3e8dcff8243.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is situated in the centre of Madrid, close to Parliament Square and the Old Town. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1399.26" OriginalAmount="1371.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.415936555565" Longitude="-3.6995199145066" StarRating="3" HotelCode="149981|1020068" HotelName="Gran Hotel Inglés" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Echegaray 8, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/6c/b96c484f73ce3d7ab0f8cb4532469ac73a33f1ef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1408.62" OriginalAmount="1381.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.419644819027" Longitude="-3.7097096443176" StarRating="5" HotelCode="18757|tryp_madrid_ambassador_hotel" HotelName="Gran Meliá Palacio de los Duques" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cuesta de Santo Domingo 5 y 7, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2e/0c/2e0c3dcca68adb76c06db86bc29921794f90a597.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This opulent luxury hotel is centrally located in Madrid's exquisite historical centre. It is just a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1440.24" OriginalAmount="1412.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.421527524756" Longitude="-3.6723585426807" StarRating="4" HotelCode="30167|novotel_madrid_center" HotelName="Novotel Madrid Center" 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,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de O'Donnell 53, 28009 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/82/6b82346ffd1053f7552e2619e063d51e6b103c3c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This glorious luxury hotel is fabulously located in Madrid's tourist and commercial centre, near to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1466.76" OriginalAmount="1438.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41320061" Longitude="-3.70107705" StarRating="0" HotelCode="768799|cool_rooms_atocha" HotelName="CoolRooms Atocha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Babysitting,Smoking Rooms">
        <Address>
          <AddressLines>
            <AddressLine>Calle Atocha 34, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2f/53/2f53b76f04e7d9cf0ff7dc74c0cc56e0fe166d17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A buffet breakfast is served every morning at the property. There is an in-house restaurant, which s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1511.64" OriginalAmount="1482.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.447551" Longitude="-3.628123" StarRating="4" HotelCode="7854|melia_avenida_america" HotelName="Meliá Avenida América" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Juan Ignacio Luca de Tena 36, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/07/4807d72e88d320af37a053bba8972f136be70f09.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located between the harbour and Castellana Avenue, close to the trade fairground. A se...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1521.15" OriginalAmount="1491.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.426496608054" Longitude="-3.685585517339" StarRating="3" HotelCode="410370|387025" HotelName="TÓTEM Madrid" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Hermosilla 23, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/2d/492d63c162ea80a18302eb28dda4c321208ba3c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In a privileged location in the heart of the city’s boutique shopping area, the hotel is perfectly p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1537.14" OriginalAmount="1507.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.428460614137" Longitude="-3.6862201988697" StarRating="5" HotelCode="176152|hotel_unico_madrid" HotelName="Unico" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City 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,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Claudio Coello 67, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/cb/c5cb38edf251aa2c12fdcf0735c88400696e9c4a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is located in the most cosmopolitan and elegant area of the capital, the no...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1540.33" OriginalAmount="1510.13" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.428177641302" Longitude="-3.6836543132936" StarRating="5" HotelCode="30319|386715" HotelName="Bless Hotel Madrid" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle De Velázquez 62, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/4b/c04bd26f6d25c01761ef6a8281d6036594b1d85e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is wonderfully located in the centre of Madrid. The nearest public transport ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1887.00" OriginalAmount="1850.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.430956596371" Longitude="-3.6932502686977" StarRating="5" HotelCode="22629|ac_santo_mauro_autograph_collection" HotelName="Hotel Santo Mauro, Autograph Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Zurbano 36, 28010 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/0a/280a3d9270928102a25709c82255fde9621e41ee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious city hotel is located in Chamberi, not far from the famous Paseo de la Castellana. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2391.14" OriginalAmount="2344.25" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.427238620959" Longitude="-3.6932247877121" StarRating="5" HotelCode="31354|311995" HotelName="Hotel Orfila" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Orfila 6, 28010 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/1fe620b097f54f6084bd28262f1bacb9.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is situated in the leisure district of Madrid in one of the most exclusive distric...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2986.32" OriginalAmount="2927.76" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.430051" Longitude="-3.688378" StarRating="5" HotelCode="19192|116722" HotelName="Villa Magna" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Castellana 22, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/af/afc8a02c5397ab28/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With its large boulevards, splendid plazas, palaces and renowned international museums, Madrid is on...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3478.20" OriginalAmount="3410.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.415619899377" Longitude="-3.6925810575485" StarRating="5" HotelCode="16764|hotel_ritz_madrid" HotelName="Ritz Madrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de la Lealtad 5, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/67/e16792da161a57b3b398fecf04a1a764d492c161.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious modern hotel is situated in the heart of Madrid, within walking distance of numerous ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Internet,Restaurant,Room Service,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Laundry,Nightclub,Telephone Service,Fax,Diet Meals,Lounge,Garden,Massage Centre,Sauna,Shopping Arcade,Bicycle Rental,Jacuzzi,Swimming Pool,Spa,Wheelchair Access,Kitchen,Heated Pool,24 Hour Front Desk,Dry Cleaning,Housekeeping,Luggage Storage,Elevator,LCD/Projector,24 Hour Room Service,Concierge,24 Hour Security,Business Centre,Dining,Meeting Room,Parking,Babysitting,Smoking Rooms,ATM/Cash Machine,Banquet Hall,Printer,Photocopy,Off-Site Parking,Pets allowed,Valet Parking,Wake-up Call Service</BasicAmenities>
    <HotelRating>4,5,3,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD</Meals>
    <PropertyType>CITY HOTEL,CONFERENCE HOTEL,HOTEL DE CHARME,AIRPORT HOTEL,BUSINESS HOTEL,HOTEL,HISTORIC HOTEL,FAMILY-FRIENDLY HOTEL,HOSTEL,APARTMENT HOTEL,SPA HOTEL,GUESTHOUSE,ECO HOTEL,APARTMENT,GUEST HOUSES,VILLAGE,GUEST HOUSE,HOSTELS</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
40e1b1ec-535c-40af-aefe-f65a3a3fe35f|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="40e1b1ec-535c-40af-aefe-f65a3a3fe35f">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="26992" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-23T00:00:00" End="2026-06-26T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="AE" 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
40e1b1ec-535c-40af-aefe-f65a3a3fe35f|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
40e1b1ec-535c-40af-aefe-f65a3a3fe35f|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-06-12T10:36:42.5435062+01:00" Version="0" EchoToken="Search" TransactionIdentifier="40e1b1ec-535c-40af-aefe-f65a3a3fe35f" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="215.01" OriginalAmount="210.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.354234" Longitude="-3.830659" StarRating="3" HotelCode="61848|387475|Bed &amp; Breakfast" HotelName="Holiday Inn Express Madrid - Alcorcon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Argentina S/n, Alcorcon, 28922 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/4d/6a4dc28b0d83aabd5a72e8f99441249d9f4f6409.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Alcorcón in a convenient setting south west of Madrid and is very well conn...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="233.42" OriginalAmount="228.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.444416641378" Longitude="-3.6554197643918" StarRating="3" HotelCode="38298|393905|Bed &amp; Breakfast" HotelName="Travelodge Madrid Torrelaguna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Torrelaguna 69, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/e8/c3e89468aee6bd8bccb48bbcdb808ce96f9f8984.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated right in the region's main business district. There is a link to the pub...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="237.51" OriginalAmount="232.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.332263315584" Longitude="-3.7027604429916" StarRating="3" HotelCode="284796|1593438|Bed &amp; Breakfast" HotelName="Vértice Roomspace Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Laguna Dalga 4, 28021 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/40/0e409cca12e63d234a55293cff0f3fe1d6a97d27.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="238.20" OriginalAmount="233.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.436916985145" Longitude="-3.6311347901783" StarRating="1" HotelCode="263671|1455918|Bed &amp; Breakfast" HotelName="Travelodge Madrid Alcalá" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Santa Leonor 34, 28037 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/bc/a6bc5374b8b0e2d4ac41e7281121269e97a1d063.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="242.92" OriginalAmount="238.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.458646083947" Longitude="-3.5823985934257" StarRating="4" HotelCode="29260|2095205|Bed &amp; Breakfast" HotelName="Senator Barajas Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Galeón 27, Next to Adolfo Suárez Madrid-Barajas Airport and IFEMA, Barajas, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/72/4d720dcddfec7543958d5cf370fccf4afb4be9dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located approximately 1 km from Madrid Barajas Airport. It offers an exclusive ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="250.89" OriginalAmount="245.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.439351801307" Longitude="-3.6261788049536" StarRating="2" HotelCode="113307|184306|Bed &amp; Breakfast" HotelName="ibis Madrid Calle Alcalá" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Valentin Beato 20, 28037 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/50/d150e243d5c7b3fc9a70dbbe10a2d090b449ab68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies 9 km from the famous Puerta del Sol Square.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="257.80" OriginalAmount="252.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.45442345" Longitude="-3.70145194" StarRating="2" HotelCode="613406|2546635|Bed &amp; Breakfast" HotelName="Far Home Bernabeu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle de las Mercedes 13, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/bd/38bdf8c4782f7ae4b36166d422de98c8effc66c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="258.78" OriginalAmount="253.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.447343320741" Longitude="-3.5428972681056" StarRating="3" HotelCode="395302|355765|Bed &amp; Breakfast" HotelName="B&amp;B Hotel Madrid Airport T1 T2 T3" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Lola Flores 2, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/5f/1b5f242c6c21d11412b7cbf31f2c0bb27d8763ed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated directly on the A2 motorway, with easy access to all the major ring roads. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="270.50" OriginalAmount="265.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.39610371288" Longitude="-3.670543266201" StarRating="1" HotelCode="445332|2423715|Bed &amp; Breakfast" HotelName="ibis budget Madrid Calle 30" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Lozano 3, 28053 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/46/b1462cc0ae3c8323509815450098eb3b4699efc4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="274.98" OriginalAmount="269.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.360178765032" Longitude="-3.6650237977831" StarRating="4" HotelCode="53748|57004|Bed &amp; Breakfast" HotelName="Hotel Mercader" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Eje 2-7, Poligono Alimentario Mercamadrid, Villa de Vallecas, 28053 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/19/2d19ebc36d6df4cc1b9589935d75ddaefb013dea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to the Mercamadrid, the largest food market in Europe, close to the M 4...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="276.57" OriginalAmount="271.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.432545454869" Longitude="-3.6562432106396" StarRating="1" HotelCode="349767|5020755|Bed &amp; Breakfast" HotelName="ibis budget Madrid Centro las Ventas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Siena 10, Paralela Con Alcala 271, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/f3/14f34bed9e4dbafa46e6794a3cf03ec81d457983.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="289.26" OriginalAmount="283.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.447388917667" Longitude="-3.5803155423279" StarRating="3" HotelCode="899437|355865|Bed &amp; Breakfast" HotelName="Aparthotel Compostela Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Village,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Restaurant,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Zambrana 4, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/13/b51372a290f98835fe8bfecb9fdaa0740d69a789.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly apartment hotel provides easy access to the M21, M22, M40 and A2 motorways, as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="293.66" OriginalAmount="287.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.372858" Longitude="-3.743114" StarRating="3" HotelCode="31353|1634988|Bed &amp; Breakfast" HotelName="Hotel Eco Via Lusitana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Secoya 2, 028044 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/56/8e563d9f0a5cc8271402454b475ab0a83f978b02.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fabulous hotel is just 5 km from Madrid's lively, pulsing centre. The crowd pleasing Warner Bro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="295.81" OriginalAmount="290.01" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.472867167395" Longitude="-3.5821875584115" StarRating="3" HotelCode="65117|222136|Bed &amp; Breakfast" HotelName="Hotel Villa de Barajas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Logroño 331, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/65/f165c3aad546ad113e1d1f31e47fa31d0920f0a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="300.49" OriginalAmount="294.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.512648555833" Longitude="-3.6762316524983" StarRating="4" HotelCode="96602|996555|Bed &amp; Breakfast" HotelName="Holiday Inn Madrid - Las Tablas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle María Tubau 16, 28050 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/56/2f/562f99afda07665188257a4b900a398a8e7ec0bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in the north of Madrid in the commercial district of Fuencarral, Charmatín and the ex...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="306.29" OriginalAmount="300.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.372309" Longitude="-3.640692" StarRating="1" HotelCode="212866|5007695|Bed &amp; Breakfast" HotelName="ibis budget Madrid Vallecas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Casas de Miravete 17, Poligono Industrial Vallecas, 28031 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/87/e987f097d6a6e128268bb43ee086c3983696a4d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="307.03" OriginalAmount="301.01" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.416024506087" Longitude="-3.7017413220092" StarRating="2" HotelCode="113300|1875395|Bed &amp; Breakfast" HotelName="Hostal Matheu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Victoria 6, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c9/ac/c9aca30ad043461a7fa92c84e19451b6a037b70c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="307.83" OriginalAmount="301.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.457318514505" Longitude="-3.6467675864697" StarRating="4" HotelCode="410221|382305|Bed &amp; Breakfast" HotelName="All In Hotel Suites Feria de Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Moscatelar 31, 28043 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/69/91696eb284cecc4c733eb4a6a4c2fe06c1499358.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in one of the most exclusive neighbourhoods in Madrid, Ciudad Lineal, just a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="309.08" OriginalAmount="303.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.394154" Longitude="-3.707749" StarRating="4" HotelCode="30654|312625|Bed &amp; Breakfast" HotelName="Hotel Praga" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Antonio Lopez 65, 28019 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/56/aa560c0be87d61d8a18b9bd43d912d34fdc1e92c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel is located close to the M-30 ring road, and the centre of Madrid is arou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="311.24" OriginalAmount="305.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.419387" Longitude="-3.625247" StarRating="3" HotelCode="31857|324995|Bed &amp; Breakfast" HotelName="Silken Torre Garden Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hermanos García Noblejas 190, 28037 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/cb/1ecbec7f32d010fd45a3988b0059adb9cf95e562.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel enjoys an excellent location in the north of Madrid, just 15 minutes from the cit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="313.74" OriginalAmount="307.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.514788860519" Longitude="-3.6734053126283" StarRating="4" HotelCode="284244|996535|Bed &amp; Breakfast" HotelName="Hotel Dome" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Lounge,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carretera de Fuencarral a Alcobendas km 8, 28050 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/eb/99eb0363ce5df8f362fe324fdca0fce796ef9dff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="315.41" OriginalAmount="309.23" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.391911115278" Longitude="-3.6958940308176" StarRating="3" HotelCode="113314|865625|Bed &amp; Breakfast" HotelName="Gran Legazpi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Chopera 71, 28045 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/9e/8e9ee3a6503e89c20eb6c1f33441e23bfb77b27d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located very close to Madrid’s shopping, cultural and financial centre, next to the em...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="316.56" OriginalAmount="310.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.473089486686" Longitude="-3.5853624343872" StarRating="4" HotelCode="113312|1141818|Bed &amp; Breakfast" HotelName="täCH Madrid Airport Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>C/ Timon 35, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/185314/185314a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="319.88" OriginalAmount="313.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.452915204396" Longitude="-3.61323595047" StarRating="4" HotelCode="51894|295985|Bed &amp; Breakfast" HotelName="Hotel Osuna Feria Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Luis de la Mata 18, Madrid 28042</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/9d/3a9de01571d1df7cc3922e0b307f69e3af8e8a97.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies next to a quiet garden. With the free shuttle service, guests will quickly and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="320.10" OriginalAmount="313.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.469799969984" Longitude="-3.5808435759633" StarRating="2" HotelCode="113308|183416|Bed &amp; Breakfast" HotelName="ibis Madrid Aeropuerto Barajas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida General 49, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/6c/046c53f5bb60af45a6d6287f04db1c88e243ad8b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 1 km from Madrid-Barajas Airport and IFEMA Exhibition Centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="326.40" OriginalAmount="320.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.421084419798" Longitude="-3.7147602438927" StarRating="3" HotelCode="16258|hotel_principe_pio" HotelName="Principe Pio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cueste de San Vicente 14, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/8a/798ac490034a63eb0befb17e88c66239bcaf494c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel lies just a few minutes from the centre of Madrid where guests will discover m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="332.33" OriginalAmount="325.81" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.558445702613" Longitude="-3.6137562990189" StarRating="3" HotelCode="37293|57014|Bed &amp; Breakfast" HotelName="NH San Sebastián de los Reyes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Europa 11, 28700 San Sebastian de los Reyes, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/0c/bd0c22dd92fd85eb85c83cc95d49b302412b575b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located within the San Sebastián de los Reyes business park, 15 km from Madrid. The Ci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="333.25" OriginalAmount="326.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.445616985322" Longitude="-3.5431729291547" StarRating="3" HotelCode="263672|1182268|Bed &amp; Breakfast" HotelName="Hotel TRYP Madrid Airport Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="apartment" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Lola Flores 4-17, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/14/fd1461437e2c217ac5364ff5b3d036150ec49859.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="336.74" OriginalAmount="330.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.470975" Longitude="-3.579981" StarRating="4" HotelCode="37965|383055|Bed &amp; Breakfast" HotelName="Clement Barajas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida General, 43, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/2b/f82bae27e6574dfaf6d898fe684572ce1cd0f73b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just 500 m from a park and about 12 km from the city centre. Links to the publ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="338.11" OriginalAmount="331.48" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.413381066805" Longitude="-3.7012628112946" StarRating="2" HotelCode="149045|4744695|Bed &amp; Breakfast" HotelName="Hostal Cervelo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Atocha 43, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/63/0863e9d0b51fa3e4f8ef901687a7de821581f1fa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="338.33" OriginalAmount="331.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.470800134942" Longitude="-3.7687879800796" StarRating="4" HotelCode="36966|386225|Bed &amp; Breakfast" HotelName="Eurostars Zarzuela Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Dario Aparicio 32, 28023 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/7b/ce7b3ef3edb6d7c2f27744a8c4e7b4611979b3fe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated in the northern district of Madrid. Wonderful gardens surround the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="343.92" OriginalAmount="337.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.450388" Longitude="-3.612982" StarRating="3" HotelCode="55056|725055|Bed &amp; Breakfast" HotelName="Globales Acis y Galatea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Galatea 6, 28042 Barajas</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/0e/c00ebab97ab3488b5c13673694c6cf63d804cc6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel is situated in La Piovera about a 10-minute drive from Madrid's old town with i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="350.15" OriginalAmount="343.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.436533" Longitude="-3.621056" StarRating="4" HotelCode="32665|312005|Bed &amp; Breakfast" HotelName="Hotel ILUNION Alcalá Norte" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle San Romualdo 30, 28037 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/6f/a86ffc6c225f214fd83e0a50a11fdb851d060de8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the north west of Madrid in the Julian Camarillo and near Alcala Street. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="354.62" OriginalAmount="347.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.443887381631" Longitude="-3.6726863453977" StarRating="3" HotelCode="32147|98828|Bed &amp; Breakfast" HotelName="Sercotel Togumar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Canillas 59, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/53/29530c41eb10bdd6bfa35034c22427f2f324e426.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is in a privileged location, just 10 minutes from Madrid Airport, Chamartín t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="354.81" OriginalAmount="347.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.456854" Longitude="-3.647615" StarRating="4" HotelCode="30679|394905|Bed &amp; Breakfast" HotelName="Zenit Conde Orgaz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Moscatelar 24, 28043 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5e/38/5e385f10fae57b649b4cfd4393d463af8f193e54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is situated close to the Juan Carlos I trade centre and the congress cent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="365.26" OriginalAmount="358.10" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.422238811889" Longitude="-3.7115634763669" StarRating="3" HotelCode="47226|385815|Bed &amp; Breakfast" HotelName="Hotel Cason del Tormes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Rio 7, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a7/13/a71344eea2dba7bc14eff5875df2804d4c9d3b5e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the tourist centre of Madrid within walking distance of many of the to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="365.87" OriginalAmount="358.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.43" Longitude="-3.7085" StarRating="3" HotelCode="15150|55084|Bed &amp; Breakfast" HotelName="Leonardo Hotel Madrid City Center" 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,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Alberto Aguilera 18, 28015 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/cb/a7/cba7277d7201aa73acf32d1f23cef67f193e6a6f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located in the tourist centre of Madrid, close to Plaza de España and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="367.12" OriginalAmount="359.92" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.436054" Longitude="-3.679347" StarRating="4" HotelCode="178195|866015|Bed &amp; Breakfast" HotelName="Dormirdcine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Príncipe de Vergara, 87, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/93/76/937640995f31c98b1e25e91ef851d579929d8053.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the central Salamanca district (2.5 km from the centre), very close to the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="369.67" OriginalAmount="362.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.411321657713" Longitude="-3.693164302701" StarRating="2" HotelCode="322524|4776255|Bed &amp; Breakfast" HotelName="Hotel Mora" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Paseo del Prado 32, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/79/c079d4f30efab395320ad4992313ca9df4793cb2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Hotel is situated on the Paseo del Prado in Madrid, 400 meters from the Reina Sofia Museum and A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="370.25" OriginalAmount="362.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.416480673235" Longitude="-3.6995623535472" StarRating="2" HotelCode="902309|1933975|Bed &amp; Breakfast" HotelName="Casual Madrid del Teatro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Echegaray 1, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/ac/54ac4fc29a56c300f128bfa0fe349e0d00a8b807.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="371.99" OriginalAmount="364.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.408201" Longitude="-3.70079217" StarRating="1" HotelCode="709734|5020765|Bed &amp; Breakfast" HotelName="Ibis Budget Madrid Centro Lavapies" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle De Valencia 8-10, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/5b/005bea14b55dec053d36491bd4f3756bb265bb70.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="374.34" OriginalAmount="367.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.439518795784" Longitude="-3.6386847496033" StarRating="4" HotelCode="51880|petit_palace_arturo_soria" HotelName="Petit Palace Arturo Soria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Arturo Soria 14, esquina Calle Alcalá, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d1/b4/d1b480424b193d3b43f50b301b646d3f49e10292.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the tourist centre of Madrid, between Calle Arturo Soria and Calle de Alcalá, Ciudad Line...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="377.40" OriginalAmount="370.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.3053105077" Longitude="-3.7748256325722" StarRating="3" HotelCode="161637|holiday_inn_express_madridleganes" HotelName="Holiday Inn Express Madrid-Leganés" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de la Recomba 11, Parque Industrial La Laguna Leganes, 28914 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/46/db4655647aadba033d44dbe7586ee9f83a8387f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the south of Madrid, close to the Parque Warner theme park, in the La Lagun...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="378.09" OriginalAmount="370.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.421042162906" Longitude="-3.721218036532" StarRating="4" HotelCode="27729|346455|Bed &amp; Breakfast" HotelName="Hotel City House Florida Norte" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Florida 5, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/b2/9fb22bb755d97531cebc444177fb39cf58fb01d0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a central location opposite the northern train station, close to Parque del Oeste ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="379.21" OriginalAmount="371.77" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.447381" Longitude="-3.542142" StarRating="4" HotelCode="169555|318895|Bed &amp; Breakfast" HotelName="Crowne Plaza Madrid Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Lola Flores 1, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/be/36be684dfbd5ebea60770d039ebe60511cdb337a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly airport hotel is right on the doorstep of Madrid-Barajas Airport and the IFEMA ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="382.07" OriginalAmount="374.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.412418274935" Longitude="-3.7000495377933" StarRating="0" HotelCode="524305|4676225|Bed &amp; Breakfast" HotelName="Hostal Anton Martin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Concierge,Garden,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Magdalena 29, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/26/ea26b91c87b84b1953dbec3d47944c95f3bc6b8c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 1-star Hostal El Tera offers comfort and convenience whether you're on business or holiday in Ma...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="383.32" OriginalAmount="375.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4223109" Longitude="-3.7092173999999" StarRating="3" HotelCode="311366|1879125|Bed &amp; Breakfast" HotelName="Vitium Urban Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>61 Gran Via, 5th floor, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/63/f963f98d26e973e2e2742749b5b1a8c0c5de74cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The guesthouse is located in Madrid'city centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="386.57" OriginalAmount="378.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.447438982137" Longitude="-3.6114992201328" StarRating="4" HotelCode="42835|335215|Bed &amp; Breakfast" HotelName="Sercotel Alcalá 611" 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,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Alcalá, 611, 28022 Madrid, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/6f/e26fef06e2a38e6f699f404af7e040a7e5f1d5e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is just 5 minutes from the IFEMA trade fair grounds and approximately 5 km from Puer...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="387.56" OriginalAmount="379.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.439311810137" Longitude="-3.6317432711639" StarRating="4" HotelCode="31103|393995|Bed &amp; Breakfast" HotelName="Elba Madrid Alcalá" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alcalá 476, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/c4/27c49f54179f59386631cb3a520ab9ed10b09ffe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is situated at the heart of Madrid, only minutes from the airport and the city c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="388.90" OriginalAmount="381.27" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.447490084209" Longitude="-3.5830351878357" StarRating="4" HotelCode="900431|105401|Bed &amp; Breakfast" HotelName="Axor Feria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Business Hotel,City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Campezo 4, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/50/bf5078ad42c0a5d4469a0ba7e0bf4fa66ec4d204.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a residential and business area, 10 minutes from IFEMA exhibition centre, Co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="388.98" OriginalAmount="381.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.430608432797" Longitude="-3.6642296922241" StarRating="2" HotelCode="207386|933648|Bed &amp; Breakfast" HotelName="Hotel ibis Madrid Centro las Ventas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Julio Camba 1, Esquina Alcala, 28028 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/9b/2c9b3c69b9150d1721cad4c81dd89453055810a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="389.88" OriginalAmount="382.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.555316" Longitude="-3.609999" StarRating="2" HotelCode="39335|387495|Bed &amp; Breakfast" HotelName="Holiday Inn Express Madrid-San Sebastian d/l Reyes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Avenida De Los Pirineos S/N, 28700 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/0e/8e0e7cf0501ac7ea09a621455dc3e9c07feb6fcf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in heart of one of the most important business areas, and is located 15 km to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="390.26" OriginalAmount="382.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41584443133" Longitude="-3.7011846441803" StarRating="2" HotelCode="141115|388635|Bed &amp; Breakfast" HotelName="Madrisol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Nuñez de Arce 1, Esquina Calle Cruz 9, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/4b/6d4b2e79db8f0f1044efbffb223d1e5b231c8a0a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="390.64" OriginalAmount="382.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.462951065253" Longitude="-3.6966875195503" StarRating="3" HotelCode="37046|292895|Bed &amp; Breakfast" HotelName="Erase Un Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bravo Murilo 304, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/5f/285fe798fd452b1fd5c4401a8e54a1a0be36f0f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies on Plaza Castilla within a short distance of Madrid's business centre where guests w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="390.89" OriginalAmount="383.23" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.45866804" Longitude="-3.69784419" StarRating="3" HotelCode="587608|3321335|Bed &amp; Breakfast" HotelName="Funway Academic Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Calle Alonso Castrillo 22, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/4a/c64a350e47ce7a3a9e113da0e3f8b96f6c5d50cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="392.70" OriginalAmount="385.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.471731" Longitude="-3.685786" StarRating="3" HotelCode="32754|tryp_madrid_chamartin_2" HotelName="TRYP Madrid Chamartín Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Mauricio Ravel 10, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/5a/a85a4820f47705fa916b742dc0a6e9b73cc9a174.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the residential district of Plaza de Castilla, this hotel lies within a short distance of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="393.59" OriginalAmount="385.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.457863" Longitude="-3.583362" StarRating="4" HotelCode="30881|2199865|Bed &amp; Breakfast" HotelName="Sercotel Madrid Aeropuerto" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Galeón 25, Barajas, 28024 Madrid, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/49456/a_49456_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located beside Madrid-Barajas Airport, just a short distance from Madrid's ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="395.61" OriginalAmount="387.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.413541" Longitude="-3.702342" StarRating="2" HotelCode="190800|2545725|Bed &amp; Breakfast" HotelName="Hostal Abadía Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Luis Vélez de Guevara 2, Esquina Calle Atocha 24, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/fe/b5fec6db7363b0f7c7a9979552c9f320bd4f5e19.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="395.74" OriginalAmount="387.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.449151358313" Longitude="-3.576779682209" StarRating="4" HotelCode="130495|371655|Bed &amp; Breakfast" HotelName="Hotel Nuevo Boston" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Aragón 332, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/0e/380e91ecc5ea182c89842fb191518f2af6af4544.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Barajas Airport Business Centre. The airport itself is just 1 km away. The p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="401.45" OriginalAmount="393.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.43724" Longitude="-3.70856" StarRating="3" HotelCode="37043|55164|Bed &amp; Breakfast" HotelName="Leonardo Boutique Hotel Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Vallehermoso 65, 28015 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/07/25079a95dd01dc9b53a9468c04564e02b008dc9c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located close to Bravo Murillo Street in Madrid, this hotel lies within easy reach of Vallehermoso s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="401.47" OriginalAmount="393.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.435541702625" Longitude="-3.6638304024467" StarRating="4" HotelCode="32777|CAR707900|Bed &amp; Breakfast" HotelName="NH Madrid Ventas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Biarritz 2, 28028 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/5e/965e4e662c787c61283699c7c167e3f2613bb676.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is strategically located near the Las Vegas bullfighting ring. It is also conveniently si...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="402.27" OriginalAmount="394.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.432122377193" Longitude="-3.6565107107162" StarRating="4" HotelCode="31879|318925|Bed &amp; Breakfast" HotelName="Rafaelhoteles Ventas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alcalá 269, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/1f/7d1fc715acc1658ddc1bb9740e0d750801e8c95b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This inviting and friendly hotel is located in the popular shopping street of Alcalá and fits seamle...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="405.99" OriginalAmount="398.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41634376863" Longitude="-3.7017134257603" StarRating="3" HotelCode="69539|338955|Bed &amp; Breakfast" HotelName="Victoria IV" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle De La Victoria 4, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/314c0a5aa5fa454eafa34ddd44467b4f.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next to Puerta del Sol, close to museums of world fame such as the Prado Museum...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="406.14" OriginalAmount="398.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.434280793313" Longitude="-3.6326867061941" StarRating="2" HotelCode="113306|996635|Bed &amp; Breakfast" HotelName="Julia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 17/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Julián Camarillo 9, 28037 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/e6/e9e6847ea88d01016a03ccfc9013900d2d18e1dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Magnificent hotel located in a business area of Madrid. It is suitable for work stays as well as for...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="406.27" OriginalAmount="398.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4199155" Longitude="-3.70746933" StarRating="0" HotelCode="943732|2594675|Bed &amp; Breakfast" HotelName="The First One Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle dePreciados 44, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/04/8f/048fc98d1767616b2c74879593552061d77e70aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="406.85" OriginalAmount="398.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.423175055175" Longitude="-3.7057760947046" StarRating="2" HotelCode="143541|2014535|Bed &amp; Breakfast" HotelName="Hotel Life" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Pizarro 16, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/f8/cdf8a045a1d1bbb25e849c5fdc1fb70211724dc0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="412.86" OriginalAmount="404.76" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.422854" Longitude="-3.709739" StarRating="3" HotelCode="18770|335335|Bed &amp; Breakfast" HotelName="Hotel Madrid Centro Managed by Melia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Vía 72, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/2f/892f32d1731ca23c09b7f4fe4f44ffa18fbb733c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally located, close to the Gran Vía, Puerta del Sol and Plaza España. There ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="412.90" OriginalAmount="404.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.451610888015" Longitude="-3.5928254059643" StarRating="4" HotelCode="87681|274835|Bed &amp; Breakfast" HotelName="Hotel Maydrit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Piragua 1, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/6f/e26fef06e2a38e6f699f404af7e040a7e5f1d5e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in one of the most important business areas in north-east Madrid, Alameda de O...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="415.52" OriginalAmount="407.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.447842" Longitude="-3.636193" StarRating="4" HotelCode="29286|393625|Bed &amp; Breakfast" HotelName="Silken Puerta Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Juan Rizzi No 5, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0c/b0/0cb050acf7f1521e541d3c5bc14007d079567e54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is just 5 minutes on foot from the Juan Carlos I exhibition centre. The vibrant c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="415.61" OriginalAmount="407.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.423064" Longitude="-3.707663" StarRating="3" HotelCode="23027|393755|Bed &amp; Breakfast" HotelName="Sterling" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle San Bernardo 29-31, 28015 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/b6/0db6cec23ff9f4ca53af13a0bbfc531784189c6d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of Madrid, close to the Gran Via and just a few minutes walk fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="416.09" OriginalAmount="407.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.498234570408" Longitude="-3.6646270751953" StarRating="4" HotelCode="88640|396665|Bed &amp; Breakfast" HotelName="NH Madrid Las Tablas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Burgos 131, 28050 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/cc/4dcc3e8734580697e808a0f17613c8ae3453f345.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a convenient location in the north of Madrid, next to the Las Tablas and Sanchinar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="417.11" OriginalAmount="408.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.421476" Longitude="-3.721681" StarRating="3" HotelCode="212800|920485|Bed &amp; Breakfast" HotelName="Hotel Acta Madfor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de La Florida 13, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/66/8f667c74e208871dc3068d0db8b43dc2d7ad705c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="417.17" OriginalAmount="408.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.445696913643" Longitude="-3.6729368196434" StarRating="3" HotelCode="311317|2018905|Bed &amp; Breakfast" HotelName="Aparthotel AHM Marcenado" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Bar,Currency Exchange,Internet,Laundry,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Marcenado 9, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/b9/3db91cdbdfa194c9b4c09b220cbe2fe427294399.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests have easy access to their storeys via the lift or stairs. Amenities include a cloakroom, a sa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="421.15" OriginalAmount="412.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.449801" Longitude="-3.698462" StarRating="3" HotelCode="30827|864975|Bed &amp; Breakfast" HotelName="Espahotel Plaza Basílica" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Comandante Zorita 27-31, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/fd/29fde3de23a59a6fc839c9049f7988e27b6ae33a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartment complex is centrally located in the Azca district close to the Torre Picasso building....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="421.99" OriginalAmount="413.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.408433" Longitude="-3.693029" StarRating="2" HotelCode="14666|396495|Bed &amp; Breakfast" HotelName="Mediodiá Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza del Emperador Carlos V, 8, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/d1/0ed11164bf82409b44adfc38bbd1c6ddcb6e5438.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is housed within a historic building located on the Plaza del Emperador Carlos at the sou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="422.24" OriginalAmount="413.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.432045" Longitude="-3.69935" StarRating="4" HotelCode="161633|382555|Bed &amp; Breakfast" HotelName="Hotel Agora Juan de Austria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Historic Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Juan de Austria 5, 28010 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d8/3d/d83ddc327c91f1656243d35ff6aafdc08a712fa6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This landmark hotel is located in the city of Madrid, at the heart of the historic neighbourhood of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="424.92" OriginalAmount="416.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.402598163242" Longitude="-3.7115734470481" StarRating="3" HotelCode="32044|796455|Bed &amp; Breakfast" HotelName="Holiday Inn Madrid Piramides" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Currency Exchange,Fax,Golf,Internet,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de las Acacias 40, 28005 Madrid, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/23/d1/23d1f0fa674d7a8ec3327f8faa79cb12bf3f30e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel, friendly and luminous, is just a few metres from the Madrid Flea Market (El Rastro) and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="427.28" OriginalAmount="418.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.413133" Longitude="-3.708594" StarRating="4" HotelCode="190795|1086918|Bed &amp; Breakfast" HotelName="Posada Del Dragón" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Bar,Central Heating,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Cava Baja 14, 28005 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/bd/babd0f2066756ead7aea11e10638338f18665740.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located right in the he...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="428.23" OriginalAmount="419.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.406225" Longitude="-3.71221" StarRating="3" HotelCode="16252|312635|Bed &amp; Breakfast" HotelName="Puerta de Toledo" 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,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Glorieta Puerta de Toledo 4, 28005 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/17/69/1769a5b322545c05546b4496955491621e7af9ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is ideally located in the historical centre of Madrid, near the Real Palace an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="430.74" OriginalAmount="422.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.475140876872" Longitude="-3.7430022444644" StarRating="4" HotelCode="30843|382495|Bed &amp; Breakfast" HotelName="Hotel Eurostars Monte Real" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Arroyofresno 17, 28035 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/d6/b1d6b05ce616b5711eb364b11ebade088e0e106f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located in the leisure district of Puerta de Hierro, roughly a 15-minute drive ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="431.18" OriginalAmount="422.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4283894" Longitude="-3.6711832999999" StarRating="3" HotelCode="300883|1217368|Bed &amp; Breakfast" HotelName="Neo Magna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Don Ramón de la Cruz 94, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/64/6e64e957b87a6e7cb45d9a46531a20ac570a5bd4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in Madrid, 200 m away from the nearest metro station (Manuel Becerra).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="432.42" OriginalAmount="423.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.445116" Longitude="-3.540645" StarRating="4" HotelCode="36936|111302|Bed &amp; Breakfast" HotelName="AC Hotel by Marriott Coslada Aeropuerto" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Rejas, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/ef/2fefcdd4f6589fd29b9128ac3d92e3483d25ea26.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in an industrial area called Corredor del Henares, the hotel has easy access to the A-2, M-4...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="433.46" OriginalAmount="424.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.406924" Longitude="-3.683148" StarRating="4" HotelCode="30186|231996|Bed &amp; Breakfast" HotelName="Agumar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de Reina Cristina 7, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/ef/97ef11ed01c50ed47f4d15613b04b7d6cae68f79.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel enjoys a wonderful central position at the heart of Madrid. Situated on the Reina...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="438.28" OriginalAmount="429.69" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.418581672664" Longitude="-3.7071949361763" StarRating="3" HotelCode="59567|391095|Bed &amp; Breakfast" HotelName="Room Mate Laura" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Travesía de Trujillos 3, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/77126/a_77126_H2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the Plaza de las Descalzas Reales, only about 30 m from the Plaza Mayor, th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="440.72" OriginalAmount="432.08" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.42454338" Longitude="-3.70601162" StarRating="0" HotelCode="953228|3313645|Bed &amp; Breakfast" HotelName="Gran Central Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Minas 12, Madrid City Center, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/44/b244fd5b88c20c161cd40428c426b56294fdb9c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="441.47" OriginalAmount="432.81" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.469157548393" Longitude="-3.581001162529" StarRating="4" HotelCode="29474|335205|Bed &amp; Breakfast" HotelName="TRYP Madrid Alameda Aeropuerto Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Logroño 100, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/a0/21a03fe7a14b0fb683d3afb2f420f485eedc34a2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a district close to Madrid Barajas airport. The hotel offers an exclusive c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="442.06" OriginalAmount="433.39" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.418227" Longitude="-3.702416" StarRating="3" HotelCode="76671|2165855|Bed &amp; Breakfast" HotelName="Ateneo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 14/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Montera 22, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/7c/027cdbc617ecd76fa64dd5871627bee0b12ff74c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This simple hotel is set in Gran Via. Hotel Ateneo features a total of 38 rooms. Guests will not be ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="444.90" OriginalAmount="436.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.554545259398" Longitude="-3.9002323150635" StarRating="4" HotelCode="99103|387065|Bed &amp; Breakfast" HotelName="Exe Gran Hotel Almenar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Jaraiz 1, 28290 Las Rozas</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/74/d974f77848316619addb83b590bf6d46b27ad388.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This up-market hotel lies opposite Las Matas train station, close to Parque Empresarial de Las Rozas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="448.51" OriginalAmount="439.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.48304" Longitude="-3.670911" StarRating="4" HotelCode="36943|262675|Bed &amp; Breakfast" HotelName="Hotel Mirador de Chamartin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Kitchen,Laundry,Lounge,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Arte 14, 28033 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/8b/8b03519feda46d0b/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is surrounded by a pine wood in Madrid's district of Charmantin, only around 5 minutes fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="452.76" OriginalAmount="443.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.450384318523" Longitude="-3.6982123553753" StarRating="4" HotelCode="37180|355825|Bed &amp; Breakfast" HotelName="NYX Madrid Hotel" 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,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Aviador Zorita 34, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/04/8f04746ba9fe8fdeaa72ed729df49ecd5a0d8b47.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in one of Europe’s most charming capital cities. It is very conveniently locat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="452.79" OriginalAmount="443.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.440662401072" Longitude="-3.670056679436" StarRating="5" HotelCode="56983|71594|Bed &amp; Breakfast" HotelName="Hotel Puerta América" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de América 41, 28002 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/9c/659cc0864b7dee0c0f21cd44877ce6ed63576fc3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Avd. de América, just 5 min away from the exclusive quarter of Salamanca (b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="457.08" OriginalAmount="448.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.491132232763" Longitude="-3.6701121926308" StarRating="4" HotelCode="401834|398675|Bed &amp; Breakfast" HotelName="Exe Madrid Norte" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Martina Díaz 4, 28050 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/5a/565ab799b21e4a5226dc850a79be989aaac16f44.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the northern part of Madrid, at the north entrance to the city on the A1 mo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="463.49" OriginalAmount="454.40" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.447616636597" Longitude="-3.655298659824" StarRating="4" HotelCode="98191|228806|Bed &amp; Breakfast" HotelName="Hotel ILUNION Atrium" 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,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Emilio Vargas 3 y 5, 28043 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/40/50409639c3b56138a0a2c349b058c209961180f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in one of the best residential zones in Madrid, the hotel has direct access to the M-30. The...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="464.67" OriginalAmount="455.56" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.441356568355" Longitude="-3.6575128373649" StarRating="4" HotelCode="968815|2420915|Bed &amp; Breakfast" HotelName="Ibis Styles Madrid City Las Ventas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Albacete 1, Avenida de Badajoz, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/6c/1a6c95a7c48e5664d6d8e1f743fef1bdb993d241.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="466.68" OriginalAmount="457.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.413069626706" Longitude="-3.669228536823" StarRating="4" HotelCode="29459|287365|Bed &amp; Breakfast" HotelName="Ayre Gran Hotel Colón" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Pez Volador 1, 28007 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/32643e596403d3a8/b6/b656dfa7efbae9bc/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located in the buzzing heart of the city, near to Retiro Park. The hotel provid...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="469.29" OriginalAmount="460.09" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.423884561043" Longitude="-3.7058645731178" StarRating="3" HotelCode="113294|382325|Bed &amp; Breakfast" HotelName="Hotel Abalu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Spa Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Pez 19, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/bd/42bd200aae0f7e454f2c00692011c3f77884793c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartments are set in the heart of Madrid, just a short walk away from Plaza España. Noviciado m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="470.23" OriginalAmount="461.01" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.422623" Longitude="-3.709983" StarRating="3" HotelCode="29182|865725|Bed &amp; Breakfast" HotelName="Espahotel Gran Via" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via, 65, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c6/09/c609d0139980f74c35d38797b7e2f59306150c8e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing apartment hotel is located in the tourist resort of Madrid only a few minutes walk fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="471.51" OriginalAmount="462.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.488138" Longitude="-3.668268" StarRating="4" HotelCode="409988|277385|Bed &amp; Breakfast" HotelName="Occidental Castellana Norte" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Manoteras 20, 28050 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7d/ea/7dea448b3404868641d054e28bd98ea3381b03a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in a development area on Castellana Avenue. It is just 10 minutes from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="472.86" OriginalAmount="463.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41914860907" Longitude="-3.7092939019203" StarRating="4" HotelCode="38253|99372|Bed &amp; Breakfast" HotelName="Meninas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Campomanes 7, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/78/3e7803bf31a99a30c461e8b0784b342ff00786d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just opposite Madrid’s Royal Palace and Royal Opera House, near the Plaza Mayor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="474.17" OriginalAmount="464.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.419644819027" Longitude="-3.7036330997944" StarRating="3" HotelCode="25010|426145|Bed &amp; Breakfast" HotelName="Petit Palace Cliper Gran Vía" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Chinchilla 6, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/f0/6df095671e3bb2b1aa2b3e8bf62eb1b98069cf07.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming luxury hotel is located at the heart of Madrid, close to the Gran Via and the Puerta d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="475.23" OriginalAmount="465.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.406266289724" Longitude="-3.7217527627945" StarRating="4" HotelCode="171005|396705|Bed &amp; Breakfast" HotelName="NH Madrid Ribera del Manzanares" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo Virgen del Puerto 57, 28005 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/9e/d59e2ae32977b3a7a264879a36d69c1a81aa5b1b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Madrid, this urban hotel has the perfect ambience for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="476.58" OriginalAmount="467.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.413464084393" Longitude="-3.7048939214611" StarRating="2" HotelCode="130493|1118318|Bed &amp; Breakfast" HotelName="Hotel Mayerling" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Conde de Romanones 6, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/d7/bdd711278636588e4e6a99e0da4a29402267c13e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right in the city centre, in the famous district of Barrio de los Austrias, the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="477.43" OriginalAmount="468.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.408206555796" Longitude="-3.7107664346695" StarRating="3" HotelCode="387340|366075|Bed &amp; Breakfast" HotelName="Ganivet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Toledo 111-113, 28005 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/4a/944aca87f989dbbfa3ed248282bdf6162c937183.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in Madrid city centre, next to Plaza Mayor, the hotel enjoys a magnificent location close t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="477.72" OriginalAmount="468.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.447922736474" Longitude="-3.5829699039459" StarRating="4" HotelCode="900430|105431|Bed &amp; Breakfast" HotelName="Axor Barajas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Business Hotel,City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Campezo 4, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/5e/565e92719307b138ac28fcc93c91c1ceadbb17a3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located 5 minutes from IFEMA Exhibition Centre, the Congress Palace and J...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="480.75" OriginalAmount="471.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.424787391489" Longitude="-3.7150596483374" StarRating="3" HotelCode="66749|99172|Bed &amp; Breakfast" HotelName="Suites Viena Plaza de España" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Juan Álvarez Mendizábal 17, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f2/53/f2538fff6337f24d2a6fb2d6ce2e3625aa076686.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This studio complex is located close to Gran Via, just a few metres from Plaza de España and Palacio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="482.54" OriginalAmount="473.08" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.431877" Longitude="-3.673618" StarRating="4" HotelCode="19506|394085|Bed &amp; Breakfast" HotelName="Zenit Abeba" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Alcántara 63, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/69/cd691bd277fd3803689fd80761c97017200ca7ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in Madrid's leisure area just a few metres from the city centre and its l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="484.57" OriginalAmount="475.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.471914214257" Longitude="-3.6835741996765" StarRating="4" HotelCode="97078|262315|Bed &amp; Breakfast" HotelName="Weare Chamartin Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Agustín de Foxa s/n, 28036 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/76/22/7622eb78648a9804e086fe0dbbf5ea6abfa75d84.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the tourist centre, close to Chamartín train station. Countless shopping an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="487.23" OriginalAmount="477.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.437505939927" Longitude="-3.631606400013" StarRating="4" HotelCode="69531|98405|Bed &amp; Breakfast" HotelName="Eco Alcalá Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Santa Leonor 24, 28037 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/9d/109dc5a2cb6668493ae0214553797f34e9ee2121.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly, city hotel is situated 50 m from Alcalá Street and 600 m from Ciudad Lineal me...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="487.37" OriginalAmount="477.81" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.420381706802" Longitude="-3.6992629818972" StarRating="3" HotelCode="36944|393345|Bed &amp; Breakfast" HotelName="San Lorenzo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Central Heating,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Clavel 8, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/02/da02c6fe4c3da64e250b22e40740f87761406f96.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of the city close to the Gran Via, one of the largest shopping d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="487.61" OriginalAmount="478.05" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.428709750757" Longitude="-3.7030286430852" StarRating="2" HotelCode="113293|184296|Bed &amp; Breakfast" HotelName="ibis Madrid Centro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Manuela Malasaña 6, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/df/73/df73dac1c635deec0e0499f541e1da990b4c6341.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="488.16" OriginalAmount="478.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.401434123929" Longitude="-3.6871683587262" StarRating="4" HotelCode="16438|318765|Bed &amp; Breakfast" HotelName="Rafaelhoteles Atocha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mendez Álvaro 30, 28045 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/bf/d3bfe5a4bf9ce69a007b759e9fc72f3b234ba8bc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the centre of Madrid, a few minutes from the Méndez Álvaro train, unde...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="494.73" OriginalAmount="485.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.415691556536" Longitude="-3.7057562678102" StarRating="4" HotelCode="38260|312605|Bed &amp; Breakfast" HotelName="Petit Palace Posada del Peine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Postas 17, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/3b/723b22a337278162159d6da19fe00d4b97f59c13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the historical centre of Madrid, close to the Plaza Mayor and within a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="495.00" OriginalAmount="485.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.42243262" Longitude="-3.70010823" StarRating="3" HotelCode="447285|2372915|Bed &amp; Breakfast" HotelName="Madrid SmartRentals Chueca II" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Perez Galdos 7, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/43/436719/436719a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="495.36" OriginalAmount="485.65" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.417029" Longitude="-3.705226" StarRating="3" HotelCode="35373|24764|Bed &amp; Breakfast" HotelName="Petit Palace Puerta del Sol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Arenal 4, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/97/749754e17d1d84aefd6dd7528c9969aca2820ef1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the historic and tourist centre of Madrid near to the Puerto del Sol (...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="495.70" OriginalAmount="485.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4192825" Longitude="-3.70735404" StarRating="4" HotelCode="789919|2373025|Bed &amp; Breakfast" HotelName="Hotel Soho Boutique Opera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Calle Veneras 2, Madrid City Centre, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/91/6691cd6c2642782fa58f1e850b9264d6afc5029f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located in the heart of Madrid. Its setting is especially ideal for guests wh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="500.41" OriginalAmount="490.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.419734667353" Longitude="-3.7043049931526" StarRating="3" HotelCode="30558|318975|Bed &amp; Breakfast" HotelName="Hotel Regente" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesonero Romanos 9, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/c8/20c8b4c5898d063ffdc49d96e0439b20ca46b54f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies at the heart of Madrid, only a stone's throw from the Gran Via. It is close...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="500.61" OriginalAmount="490.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.441348026217" Longitude="-3.6575652675285" StarRating="4" HotelCode="15313|184726|Bed &amp; Breakfast" HotelName="Novotel Madrid City Las Ventas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Albacete 1, Esquina Avenida de Badajoz, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/c7/dac74f5e23727e9db32105d1b08f726847820c1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The family-friendly city hotel is located in the heart of one of the major residential and business ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="502.96" OriginalAmount="493.10" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.468981044467" Longitude="-3.6738793551922" StarRating="4" HotelCode="29336|229046|Bed &amp; Breakfast" HotelName="Hotel ILUNION Pío XII" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Pío XII 77, 28016 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/dd/e1dd8b2288d5d39323f36364e440664c2b6a724d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious, contemporary hotel offers spacious, modern suites in the heart of Madrid. The hotel'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="504.33" OriginalAmount="494.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.428337088684" Longitude="-3.6971086263657" StarRating="4" HotelCode="12942|390985|Bed &amp; Breakfast" HotelName="Gran Versalles" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Covarrubias 4, 28010 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/14/ab149ac9ce1232acada9274c17ef2c5c1e619c2e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant, hotel is located at the heart of Madrid close to the Palacio de Justicia. Countless sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="505.30" OriginalAmount="495.39" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.438125" Longitude="-3.672634" StarRating="3" HotelCode="29285|24524|Bed &amp; Breakfast" HotelName="AC Avenida America" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Cartagena 83-85, 28028 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/af/79/af79990a45b0709525f1b51d0f1a7990ce7f5895.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated directly on Calle Cartagena, next to Avenida de América. In the s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="506.11" OriginalAmount="496.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.489678" Longitude="-3.688078" StarRating="4" HotelCode="82889|864435|Bed &amp; Breakfast" HotelName="Villamadrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Xaudaró, 2, 28034 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/e7/e6e7276ea9f77cb89dbcd885eb3df95c273eac76.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is located in one of Madrid's business areas at the end of Paseo de la Castellan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="509.05" OriginalAmount="499.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.416000360547" Longitude="-3.7090604487198" StarRating="4" HotelCode="87683|312565|Bed &amp; Breakfast" HotelName="Petit Palace Plaza Mayor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Mayor 46, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/42/4f421af60782dc754ab4d6f09aa70ede93f8dd41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is the only hotel located on the main street, at the principal entrance to the Plaza Mayor. It ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="510.33" OriginalAmount="500.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.421909" Longitude="-3.706562" StarRating="3" HotelCode="14197|221926|Bed &amp; Breakfast" HotelName="Hotel Los Condes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Los Libreros 7, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/d7/cad76a6733aa1001dd82346816e32475f7007580.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an excellent situation in the very heart of the centre of Madrid, only some 20 m f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="510.40" OriginalAmount="500.39" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.418862725128" Longitude="-3.7027251720428" StarRating="4" HotelCode="57593|312575|Bed &amp; Breakfast" HotelName="Petit Palace Plaza del Carmen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaza del Carmen 4, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a2/60/a260e7dd75a552d8fb6b0586c5d6ff3e9b27a3b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid on the Plaza del Carmen. It has a good location between...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="510.92" OriginalAmount="500.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.416937" Longitude="-3.704906" StarRating="3" HotelCode="316817|725395|Bed &amp; Breakfast" HotelName="Moderno" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>C/ Arenal, 2, 28013, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/8f/908f3a9e698eedc5c6907d826d4b0c216aa0c057.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of historical Madrid, in Puerta del Sol, the hotel is surrounded by the city’s ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="512.94" OriginalAmount="502.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.417319315597" Longitude="-3.706523364418" StarRating="3" HotelCode="326489|370685|Bed &amp; Breakfast" HotelName="Petit Palace Ópera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Arenal 16, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/a4/f1a492c8911e264433a5f6fabfa82a3b77491fa1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located at the heart of the city, close to the King's Palace and the Puerta d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="517.99" OriginalAmount="507.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.474799308106" Longitude="-3.6343556642532" StarRating="4" HotelCode="64252|118442|Bed &amp; Breakfast" HotelName="AC Hotel Madrid Feria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via De Los Poblados 3, 28033 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/7c/d07ca9b616d3fd59b04bc2d19df73fbac759e009.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the industrial area of Campo de las Naciones near to the M-40 motorway...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="520.47" OriginalAmount="510.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.44716138314" Longitude="-3.7057533860207" StarRating="4" HotelCode="113292|394055|Bed &amp; Breakfast" HotelName="VP Jardín Metropolitano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Reina Victoria 12, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/d0/e6d04f3018b5f8a6212081167829ab4d23bbca27.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Glorieta de Cuatro Caminos and the Paseo de la Castellana, not to mention an infinite number of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="520.59" OriginalAmount="510.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.455877" Longitude="-3.681848" StarRating="4" HotelCode="51868|55274|Bed &amp; Breakfast" HotelName="NH Madrid Paseo de la Habana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Habana 73, 28036 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/6d/1d6dc3762023a712f6e1f627c1e3f316e446183b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid just a few paces from Santiago Bernabeu football stadiu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="522.56" OriginalAmount="512.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.419223" Longitude="-3.704238" StarRating="3" HotelCode="38610|391975|Bed &amp; Breakfast" HotelName="II Castillas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>C/ Abada 7, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/23/ad231204dd668a04aeb10cf1cf6c09469d00b8b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly in the commercial and architectural centre of Madrid, approximately 5...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="523.14" OriginalAmount="512.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.42706372" Longitude="-3.69853998" StarRating="4" HotelCode="317694|1518818|Bed &amp; Breakfast" HotelName="Hotel Eurostars Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Mejía Lequerica 10, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/1e/ff1ebcd98abbd7fb834a5d4bb0b6764aaef7410e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="525.64" OriginalAmount="515.33" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.427936905493" Longitude="-3.5606646537781" StarRating="3" HotelCode="37048|57144|Bed &amp; Breakfast" HotelName="NH Villa de Coslada" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de la Constitución, 75, 28820 Coslada, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/zz/6fad466b171dc860fcfc0f6ee9973e1a588af07e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel lies in the new residential area of Coslada between the industrial park and the ne...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="526.51" OriginalAmount="516.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.407174" Longitude="-3.700066" StarRating="2" HotelCode="190818|1679138|Bed &amp; Breakfast" HotelName="Artrip" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Valencia 11, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/9d/259d55d5d51e98b4e3a5c4cea33a4bdb2a2a91f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="528.44" OriginalAmount="518.08" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.424100334583" Longitude="-3.7061128020287" StarRating="4" HotelCode="188111|866925|Bed &amp; Breakfast" HotelName="AB Design Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Pez 32, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/3d/be3dedba9526533bea3d9d07d507aa3bf47e8ce3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="530.29" OriginalAmount="519.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.406248" Longitude="-3.669354" StarRating="4" HotelCode="82895|996505|Bed &amp; Breakfast" HotelName="Claridge Hotel Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Conde de Casal 6, 28007 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d5/9b/d59b2e5b07ad150abf35d67f8a752929d7b1575e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="532.77" OriginalAmount="522.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.439008442497" Longitude="-3.6730062961578" StarRating="4" HotelCode="51925|382355|Bed &amp; Breakfast" HotelName="abba Madrid Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de America 32, 28028 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/99/0b/990b23381a4359d3762951febd44dc2e949c395a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel lies at the start of the Avenida de América on the corner of Calle Cartagena an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="532.82" OriginalAmount="522.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.429192" Longitude="-3.688444" StarRating="4" HotelCode="38261|38294|Bed &amp; Breakfast" HotelName="Petit Palace President Castellana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Marqués de Villamagna 4, esquina Paseo de la Castellana 20, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/80/c4/80c48fce4deab0399eff062170c4d969923006e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located along a main road in the commercial district of Madrid, close to the Paseo de ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="533.70" OriginalAmount="523.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41684634" Longitude="-3.697474" StarRating="4" HotelCode="792011|2372985|Bed &amp; Breakfast" HotelName="Hotel Soho Boutique Congreso" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Designated Smoking Area,Internet,Laundry,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Zorrilla, 7, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/14/0a14676d3ecccc2ff845f6aad03ee91c8d3cee46.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This establishment is located in the neighborhood of the Courts, in the historic centre of Madrid, a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="533.72" OriginalAmount="523.25" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.419343" Longitude="-3.702784" StarRating="3" HotelCode="56985|107512|Bed &amp; Breakfast" HotelName="Petit Palace Tres Cruces" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de las Tres Cruces, 6, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/ee/bfee45a57eee365ce8192046ff50735fa349c22f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located on Tres Cruces street, on the corner of the completely renovated Gran Via...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="535.34" OriginalAmount="524.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.413052779105" Longitude="-3.7005035187982" StarRating="4" HotelCode="561962|2220825|Bed &amp; Breakfast" HotelName="Axel Hotel Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Atocha 49, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/4e/294e7e3c899565c5732caa4791b2d3aaf56ac216.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="535.40" OriginalAmount="524.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.469588" Longitude="-3.582171" StarRating="4" HotelCode="29258|61284|Bed &amp; Breakfast" HotelName="Meliá Barajas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Logroño 305, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/6a/bb6a98ece4b789d67f79c1c304c81b1f98dfd870.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a peaceful location close to Madrid Barajas airport, the convention centres and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="537.20" OriginalAmount="526.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.420103" Longitude="-3.697043" StarRating="4" HotelCode="39199|388545|Bed &amp; Breakfast" HotelName="Lusso Infantas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 17/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Infantas 29, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7a/75/7a75751b9f2f4475472558df775deaa920cb007e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located directly in the historic centre of Madrid close to the Castellana, Paseo ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="538.54" OriginalAmount="527.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.420619" Longitude="-3.708516" StarRating="4" HotelCode="17616|355735|Bed &amp; Breakfast" HotelName="Hotel Santo Domingo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle San Bernardo 1, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/98/aa98b989d71d050584e06916b1fb52e869006e31.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Madrid, only a 3-minute walk from Gran Via and the city’s main ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="538.75" OriginalAmount="528.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.458602522733" Longitude="-3.6952221607479" StarRating="3" HotelCode="59808|235686|Bed &amp; Breakfast" HotelName="Senator Castellana Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Julián Besteiro, 37, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e3/89/e38984ac12005f87d5c63a7f24821d54a662e08a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid, in the best commercial and business area, next to Plaz...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="541.52" OriginalAmount="530.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.439012" Longitude="-3.692885" StarRating="3" HotelCode="36868|24734|Bed &amp; Breakfast" HotelName="NH Madrid Zurbano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Zurbano 79-81, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/6a/ba6a910a7a99cae1836471e72a30d5757c5f2b93.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is wonderfully located in the centre of Madrid. It is located only around 100 m from Paseo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="542.76" OriginalAmount="532.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.427514260457" Longitude="-3.6963227391243" StarRating="4" HotelCode="904125|927475|Bed &amp; Breakfast" HotelName="Petit Palace Santa Bárbara" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de Santa Bárbara 10, esquina Plaza Alonso Martínez, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/36/ed36df1ff497ada146b7bf402a862484e62e1812.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Plaza de Santa Barbara in the impressive Alonso Martinez area. It is jus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="546.83" OriginalAmount="536.11" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.449096328918" Longitude="-3.5586961865082" StarRating="4" HotelCode="51889|98148|Bed &amp; Breakfast" HotelName="Madrid Marriott Auditorium Hotel &amp; Conference Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Aragón 400, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/38/97/3897a09cac6780075057eba2f67026923d45a691.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unique Madrid conference hotel offers the ideal setting for large gatherings, featuring all the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="549.41" OriginalAmount="538.64" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.442812" Longitude="-3.648106" StarRating="4" HotelCode="37053|383585|Bed &amp; Breakfast" HotelName="Artiem Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Juan Perez Zuñiga 20, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/f8/90f8d06b364c899b2767f285137f743600de5756.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Madrid's commercial district, near Calle Arturo Soria. It offers easy and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="554.30" OriginalAmount="543.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.420578986557" Longitude="-3.7028793993883" StarRating="3" HotelCode="35356|35864|Bed &amp; Breakfast" HotelName="Petit Palace Triball" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Nightclub,Restaurant,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gonzalo Jimenez de Quesada 2, Esquina con Calle Gran Vía 32, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/32/bb325bd5c92e4fb9e9646335e5168b9a3de77902.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is housed in an impressive 19th century building that is located in the histor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="555.35" OriginalAmount="544.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.467490435003" Longitude="-3.6900544166565" StarRating="4" HotelCode="46623|324975|Bed &amp; Breakfast" HotelName="Hotel Exe Plaza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Castellana 191, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/80/b2802a570b620afbee64ff9dbbbf4a2a171897e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a strategic location in the business district in the heart of the Paseo de la...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="555.60" OriginalAmount="544.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.421227738788" Longitude="-3.7099462664334" StarRating="4" HotelCode="12267|363435|Bed &amp; Breakfast" HotelName="Eurostars Madrid Gran Vía" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leganitos 13, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e7/17/e717eed1e070214cfed93dad384e1ecca2b863e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Madrid just a few minutes walk from the royal palace and Plaza...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="559.99" OriginalAmount="549.01" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.39884" Longitude="-3.670116" StarRating="3" HotelCode="37050|1980545|Bed &amp; Breakfast" HotelName="NH Madrid Sur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Ciudad de Barcelona, 113, 28007 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6f/d8/6fd87d1122b42e0428ea7b25d5c311a64851082a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid, within paces of the bus station and the southern junct...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="562.34" OriginalAmount="551.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.422493360934" Longitude="-3.7122309207916" StarRating="3" HotelCode="87258|864415|Bed &amp; Breakfast" HotelName="Espahotel Plaza de España" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de España 7, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/b7/4ab7effc2816bfdcc992ec4904b5867e5dae6405.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stunning complex offers a central location in the city centre, close to the Palacio Real and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="562.81" OriginalAmount="551.77" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.418183" Longitude="-3.704311" StarRating="3" HotelCode="14178|312515|Bed &amp; Breakfast" HotelName="Petit Palace Preciados" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Galdo 2, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/d1/5cd13e53f1e5c3af9001c3aefa834ad81d210a6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is situated in the heart of Madrid, only minutes from Puerta del Sol, Plaza Mayo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="564.23" OriginalAmount="553.17" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.418617680782" Longitude="-3.706713616848" StarRating="4" HotelCode="23667|398775|Bed &amp; Breakfast" HotelName="Intur Palacio San Martín" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de San Martín 5, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/37/7d370daf1f5fdb442081c3e07f167b6870ae6398.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel occupies a classical building from the 1900's and lies at the heart of Madrid, only paces...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="565.95" OriginalAmount="554.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.439629936567" Longitude="-3.698257991061" StarRating="3" HotelCode="53738|294445|Bed &amp; Breakfast" HotelName="NH Madrid Chamberí" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bretón de los Herreros 29, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/bc/32bc0170527d86103fd314ebb75ffe410c88ae0f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Nuevos Ministerios district of the city of Madrid. The Paseo de la Cast...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="569.84" OriginalAmount="558.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.418299" Longitude="-3.707854" StarRating="3" HotelCode="190825|1441728|Bed &amp; Breakfast" HotelName="JC Rooms Puerta del Sol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>C/ Flora 4- 1º, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/5b/2c5bdfe3d6bb0b01effe18d0a7a20db541d57327.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="574.23" OriginalAmount="562.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4202" Longitude="-3.701162" StarRating="3" HotelCode="27901|312505|Bed &amp; Breakfast" HotelName="Petit Palace Chueca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Hortaleza 3, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/3c/0d3ce095c14861d561f1b9e37d648c55615def3b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the lively Chueca neighbourhood, close to the Gran Via, and it is the ideal ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="576.68" OriginalAmount="565.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.435156170903" Longitude="-3.6765334010124" StarRating="3" HotelCode="76561|725595|Bed &amp; Breakfast" HotelName="VP El Madroño" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Garden,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle General Díaz Porlier 101, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/ff/fcff34a82f5f9ef5a838a50ad12d4bb6b75c0c12.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an excellent location in the Salamanca area of Madrid, within walking distance of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="578.34" OriginalAmount="567.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.425586802076" Longitude="-3.7138617038727" StarRating="4" HotelCode="17735|186236|Bed &amp; Breakfast" HotelName="Mercure Madrid Plaza de España" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Tutor 1, Esquina Ventura Rodriguez, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/90/cc90296d70832dabd612f7461442cc45f75139d4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in the historical commercial and tourist centre of Madrid, close to m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="580.89" OriginalAmount="569.50" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.430888200546" Longitude="-3.7077301740646" StarRating="4" HotelCode="40080|386675|Bed &amp; Breakfast" HotelName="Sercotel Gran Hotel Conde Duque" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Conde Valle Suchil 5, 28015 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/cc/c4cc08aa1e9826a328513d823025166bdd7a3ae7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive top-class hotel lies in the centre of Madrid and is surrounded by a large park. Many...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="585.56" OriginalAmount="574.08" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.429152670491" Longitude="-3.7167762183437" StarRating="3" HotelCode="15041|383365|Bed &amp; Breakfast" HotelName="Aparto Suites Muralto" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Buen Suceso 3, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4a/bf/4abfb92e1f0cf1fa3c0ef24a57d973d77cb2c1a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming apartment hotel is centrally located in a quiet district of Madrid. El Corte Inglés, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="587.22" OriginalAmount="575.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.46138" Longitude="-3.6921" StarRating="4" HotelCode="7855|274885|Bed &amp; Breakfast" HotelName="Meliá Castilla" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Poeta Joan Maragall 43, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/aa/1caa134052e9356d64e41b1cc45d847b1c25f144.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located a few metres from the Paseo de la Castellana and 15 minutes from the airport, the M-40 motor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="588.73" OriginalAmount="577.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.420715844095" Longitude="-3.7069496512413" StarRating="3" HotelCode="18768|24834|Bed &amp; Breakfast" HotelName="Room Mate Macarena - Gran Vía" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Vía 43, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/a3/4aa3380932ad4f1d430728f8197c9a0f3059f505.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Madrid, near to the Gran Via, between the Plaza de Espana and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="590.66" OriginalAmount="579.08" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.458437593352" Longitude="-3.6857713091927" StarRating="4" HotelCode="37295|24684|Bed &amp; Breakfast" HotelName="NH Collection Madrid Eurobuilding" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Padre Damián 23, 28036 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/7b/157b891dcf3266eb1abe43cef93fceb588eb50e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of a modern district of Madrid, near the Palacio de Congresos y ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="591.70" OriginalAmount="580.10" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.412945" Longitude="-3.703948" StarRating="4" HotelCode="262269|1471728|Bed &amp; Breakfast" HotelName="Eurostars Plaza Mayor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Doctor Cortezo 10, Madrid 28012</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/03/fa039541fe11699e51c6dcdcbc87d60c76eb1c0b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="592.55" OriginalAmount="580.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.438455215158" Longitude="-3.7009871006012" StarRating="3" HotelCode="7859|927745|Bed &amp; Breakfast" HotelName="TRYP Madrid Chamberí Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle José Abascal 8, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f0/e3/f0e396becb6867e8a52c4bb5500760c6e6713ac1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the leisure district of Chamberi in Madrid and lies just a few minutes walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="594.66" OriginalAmount="583.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.418281" Longitude="-3.699424" StarRating="4" HotelCode="56986|hotel_petit_palace_alcala_torre" HotelName="Petit Palace Alcalá" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Virgen de los Peligros 2, Esquina con Alcalá 23, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/81/5781b7e415db34ea196762c228a26691a9142d67.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Alcalá Street, close to the Puerta del Sol at the heart of the city and wit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="598.87" OriginalAmount="587.13" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.47042469013" Longitude="-3.6850842833519" StarRating="4" HotelCode="30469|2257095|Bed &amp; Breakfast" HotelName="Barceló Imagine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Agustin De Foxa 32, 28036 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/a1/9aa125435c8341715a95652362d23da1b34b2c73.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is located close to the Plaza de Castilla in the north of Madrid and is ju...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="599.56" OriginalAmount="587.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.417011" Longitude="-3.700014" StarRating="4" HotelCode="29475|306145|Bed &amp; Breakfast" HotelName="Quatro Puerta del Sol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Sevilla 4, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/14/b3/14b3e32c78a3fb9770eba36465ced5e758833471.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel enjoys an excellent location in the historical centre of Madrid, just minutes fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="600.70" OriginalAmount="588.92" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.448934118783" Longitude="-3.7113726139069" StarRating="3" HotelCode="30880|111912|Bed &amp; Breakfast" HotelName="AC los Vascos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Los Vascos 27, 28040 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/7c/797c343dc524240cffa66698fe3dfc7db4cbd69f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is situated next the university campus and offers a good connection to the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="601.79" OriginalAmount="589.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.438293941386" Longitude="-3.6951157450676" StarRating="4" HotelCode="49082|55224|Bed &amp; Breakfast" HotelName="NH Collection Madrid Abascal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Jose Abascal 47, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/6a/986ac01a13653b7655be8d56f1c83dd1fcedc798.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Housed in an architecturally appealing building previously used as an embassy, this hotel is located...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="602.45" OriginalAmount="590.64" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41366544" Longitude="-3.70038516" StarRating="0" HotelCode="960771|3330015|Bed &amp; Breakfast" HotelName="Room Mate Alba" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Huertas 16, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/70/9b70c48ee2843a7924bf1bd65f268f7123c6f18f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="603.04" OriginalAmount="591.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.428661" Longitude="-3.696228" StarRating="3" HotelCode="12278|55074|Bed &amp; Breakfast" HotelName="NH Madrid Alonso Martínez" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Santa Engracia 5, 28010 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/88/e7886fca3f718f85b4a2f9ab29e3a34b2adb8920.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated at the heart of Madrid, this hotel is located close to the Plaza Alonso Martínez, the Paseo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="603.18" OriginalAmount="591.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.420621913122" Longitude="-3.6990733444691" StarRating="3" HotelCode="69940|391185|Bed &amp; Breakfast" HotelName="Room Mate Oscar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Pedro Zerolo 12, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/da/b0da30829d47e1b8cb98f07d4118ba61bf9dacf0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in one of the brightest squares in the centre of Madrid. It is close to Gran V...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="604.75" OriginalAmount="592.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.413210141742" Longitude="-3.708521425724" StarRating="4" HotelCode="190794|866085|Bed &amp; Breakfast" HotelName="Posada Del Leon De Oro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Cava Baja 12, 28005 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/93/d3936c84f8f8d0eed99aaf14eb1aedbd464cfbf4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="607.74" OriginalAmount="595.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.423004" Longitude="-3.709869" StarRating="4" HotelCode="18763|24824|Bed &amp; Breakfast" HotelName="Madrid Plaza España Hotel Managed by Melia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Vía 74, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/8e/e98e0d04ec9785d805a3ecb3431d75dd0f834c21.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located on one of Madrid's main roads. It takes just a few minutes to reach the P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="609.59" OriginalAmount="597.64" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.416666" Longitude="-3.691007" StarRating="4" HotelCode="189352|927485|Bed &amp; Breakfast" HotelName="Petit Palace Lealtad Plaza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Antonio Maura 5, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/f4/d6f42e45a4277f989d9768ec6e2b27cf21127cb8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in an old five-storey building built in the early nineteenth century in the mos...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="609.83" OriginalAmount="597.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.422139086483" Longitude="-3.7095956504345" StarRating="4" HotelCode="30318|652865|Bed &amp; Breakfast" HotelName="Hotel Mayorazgo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel de Charme" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Flor Baja 3, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6e/54/6e5453b5de4b536039b1988afe937e8daca756c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant luxury hotel is located on the Gran Via in the heart of Madrid. An abundance of shops ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="609.83" OriginalAmount="597.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.462834818354" Longitude="-3.676332493525" StarRating="4" HotelCode="146981|1545838|Bed &amp; Breakfast" HotelName="Don Pio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Pío XII 25, 28016 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/dd/96dd78498767f2d83f43d27c29dabe3f02339f23.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="614.21" OriginalAmount="602.17" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.430666489624" Longitude="-3.7169702663508" StarRating="3" HotelCode="31101|2548655|Bed &amp; Breakfast" HotelName="Hotel T3 Tirol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Marqués de Urquijo 4, 28008 Madrid, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/97/b7970c0e51e3a27548c34ba7a4ae7ae4dc45dc49.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fine hotel is located in the tourist centre of Madrid. The surrounding area is full of exciting...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="618.26" OriginalAmount="606.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.436424" Longitude="-3.685707" StarRating="4" HotelCode="31099|393765|Bed &amp; Breakfast" HotelName="Partner Barrio de Salamanca Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>General Oraa, 17, Barrio de Salamanca, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/51/06510c46d3e9245ed84bfa819e5a73da0dfb1cea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive, luxury hotel is fabulously located in the financial, diplomatic, shopping and cultu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="622.42" OriginalAmount="610.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.420449890709" Longitude="-3.7045789430846" StarRating="4" HotelCode="35572|221836|Bed &amp; Breakfast" HotelName="Hotel Atlántico" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía 38, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/45/334515419dcae1e58ae1ad6f62dc6bbdcab45f44.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a wonderful town house, which is crowned with a dome. It is situated in the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="629.79" OriginalAmount="617.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.476633879166" Longitude="-3.687612271164" StarRating="5" HotelCode="87684|90130|Bed &amp; Breakfast" HotelName="Eurostars Madrid Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Castellana 259-B, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/b8/87b859861ab734822669fbe78e040b5a5171185b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="629.83" OriginalAmount="617.48" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4238815" Longitude="-3.7109402" StarRating="4" HotelCode="943558|2545625|Bed &amp; Breakfast" HotelName="Riu Plaza España" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Internet,Laundry,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Via 84, Centro, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/86/db86b416ba4ec890ef86834221ff6bc89fd54004.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="631.37" OriginalAmount="618.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.418344677281" Longitude="-3.701401196567" StarRating="4" HotelCode="38254|274825|Bed &amp; Breakfast" HotelName="Eurostars Casa de la Lírica" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Aduana 19, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/ff/36ff6f6d5d23480fbece69596fca6e1609f90ff3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel lies at the heart of Madrid’s historical district some 13 km from the city airport...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="635.52" OriginalAmount="623.06" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.433716" Longitude="-3.717507" StarRating="4" HotelCode="262270|1177698|Bed &amp; Breakfast" HotelName="Exe Moncloa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Arcipreste de Hita 10, 28015 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/5f/035fdd6c71601177691e62d83918b04acf775275.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="642.41" OriginalAmount="629.81" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.407843847351" Longitude="-3.6893584957008" StarRating="3" HotelCode="15152|55094|Bed &amp; Breakfast" HotelName="NH Madrid Atocha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo Infanta Isabel 9, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/53/61534566356016a1612ee4baa71c1e53a7c0f17f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located opposite Atocha railway station, an AVE (high-speed) station, and in close pro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="642.79" OriginalAmount="630.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.407254" Longitude="-3.688255" StarRating="4" HotelCode="439753|1966655|Bed &amp; Breakfast" HotelName="Only YOU Hotel Atocha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Infanta Isabel 13, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/e4/ade4f5884de7545484bf07959fb7fdc2c845b6d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="644.48" OriginalAmount="631.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.421455" Longitude="-3.708134" StarRating="4" HotelCode="12124|24594|Bed &amp; Breakfast" HotelName="Emperador" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Grán Via 53, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/56/c356d146eef5f3596c7fcd5e063d52be9577331d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is popular for its central location in the heart of Madrid, on the famous Gran Via...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="648.56" OriginalAmount="635.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.429881295932" Longitude="-3.7146434352007" StarRating="4" HotelCode="320635|104192|Bed &amp; Breakfast" HotelName="Courtyard Madrid Princesa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de la Princesa 40, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/67/3c678b6ac4bf6048f26953f71db8ee691c7a0868.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated close to Plaza de España and the Palacio Real (Royal Palace). A wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="658.62" OriginalAmount="645.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.411819" Longitude="-3.697824" StarRating="4" HotelCode="172000|927455|Bed &amp; Breakfast" HotelName="Catalonia Atocha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Atocha 81, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/21/6121a963267cce891b78d4d34cad6f37540e4b41.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Madrid, in the Triangle of Art, which is home to the most visit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="673.20" OriginalAmount="660.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.413945" Longitude="-3.702857" StarRating="4" HotelCode="26838|24584|Bed &amp; Breakfast" HotelName="Catalonia Puerta del Sol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Atocha 23, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/15/ce15a9c427d18380a1b8a788539d8f53a29951ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This smart luxury hotel is centrally located in Madrid's golden triangle, between the Old Town and t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="674.00" OriginalAmount="660.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.414830611147" Longitude="-3.6989767849445" StarRating="3" HotelCode="13095|1069278|Bed &amp; Breakfast" HotelName="Ibis Styles Madrid Prado" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Callo Prado 11, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/d7/d1d7bac26dc95103b5359627b0b060dc012b4f42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This friendly city hotel is located in the centre of Madrid, close to the Puerta del Sol and the Pas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="681.79" OriginalAmount="668.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.413698" Longitude="-3.70362" StarRating="3" HotelCode="36938|274855|Bed &amp; Breakfast" HotelName="Hotel Cortezo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Doctor Cortezo 3, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/2a/162a5fe8418e2177d749a82fead20e896b9f37e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel in the heart of Madrid is only a few metres from the Puerta del Sol, the Plaza Mayor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="684.13" OriginalAmount="670.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.409958874346" Longitude="-3.6937263607979" StarRating="4" HotelCode="57617|262835|Bed &amp; Breakfast" HotelName="Hotel Paseo del Arte" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Atocha 123, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0d/03/0d037e6d6cb83382e59091d1a0828a84c4704994.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Madrid's Art Triangle, just 300 m from the Atocha AVE Train Station et 450 m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="687.43" OriginalAmount="673.95" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.419473800577" Longitude="-3.699099496007" StarRating="4" HotelCode="12770|24574|Bed &amp; Breakfast" HotelName="Catalonia Gran Via" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía 7-9, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/3b/e93b08c76d0497b325d9e61664f6b3869c656d02.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated at the historical centre of Madrid and offers an ideal atmosphere ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="687.51" OriginalAmount="674.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.419308953948" Longitude="-3.7030295631599" StarRating="3" HotelCode="61928|724285|Bed &amp; Breakfast" HotelName="Anaco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hostel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tres Cruces, 3, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/08/8d0803cc45a98fef2f1e4f504350d3b7e89dc93a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the Plaza del Carmen, right in the heart of Madrid. From here guests can rea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="688.48" OriginalAmount="674.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.427447" Longitude="-3.685018" StarRating="3" HotelCode="36579|396655|Bed &amp; Breakfast" HotelName="NH Madrid Lagasca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Lagasca 64, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/a1/34a1f784e0d1508223a5587a94b5a98dc9c3181f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family friendly, city hotel is located at the heart of the district of Barrios de Salamanca on ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="688.50" OriginalAmount="675.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.417411" Longitude="-3.707583" StarRating="2" HotelCode="32785|hotel_francisco_i_3" HotelName="Francisco I" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Arenal, 15, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/1a/d11a7fb0569aab3c371ba54776d8cc51cbfbdd16.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid's entertainment district just a few minutes from the centre where th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="690.54" OriginalAmount="677.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.405098018332" Longitude="-3.6936217546463" StarRating="4" HotelCode="29377|ac_hotel_carlton_madrid_by_marriott" HotelName="AC Hotel Carlton Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de las Delicias 26, 28045 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/1d/981d589d426be13f9d6d9828ac5752a5fa820295.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located in the heart of the Spanish capital, adjacent to Madrid Atocha railway sta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="695.14" OriginalAmount="681.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.423778289617" Longitude="-3.7115444391479" StarRating="5" HotelCode="468809|2019145|Bed &amp; Breakfast" HotelName="Barceló Torre de Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de España 18, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/bc/08bcf8075b2f441905a85bac896824353ce56ebd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="696.56" OriginalAmount="682.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.418727950848" Longitude="-3.7039522826672" StarRating="4" HotelCode="62490|388115|Bed &amp; Breakfast" HotelName="Liabeny" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Salud 3, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/48/14485c18b6af3b3f25a8aab1d0792e173708a216.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies right in the centre of Madrid between Gran Vía, Plaza del Callao and Puerta del Sol....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="696.60" OriginalAmount="682.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.423470005842" Longitude="-3.7105514834324" StarRating="4" HotelCode="320634|1801458|Bed &amp; Breakfast" HotelName="Dear Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via 80, 14th floor, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/f6/87f66d4e953be6719418d420f4cefe2662c7f5e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="698.32" OriginalAmount="684.63" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.415528003422" Longitude="-3.6970093846321" StarRating="5" HotelCode="19090|CAF395800|Bed &amp; Breakfast" HotelName="Hotel Villa Real" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de las Cortes 10, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/63/93/639309e2c4b42afeb04c871eb3cc3bcc31c6b439.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Madrid, on the Plaza de las Cortes, near the Prado. It is part...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="704.18" OriginalAmount="690.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.413123" Longitude="-3.700828" StarRating="4" HotelCode="172083|927465|Bed &amp; Breakfast" HotelName="Catalonia Plaza Mayor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Atocha 36, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/c8/74c8c9a4273d0e5a78af7a3c01bea457514483ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a building dating back to the early twentieth century, part of the historic ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="710.27" OriginalAmount="696.34" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.452168917958" Longitude="-3.5858426269837" StarRating="4" HotelCode="79475|CAV523800|Bed &amp; Breakfast" HotelName="Hilton Madrid Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de la Hispanidad 2-4, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/0e/570ece160c7987f31acea8415281e2793cf61be7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business and conference hotel is situated in Madrid. The establishment lies just 12 km from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="713.87" OriginalAmount="699.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.42030179" Longitude="-3.70713865" StarRating="4" HotelCode="946968|2355215|Bed &amp; Breakfast" HotelName="Aloft Madrid Gran Via" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Jacometrezo 4, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/32/94322782d794bc8a2c6e5fccbd34fc0631afc731.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="714.68" OriginalAmount="700.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4203" Longitude="-3.706591" StarRating="4" HotelCode="29314|338965|Bed &amp; Breakfast" HotelName="Vincci Capitol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Vía 41, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/30/44309233c4952e99c29ee9c3194336daf5aa3c18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located in the city centre of Madrid, close to Puerta del Sol, Plaza Mayo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="714.76" OriginalAmount="700.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.417113" Longitude="-3.689109" StarRating="4" HotelCode="170577|597085|Bed &amp; Breakfast" HotelName="Petit Palace Savoy Alfonso XII" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alfonso XII 18, Retiro - Puerta de Alcalá, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/be/afbe2d6f949507366be2d036ad1d2a4c1a010a0a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Alfonso XII Street in the impressive Retiro district. It is just 300 m away ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="725.89" OriginalAmount="711.66" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.422426934853" Longitude="-3.7088960588608" StarRating="4" HotelCode="67168|339005|Bed &amp; Breakfast" HotelName="Vincci Via 66" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Via 66, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/b0/44b0016b28107ff69752e3cecb3b19f0f66d399d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of the capital, between Plaza España and the Puerta Del Sol....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="726.36" OriginalAmount="712.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.420392190081" Longitude="-3.7041601538658" StarRating="4" HotelCode="19165|24804|Bed &amp; Breakfast" HotelName="TRYP Madrid Cibeles Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Mesonero Romanos 13, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/63/6163cb5f8ae511ce3048c2b0d8c4b1a90e2951b8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is ideally situated directly on the lively Gran Via, opposite Plaza España...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="731.49" OriginalAmount="717.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.425044230148" Longitude="-3.6781405276126" StarRating="4" HotelCode="410223|338995|Bed &amp; Breakfast" HotelName="Vincci Soma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Goya 79, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/1e/d31eeec907bba8f93dbbce805c0926cac575c487.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Goya Street in the heart of the Salamanca quarter, where culture, shopping ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="734.59" OriginalAmount="720.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.403869022356" Longitude="-3.6901023040485" StarRating="4" HotelCode="162011|382385|Bed &amp; Breakfast" HotelName="AC Atocha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 18/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Delicias 42, 28045 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/66/cd663d6e5542a689b998a15bdc2e54b0b21277aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set in the heart of Madrid, close to the Paseo del Prado. The Reina Sofia, Thyssen-Born...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="735.93" OriginalAmount="721.50" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.417807" Longitude="-3.696212" StarRating="4" HotelCode="18002|1015825|Bed &amp; Breakfast" HotelName="NH Collection Madrid Suecia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Marqués de Casa Riera 4, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/39/70390df089f1ab397d31765d98c61d15479a176d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel enjoys an excellent, central location in the tourist centre of Madrid close to th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="736.87" OriginalAmount="722.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.414831632224" Longitude="-3.6983531713486" StarRating="4" HotelCode="39303|338985|Bed &amp; Breakfast" HotelName="Vincci Soho" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Prado 18, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/a0/d0a03b7d43b169990c053616c9fcbc618bf56b0f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right in the historic centre of Madrid between Puerta del Sol and Plaza de Cibe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="737.96" OriginalAmount="723.49" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.436458659446" Longitude="-3.6884585022926" StarRating="4" HotelCode="29177|67144|Bed &amp; Breakfast" HotelName="Barceló Emperatriz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle López de Hoyos 4, (Junto al Paseo de la Castellana), 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/zz/61ad4cbe72acb336d78395fab62cbd03de8ac578.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming apartment hotel lies in the commercial district of Madrid, close to Castellana Street....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="744.30" OriginalAmount="729.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.422762894137" Longitude="-3.7094950675964" StarRating="4" HotelCode="31486|746375|Bed &amp; Breakfast" HotelName="Senator Gran Vía 70 Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Vía 70, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/5c/935ced050252055e3b893158f26725fe98a20236.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located at the heart of Madrid, just 10 minutes' walk from the Plaza del Sol. The...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="745.68" OriginalAmount="731.06" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.414634566568" Longitude="-3.694712317791" StarRating="4" HotelCode="31862|229136|Bed &amp; Breakfast" HotelName="NH Collection Madrid Paseo del Prado" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Cánovas del Castillo 4, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/59/925966f68033c4b49bb3effc2392e7189e268c09.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the historic centre of Madrid, in the Golden Triangle of Art, w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="751.14" OriginalAmount="736.41" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.419564681616" Longitude="-3.6985845569617" StarRating="4" HotelCode="426246|1874415|Bed &amp; Breakfast" HotelName="Vincci The Mint" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Vía 10, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/536852/a_536852_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Most storeys are accessible by lift. Amenities include a baggage storage service and a safe. Wireles...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="755.41" OriginalAmount="740.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.427048" Longitude="-3.71435" StarRating="5" HotelCode="7857|24674|Bed &amp; Breakfast" HotelName="Meliá Madrid Princesa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference 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,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de la Princesa 27, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/c4/9fc4050c1c564be7d1622bc0991b41f2ab36d8f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated deluxe hotel is in a superb area of Madrid near to the Plaza de España, the Palac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="758.44" OriginalAmount="743.57" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.436015652851" Longitude="-3.6817972362042" StarRating="3" HotelCode="29224|396595|Bed &amp; Breakfast" HotelName="NH Madrid Balboa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nuñez De Balboa, 112, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/be/f0be2edc3524a70e7028aa98e93c8a86892ab660.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located close to the city centre (2 km) where there are many shopping venues, bars and restaurants. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="761.04" OriginalAmount="746.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.462482724416" Longitude="-3.6146306991577" StarRating="4" HotelCode="30999|398655|Bed &amp; Breakfast" HotelName="Novotel Madrid Campo de las Naciones" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Amsterdam 3, Campo de las Naciones, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/69/21695c127f32d34acee3c1cc8a4d43374fe3d906.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set right next to the IFEMA, the Parque Juan Carlos I and the Palacio de Congresos.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="764.26" OriginalAmount="749.27" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.419830641568" Longitude="-3.7012660503388" StarRating="4" HotelCode="30862|324935|Bed &amp; Breakfast" HotelName="NH Collection Madrid Gran Vía" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía 21, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/35/2835d2759134b280fcdc9d65985b1b26bed539af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located at the heart of Madrid, close to a wide selection of shopping and en...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="768.12" OriginalAmount="753.06" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41411" Longitude="-3.701624" StarRating="5" HotelCode="171805|396685|Bed &amp; Breakfast" HotelName="NH Collection Madrid Palacio de Tepa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>San Sebastian 2, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/72/b07279fb8d7639d7bd6ff3f44d40eb78e73cef75.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="781.70" OriginalAmount="766.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.458864451812" Longitude="-3.6909958720207" StarRating="4" HotelCode="30764|75824|Bed &amp; Breakfast" HotelName="AC Cuzco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de la Castellana 133, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/eb/b6ebda090324d719b711f07479adf7f85aa4d99f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is situated in the business centre of Madrid just 500 m from the congress palace....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="782.05" OriginalAmount="766.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41477352" Longitude="-3.70705099" StarRating="0" HotelCode="859892|2407165|Bed &amp; Breakfast" HotelName="Pestana Plaza Mayor Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="24 Hour Security,Air Conditioning,Bar,Business Centre,Conference Hall,Dining,Heated Pool,Internet,Laundry,Massage Centre,Meeting Room,Parking,Restaurant,Room Service,Sauna,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Imperial 8, 28002 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/c2/eac26af2928fc2880fbb05671f6b40203243cd04.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Pestana Plaza Mayor Madrid is a unique and unparalleled luxury hotel, paying tribute to the work...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="799.57" OriginalAmount="783.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.414562067245" Longitude="-3.6994890868664" StarRating="4" HotelCode="58153|52854|Bed &amp; Breakfast" HotelName="Catalonia Las Cortes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Prado 6, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/33/5033308603526509572c5239b63cb8ca55c7576b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This new, charming hotel lies in Las Letras, the historical centre of Madrid, within a short distanc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="810.26" OriginalAmount="794.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.415152" Longitude="-3.699136" StarRating="4" HotelCode="82258|868235|Bed &amp; Breakfast" HotelName="Suite Prado" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Manuel Fernández y González 10, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/6c/be6c376bdafdec47d0e25ac18969f28447149706.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="810.54" OriginalAmount="794.65" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.412589" Longitude="-3.693984" StarRating="4" HotelCode="166292|390735|Bed &amp; Breakfast" HotelName="Radisson Blu Madrid Prado" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Moratin 52, Plaza de Platerias Martinez, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/bb/b0bb369fd881b28863fd200477b9af7fe8c9b40d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With an incredible location just steps from the Museo del Prado (100 metres) and next to the Caixa F...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="810.99" OriginalAmount="795.09" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.417608" Longitude="-3.698623" StarRating="4" HotelCode="24549|338975|Bed &amp; Breakfast" HotelName="Vincci Centrum" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Cedaceros 4, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/b7/e2b74e72537373ff0735a29728f52030b369e1ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just a few paces from the Museo del Prado, various shopping and entertainment ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="840.67" OriginalAmount="824.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.49193239" Longitude="-3.59205507" StarRating="4" HotelCode="436459|2247435|Bed &amp; Breakfast" HotelName="Air Rooms Madrid Airport By Premium Traveller" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Avenida De La Hispanidad 1 Floor, Madrid Airport Terminal 4, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/ca/b9cac8e5f6ea5d11523e4abd406076b1280af5b4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="842.20" OriginalAmount="825.69" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.419675449152" Longitude="-3.7074512243271" StarRating="4" HotelCode="31365|1608178|Bed &amp; Breakfast" HotelName="Preciados" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Preciados 37, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/68/ad685d97039ba138a37e1d1aff93cb9f430927db.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive, hotel is situated in the centre of Madrid, close to the Gran Vía and the Purta del ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="844.58" OriginalAmount="828.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.422234036303" Longitude="-3.6811146140099" StarRating="4" HotelCode="36937|55254|Bed &amp; Breakfast" HotelName="H10 Puerta de Alcalá" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alcalá 66, Barrio de Salamanca, 28009 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/f4/25f457f49502f5ae2f9b2c4022950b98022a9886.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located in the business district of Madrid near the Retiro Park. It is just a f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="852.39" OriginalAmount="835.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4104159" Longitude="-3.6954733" StarRating="4" HotelCode="266904|3356685|Bed &amp; Breakfast" HotelName="Woo Travelling Atocha 107 HOMTELS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Atocha 107, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/91/bd91af053d2132142ed5a56d2f664b02461ad40e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="854.37" OriginalAmount="837.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.462331711859" Longitude="-3.6154246330261" StarRating="4" HotelCode="169162|238866|Bed &amp; Breakfast" HotelName="Pullman Madrid Airport &amp; Feria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Capital de España 10, Campo de las Naciones, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/aa/a4aa822de92fe0227edc6bdfa49c7a9471631899.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Campo de las Naciones, Madrid, opposite the Congress Palace and IFEMA Exhibi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="855.50" OriginalAmount="838.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.451282385711" Longitude="-3.6937612295151" StarRating="4" HotelCode="30716|24634|Bed &amp; Breakfast" HotelName="Holiday Inn Madrid Bernabeu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Carlos Trias Bertran 4, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/13/0c/130cf7e687836196ed68f6d2cdb7d8a3bc993799.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is well positioned at the heart of Madrid's commercial and financial district. Su...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="856.67" OriginalAmount="839.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.436393331468" Longitude="-3.6901563405991" StarRating="5" HotelCode="47238|24564|Bed &amp; Breakfast" HotelName="InterContinental Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Castellana 49, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/6c/826ce71fbcb335fbcd2ab8ff6514a8432184a2a1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This excellent, popular luxury hotel lies on the wonderful Castellana boulevard just a short bus rid...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="857.80" OriginalAmount="840.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.486546679076" Longitude="-3.703472" StarRating="5" HotelCode="57590|1635858|Bed &amp; Breakfast" HotelName="Eurostars Suites Mirasierra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Alfredo Marquerie 43, 28034 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/0d/c60d02ad0d6cb78bd520e8b5c91f9f1e8993b5ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid, in a quiet residential area in the north of the city. It lies only ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="883.52" OriginalAmount="866.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.418897439671" Longitude="-3.7100797891617" StarRating="4" HotelCode="15428|98179|Bed &amp; Breakfast" HotelName="Opera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cuesta De Santo Domingo 2, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/af/2aafe9e7e89aa39d0bace0f83d31849d175c348d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This small, family-run hotel is situated directly in the city centre, opposite the Madrid Opera Hous...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="887.12" OriginalAmount="869.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4222206" Longitude="-3.6957049" StarRating="4" HotelCode="267129|1063718|Bed &amp; Breakfast" HotelName="Only YOU Boutique Hotel Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Barquillo 21, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/5a/e15abfa1dd93cbb115ebab435640ae93dbcc4521.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="887.55" OriginalAmount="870.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.420676" Longitude="-3.707359" StarRating="4" HotelCode="284119|960315|Bed &amp; Breakfast" HotelName="Indigo Madrid - Gran Via" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Silva 6, Madrid 28013</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/1a/051a8c4a3cfcf6b3a0cc8bd7d8e56b686be7a137.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="889.78" OriginalAmount="872.33" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.427" Longitude="-3.687348" StarRating="4" HotelCode="37614|38284|Bed &amp; Breakfast" HotelName="ICON Embassy by Petit Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Serrano 46, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/f2/71f241b1b1641d39874becce315293588e553fc9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located in the business district of Madrid within a short distance of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="893.10" OriginalAmount="875.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.425259" Longitude="-3.682138" StarRating="4" HotelCode="38262|58384|Bed &amp; Breakfast" HotelName="Catalonia Goya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Goya 49, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/8d/418ddba6041ee8f5a1fe52ba3ab6da08c9950dea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the "Calle Goya", in the elegant Salamanca quarter. Here guests will find al...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="896.58" OriginalAmount="879.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.46138" Longitude="-3.6921" StarRating="0" HotelCode="842312|the_level_at_melia_castilla" HotelName="The Level at Meliá Castilla" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="24 Hour Security,Air Conditioning,ATM/Cash Machine,Babysitting,Banquet Hall,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Dining,Fax,Garden,Golf,Laundry,Lounge,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Sauna,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Poeta Joan Maragall 43, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/28/5528fa7468deda4e5c20a6dbada4fe8bc997842e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoy an exclusive experience in a unique environment with a personalised service at The Level at Me...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="920.70" OriginalAmount="902.65" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.426191753964" Longitude="-3.6889965387927" StarRating="4" HotelCode="37045|24724|Bed &amp; Breakfast" HotelName="NH Collection Madrid Colón" 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,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Marqués de Zurgena 4, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/a6/90a6d7fa0eed4437bc6380551a9d3e126c17ad31.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Madrid's central district of Salamanca, close to the Plaza de Colón and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="924.34" OriginalAmount="906.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.415170064639" Longitude="-3.6967662279098" StarRating="4" HotelCode="446069|2233655|Bed &amp; Breakfast" HotelName="DoubleTree by Hilton Madrid-Prado" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle San Agustín 3, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/3a41bc027649685b/64/649ac71a42fe1a62/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="924.92" OriginalAmount="906.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.411703" Longitude="-3.697576" StarRating="4" HotelCode="326453|24794|Bed &amp; Breakfast" HotelName="TRYP Madrid Atocha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Atocha 83, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/ea/42eaba93723fa557afc187179877477f76eece74.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located at the heart of Madrid and just a few paces from the Museo del Prado...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="935.34" OriginalAmount="917.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.419576411699" Longitude="-3.6996352672577" StarRating="4" HotelCode="78724|iberostar_las_letras_gran_via" HotelName="Iberostar Las Letras Gran Via" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Via 11, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/58/3f/583fcfd7f81e28a28bf94ce9744e83c801d9097e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Gran Vía Avenue, the hotel is a 10-minute walk from the Thyssen-Bornemisza and Prado muse...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="946.29" OriginalAmount="927.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.416405" Longitude="-3.698651" StarRating="5" HotelCode="36857|98385|Bed &amp; Breakfast" HotelName="Hotel Urban" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrera de San Jerónimo 34, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/6e/fc6e52983eb1d49c7508b97374854a539d6ab087.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is wonderfully situated at the heart of Madrid, surrounded by cultural venues, countless ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="980.57" OriginalAmount="961.34" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.419239162882" Longitude="-3.6971620779099" StarRating="5" HotelCode="314388|1625628|Bed &amp; Breakfast" HotelName="The Principal Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Marqués de Valdeiglesias 1, Corner Of Gran Via 2, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/f9/cff9cde7f22691b0bcf6b9059c020c72143ac2e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the upscale area of Gran Vía street, near Alcalá street and a few steps away from Cibeles Square,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="982.40" OriginalAmount="963.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.42395331953" Longitude="-3.6852157115936" StarRating="4" HotelCode="38281|311545|Bed &amp; Breakfast" HotelName="ICON Wipton by Petit Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Jorge Juan 17, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/7e/937ed6ba3d1618f4e9004ff9d1313c90e5d00504.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the exclusive and luxurious commercial district of Serrano, at the heart o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="994.28" OriginalAmount="974.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.455825" Longitude="-3.689702" StarRating="4" HotelCode="46622|24504|Bed &amp; Breakfast" HotelName="AC Hotel Aitana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Castellana 152, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/63/0a6311102972c31b7457e66cb545bd77f2115bb8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upper-mid range hotel is located in the town centre of Madrid, on the Paseo de la Castellana, c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="998.54" OriginalAmount="978.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.43487307" Longitude="-3.67896929" StarRating="4" HotelCode="589737|2523275|Bed &amp; Breakfast" HotelName="Heritage Madrid Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Diego De León 43, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/1e/b31e88edf069768b47d5780b287f860b8a6f615b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The upper floors of the hotel can be accessed by lift. A baggage storage service, a bar and a transf...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1021.20" OriginalAmount="1001.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.422328985989" Longitude="-3.6891934275627" StarRating="4" HotelCode="79885|725675|Bed &amp; Breakfast" HotelName="VP Jardín de Recoletos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gil de Santivañes 6, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c5/e1/c5e122c35bc855257197da1e948cedf857d1da9b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A very short walk from this hotel in the heart of the Salamanca district, guests can visit famous la...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1043.46" OriginalAmount="1023.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.435405238061" Longitude="-3.6854785680771" StarRating="4" HotelCode="7856|melia_galgos" HotelName="Meliá Madrid Serrano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Claudio Coello 139, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/5c/f15cc8f0a588e970b84ad6dc738c68442895d0bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Lying at the heart of the Salamanca district of the city, this hotel is situated close to the main s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1046.34" OriginalAmount="1025.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.42007916" Longitude="-3.70369994" StarRating="4" HotelCode="586826|2388625|Bed &amp; Breakfast" HotelName="Hyatt Centric Gran Via Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via 31, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/03/4903263531df3350afbec4726260e1b1fbc278e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a bar, room service, a conference room and a business centre. Wireless internet acc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1049.40" OriginalAmount="1028.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.417880500328" Longitude="-3.6998552083969" StarRating="3" HotelCode="16557|319015|Bed &amp; Breakfast" HotelName="Regina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alcalá, 19, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f7/36/f736f42f33eedbb8a874590cd9140c2ae98f6b7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madrid, only a few metres from Puerta del Sol Square. From th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1058.58" OriginalAmount="1037.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.421488217176" Longitude="-3.6893905699253" StarRating="4" HotelCode="66236|111232|Bed &amp; Breakfast" HotelName="AC Hotel Recoletos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Recoletos 18, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/4c/564cb65a79ef374437dcb7a4dc41f7c0e509b3d3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in the centre of Madrid, just 600 metres from Puerta del Sol and the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1120.56" OriginalAmount="1098.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41973075282" Longitude="-3.704108603769" StarRating="3" HotelCode="29799|24614|Bed &amp; Breakfast" HotelName="Avenida Gran Vía" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesoneros Romanos 14, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/51/e551f8a8c48abf81eb5fa3da3a333cac8ed12f02.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This straightforward hotel enjoys a splendid location. Madrid's countless shops and cultural venues ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1129.45" OriginalAmount="1107.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.420110720997" Longitude="-3.700916689584" StarRating="4" HotelCode="570141|2221955|Bed &amp; Breakfast" HotelName="Hotel Círculo Gran Vía, Autograph Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía 24, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/14/e4149742ca0445ac506bbc7d762f891c3c381c9d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A safe, a restaurant, a bar, a conference room and a business centre are available to guests of the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1147.52" OriginalAmount="1125.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.42268" Longitude="-3.71179" StarRating="5" HotelCode="621058|2281655|Bed &amp; Breakfast" HotelName="VP Plaza España Design" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de España 5, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/f6/2df68d2d2723fe58388566cfabc32a2b34351afb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1147.69" OriginalAmount="1125.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.420677362387" Longitude="-3.6892905735065" StarRating="5" HotelCode="73748|68684|Bed &amp; Breakfast" HotelName="Hotel Hospes Puerta Alcalá" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de la Independencia 3, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/ff/bdfff51ad978e7775d543ba6e4897a28f3d515b6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Independence Square, right in the centre of Madrid. It offers wonderful vie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1179.65" OriginalAmount="1156.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.438792" Longitude="-3.691606" StarRating="5" HotelCode="25011|24624|Bed &amp; Breakfast" HotelName="Hesperia Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Castellana 57, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/ef/50efeb3205649618326e0e1c4721e999af50f16a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is located directly in the commercial and shopping district of Madrid clos...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1184.63" OriginalAmount="1161.40" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.426850376113" Longitude="-3.6981715889549" StarRating="5" HotelCode="935979|1232188|Bed &amp; Breakfast" HotelName="URSO Hotel &amp; Spa Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mejía Lequerica 8, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/e9/2ae916261fbedf9c4710f9b855a51127e932e8c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotle is 5 minutes’ walk from the Alonso Martínez metro station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1377.80" OriginalAmount="1350.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.422228458184" Longitude="-3.6841141553061" StarRating="5" HotelCode="45653|343225|Bed &amp; Breakfast" HotelName="Wellington" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Velazquez 8, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/56/8f5677082d436f19353cc101132fee214c0a12d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the sophisticated district of Salamanca, only a mile and a half from Puerto del Sol and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1389.78" OriginalAmount="1362.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.426418" Longitude="-3.68939" StarRating="5" HotelCode="18759|131674|Bed &amp; Breakfast" HotelName="Gran Meliá Fénix" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Hermosilla 2, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/c8/33c88264b3aa322b45d50c777817d6eb0d79f5b2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally located directly on the Paseo de la Castellana and the Plaza de Colon, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1392.06" OriginalAmount="1364.76" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.417741346161" Longitude="-3.6890393558197" StarRating="5" HotelCode="36873|35844|Bed &amp; Breakfast" HotelName="Hotel Palacio Del Retiro, Autograph Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alfonso XII 14, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/72/9f72885864c79d46b2028561b5edf5d22063ef67.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This excellent luxury hotel lies in the pleasant Spanish district of Retiro close to various famous ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1515.37" OriginalAmount="1485.66" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.415936555565" Longitude="-3.6995199145066" StarRating="3" HotelCode="149981|1020068|Bed &amp; Breakfast" HotelName="Gran Hotel Inglés" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Echegaray 8, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/6c/b96c484f73ce3d7ab0f8cb4532469ac73a33f1ef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1562.60" OriginalAmount="1531.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.415186966229" Longitude="-3.6950433254242" StarRating="5" HotelCode="18551|24844|Bed &amp; Breakfast" HotelName="The Westin Palace, Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de las Cortes 7, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/27/c8/27c838fad09b6465304fb1a44cdbc3e8dcff8243.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is situated in the centre of Madrid, close to Parliament Square and the Old Town. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1636.60" OriginalAmount="1604.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41320061" Longitude="-3.70107705" StarRating="0" HotelCode="768799|2399265|Bed &amp; Breakfast" HotelName="CoolRooms Atocha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Babysitting,Smoking Rooms">
        <Address>
          <AddressLines>
            <AddressLine>Calle Atocha 34, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2f/53/2f53b76f04e7d9cf0ff7dc74c0cc56e0fe166d17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A buffet breakfast is served every morning at the property. There is an in-house restaurant, which s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1656.60" OriginalAmount="1624.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.426496608054" Longitude="-3.685585517339" StarRating="3" HotelCode="410370|387025|Bed &amp; Breakfast" HotelName="TÓTEM Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Hermosilla 23, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/2d/492d63c162ea80a18302eb28dda4c321208ba3c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In a privileged location in the heart of the city’s boutique shopping area, the hotel is perfectly p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1668.10" OriginalAmount="1635.39" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.428177641302" Longitude="-3.6836543132936" StarRating="5" HotelCode="30319|386715|Bed &amp; Breakfast" HotelName="Bless Hotel Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle De Velázquez 62, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/4b/c04bd26f6d25c01761ef6a8281d6036594b1d85e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is wonderfully located in the centre of Madrid. The nearest public transport ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1695.18" OriginalAmount="1661.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.419644819027" Longitude="-3.7097096443176" StarRating="5" HotelCode="18757|24784|Bed &amp; Breakfast" HotelName="Gran Meliá Palacio de los Duques" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cuesta de Santo Domingo 5 y 7, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2e/0c/2e0c3dcca68adb76c06db86bc29921794f90a597.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This opulent luxury hotel is centrally located in Madrid's exquisite historical centre. It is just a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2005.21" OriginalAmount="1965.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.430956596371" Longitude="-3.6932502686977" StarRating="5" HotelCode="22629|35854|Bed &amp; Breakfast" HotelName="Hotel Santo Mauro, Autograph Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Zurbano 36, 28010 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/0a/280a3d9270928102a25709c82255fde9621e41ee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious city hotel is located in Chamberi, not far from the famous Paseo de la Castellana. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2247.02" OriginalAmount="2202.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.428460614137" Longitude="-3.6862201988697" StarRating="5" HotelCode="176152|1608388|Bed &amp; Breakfast" HotelName="Unico" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Claudio Coello 67, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/cb/c5cb38edf251aa2c12fdcf0735c88400696e9c4a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is located in the most cosmopolitan and elegant area of the capital, the no...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2562.32" OriginalAmount="2512.08" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.427238620959" Longitude="-3.6932247877121" StarRating="5" HotelCode="31354|311995|Bed &amp; Breakfast" HotelName="Hotel Orfila" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Orfila 6, 28010 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/1fe620b097f54f6084bd28262f1bacb9.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is situated in the leisure district of Madrid in one of the most exclusive distric...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="3484.54" OriginalAmount="3416.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.430051" Longitude="-3.688378" StarRating="5" HotelCode="19192|CAF491700|Bed &amp; Breakfast" HotelName="Villa Magna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Castellana 22, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/af/afc8a02c5397ab28/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With its large boulevards, splendid plazas, palaces and renowned international museums, Madrid is on...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="4878.40" OriginalAmount="4782.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.415619899377" Longitude="-3.6925810575485" StarRating="5" HotelCode="16764|24774|Bed &amp; Breakfast" HotelName="Ritz Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de la Lealtad 5, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/67/e16792da161a57b3b398fecf04a1a764d492c161.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious modern hotel is situated in the heart of Madrid, within walking distance of numerous ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Internet,Restaurant,Room Service,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Laundry,Nightclub,Telephone Service,Fax,Diet Meals,Lounge,Garden,Massage Centre,Sauna,Shopping Arcade,Bicycle Rental,Jacuzzi,Swimming Pool,Wheelchair Access,Spa,Heated Pool,Kitchen,24 Hour Security,Dining,24 Hour Room Service,Concierge,Business Centre,Meeting Room,Parking,Babysitting,Smoking Rooms,ATM/Cash Machine,Banquet Hall,Printer</BasicAmenities>
    <HotelRating>4,5,3,1,2</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,CONFERENCE HOTEL,HOTEL DE CHARME,BUSINESS HOTEL,HISTORIC HOTEL,AIRPORT HOTEL,HOTEL,FAMILY-FRIENDLY HOTEL,HOSTEL,APARTMENT,APARTMENT HOTEL,ECO HOTEL,SPA HOTEL,VILLAGE,GUEST HOUSES,GUESTHOUSE,GUEST HOUSE,HOSTELS</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
40e1b1ec-535c-40af-aefe-f65a3a3fe35f|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="40e1b1ec-535c-40af-aefe-f65a3a3fe35f">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="26992" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-23T00:00:00" End="2026-06-26T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="AE" 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
40e1b1ec-535c-40af-aefe-f65a3a3fe35f|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
40e1b1ec-535c-40af-aefe-f65a3a3fe35f|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-06-12T10:36:54.3965311+01:00" Version="0" EchoToken="Search" TransactionIdentifier="40e1b1ec-535c-40af-aefe-f65a3a3fe35f" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="215.01" OriginalAmount="210.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.354234" Longitude="-3.830659" StarRating="3" HotelCode="61848|387475|Bed &amp; Breakfast" HotelName="Holiday Inn Express Madrid - Alcorcon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Argentina S/n, Alcorcon, 28922 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/4d/6a4dc28b0d83aabd5a72e8f99441249d9f4f6409.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Alcorcón in a convenient setting south west of Madrid and is very well conn...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="233.42" OriginalAmount="228.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.444416641378" Longitude="-3.6554197643918" StarRating="3" HotelCode="38298|393905|Bed &amp; Breakfast" HotelName="Travelodge Madrid Torrelaguna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Torrelaguna 69, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/e8/c3e89468aee6bd8bccb48bbcdb808ce96f9f8984.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated right in the region's main business district. There is a link to the pub...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="237.51" OriginalAmount="232.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.332263315584" Longitude="-3.7027604429916" StarRating="3" HotelCode="284796|1593438|Bed &amp; Breakfast" HotelName="Vértice Roomspace Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Laguna Dalga 4, 28021 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/40/0e409cca12e63d234a55293cff0f3fe1d6a97d27.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="238.20" OriginalAmount="233.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.436916985145" Longitude="-3.6311347901783" StarRating="1" HotelCode="263671|1455918|Bed &amp; Breakfast" HotelName="Travelodge Madrid Alcalá" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Santa Leonor 34, 28037 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/bc/a6bc5374b8b0e2d4ac41e7281121269e97a1d063.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="242.92" OriginalAmount="238.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.458646083947" Longitude="-3.5823985934257" StarRating="4" HotelCode="29260|2095205|Bed &amp; Breakfast" HotelName="Senator Barajas Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Galeón 27, Next to Adolfo Suárez Madrid-Barajas Airport and IFEMA, Barajas, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/72/4d720dcddfec7543958d5cf370fccf4afb4be9dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located approximately 1 km from Madrid Barajas Airport. It offers an exclusive ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="250.89" OriginalAmount="245.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.439351801307" Longitude="-3.6261788049536" StarRating="2" HotelCode="113307|184306|Bed &amp; Breakfast" HotelName="ibis Madrid Calle Alcalá" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Valentin Beato 20, 28037 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/50/d150e243d5c7b3fc9a70dbbe10a2d090b449ab68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies 9 km from the famous Puerta del Sol Square.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="257.80" OriginalAmount="252.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.45442345" Longitude="-3.70145194" StarRating="2" HotelCode="613406|2546635|Bed &amp; Breakfast" HotelName="Far Home Bernabeu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle de las Mercedes 13, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/bd/38bdf8c4782f7ae4b36166d422de98c8effc66c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="258.78" OriginalAmount="253.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.447343320741" Longitude="-3.5428972681056" StarRating="3" HotelCode="395302|355765|Bed &amp; Breakfast" HotelName="B&amp;B Hotel Madrid Airport T1 T2 T3" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Lola Flores 2, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/5f/1b5f242c6c21d11412b7cbf31f2c0bb27d8763ed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated directly on the A2 motorway, with easy access to all the major ring roads. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="270.50" OriginalAmount="265.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.39610371288" Longitude="-3.670543266201" StarRating="1" HotelCode="445332|2423715|Bed &amp; Breakfast" HotelName="ibis budget Madrid Calle 30" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Lozano 3, 28053 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/46/b1462cc0ae3c8323509815450098eb3b4699efc4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="274.98" OriginalAmount="269.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.360178765032" Longitude="-3.6650237977831" StarRating="4" HotelCode="53748|57004|Bed &amp; Breakfast" HotelName="Hotel Mercader" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Eje 2-7, Poligono Alimentario Mercamadrid, Villa de Vallecas, 28053 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/19/2d19ebc36d6df4cc1b9589935d75ddaefb013dea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to the Mercamadrid, the largest food market in Europe, close to the M 4...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="276.57" OriginalAmount="271.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.432545454869" Longitude="-3.6562432106396" StarRating="1" HotelCode="349767|5020755|Bed &amp; Breakfast" HotelName="ibis budget Madrid Centro las Ventas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Siena 10, Paralela Con Alcala 271, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/f3/14f34bed9e4dbafa46e6794a3cf03ec81d457983.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="289.26" OriginalAmount="283.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.447388917667" Longitude="-3.5803155423279" StarRating="3" HotelCode="899437|355865|Bed &amp; Breakfast" HotelName="Aparthotel Compostela Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Village,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Restaurant,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Zambrana 4, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/13/b51372a290f98835fe8bfecb9fdaa0740d69a789.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly apartment hotel provides easy access to the M21, M22, M40 and A2 motorways, as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="293.66" OriginalAmount="287.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.372858" Longitude="-3.743114" StarRating="3" HotelCode="31353|1634988|Bed &amp; Breakfast" HotelName="Hotel Eco Via Lusitana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Secoya 2, 028044 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/56/8e563d9f0a5cc8271402454b475ab0a83f978b02.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fabulous hotel is just 5 km from Madrid's lively, pulsing centre. The crowd pleasing Warner Bro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="295.81" OriginalAmount="290.01" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.472867167395" Longitude="-3.5821875584115" StarRating="3" HotelCode="65117|222136|Bed &amp; Breakfast" HotelName="Hotel Villa de Barajas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Logroño 331, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/65/f165c3aad546ad113e1d1f31e47fa31d0920f0a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="300.49" OriginalAmount="294.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.512648555833" Longitude="-3.6762316524983" StarRating="4" HotelCode="96602|996555|Bed &amp; Breakfast" HotelName="Holiday Inn Madrid - Las Tablas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle María Tubau 16, 28050 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/56/2f/562f99afda07665188257a4b900a398a8e7ec0bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in the north of Madrid in the commercial district of Fuencarral, Charmatín and the ex...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="306.29" OriginalAmount="300.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.372309" Longitude="-3.640692" StarRating="1" HotelCode="212866|5007695|Bed &amp; Breakfast" HotelName="ibis budget Madrid Vallecas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Casas de Miravete 17, Poligono Industrial Vallecas, 28031 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/87/e987f097d6a6e128268bb43ee086c3983696a4d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="307.03" OriginalAmount="301.01" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.416024506087" Longitude="-3.7017413220092" StarRating="2" HotelCode="113300|1875395|Bed &amp; Breakfast" HotelName="Hostal Matheu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Victoria 6, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c9/ac/c9aca30ad043461a7fa92c84e19451b6a037b70c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="307.83" OriginalAmount="301.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.457318514505" Longitude="-3.6467675864697" StarRating="4" HotelCode="410221|382305|Bed &amp; Breakfast" HotelName="All In Hotel Suites Feria de Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Moscatelar 31, 28043 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/69/91696eb284cecc4c733eb4a6a4c2fe06c1499358.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in one of the most exclusive neighbourhoods in Madrid, Ciudad Lineal, just a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="309.08" OriginalAmount="303.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.394154" Longitude="-3.707749" StarRating="4" HotelCode="30654|312625|Bed &amp; Breakfast" HotelName="Hotel Praga" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Antonio Lopez 65, 28019 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/56/aa560c0be87d61d8a18b9bd43d912d34fdc1e92c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel is located close to the M-30 ring road, and the centre of Madrid is arou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="311.24" OriginalAmount="305.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.419387" Longitude="-3.625247" StarRating="3" HotelCode="31857|324995|Bed &amp; Breakfast" HotelName="Silken Torre Garden Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hermanos García Noblejas 190, 28037 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/cb/1ecbec7f32d010fd45a3988b0059adb9cf95e562.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel enjoys an excellent location in the north of Madrid, just 15 minutes from the cit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="313.74" OriginalAmount="307.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.514788860519" Longitude="-3.6734053126283" StarRating="4" HotelCode="284244|996535|Bed &amp; Breakfast" HotelName="Hotel Dome" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Lounge,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carretera de Fuencarral a Alcobendas km 8, 28050 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/eb/99eb0363ce5df8f362fe324fdca0fce796ef9dff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="315.41" OriginalAmount="309.23" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.391911115278" Longitude="-3.6958940308176" StarRating="3" HotelCode="113314|865625|Bed &amp; Breakfast" HotelName="Gran Legazpi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Chopera 71, 28045 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/9e/8e9ee3a6503e89c20eb6c1f33441e23bfb77b27d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located very close to Madrid’s shopping, cultural and financial centre, next to the em...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="316.56" OriginalAmount="310.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.473089486686" Longitude="-3.5853624343872" StarRating="4" HotelCode="113312|1141818|Bed &amp; Breakfast" HotelName="täCH Madrid Airport Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>C/ Timon 35, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/185314/185314a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="319.88" OriginalAmount="313.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.452915204396" Longitude="-3.61323595047" StarRating="4" HotelCode="51894|295985|Bed &amp; Breakfast" HotelName="Hotel Osuna Feria Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Luis de la Mata 18, Madrid 28042</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/9d/3a9de01571d1df7cc3922e0b307f69e3af8e8a97.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies next to a quiet garden. With the free shuttle service, guests will quickly and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="320.10" OriginalAmount="313.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.469799969984" Longitude="-3.5808435759633" StarRating="2" HotelCode="113308|183416|Bed &amp; Breakfast" HotelName="ibis Madrid Aeropuerto Barajas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida General 49, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/6c/046c53f5bb60af45a6d6287f04db1c88e243ad8b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 1 km from Madrid-Barajas Airport and IFEMA Exhibition Centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="326.40" OriginalAmount="320.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.421084419798" Longitude="-3.7147602438927" StarRating="3" HotelCode="16258|hotel_principe_pio" HotelName="Principe Pio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cueste de San Vicente 14, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/8a/798ac490034a63eb0befb17e88c66239bcaf494c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel lies just a few minutes from the centre of Madrid where guests will discover m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="332.33" OriginalAmount="325.81" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.558445702613" Longitude="-3.6137562990189" StarRating="3" HotelCode="37293|57014|Bed &amp; Breakfast" HotelName="NH San Sebastián de los Reyes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Europa 11, 28700 San Sebastian de los Reyes, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/0c/bd0c22dd92fd85eb85c83cc95d49b302412b575b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located within the San Sebastián de los Reyes business park, 15 km from Madrid. The Ci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="333.25" OriginalAmount="326.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.445616985322" Longitude="-3.5431729291547" StarRating="3" HotelCode="263672|1182268|Bed &amp; Breakfast" HotelName="Hotel TRYP Madrid Airport Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="apartment" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Lola Flores 4-17, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/14/fd1461437e2c217ac5364ff5b3d036150ec49859.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="336.74" OriginalAmount="330.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.470975" Longitude="-3.579981" StarRating="4" HotelCode="37965|383055|Bed &amp; Breakfast" HotelName="Clement Barajas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida General, 43, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/2b/f82bae27e6574dfaf6d898fe684572ce1cd0f73b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just 500 m from a park and about 12 km from the city centre. Links to the publ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="338.11" OriginalAmount="331.48" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.413381066805" Longitude="-3.7012628112946" StarRating="2" HotelCode="149045|4744695|Bed &amp; Breakfast" HotelName="Hostal Cervelo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Atocha 43, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/63/0863e9d0b51fa3e4f8ef901687a7de821581f1fa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="338.33" OriginalAmount="331.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.470800134942" Longitude="-3.7687879800796" StarRating="4" HotelCode="36966|386225|Bed &amp; Breakfast" HotelName="Eurostars Zarzuela Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Dario Aparicio 32, 28023 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/7b/ce7b3ef3edb6d7c2f27744a8c4e7b4611979b3fe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated in the northern district of Madrid. Wonderful gardens surround the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="343.92" OriginalAmount="337.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.450388" Longitude="-3.612982" StarRating="3" HotelCode="55056|725055|Bed &amp; Breakfast" HotelName="Globales Acis y Galatea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Galatea 6, 28042 Barajas</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/0e/c00ebab97ab3488b5c13673694c6cf63d804cc6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel is situated in La Piovera about a 10-minute drive from Madrid's old town with i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="350.15" OriginalAmount="343.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.436533" Longitude="-3.621056" StarRating="4" HotelCode="32665|312005|Bed &amp; Breakfast" HotelName="Hotel ILUNION Alcalá Norte" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle San Romualdo 30, 28037 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/6f/a86ffc6c225f214fd83e0a50a11fdb851d060de8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the north west of Madrid in the Julian Camarillo and near Alcala Street. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="354.62" OriginalAmount="347.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.443887381631" Longitude="-3.6726863453977" StarRating="3" HotelCode="32147|98828|Bed &amp; Breakfast" HotelName="Sercotel Togumar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Canillas 59, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/53/29530c41eb10bdd6bfa35034c22427f2f324e426.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is in a privileged location, just 10 minutes from Madrid Airport, Chamartín t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="354.81" OriginalAmount="347.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.456854" Longitude="-3.647615" StarRating="4" HotelCode="30679|394905|Bed &amp; Breakfast" HotelName="Zenit Conde Orgaz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Moscatelar 24, 28043 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5e/38/5e385f10fae57b649b4cfd4393d463af8f193e54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is situated close to the Juan Carlos I trade centre and the congress cent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="365.26" OriginalAmount="358.10" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.422238811889" Longitude="-3.7115634763669" StarRating="3" HotelCode="47226|385815|Bed &amp; Breakfast" HotelName="Hotel Cason del Tormes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Rio 7, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a7/13/a71344eea2dba7bc14eff5875df2804d4c9d3b5e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the tourist centre of Madrid within walking distance of many of the to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="365.87" OriginalAmount="358.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.43" Longitude="-3.7085" StarRating="3" HotelCode="15150|55084|Bed &amp; Breakfast" HotelName="Leonardo Hotel Madrid City Center" 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,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Alberto Aguilera 18, 28015 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/cb/a7/cba7277d7201aa73acf32d1f23cef67f193e6a6f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located in the tourist centre of Madrid, close to Plaza de España and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="367.12" OriginalAmount="359.92" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.436054" Longitude="-3.679347" StarRating="4" HotelCode="178195|866015|Bed &amp; Breakfast" HotelName="Dormirdcine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Príncipe de Vergara, 87, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/93/76/937640995f31c98b1e25e91ef851d579929d8053.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the central Salamanca district (2.5 km from the centre), very close to the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="369.67" OriginalAmount="362.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.411321657713" Longitude="-3.693164302701" StarRating="2" HotelCode="322524|4776255|Bed &amp; Breakfast" HotelName="Hotel Mora" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Paseo del Prado 32, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/79/c079d4f30efab395320ad4992313ca9df4793cb2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Hotel is situated on the Paseo del Prado in Madrid, 400 meters from the Reina Sofia Museum and A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="370.25" OriginalAmount="362.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.416480673235" Longitude="-3.6995623535472" StarRating="2" HotelCode="902309|1933975|Bed &amp; Breakfast" HotelName="Casual Madrid del Teatro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Echegaray 1, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/ac/54ac4fc29a56c300f128bfa0fe349e0d00a8b807.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="371.99" OriginalAmount="364.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.408201" Longitude="-3.70079217" StarRating="1" HotelCode="709734|5020765|Bed &amp; Breakfast" HotelName="Ibis Budget Madrid Centro Lavapies" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle De Valencia 8-10, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/5b/005bea14b55dec053d36491bd4f3756bb265bb70.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="374.34" OriginalAmount="367.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.439518795784" Longitude="-3.6386847496033" StarRating="4" HotelCode="51880|petit_palace_arturo_soria" HotelName="Petit Palace Arturo Soria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Arturo Soria 14, esquina Calle Alcalá, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d1/b4/d1b480424b193d3b43f50b301b646d3f49e10292.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the tourist centre of Madrid, between Calle Arturo Soria and Calle de Alcalá, Ciudad Line...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="377.40" OriginalAmount="370.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.3053105077" Longitude="-3.7748256325722" StarRating="3" HotelCode="161637|holiday_inn_express_madridleganes" HotelName="Holiday Inn Express Madrid-Leganés" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de la Recomba 11, Parque Industrial La Laguna Leganes, 28914 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/46/db4655647aadba033d44dbe7586ee9f83a8387f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the south of Madrid, close to the Parque Warner theme park, in the La Lagun...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="378.09" OriginalAmount="370.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.421042162906" Longitude="-3.721218036532" StarRating="4" HotelCode="27729|346455|Bed &amp; Breakfast" HotelName="Hotel City House Florida Norte" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Florida 5, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/b2/9fb22bb755d97531cebc444177fb39cf58fb01d0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a central location opposite the northern train station, close to Parque del Oeste ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="379.21" OriginalAmount="371.77" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.447381" Longitude="-3.542142" StarRating="4" HotelCode="169555|318895|Bed &amp; Breakfast" HotelName="Crowne Plaza Madrid Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Lola Flores 1, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/be/36be684dfbd5ebea60770d039ebe60511cdb337a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly airport hotel is right on the doorstep of Madrid-Barajas Airport and the IFEMA ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="382.07" OriginalAmount="374.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.412418274935" Longitude="-3.7000495377933" StarRating="0" HotelCode="524305|4676225|Bed &amp; Breakfast" HotelName="Hostal Anton Martin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Concierge,Garden,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Magdalena 29, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/26/ea26b91c87b84b1953dbec3d47944c95f3bc6b8c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 1-star Hostal El Tera offers comfort and convenience whether you're on business or holiday in Ma...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="383.32" OriginalAmount="375.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4223109" Longitude="-3.7092173999999" StarRating="3" HotelCode="311366|1879125|Bed &amp; Breakfast" HotelName="Vitium Urban Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>61 Gran Via, 5th floor, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/63/f963f98d26e973e2e2742749b5b1a8c0c5de74cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The guesthouse is located in Madrid'city centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="386.57" OriginalAmount="378.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.447438982137" Longitude="-3.6114992201328" StarRating="4" HotelCode="42835|335215|Bed &amp; Breakfast" HotelName="Sercotel Alcalá 611" 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,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Alcalá, 611, 28022 Madrid, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/6f/e26fef06e2a38e6f699f404af7e040a7e5f1d5e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is just 5 minutes from the IFEMA trade fair grounds and approximately 5 km from Puer...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="387.56" OriginalAmount="379.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.439311810137" Longitude="-3.6317432711639" StarRating="4" HotelCode="31103|393995|Bed &amp; Breakfast" HotelName="Elba Madrid Alcalá" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alcalá 476, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/c4/27c49f54179f59386631cb3a520ab9ed10b09ffe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is situated at the heart of Madrid, only minutes from the airport and the city c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="388.90" OriginalAmount="381.27" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.447490084209" Longitude="-3.5830351878357" StarRating="4" HotelCode="900431|105401|Bed &amp; Breakfast" HotelName="Axor Feria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Business Hotel,City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Campezo 4, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/50/bf5078ad42c0a5d4469a0ba7e0bf4fa66ec4d204.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a residential and business area, 10 minutes from IFEMA exhibition centre, Co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="388.98" OriginalAmount="381.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.430608432797" Longitude="-3.6642296922241" StarRating="2" HotelCode="207386|933648|Bed &amp; Breakfast" HotelName="Hotel ibis Madrid Centro las Ventas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Julio Camba 1, Esquina Alcala, 28028 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/9b/2c9b3c69b9150d1721cad4c81dd89453055810a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="389.88" OriginalAmount="382.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.555316" Longitude="-3.609999" StarRating="2" HotelCode="39335|387495|Bed &amp; Breakfast" HotelName="Holiday Inn Express Madrid-San Sebastian d/l Reyes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Avenida De Los Pirineos S/N, 28700 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/0e/8e0e7cf0501ac7ea09a621455dc3e9c07feb6fcf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in heart of one of the most important business areas, and is located 15 km to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="390.26" OriginalAmount="382.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41584443133" Longitude="-3.7011846441803" StarRating="2" HotelCode="141115|388635|Bed &amp; Breakfast" HotelName="Madrisol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Nuñez de Arce 1, Esquina Calle Cruz 9, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/4b/6d4b2e79db8f0f1044efbffb223d1e5b231c8a0a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="390.64" OriginalAmount="382.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.462951065253" Longitude="-3.6966875195503" StarRating="3" HotelCode="37046|292895|Bed &amp; Breakfast" HotelName="Erase Un Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bravo Murilo 304, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/5f/285fe798fd452b1fd5c4401a8e54a1a0be36f0f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies on Plaza Castilla within a short distance of Madrid's business centre where guests w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="390.89" OriginalAmount="383.23" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.45866804" Longitude="-3.69784419" StarRating="3" HotelCode="587608|3321335|Bed &amp; Breakfast" HotelName="Funway Academic Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Calle Alonso Castrillo 22, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/4a/c64a350e47ce7a3a9e113da0e3f8b96f6c5d50cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="392.70" OriginalAmount="385.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.471731" Longitude="-3.685786" StarRating="3" HotelCode="32754|tryp_madrid_chamartin_2" HotelName="TRYP Madrid Chamartín Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Mauricio Ravel 10, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/5a/a85a4820f47705fa916b742dc0a6e9b73cc9a174.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the residential district of Plaza de Castilla, this hotel lies within a short distance of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="393.59" OriginalAmount="385.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.457863" Longitude="-3.583362" StarRating="4" HotelCode="30881|2199865|Bed &amp; Breakfast" HotelName="Sercotel Madrid Aeropuerto" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Galeón 25, Barajas, 28024 Madrid, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/49456/a_49456_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located beside Madrid-Barajas Airport, just a short distance from Madrid's ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="395.61" OriginalAmount="387.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.413541" Longitude="-3.702342" StarRating="2" HotelCode="190800|2545725|Bed &amp; Breakfast" HotelName="Hostal Abadía Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Luis Vélez de Guevara 2, Esquina Calle Atocha 24, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/fe/b5fec6db7363b0f7c7a9979552c9f320bd4f5e19.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="395.74" OriginalAmount="387.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.449151358313" Longitude="-3.576779682209" StarRating="4" HotelCode="130495|371655|Bed &amp; Breakfast" HotelName="Hotel Nuevo Boston" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Aragón 332, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/0e/380e91ecc5ea182c89842fb191518f2af6af4544.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Barajas Airport Business Centre. The airport itself is just 1 km away. The p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="401.45" OriginalAmount="393.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.43724" Longitude="-3.70856" StarRating="3" HotelCode="37043|55164|Bed &amp; Breakfast" HotelName="Leonardo Boutique Hotel Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Vallehermoso 65, 28015 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/07/25079a95dd01dc9b53a9468c04564e02b008dc9c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located close to Bravo Murillo Street in Madrid, this hotel lies within easy reach of Vallehermoso s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="401.47" OriginalAmount="393.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.435541702625" Longitude="-3.6638304024467" StarRating="4" HotelCode="32777|CAR707900|Bed &amp; Breakfast" HotelName="NH Madrid Ventas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Biarritz 2, 28028 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/5e/965e4e662c787c61283699c7c167e3f2613bb676.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is strategically located near the Las Vegas bullfighting ring. It is also conveniently si...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="402.27" OriginalAmount="394.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.432122377193" Longitude="-3.6565107107162" StarRating="4" HotelCode="31879|318925|Bed &amp; Breakfast" HotelName="Rafaelhoteles Ventas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alcalá 269, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/1f/7d1fc715acc1658ddc1bb9740e0d750801e8c95b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This inviting and friendly hotel is located in the popular shopping street of Alcalá and fits seamle...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="405.99" OriginalAmount="398.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41634376863" Longitude="-3.7017134257603" StarRating="3" HotelCode="69539|338955|Bed &amp; Breakfast" HotelName="Victoria IV" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle De La Victoria 4, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/314c0a5aa5fa454eafa34ddd44467b4f.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next to Puerta del Sol, close to museums of world fame such as the Prado Museum...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="406.14" OriginalAmount="398.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.434280793313" Longitude="-3.6326867061941" StarRating="2" HotelCode="113306|996635|Bed &amp; Breakfast" HotelName="Julia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 17/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Julián Camarillo 9, 28037 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/e6/e9e6847ea88d01016a03ccfc9013900d2d18e1dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Magnificent hotel located in a business area of Madrid. It is suitable for work stays as well as for...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="406.27" OriginalAmount="398.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4199155" Longitude="-3.70746933" StarRating="0" HotelCode="943732|2594675|Bed &amp; Breakfast" HotelName="The First One Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle dePreciados 44, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/04/8f/048fc98d1767616b2c74879593552061d77e70aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="406.85" OriginalAmount="398.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.423175055175" Longitude="-3.7057760947046" StarRating="2" HotelCode="143541|2014535|Bed &amp; Breakfast" HotelName="Hotel Life" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Pizarro 16, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/f8/cdf8a045a1d1bbb25e849c5fdc1fb70211724dc0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="412.86" OriginalAmount="404.76" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.422854" Longitude="-3.709739" StarRating="3" HotelCode="18770|335335|Bed &amp; Breakfast" HotelName="Hotel Madrid Centro Managed by Melia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Vía 72, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/2f/892f32d1731ca23c09b7f4fe4f44ffa18fbb733c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally located, close to the Gran Vía, Puerta del Sol and Plaza España. There ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="412.90" OriginalAmount="404.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.451610888015" Longitude="-3.5928254059643" StarRating="4" HotelCode="87681|274835|Bed &amp; Breakfast" HotelName="Hotel Maydrit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Piragua 1, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/6f/e26fef06e2a38e6f699f404af7e040a7e5f1d5e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in one of the most important business areas in north-east Madrid, Alameda de O...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="415.52" OriginalAmount="407.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.447842" Longitude="-3.636193" StarRating="4" HotelCode="29286|393625|Bed &amp; Breakfast" HotelName="Silken Puerta Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Juan Rizzi No 5, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0c/b0/0cb050acf7f1521e541d3c5bc14007d079567e54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is just 5 minutes on foot from the Juan Carlos I exhibition centre. The vibrant c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="415.61" OriginalAmount="407.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.423064" Longitude="-3.707663" StarRating="3" HotelCode="23027|393755|Bed &amp; Breakfast" HotelName="Sterling" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle San Bernardo 29-31, 28015 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/b6/0db6cec23ff9f4ca53af13a0bbfc531784189c6d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of Madrid, close to the Gran Via and just a few minutes walk fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="416.09" OriginalAmount="407.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.498234570408" Longitude="-3.6646270751953" StarRating="4" HotelCode="88640|396665|Bed &amp; Breakfast" HotelName="NH Madrid Las Tablas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Burgos 131, 28050 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/cc/4dcc3e8734580697e808a0f17613c8ae3453f345.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a convenient location in the north of Madrid, next to the Las Tablas and Sanchinar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="417.11" OriginalAmount="408.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.421476" Longitude="-3.721681" StarRating="3" HotelCode="212800|920485|Bed &amp; Breakfast" HotelName="Hotel Acta Madfor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de La Florida 13, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/66/8f667c74e208871dc3068d0db8b43dc2d7ad705c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="417.17" OriginalAmount="408.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.445696913643" Longitude="-3.6729368196434" StarRating="3" HotelCode="311317|2018905|Bed &amp; Breakfast" HotelName="Aparthotel AHM Marcenado" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Bar,Currency Exchange,Internet,Laundry,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Marcenado 9, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/b9/3db91cdbdfa194c9b4c09b220cbe2fe427294399.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests have easy access to their storeys via the lift or stairs. Amenities include a cloakroom, a sa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="421.15" OriginalAmount="412.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.449801" Longitude="-3.698462" StarRating="3" HotelCode="30827|864975|Bed &amp; Breakfast" HotelName="Espahotel Plaza Basílica" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Comandante Zorita 27-31, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/fd/29fde3de23a59a6fc839c9049f7988e27b6ae33a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartment complex is centrally located in the Azca district close to the Torre Picasso building....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="421.99" OriginalAmount="413.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.408433" Longitude="-3.693029" StarRating="2" HotelCode="14666|396495|Bed &amp; Breakfast" HotelName="Mediodiá Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza del Emperador Carlos V, 8, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/d1/0ed11164bf82409b44adfc38bbd1c6ddcb6e5438.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is housed within a historic building located on the Plaza del Emperador Carlos at the sou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="422.24" OriginalAmount="413.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.432045" Longitude="-3.69935" StarRating="4" HotelCode="161633|382555|Bed &amp; Breakfast" HotelName="Hotel Agora Juan de Austria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Historic Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Juan de Austria 5, 28010 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d8/3d/d83ddc327c91f1656243d35ff6aafdc08a712fa6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This landmark hotel is located in the city of Madrid, at the heart of the historic neighbourhood of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="424.92" OriginalAmount="416.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.402598163242" Longitude="-3.7115734470481" StarRating="3" HotelCode="32044|796455|Bed &amp; Breakfast" HotelName="Holiday Inn Madrid Piramides" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Currency Exchange,Fax,Golf,Internet,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de las Acacias 40, 28005 Madrid, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/23/d1/23d1f0fa674d7a8ec3327f8faa79cb12bf3f30e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel, friendly and luminous, is just a few metres from the Madrid Flea Market (El Rastro) and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="427.28" OriginalAmount="418.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.413133" Longitude="-3.708594" StarRating="4" HotelCode="190795|1086918|Bed &amp; Breakfast" HotelName="Posada Del Dragón" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Bar,Central Heating,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Cava Baja 14, 28005 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/bd/babd0f2066756ead7aea11e10638338f18665740.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located right in the he...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="428.23" OriginalAmount="419.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.406225" Longitude="-3.71221" StarRating="3" HotelCode="16252|312635|Bed &amp; Breakfast" HotelName="Puerta de Toledo" 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,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Glorieta Puerta de Toledo 4, 28005 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/17/69/1769a5b322545c05546b4496955491621e7af9ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is ideally located in the historical centre of Madrid, near the Real Palace an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="430.74" OriginalAmount="422.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.475140876872" Longitude="-3.7430022444644" StarRating="4" HotelCode="30843|382495|Bed &amp; Breakfast" HotelName="Hotel Eurostars Monte Real" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Arroyofresno 17, 28035 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/d6/b1d6b05ce616b5711eb364b11ebade088e0e106f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located in the leisure district of Puerta de Hierro, roughly a 15-minute drive ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="431.18" OriginalAmount="422.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4283894" Longitude="-3.6711832999999" StarRating="3" HotelCode="300883|1217368|Bed &amp; Breakfast" HotelName="Neo Magna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Don Ramón de la Cruz 94, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/64/6e64e957b87a6e7cb45d9a46531a20ac570a5bd4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in Madrid, 200 m away from the nearest metro station (Manuel Becerra).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="432.42" OriginalAmount="423.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.445116" Longitude="-3.540645" StarRating="4" HotelCode="36936|111302|Bed &amp; Breakfast" HotelName="AC Hotel by Marriott Coslada Aeropuerto" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Rejas, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/ef/2fefcdd4f6589fd29b9128ac3d92e3483d25ea26.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in an industrial area called Corredor del Henares, the hotel has easy access to the A-2, M-4...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="433.46" OriginalAmount="424.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.406924" Longitude="-3.683148" StarRating="4" HotelCode="30186|231996|Bed &amp; Breakfast" HotelName="Agumar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de Reina Cristina 7, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/ef/97ef11ed01c50ed47f4d15613b04b7d6cae68f79.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel enjoys a wonderful central position at the heart of Madrid. Situated on the Reina...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="438.28" OriginalAmount="429.69" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.418581672664" Longitude="-3.7071949361763" StarRating="3" HotelCode="59567|391095|Bed &amp; Breakfast" HotelName="Room Mate Laura" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Travesía de Trujillos 3, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/77126/a_77126_H2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the Plaza de las Descalzas Reales, only about 30 m from the Plaza Mayor, th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="440.72" OriginalAmount="432.08" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.42454338" Longitude="-3.70601162" StarRating="0" HotelCode="953228|3313645|Bed &amp; Breakfast" HotelName="Gran Central Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Minas 12, Madrid City Center, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/44/b244fd5b88c20c161cd40428c426b56294fdb9c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="441.47" OriginalAmount="432.81" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.469157548393" Longitude="-3.581001162529" StarRating="4" HotelCode="29474|335205|Bed &amp; Breakfast" HotelName="TRYP Madrid Alameda Aeropuerto Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Logroño 100, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/a0/21a03fe7a14b0fb683d3afb2f420f485eedc34a2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a district close to Madrid Barajas airport. The hotel offers an exclusive c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="442.06" OriginalAmount="433.39" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.418227" Longitude="-3.702416" StarRating="3" HotelCode="76671|2165855|Bed &amp; Breakfast" HotelName="Ateneo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 14/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Montera 22, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/7c/027cdbc617ecd76fa64dd5871627bee0b12ff74c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This simple hotel is set in Gran Via. Hotel Ateneo features a total of 38 rooms. Guests will not be ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="444.90" OriginalAmount="436.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.554545259398" Longitude="-3.9002323150635" StarRating="4" HotelCode="99103|387065|Bed &amp; Breakfast" HotelName="Exe Gran Hotel Almenar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Jaraiz 1, 28290 Las Rozas</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/74/d974f77848316619addb83b590bf6d46b27ad388.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This up-market hotel lies opposite Las Matas train station, close to Parque Empresarial de Las Rozas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="448.51" OriginalAmount="439.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.48304" Longitude="-3.670911" StarRating="4" HotelCode="36943|262675|Bed &amp; Breakfast" HotelName="Hotel Mirador de Chamartin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Kitchen,Laundry,Lounge,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Arte 14, 28033 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/8b/8b03519feda46d0b/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is surrounded by a pine wood in Madrid's district of Charmantin, only around 5 minutes fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="452.76" OriginalAmount="443.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.450384318523" Longitude="-3.6982123553753" StarRating="4" HotelCode="37180|355825|Bed &amp; Breakfast" HotelName="NYX Madrid Hotel" 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,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Aviador Zorita 34, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/04/8f04746ba9fe8fdeaa72ed729df49ecd5a0d8b47.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in one of Europe’s most charming capital cities. It is very conveniently locat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="452.79" OriginalAmount="443.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.440662401072" Longitude="-3.670056679436" StarRating="5" HotelCode="56983|71594|Bed &amp; Breakfast" HotelName="Hotel Puerta América" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de América 41, 28002 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/9c/659cc0864b7dee0c0f21cd44877ce6ed63576fc3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Avd. de América, just 5 min away from the exclusive quarter of Salamanca (b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="457.08" OriginalAmount="448.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.491132232763" Longitude="-3.6701121926308" StarRating="4" HotelCode="401834|398675|Bed &amp; Breakfast" HotelName="Exe Madrid Norte" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Martina Díaz 4, 28050 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/5a/565ab799b21e4a5226dc850a79be989aaac16f44.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the northern part of Madrid, at the north entrance to the city on the A1 mo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="463.49" OriginalAmount="454.40" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.447616636597" Longitude="-3.655298659824" StarRating="4" HotelCode="98191|228806|Bed &amp; Breakfast" HotelName="Hotel ILUNION Atrium" 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,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Emilio Vargas 3 y 5, 28043 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/40/50409639c3b56138a0a2c349b058c209961180f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in one of the best residential zones in Madrid, the hotel has direct access to the M-30. The...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="464.67" OriginalAmount="455.56" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.441356568355" Longitude="-3.6575128373649" StarRating="4" HotelCode="968815|2420915|Bed &amp; Breakfast" HotelName="Ibis Styles Madrid City Las Ventas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Albacete 1, Avenida de Badajoz, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/6c/1a6c95a7c48e5664d6d8e1f743fef1bdb993d241.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="466.68" OriginalAmount="457.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.413069626706" Longitude="-3.669228536823" StarRating="4" HotelCode="29459|287365|Bed &amp; Breakfast" HotelName="Ayre Gran Hotel Colón" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Pez Volador 1, 28007 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/32643e596403d3a8/b6/b656dfa7efbae9bc/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located in the buzzing heart of the city, near to Retiro Park. The hotel provid...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="469.29" OriginalAmount="460.09" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.423884561043" Longitude="-3.7058645731178" StarRating="3" HotelCode="113294|382325|Bed &amp; Breakfast" HotelName="Hotel Abalu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Spa Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Pez 19, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/bd/42bd200aae0f7e454f2c00692011c3f77884793c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartments are set in the heart of Madrid, just a short walk away from Plaza España. Noviciado m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="470.23" OriginalAmount="461.01" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.422623" Longitude="-3.709983" StarRating="3" HotelCode="29182|865725|Bed &amp; Breakfast" HotelName="Espahotel Gran Via" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via, 65, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c6/09/c609d0139980f74c35d38797b7e2f59306150c8e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing apartment hotel is located in the tourist resort of Madrid only a few minutes walk fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="471.51" OriginalAmount="462.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.488138" Longitude="-3.668268" StarRating="4" HotelCode="409988|277385|Bed &amp; Breakfast" HotelName="Occidental Castellana Norte" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Manoteras 20, 28050 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7d/ea/7dea448b3404868641d054e28bd98ea3381b03a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in a development area on Castellana Avenue. It is just 10 minutes from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="472.86" OriginalAmount="463.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41914860907" Longitude="-3.7092939019203" StarRating="4" HotelCode="38253|99372|Bed &amp; Breakfast" HotelName="Meninas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Campomanes 7, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/78/3e7803bf31a99a30c461e8b0784b342ff00786d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just opposite Madrid’s Royal Palace and Royal Opera House, near the Plaza Mayor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="474.17" OriginalAmount="464.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.419644819027" Longitude="-3.7036330997944" StarRating="3" HotelCode="25010|426145|Bed &amp; Breakfast" HotelName="Petit Palace Cliper Gran Vía" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Chinchilla 6, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/f0/6df095671e3bb2b1aa2b3e8bf62eb1b98069cf07.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming luxury hotel is located at the heart of Madrid, close to the Gran Via and the Puerta d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="475.23" OriginalAmount="465.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.406266289724" Longitude="-3.7217527627945" StarRating="4" HotelCode="171005|396705|Bed &amp; Breakfast" HotelName="NH Madrid Ribera del Manzanares" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo Virgen del Puerto 57, 28005 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/9e/d59e2ae32977b3a7a264879a36d69c1a81aa5b1b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Madrid, this urban hotel has the perfect ambience for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="476.58" OriginalAmount="467.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.413464084393" Longitude="-3.7048939214611" StarRating="2" HotelCode="130493|1118318|Bed &amp; Breakfast" HotelName="Hotel Mayerling" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Conde de Romanones 6, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/d7/bdd711278636588e4e6a99e0da4a29402267c13e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right in the city centre, in the famous district of Barrio de los Austrias, the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="477.43" OriginalAmount="468.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.408206555796" Longitude="-3.7107664346695" StarRating="3" HotelCode="387340|366075|Bed &amp; Breakfast" HotelName="Ganivet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Toledo 111-113, 28005 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/4a/944aca87f989dbbfa3ed248282bdf6162c937183.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in Madrid city centre, next to Plaza Mayor, the hotel enjoys a magnificent location close t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="477.72" OriginalAmount="468.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.447922736474" Longitude="-3.5829699039459" StarRating="4" HotelCode="900430|105431|Bed &amp; Breakfast" HotelName="Axor Barajas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Business Hotel,City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Campezo 4, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/5e/565e92719307b138ac28fcc93c91c1ceadbb17a3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located 5 minutes from IFEMA Exhibition Centre, the Congress Palace and J...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="480.75" OriginalAmount="471.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.424787391489" Longitude="-3.7150596483374" StarRating="3" HotelCode="66749|99172|Bed &amp; Breakfast" HotelName="Suites Viena Plaza de España" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Juan Álvarez Mendizábal 17, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f2/53/f2538fff6337f24d2a6fb2d6ce2e3625aa076686.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This studio complex is located close to Gran Via, just a few metres from Plaza de España and Palacio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="482.54" OriginalAmount="473.08" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.431877" Longitude="-3.673618" StarRating="4" HotelCode="19506|394085|Bed &amp; Breakfast" HotelName="Zenit Abeba" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Alcántara 63, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/69/cd691bd277fd3803689fd80761c97017200ca7ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in Madrid's leisure area just a few metres from the city centre and its l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="484.57" OriginalAmount="475.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.471914214257" Longitude="-3.6835741996765" StarRating="4" HotelCode="97078|262315|Bed &amp; Breakfast" HotelName="Weare Chamartin Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Agustín de Foxa s/n, 28036 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/76/22/7622eb78648a9804e086fe0dbbf5ea6abfa75d84.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the tourist centre, close to Chamartín train station. Countless shopping an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="487.23" OriginalAmount="477.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.437505939927" Longitude="-3.631606400013" StarRating="4" HotelCode="69531|98405|Bed &amp; Breakfast" HotelName="Eco Alcalá Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Santa Leonor 24, 28037 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/9d/109dc5a2cb6668493ae0214553797f34e9ee2121.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly, city hotel is situated 50 m from Alcalá Street and 600 m from Ciudad Lineal me...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="487.37" OriginalAmount="477.81" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.420381706802" Longitude="-3.6992629818972" StarRating="3" HotelCode="36944|393345|Bed &amp; Breakfast" HotelName="San Lorenzo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Central Heating,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Clavel 8, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/02/da02c6fe4c3da64e250b22e40740f87761406f96.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of the city close to the Gran Via, one of the largest shopping d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="487.61" OriginalAmount="478.05" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.428709750757" Longitude="-3.7030286430852" StarRating="2" HotelCode="113293|184296|Bed &amp; Breakfast" HotelName="ibis Madrid Centro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Manuela Malasaña 6, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/df/73/df73dac1c635deec0e0499f541e1da990b4c6341.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="488.16" OriginalAmount="478.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.401434123929" Longitude="-3.6871683587262" StarRating="4" HotelCode="16438|318765|Bed &amp; Breakfast" HotelName="Rafaelhoteles Atocha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mendez Álvaro 30, 28045 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/bf/d3bfe5a4bf9ce69a007b759e9fc72f3b234ba8bc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the centre of Madrid, a few minutes from the Méndez Álvaro train, unde...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="494.73" OriginalAmount="485.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.415691556536" Longitude="-3.7057562678102" StarRating="4" HotelCode="38260|312605|Bed &amp; Breakfast" HotelName="Petit Palace Posada del Peine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Postas 17, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/3b/723b22a337278162159d6da19fe00d4b97f59c13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the historical centre of Madrid, close to the Plaza Mayor and within a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="495.00" OriginalAmount="485.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.42243262" Longitude="-3.70010823" StarRating="3" HotelCode="447285|2372915|Bed &amp; Breakfast" HotelName="Madrid SmartRentals Chueca II" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Perez Galdos 7, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/43/436719/436719a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="495.36" OriginalAmount="485.65" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.417029" Longitude="-3.705226" StarRating="3" HotelCode="35373|24764|Bed &amp; Breakfast" HotelName="Petit Palace Puerta del Sol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Arenal 4, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/97/749754e17d1d84aefd6dd7528c9969aca2820ef1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the historic and tourist centre of Madrid near to the Puerto del Sol (...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="495.70" OriginalAmount="485.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4192825" Longitude="-3.70735404" StarRating="4" HotelCode="789919|2373025|Bed &amp; Breakfast" HotelName="Hotel Soho Boutique Opera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Calle Veneras 2, Madrid City Centre, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/91/6691cd6c2642782fa58f1e850b9264d6afc5029f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located in the heart of Madrid. Its setting is especially ideal for guests wh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="500.41" OriginalAmount="490.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.419734667353" Longitude="-3.7043049931526" StarRating="3" HotelCode="30558|318975|Bed &amp; Breakfast" HotelName="Hotel Regente" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesonero Romanos 9, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/c8/20c8b4c5898d063ffdc49d96e0439b20ca46b54f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies at the heart of Madrid, only a stone's throw from the Gran Via. It is close...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="500.61" OriginalAmount="490.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.441348026217" Longitude="-3.6575652675285" StarRating="4" HotelCode="15313|184726|Bed &amp; Breakfast" HotelName="Novotel Madrid City Las Ventas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Albacete 1, Esquina Avenida de Badajoz, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/c7/dac74f5e23727e9db32105d1b08f726847820c1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The family-friendly city hotel is located in the heart of one of the major residential and business ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="502.96" OriginalAmount="493.10" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.468981044467" Longitude="-3.6738793551922" StarRating="4" HotelCode="29336|229046|Bed &amp; Breakfast" HotelName="Hotel ILUNION Pío XII" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Pío XII 77, 28016 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/dd/e1dd8b2288d5d39323f36364e440664c2b6a724d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious, contemporary hotel offers spacious, modern suites in the heart of Madrid. The hotel'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="504.33" OriginalAmount="494.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.428337088684" Longitude="-3.6971086263657" StarRating="4" HotelCode="12942|390985|Bed &amp; Breakfast" HotelName="Gran Versalles" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Covarrubias 4, 28010 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/14/ab149ac9ce1232acada9274c17ef2c5c1e619c2e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant, hotel is located at the heart of Madrid close to the Palacio de Justicia. Countless sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="505.30" OriginalAmount="495.39" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.438125" Longitude="-3.672634" StarRating="3" HotelCode="29285|24524|Bed &amp; Breakfast" HotelName="AC Avenida America" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Cartagena 83-85, 28028 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/af/79/af79990a45b0709525f1b51d0f1a7990ce7f5895.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated directly on Calle Cartagena, next to Avenida de América. In the s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="506.11" OriginalAmount="496.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.489678" Longitude="-3.688078" StarRating="4" HotelCode="82889|864435|Bed &amp; Breakfast" HotelName="Villamadrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Xaudaró, 2, 28034 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/e7/e6e7276ea9f77cb89dbcd885eb3df95c273eac76.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is located in one of Madrid's business areas at the end of Paseo de la Castellan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="509.05" OriginalAmount="499.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.416000360547" Longitude="-3.7090604487198" StarRating="4" HotelCode="87683|312565|Bed &amp; Breakfast" HotelName="Petit Palace Plaza Mayor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Mayor 46, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/42/4f421af60782dc754ab4d6f09aa70ede93f8dd41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is the only hotel located on the main street, at the principal entrance to the Plaza Mayor. It ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="510.33" OriginalAmount="500.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.421909" Longitude="-3.706562" StarRating="3" HotelCode="14197|221926|Bed &amp; Breakfast" HotelName="Hotel Los Condes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Los Libreros 7, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/d7/cad76a6733aa1001dd82346816e32475f7007580.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an excellent situation in the very heart of the centre of Madrid, only some 20 m f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="510.40" OriginalAmount="500.39" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.418862725128" Longitude="-3.7027251720428" StarRating="4" HotelCode="57593|312575|Bed &amp; Breakfast" HotelName="Petit Palace Plaza del Carmen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaza del Carmen 4, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a2/60/a260e7dd75a552d8fb6b0586c5d6ff3e9b27a3b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid on the Plaza del Carmen. It has a good location between...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="510.92" OriginalAmount="500.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.416937" Longitude="-3.704906" StarRating="3" HotelCode="316817|725395|Bed &amp; Breakfast" HotelName="Moderno" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>C/ Arenal, 2, 28013, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/8f/908f3a9e698eedc5c6907d826d4b0c216aa0c057.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of historical Madrid, in Puerta del Sol, the hotel is surrounded by the city’s ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="512.94" OriginalAmount="502.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.417319315597" Longitude="-3.706523364418" StarRating="3" HotelCode="326489|370685|Bed &amp; Breakfast" HotelName="Petit Palace Ópera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Arenal 16, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/a4/f1a492c8911e264433a5f6fabfa82a3b77491fa1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located at the heart of the city, close to the King's Palace and the Puerta d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="517.99" OriginalAmount="507.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.474799308106" Longitude="-3.6343556642532" StarRating="4" HotelCode="64252|118442|Bed &amp; Breakfast" HotelName="AC Hotel Madrid Feria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via De Los Poblados 3, 28033 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/7c/d07ca9b616d3fd59b04bc2d19df73fbac759e009.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the industrial area of Campo de las Naciones near to the M-40 motorway...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="520.47" OriginalAmount="510.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.44716138314" Longitude="-3.7057533860207" StarRating="4" HotelCode="113292|394055|Bed &amp; Breakfast" HotelName="VP Jardín Metropolitano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Reina Victoria 12, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/d0/e6d04f3018b5f8a6212081167829ab4d23bbca27.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Glorieta de Cuatro Caminos and the Paseo de la Castellana, not to mention an infinite number of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="520.59" OriginalAmount="510.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.455877" Longitude="-3.681848" StarRating="4" HotelCode="51868|55274|Bed &amp; Breakfast" HotelName="NH Madrid Paseo de la Habana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Habana 73, 28036 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/6d/1d6dc3762023a712f6e1f627c1e3f316e446183b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid just a few paces from Santiago Bernabeu football stadiu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="522.56" OriginalAmount="512.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.419223" Longitude="-3.704238" StarRating="3" HotelCode="38610|391975|Bed &amp; Breakfast" HotelName="II Castillas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>C/ Abada 7, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/23/ad231204dd668a04aeb10cf1cf6c09469d00b8b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly in the commercial and architectural centre of Madrid, approximately 5...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="523.14" OriginalAmount="512.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.42706372" Longitude="-3.69853998" StarRating="4" HotelCode="317694|1518818|Bed &amp; Breakfast" HotelName="Hotel Eurostars Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Mejía Lequerica 10, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/1e/ff1ebcd98abbd7fb834a5d4bb0b6764aaef7410e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="525.64" OriginalAmount="515.33" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.427936905493" Longitude="-3.5606646537781" StarRating="3" HotelCode="37048|57144|Bed &amp; Breakfast" HotelName="NH Villa de Coslada" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de la Constitución, 75, 28820 Coslada, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/zz/6fad466b171dc860fcfc0f6ee9973e1a588af07e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel lies in the new residential area of Coslada between the industrial park and the ne...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="526.51" OriginalAmount="516.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.407174" Longitude="-3.700066" StarRating="2" HotelCode="190818|1679138|Bed &amp; Breakfast" HotelName="Artrip" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Valencia 11, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/9d/259d55d5d51e98b4e3a5c4cea33a4bdb2a2a91f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="528.44" OriginalAmount="518.08" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.424100334583" Longitude="-3.7061128020287" StarRating="4" HotelCode="188111|866925|Bed &amp; Breakfast" HotelName="AB Design Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Pez 32, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/3d/be3dedba9526533bea3d9d07d507aa3bf47e8ce3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="530.29" OriginalAmount="519.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.406248" Longitude="-3.669354" StarRating="4" HotelCode="82895|996505|Bed &amp; Breakfast" HotelName="Claridge Hotel Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Conde de Casal 6, 28007 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d5/9b/d59b2e5b07ad150abf35d67f8a752929d7b1575e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="532.77" OriginalAmount="522.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.439008442497" Longitude="-3.6730062961578" StarRating="4" HotelCode="51925|382355|Bed &amp; Breakfast" HotelName="abba Madrid Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de America 32, 28028 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/99/0b/990b23381a4359d3762951febd44dc2e949c395a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel lies at the start of the Avenida de América on the corner of Calle Cartagena an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="532.82" OriginalAmount="522.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.429192" Longitude="-3.688444" StarRating="4" HotelCode="38261|38294|Bed &amp; Breakfast" HotelName="Petit Palace President Castellana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Marqués de Villamagna 4, esquina Paseo de la Castellana 20, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/80/c4/80c48fce4deab0399eff062170c4d969923006e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located along a main road in the commercial district of Madrid, close to the Paseo de ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="533.70" OriginalAmount="523.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41684634" Longitude="-3.697474" StarRating="4" HotelCode="792011|2372985|Bed &amp; Breakfast" HotelName="Hotel Soho Boutique Congreso" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Designated Smoking Area,Internet,Laundry,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Zorrilla, 7, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/14/0a14676d3ecccc2ff845f6aad03ee91c8d3cee46.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This establishment is located in the neighborhood of the Courts, in the historic centre of Madrid, a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="533.72" OriginalAmount="523.25" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.419343" Longitude="-3.702784" StarRating="3" HotelCode="56985|107512|Bed &amp; Breakfast" HotelName="Petit Palace Tres Cruces" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de las Tres Cruces, 6, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/ee/bfee45a57eee365ce8192046ff50735fa349c22f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located on Tres Cruces street, on the corner of the completely renovated Gran Via...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="535.34" OriginalAmount="524.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.413052779105" Longitude="-3.7005035187982" StarRating="4" HotelCode="561962|2220825|Bed &amp; Breakfast" HotelName="Axel Hotel Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Atocha 49, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/4e/294e7e3c899565c5732caa4791b2d3aaf56ac216.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="535.40" OriginalAmount="524.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.469588" Longitude="-3.582171" StarRating="4" HotelCode="29258|61284|Bed &amp; Breakfast" HotelName="Meliá Barajas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Logroño 305, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/6a/bb6a98ece4b789d67f79c1c304c81b1f98dfd870.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a peaceful location close to Madrid Barajas airport, the convention centres and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="537.20" OriginalAmount="526.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.420103" Longitude="-3.697043" StarRating="4" HotelCode="39199|388545|Bed &amp; Breakfast" HotelName="Lusso Infantas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 17/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Infantas 29, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7a/75/7a75751b9f2f4475472558df775deaa920cb007e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located directly in the historic centre of Madrid close to the Castellana, Paseo ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="538.54" OriginalAmount="527.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.420619" Longitude="-3.708516" StarRating="4" HotelCode="17616|355735|Bed &amp; Breakfast" HotelName="Hotel Santo Domingo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle San Bernardo 1, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/98/aa98b989d71d050584e06916b1fb52e869006e31.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Madrid, only a 3-minute walk from Gran Via and the city’s main ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="538.75" OriginalAmount="528.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.458602522733" Longitude="-3.6952221607479" StarRating="3" HotelCode="59808|235686|Bed &amp; Breakfast" HotelName="Senator Castellana Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Julián Besteiro, 37, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e3/89/e38984ac12005f87d5c63a7f24821d54a662e08a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid, in the best commercial and business area, next to Plaz...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="541.52" OriginalAmount="530.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.439012" Longitude="-3.692885" StarRating="3" HotelCode="36868|24734|Bed &amp; Breakfast" HotelName="NH Madrid Zurbano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Zurbano 79-81, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/6a/ba6a910a7a99cae1836471e72a30d5757c5f2b93.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is wonderfully located in the centre of Madrid. It is located only around 100 m from Paseo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="542.76" OriginalAmount="532.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.427514260457" Longitude="-3.6963227391243" StarRating="4" HotelCode="904125|927475|Bed &amp; Breakfast" HotelName="Petit Palace Santa Bárbara" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de Santa Bárbara 10, esquina Plaza Alonso Martínez, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/36/ed36df1ff497ada146b7bf402a862484e62e1812.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Plaza de Santa Barbara in the impressive Alonso Martinez area. It is jus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="546.83" OriginalAmount="536.11" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.449096328918" Longitude="-3.5586961865082" StarRating="4" HotelCode="51889|98148|Bed &amp; Breakfast" HotelName="Madrid Marriott Auditorium Hotel &amp; Conference Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Aragón 400, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/38/97/3897a09cac6780075057eba2f67026923d45a691.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unique Madrid conference hotel offers the ideal setting for large gatherings, featuring all the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="549.41" OriginalAmount="538.64" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.442812" Longitude="-3.648106" StarRating="4" HotelCode="37053|383585|Bed &amp; Breakfast" HotelName="Artiem Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Juan Perez Zuñiga 20, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/f8/90f8d06b364c899b2767f285137f743600de5756.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Madrid's commercial district, near Calle Arturo Soria. It offers easy and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="554.30" OriginalAmount="543.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.420578986557" Longitude="-3.7028793993883" StarRating="3" HotelCode="35356|35864|Bed &amp; Breakfast" HotelName="Petit Palace Triball" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Nightclub,Restaurant,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gonzalo Jimenez de Quesada 2, Esquina con Calle Gran Vía 32, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/32/bb325bd5c92e4fb9e9646335e5168b9a3de77902.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is housed in an impressive 19th century building that is located in the histor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="555.35" OriginalAmount="544.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.467490435003" Longitude="-3.6900544166565" StarRating="4" HotelCode="46623|324975|Bed &amp; Breakfast" HotelName="Hotel Exe Plaza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Castellana 191, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/80/b2802a570b620afbee64ff9dbbbf4a2a171897e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a strategic location in the business district in the heart of the Paseo de la...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="555.60" OriginalAmount="544.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.421227738788" Longitude="-3.7099462664334" StarRating="4" HotelCode="12267|363435|Bed &amp; Breakfast" HotelName="Eurostars Madrid Gran Vía" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leganitos 13, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e7/17/e717eed1e070214cfed93dad384e1ecca2b863e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Madrid just a few minutes walk from the royal palace and Plaza...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="559.99" OriginalAmount="549.01" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.39884" Longitude="-3.670116" StarRating="3" HotelCode="37050|1980545|Bed &amp; Breakfast" HotelName="NH Madrid Sur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Ciudad de Barcelona, 113, 28007 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6f/d8/6fd87d1122b42e0428ea7b25d5c311a64851082a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid, within paces of the bus station and the southern junct...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="562.34" OriginalAmount="551.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.422493360934" Longitude="-3.7122309207916" StarRating="3" HotelCode="87258|864415|Bed &amp; Breakfast" HotelName="Espahotel Plaza de España" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de España 7, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/b7/4ab7effc2816bfdcc992ec4904b5867e5dae6405.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stunning complex offers a central location in the city centre, close to the Palacio Real and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="562.81" OriginalAmount="551.77" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.418183" Longitude="-3.704311" StarRating="3" HotelCode="14178|312515|Bed &amp; Breakfast" HotelName="Petit Palace Preciados" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Galdo 2, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/d1/5cd13e53f1e5c3af9001c3aefa834ad81d210a6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is situated in the heart of Madrid, only minutes from Puerta del Sol, Plaza Mayo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="564.23" OriginalAmount="553.17" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.418617680782" Longitude="-3.706713616848" StarRating="4" HotelCode="23667|398775|Bed &amp; Breakfast" HotelName="Intur Palacio San Martín" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de San Martín 5, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/37/7d370daf1f5fdb442081c3e07f167b6870ae6398.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel occupies a classical building from the 1900's and lies at the heart of Madrid, only paces...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="565.95" OriginalAmount="554.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.439629936567" Longitude="-3.698257991061" StarRating="3" HotelCode="53738|294445|Bed &amp; Breakfast" HotelName="NH Madrid Chamberí" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bretón de los Herreros 29, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/bc/32bc0170527d86103fd314ebb75ffe410c88ae0f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Nuevos Ministerios district of the city of Madrid. The Paseo de la Cast...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="569.84" OriginalAmount="558.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.418299" Longitude="-3.707854" StarRating="3" HotelCode="190825|1441728|Bed &amp; Breakfast" HotelName="JC Rooms Puerta del Sol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>C/ Flora 4- 1º, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/5b/2c5bdfe3d6bb0b01effe18d0a7a20db541d57327.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="574.23" OriginalAmount="562.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4202" Longitude="-3.701162" StarRating="3" HotelCode="27901|312505|Bed &amp; Breakfast" HotelName="Petit Palace Chueca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Hortaleza 3, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/3c/0d3ce095c14861d561f1b9e37d648c55615def3b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the lively Chueca neighbourhood, close to the Gran Via, and it is the ideal ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="576.68" OriginalAmount="565.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.435156170903" Longitude="-3.6765334010124" StarRating="3" HotelCode="76561|725595|Bed &amp; Breakfast" HotelName="VP El Madroño" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Garden,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle General Díaz Porlier 101, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/ff/fcff34a82f5f9ef5a838a50ad12d4bb6b75c0c12.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an excellent location in the Salamanca area of Madrid, within walking distance of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="578.34" OriginalAmount="567.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.425586802076" Longitude="-3.7138617038727" StarRating="4" HotelCode="17735|186236|Bed &amp; Breakfast" HotelName="Mercure Madrid Plaza de España" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Tutor 1, Esquina Ventura Rodriguez, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/90/cc90296d70832dabd612f7461442cc45f75139d4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in the historical commercial and tourist centre of Madrid, close to m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="580.89" OriginalAmount="569.50" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.430888200546" Longitude="-3.7077301740646" StarRating="4" HotelCode="40080|386675|Bed &amp; Breakfast" HotelName="Sercotel Gran Hotel Conde Duque" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Conde Valle Suchil 5, 28015 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/cc/c4cc08aa1e9826a328513d823025166bdd7a3ae7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive top-class hotel lies in the centre of Madrid and is surrounded by a large park. Many...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="585.56" OriginalAmount="574.08" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.429152670491" Longitude="-3.7167762183437" StarRating="3" HotelCode="15041|383365|Bed &amp; Breakfast" HotelName="Aparto Suites Muralto" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Buen Suceso 3, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4a/bf/4abfb92e1f0cf1fa3c0ef24a57d973d77cb2c1a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming apartment hotel is centrally located in a quiet district of Madrid. El Corte Inglés, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="587.22" OriginalAmount="575.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.46138" Longitude="-3.6921" StarRating="4" HotelCode="7855|274885|Bed &amp; Breakfast" HotelName="Meliá Castilla" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Poeta Joan Maragall 43, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/aa/1caa134052e9356d64e41b1cc45d847b1c25f144.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located a few metres from the Paseo de la Castellana and 15 minutes from the airport, the M-40 motor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="588.73" OriginalAmount="577.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.420715844095" Longitude="-3.7069496512413" StarRating="3" HotelCode="18768|24834|Bed &amp; Breakfast" HotelName="Room Mate Macarena - Gran Vía" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Vía 43, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/a3/4aa3380932ad4f1d430728f8197c9a0f3059f505.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Madrid, near to the Gran Via, between the Plaza de Espana and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="590.66" OriginalAmount="579.08" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.458437593352" Longitude="-3.6857713091927" StarRating="4" HotelCode="37295|24684|Bed &amp; Breakfast" HotelName="NH Collection Madrid Eurobuilding" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Padre Damián 23, 28036 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/7b/157b891dcf3266eb1abe43cef93fceb588eb50e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of a modern district of Madrid, near the Palacio de Congresos y ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="591.70" OriginalAmount="580.10" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.412945" Longitude="-3.703948" StarRating="4" HotelCode="262269|1471728|Bed &amp; Breakfast" HotelName="Eurostars Plaza Mayor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Doctor Cortezo 10, Madrid 28012</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/03/fa039541fe11699e51c6dcdcbc87d60c76eb1c0b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="592.55" OriginalAmount="580.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.438455215158" Longitude="-3.7009871006012" StarRating="3" HotelCode="7859|927745|Bed &amp; Breakfast" HotelName="TRYP Madrid Chamberí Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle José Abascal 8, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f0/e3/f0e396becb6867e8a52c4bb5500760c6e6713ac1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the leisure district of Chamberi in Madrid and lies just a few minutes walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="594.66" OriginalAmount="583.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.418281" Longitude="-3.699424" StarRating="4" HotelCode="56986|hotel_petit_palace_alcala_torre" HotelName="Petit Palace Alcalá" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Virgen de los Peligros 2, Esquina con Alcalá 23, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/81/5781b7e415db34ea196762c228a26691a9142d67.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Alcalá Street, close to the Puerta del Sol at the heart of the city and wit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="598.87" OriginalAmount="587.13" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.47042469013" Longitude="-3.6850842833519" StarRating="4" HotelCode="30469|2257095|Bed &amp; Breakfast" HotelName="Barceló Imagine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Agustin De Foxa 32, 28036 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/a1/9aa125435c8341715a95652362d23da1b34b2c73.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is located close to the Plaza de Castilla in the north of Madrid and is ju...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="599.56" OriginalAmount="587.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.417011" Longitude="-3.700014" StarRating="4" HotelCode="29475|306145|Bed &amp; Breakfast" HotelName="Quatro Puerta del Sol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Sevilla 4, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/14/b3/14b3e32c78a3fb9770eba36465ced5e758833471.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel enjoys an excellent location in the historical centre of Madrid, just minutes fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="600.70" OriginalAmount="588.92" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.448934118783" Longitude="-3.7113726139069" StarRating="3" HotelCode="30880|111912|Bed &amp; Breakfast" HotelName="AC los Vascos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Los Vascos 27, 28040 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/7c/797c343dc524240cffa66698fe3dfc7db4cbd69f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is situated next the university campus and offers a good connection to the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="601.79" OriginalAmount="589.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.438293941386" Longitude="-3.6951157450676" StarRating="4" HotelCode="49082|55224|Bed &amp; Breakfast" HotelName="NH Collection Madrid Abascal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Jose Abascal 47, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/6a/986ac01a13653b7655be8d56f1c83dd1fcedc798.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Housed in an architecturally appealing building previously used as an embassy, this hotel is located...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="602.45" OriginalAmount="590.64" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41366544" Longitude="-3.70038516" StarRating="0" HotelCode="960771|3330015|Bed &amp; Breakfast" HotelName="Room Mate Alba" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Huertas 16, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/70/9b70c48ee2843a7924bf1bd65f268f7123c6f18f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="603.04" OriginalAmount="591.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.428661" Longitude="-3.696228" StarRating="3" HotelCode="12278|55074|Bed &amp; Breakfast" HotelName="NH Madrid Alonso Martínez" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Santa Engracia 5, 28010 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/88/e7886fca3f718f85b4a2f9ab29e3a34b2adb8920.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated at the heart of Madrid, this hotel is located close to the Plaza Alonso Martínez, the Paseo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="603.18" OriginalAmount="591.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.420621913122" Longitude="-3.6990733444691" StarRating="3" HotelCode="69940|391185|Bed &amp; Breakfast" HotelName="Room Mate Oscar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Pedro Zerolo 12, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/da/b0da30829d47e1b8cb98f07d4118ba61bf9dacf0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in one of the brightest squares in the centre of Madrid. It is close to Gran V...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="604.75" OriginalAmount="592.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.413210141742" Longitude="-3.708521425724" StarRating="4" HotelCode="190794|866085|Bed &amp; Breakfast" HotelName="Posada Del Leon De Oro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Cava Baja 12, 28005 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/93/d3936c84f8f8d0eed99aaf14eb1aedbd464cfbf4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="607.74" OriginalAmount="595.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.423004" Longitude="-3.709869" StarRating="4" HotelCode="18763|24824|Bed &amp; Breakfast" HotelName="Madrid Plaza España Hotel Managed by Melia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Vía 74, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/8e/e98e0d04ec9785d805a3ecb3431d75dd0f834c21.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located on one of Madrid's main roads. It takes just a few minutes to reach the P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="609.59" OriginalAmount="597.64" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.416666" Longitude="-3.691007" StarRating="4" HotelCode="189352|927485|Bed &amp; Breakfast" HotelName="Petit Palace Lealtad Plaza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Antonio Maura 5, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/f4/d6f42e45a4277f989d9768ec6e2b27cf21127cb8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in an old five-storey building built in the early nineteenth century in the mos...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="609.83" OriginalAmount="597.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.422139086483" Longitude="-3.7095956504345" StarRating="4" HotelCode="30318|652865|Bed &amp; Breakfast" HotelName="Hotel Mayorazgo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel de Charme" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Flor Baja 3, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6e/54/6e5453b5de4b536039b1988afe937e8daca756c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant luxury hotel is located on the Gran Via in the heart of Madrid. An abundance of shops ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="609.83" OriginalAmount="597.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.462834818354" Longitude="-3.676332493525" StarRating="4" HotelCode="146981|1545838|Bed &amp; Breakfast" HotelName="Don Pio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Pío XII 25, 28016 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/dd/96dd78498767f2d83f43d27c29dabe3f02339f23.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="614.21" OriginalAmount="602.17" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.430666489624" Longitude="-3.7169702663508" StarRating="3" HotelCode="31101|2548655|Bed &amp; Breakfast" HotelName="Hotel T3 Tirol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Marqués de Urquijo 4, 28008 Madrid, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/97/b7970c0e51e3a27548c34ba7a4ae7ae4dc45dc49.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fine hotel is located in the tourist centre of Madrid. The surrounding area is full of exciting...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="618.26" OriginalAmount="606.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.436424" Longitude="-3.685707" StarRating="4" HotelCode="31099|393765|Bed &amp; Breakfast" HotelName="Partner Barrio de Salamanca Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>General Oraa, 17, Barrio de Salamanca, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/51/06510c46d3e9245ed84bfa819e5a73da0dfb1cea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive, luxury hotel is fabulously located in the financial, diplomatic, shopping and cultu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="622.42" OriginalAmount="610.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.420449890709" Longitude="-3.7045789430846" StarRating="4" HotelCode="35572|221836|Bed &amp; Breakfast" HotelName="Hotel Atlántico" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía 38, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/45/334515419dcae1e58ae1ad6f62dc6bbdcab45f44.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a wonderful town house, which is crowned with a dome. It is situated in the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="629.79" OriginalAmount="617.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.476633879166" Longitude="-3.687612271164" StarRating="5" HotelCode="87684|90130|Bed &amp; Breakfast" HotelName="Eurostars Madrid Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Castellana 259-B, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/b8/87b859861ab734822669fbe78e040b5a5171185b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="629.83" OriginalAmount="617.48" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4238815" Longitude="-3.7109402" StarRating="4" HotelCode="943558|2545625|Bed &amp; Breakfast" HotelName="Riu Plaza España" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Internet,Laundry,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Via 84, Centro, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/86/db86b416ba4ec890ef86834221ff6bc89fd54004.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="631.37" OriginalAmount="618.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.418344677281" Longitude="-3.701401196567" StarRating="4" HotelCode="38254|274825|Bed &amp; Breakfast" HotelName="Eurostars Casa de la Lírica" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Aduana 19, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/ff/36ff6f6d5d23480fbece69596fca6e1609f90ff3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel lies at the heart of Madrid’s historical district some 13 km from the city airport...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="635.52" OriginalAmount="623.06" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.433716" Longitude="-3.717507" StarRating="4" HotelCode="262270|1177698|Bed &amp; Breakfast" HotelName="Exe Moncloa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Arcipreste de Hita 10, 28015 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/5f/035fdd6c71601177691e62d83918b04acf775275.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="642.41" OriginalAmount="629.81" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.407843847351" Longitude="-3.6893584957008" StarRating="3" HotelCode="15152|55094|Bed &amp; Breakfast" HotelName="NH Madrid Atocha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo Infanta Isabel 9, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/53/61534566356016a1612ee4baa71c1e53a7c0f17f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located opposite Atocha railway station, an AVE (high-speed) station, and in close pro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="642.79" OriginalAmount="630.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.407254" Longitude="-3.688255" StarRating="4" HotelCode="439753|1966655|Bed &amp; Breakfast" HotelName="Only YOU Hotel Atocha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Infanta Isabel 13, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/e4/ade4f5884de7545484bf07959fb7fdc2c845b6d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="644.48" OriginalAmount="631.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.421455" Longitude="-3.708134" StarRating="4" HotelCode="12124|24594|Bed &amp; Breakfast" HotelName="Emperador" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Grán Via 53, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/56/c356d146eef5f3596c7fcd5e063d52be9577331d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is popular for its central location in the heart of Madrid, on the famous Gran Via...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="648.56" OriginalAmount="635.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.429881295932" Longitude="-3.7146434352007" StarRating="4" HotelCode="320635|104192|Bed &amp; Breakfast" HotelName="Courtyard Madrid Princesa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de la Princesa 40, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/67/3c678b6ac4bf6048f26953f71db8ee691c7a0868.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated close to Plaza de España and the Palacio Real (Royal Palace). A wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="658.62" OriginalAmount="645.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.411819" Longitude="-3.697824" StarRating="4" HotelCode="172000|927455|Bed &amp; Breakfast" HotelName="Catalonia Atocha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Atocha 81, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/21/6121a963267cce891b78d4d34cad6f37540e4b41.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Madrid, in the Triangle of Art, which is home to the most visit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="673.20" OriginalAmount="660.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.413945" Longitude="-3.702857" StarRating="4" HotelCode="26838|24584|Bed &amp; Breakfast" HotelName="Catalonia Puerta del Sol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Atocha 23, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/15/ce15a9c427d18380a1b8a788539d8f53a29951ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This smart luxury hotel is centrally located in Madrid's golden triangle, between the Old Town and t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="674.00" OriginalAmount="660.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.414830611147" Longitude="-3.6989767849445" StarRating="3" HotelCode="13095|1069278|Bed &amp; Breakfast" HotelName="Ibis Styles Madrid Prado" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Callo Prado 11, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/d7/d1d7bac26dc95103b5359627b0b060dc012b4f42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This friendly city hotel is located in the centre of Madrid, close to the Puerta del Sol and the Pas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="681.79" OriginalAmount="668.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.413698" Longitude="-3.70362" StarRating="3" HotelCode="36938|274855|Bed &amp; Breakfast" HotelName="Hotel Cortezo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Doctor Cortezo 3, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/2a/162a5fe8418e2177d749a82fead20e896b9f37e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel in the heart of Madrid is only a few metres from the Puerta del Sol, the Plaza Mayor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="684.13" OriginalAmount="670.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.409958874346" Longitude="-3.6937263607979" StarRating="4" HotelCode="57617|262835|Bed &amp; Breakfast" HotelName="Hotel Paseo del Arte" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Atocha 123, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0d/03/0d037e6d6cb83382e59091d1a0828a84c4704994.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Madrid's Art Triangle, just 300 m from the Atocha AVE Train Station et 450 m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="687.43" OriginalAmount="673.95" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.419473800577" Longitude="-3.699099496007" StarRating="4" HotelCode="12770|24574|Bed &amp; Breakfast" HotelName="Catalonia Gran Via" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía 7-9, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/3b/e93b08c76d0497b325d9e61664f6b3869c656d02.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated at the historical centre of Madrid and offers an ideal atmosphere ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="687.51" OriginalAmount="674.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.419308953948" Longitude="-3.7030295631599" StarRating="3" HotelCode="61928|724285|Bed &amp; Breakfast" HotelName="Anaco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hostel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tres Cruces, 3, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/08/8d0803cc45a98fef2f1e4f504350d3b7e89dc93a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the Plaza del Carmen, right in the heart of Madrid. From here guests can rea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="688.48" OriginalAmount="674.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.427447" Longitude="-3.685018" StarRating="3" HotelCode="36579|396655|Bed &amp; Breakfast" HotelName="NH Madrid Lagasca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Lagasca 64, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/a1/34a1f784e0d1508223a5587a94b5a98dc9c3181f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family friendly, city hotel is located at the heart of the district of Barrios de Salamanca on ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="688.50" OriginalAmount="675.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.417411" Longitude="-3.707583" StarRating="2" HotelCode="32785|hotel_francisco_i_3" HotelName="Francisco I" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Arenal, 15, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/1a/d11a7fb0569aab3c371ba54776d8cc51cbfbdd16.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid's entertainment district just a few minutes from the centre where th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="690.54" OriginalAmount="677.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.405098018332" Longitude="-3.6936217546463" StarRating="4" HotelCode="29377|ac_hotel_carlton_madrid_by_marriott" HotelName="AC Hotel Carlton Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de las Delicias 26, 28045 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/1d/981d589d426be13f9d6d9828ac5752a5fa820295.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located in the heart of the Spanish capital, adjacent to Madrid Atocha railway sta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="695.14" OriginalAmount="681.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.423778289617" Longitude="-3.7115444391479" StarRating="5" HotelCode="468809|2019145|Bed &amp; Breakfast" HotelName="Barceló Torre de Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de España 18, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/bc/08bcf8075b2f441905a85bac896824353ce56ebd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="696.56" OriginalAmount="682.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.418727950848" Longitude="-3.7039522826672" StarRating="4" HotelCode="62490|388115|Bed &amp; Breakfast" HotelName="Liabeny" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Salud 3, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/48/14485c18b6af3b3f25a8aab1d0792e173708a216.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies right in the centre of Madrid between Gran Vía, Plaza del Callao and Puerta del Sol....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="696.60" OriginalAmount="682.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.423470005842" Longitude="-3.7105514834324" StarRating="4" HotelCode="320634|1801458|Bed &amp; Breakfast" HotelName="Dear Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via 80, 14th floor, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/f6/87f66d4e953be6719418d420f4cefe2662c7f5e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="698.32" OriginalAmount="684.63" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.415528003422" Longitude="-3.6970093846321" StarRating="5" HotelCode="19090|CAF395800|Bed &amp; Breakfast" HotelName="Hotel Villa Real" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de las Cortes 10, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/63/93/639309e2c4b42afeb04c871eb3cc3bcc31c6b439.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Madrid, on the Plaza de las Cortes, near the Prado. It is part...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="704.18" OriginalAmount="690.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.413123" Longitude="-3.700828" StarRating="4" HotelCode="172083|927465|Bed &amp; Breakfast" HotelName="Catalonia Plaza Mayor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Atocha 36, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/c8/74c8c9a4273d0e5a78af7a3c01bea457514483ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a building dating back to the early twentieth century, part of the historic ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="710.27" OriginalAmount="696.34" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.452168917958" Longitude="-3.5858426269837" StarRating="4" HotelCode="79475|CAV523800|Bed &amp; Breakfast" HotelName="Hilton Madrid Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de la Hispanidad 2-4, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/0e/570ece160c7987f31acea8415281e2793cf61be7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business and conference hotel is situated in Madrid. The establishment lies just 12 km from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="713.87" OriginalAmount="699.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.42030179" Longitude="-3.70713865" StarRating="4" HotelCode="946968|2355215|Bed &amp; Breakfast" HotelName="Aloft Madrid Gran Via" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Jacometrezo 4, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/32/94322782d794bc8a2c6e5fccbd34fc0631afc731.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="714.68" OriginalAmount="700.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4203" Longitude="-3.706591" StarRating="4" HotelCode="29314|338965|Bed &amp; Breakfast" HotelName="Vincci Capitol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Vía 41, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/30/44309233c4952e99c29ee9c3194336daf5aa3c18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located in the city centre of Madrid, close to Puerta del Sol, Plaza Mayo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="714.76" OriginalAmount="700.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.417113" Longitude="-3.689109" StarRating="4" HotelCode="170577|597085|Bed &amp; Breakfast" HotelName="Petit Palace Savoy Alfonso XII" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alfonso XII 18, Retiro - Puerta de Alcalá, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/be/afbe2d6f949507366be2d036ad1d2a4c1a010a0a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Alfonso XII Street in the impressive Retiro district. It is just 300 m away ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="725.89" OriginalAmount="711.66" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.422426934853" Longitude="-3.7088960588608" StarRating="4" HotelCode="67168|339005|Bed &amp; Breakfast" HotelName="Vincci Via 66" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Via 66, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/b0/44b0016b28107ff69752e3cecb3b19f0f66d399d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of the capital, between Plaza España and the Puerta Del Sol....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="726.36" OriginalAmount="712.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.420392190081" Longitude="-3.7041601538658" StarRating="4" HotelCode="19165|24804|Bed &amp; Breakfast" HotelName="TRYP Madrid Cibeles Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Mesonero Romanos 13, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/63/6163cb5f8ae511ce3048c2b0d8c4b1a90e2951b8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is ideally situated directly on the lively Gran Via, opposite Plaza España...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="731.49" OriginalAmount="717.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.425044230148" Longitude="-3.6781405276126" StarRating="4" HotelCode="410223|338995|Bed &amp; Breakfast" HotelName="Vincci Soma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Goya 79, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/1e/d31eeec907bba8f93dbbce805c0926cac575c487.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Goya Street in the heart of the Salamanca quarter, where culture, shopping ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="734.59" OriginalAmount="720.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.403869022356" Longitude="-3.6901023040485" StarRating="4" HotelCode="162011|382385|Bed &amp; Breakfast" HotelName="AC Atocha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 18/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Delicias 42, 28045 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/66/cd663d6e5542a689b998a15bdc2e54b0b21277aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set in the heart of Madrid, close to the Paseo del Prado. The Reina Sofia, Thyssen-Born...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="735.93" OriginalAmount="721.50" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.417807" Longitude="-3.696212" StarRating="4" HotelCode="18002|1015825|Bed &amp; Breakfast" HotelName="NH Collection Madrid Suecia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Marqués de Casa Riera 4, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/39/70390df089f1ab397d31765d98c61d15479a176d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel enjoys an excellent, central location in the tourist centre of Madrid close to th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="736.87" OriginalAmount="722.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.414831632224" Longitude="-3.6983531713486" StarRating="4" HotelCode="39303|338985|Bed &amp; Breakfast" HotelName="Vincci Soho" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Prado 18, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/a0/d0a03b7d43b169990c053616c9fcbc618bf56b0f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right in the historic centre of Madrid between Puerta del Sol and Plaza de Cibe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="737.96" OriginalAmount="723.49" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.436458659446" Longitude="-3.6884585022926" StarRating="4" HotelCode="29177|67144|Bed &amp; Breakfast" HotelName="Barceló Emperatriz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle López de Hoyos 4, (Junto al Paseo de la Castellana), 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/zz/61ad4cbe72acb336d78395fab62cbd03de8ac578.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming apartment hotel lies in the commercial district of Madrid, close to Castellana Street....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="744.30" OriginalAmount="729.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.422762894137" Longitude="-3.7094950675964" StarRating="4" HotelCode="31486|746375|Bed &amp; Breakfast" HotelName="Senator Gran Vía 70 Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Vía 70, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/5c/935ced050252055e3b893158f26725fe98a20236.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located at the heart of Madrid, just 10 minutes' walk from the Plaza del Sol. The...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="745.68" OriginalAmount="731.06" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.414634566568" Longitude="-3.694712317791" StarRating="4" HotelCode="31862|229136|Bed &amp; Breakfast" HotelName="NH Collection Madrid Paseo del Prado" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Cánovas del Castillo 4, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/59/925966f68033c4b49bb3effc2392e7189e268c09.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the historic centre of Madrid, in the Golden Triangle of Art, w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="751.14" OriginalAmount="736.41" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.419564681616" Longitude="-3.6985845569617" StarRating="4" HotelCode="426246|1874415|Bed &amp; Breakfast" HotelName="Vincci The Mint" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Vía 10, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/536852/a_536852_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Most storeys are accessible by lift. Amenities include a baggage storage service and a safe. Wireles...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="755.41" OriginalAmount="740.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.427048" Longitude="-3.71435" StarRating="5" HotelCode="7857|24674|Bed &amp; Breakfast" HotelName="Meliá Madrid Princesa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference 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,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de la Princesa 27, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/c4/9fc4050c1c564be7d1622bc0991b41f2ab36d8f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated deluxe hotel is in a superb area of Madrid near to the Plaza de España, the Palac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="758.44" OriginalAmount="743.57" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.436015652851" Longitude="-3.6817972362042" StarRating="3" HotelCode="29224|396595|Bed &amp; Breakfast" HotelName="NH Madrid Balboa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nuñez De Balboa, 112, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/be/f0be2edc3524a70e7028aa98e93c8a86892ab660.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located close to the city centre (2 km) where there are many shopping venues, bars and restaurants. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="761.04" OriginalAmount="746.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.462482724416" Longitude="-3.6146306991577" StarRating="4" HotelCode="30999|398655|Bed &amp; Breakfast" HotelName="Novotel Madrid Campo de las Naciones" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Amsterdam 3, Campo de las Naciones, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/69/21695c127f32d34acee3c1cc8a4d43374fe3d906.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set right next to the IFEMA, the Parque Juan Carlos I and the Palacio de Congresos.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="764.26" OriginalAmount="749.27" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.419830641568" Longitude="-3.7012660503388" StarRating="4" HotelCode="30862|324935|Bed &amp; Breakfast" HotelName="NH Collection Madrid Gran Vía" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía 21, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/35/2835d2759134b280fcdc9d65985b1b26bed539af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located at the heart of Madrid, close to a wide selection of shopping and en...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="768.12" OriginalAmount="753.06" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41411" Longitude="-3.701624" StarRating="5" HotelCode="171805|396685|Bed &amp; Breakfast" HotelName="NH Collection Madrid Palacio de Tepa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>San Sebastian 2, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/72/b07279fb8d7639d7bd6ff3f44d40eb78e73cef75.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="781.70" OriginalAmount="766.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.458864451812" Longitude="-3.6909958720207" StarRating="4" HotelCode="30764|75824|Bed &amp; Breakfast" HotelName="AC Cuzco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de la Castellana 133, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/eb/b6ebda090324d719b711f07479adf7f85aa4d99f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is situated in the business centre of Madrid just 500 m from the congress palace....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="782.05" OriginalAmount="766.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41477352" Longitude="-3.70705099" StarRating="0" HotelCode="859892|2407165|Bed &amp; Breakfast" HotelName="Pestana Plaza Mayor Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="24 Hour Security,Air Conditioning,Bar,Business Centre,Conference Hall,Dining,Heated Pool,Internet,Laundry,Massage Centre,Meeting Room,Parking,Restaurant,Room Service,Sauna,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Imperial 8, 28002 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/c2/eac26af2928fc2880fbb05671f6b40203243cd04.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Pestana Plaza Mayor Madrid is a unique and unparalleled luxury hotel, paying tribute to the work...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="799.57" OriginalAmount="783.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.414562067245" Longitude="-3.6994890868664" StarRating="4" HotelCode="58153|52854|Bed &amp; Breakfast" HotelName="Catalonia Las Cortes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Prado 6, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/33/5033308603526509572c5239b63cb8ca55c7576b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This new, charming hotel lies in Las Letras, the historical centre of Madrid, within a short distanc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="810.26" OriginalAmount="794.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.415152" Longitude="-3.699136" StarRating="4" HotelCode="82258|868235|Bed &amp; Breakfast" HotelName="Suite Prado" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Manuel Fernández y González 10, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/6c/be6c376bdafdec47d0e25ac18969f28447149706.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="810.54" OriginalAmount="794.65" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.412589" Longitude="-3.693984" StarRating="4" HotelCode="166292|390735|Bed &amp; Breakfast" HotelName="Radisson Blu Madrid Prado" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Moratin 52, Plaza de Platerias Martinez, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/bb/b0bb369fd881b28863fd200477b9af7fe8c9b40d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With an incredible location just steps from the Museo del Prado (100 metres) and next to the Caixa F...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="810.99" OriginalAmount="795.09" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.417608" Longitude="-3.698623" StarRating="4" HotelCode="24549|338975|Bed &amp; Breakfast" HotelName="Vincci Centrum" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Cedaceros 4, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/b7/e2b74e72537373ff0735a29728f52030b369e1ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just a few paces from the Museo del Prado, various shopping and entertainment ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="840.67" OriginalAmount="824.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.49193239" Longitude="-3.59205507" StarRating="4" HotelCode="436459|2247435|Bed &amp; Breakfast" HotelName="Air Rooms Madrid Airport By Premium Traveller" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Avenida De La Hispanidad 1 Floor, Madrid Airport Terminal 4, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/ca/b9cac8e5f6ea5d11523e4abd406076b1280af5b4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="842.20" OriginalAmount="825.69" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.419675449152" Longitude="-3.7074512243271" StarRating="4" HotelCode="31365|1608178|Bed &amp; Breakfast" HotelName="Preciados" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Preciados 37, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/68/ad685d97039ba138a37e1d1aff93cb9f430927db.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive, hotel is situated in the centre of Madrid, close to the Gran Vía and the Purta del ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="844.58" OriginalAmount="828.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.422234036303" Longitude="-3.6811146140099" StarRating="4" HotelCode="36937|55254|Bed &amp; Breakfast" HotelName="H10 Puerta de Alcalá" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alcalá 66, Barrio de Salamanca, 28009 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/f4/25f457f49502f5ae2f9b2c4022950b98022a9886.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located in the business district of Madrid near the Retiro Park. It is just a f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="852.39" OriginalAmount="835.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4104159" Longitude="-3.6954733" StarRating="4" HotelCode="266904|3356685|Bed &amp; Breakfast" HotelName="Woo Travelling Atocha 107 HOMTELS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Atocha 107, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/91/bd91af053d2132142ed5a56d2f664b02461ad40e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="854.37" OriginalAmount="837.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.462331711859" Longitude="-3.6154246330261" StarRating="4" HotelCode="169162|238866|Bed &amp; Breakfast" HotelName="Pullman Madrid Airport &amp; Feria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Capital de España 10, Campo de las Naciones, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/aa/a4aa822de92fe0227edc6bdfa49c7a9471631899.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Campo de las Naciones, Madrid, opposite the Congress Palace and IFEMA Exhibi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="855.50" OriginalAmount="838.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.451282385711" Longitude="-3.6937612295151" StarRating="4" HotelCode="30716|24634|Bed &amp; Breakfast" HotelName="Holiday Inn Madrid Bernabeu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Carlos Trias Bertran 4, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/13/0c/130cf7e687836196ed68f6d2cdb7d8a3bc993799.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is well positioned at the heart of Madrid's commercial and financial district. Su...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="856.67" OriginalAmount="839.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.436393331468" Longitude="-3.6901563405991" StarRating="5" HotelCode="47238|24564|Bed &amp; Breakfast" HotelName="InterContinental Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Castellana 49, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/6c/826ce71fbcb335fbcd2ab8ff6514a8432184a2a1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This excellent, popular luxury hotel lies on the wonderful Castellana boulevard just a short bus rid...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="857.80" OriginalAmount="840.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.486546679076" Longitude="-3.703472" StarRating="5" HotelCode="57590|1635858|Bed &amp; Breakfast" HotelName="Eurostars Suites Mirasierra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Alfredo Marquerie 43, 28034 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/0d/c60d02ad0d6cb78bd520e8b5c91f9f1e8993b5ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid, in a quiet residential area in the north of the city. It lies only ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="883.52" OriginalAmount="866.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.418897439671" Longitude="-3.7100797891617" StarRating="4" HotelCode="15428|98179|Bed &amp; Breakfast" HotelName="Opera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cuesta De Santo Domingo 2, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/af/2aafe9e7e89aa39d0bace0f83d31849d175c348d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This small, family-run hotel is situated directly in the city centre, opposite the Madrid Opera Hous...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="887.12" OriginalAmount="869.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4222206" Longitude="-3.6957049" StarRating="4" HotelCode="267129|1063718|Bed &amp; Breakfast" HotelName="Only YOU Boutique Hotel Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Barquillo 21, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/5a/e15abfa1dd93cbb115ebab435640ae93dbcc4521.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="887.55" OriginalAmount="870.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.420676" Longitude="-3.707359" StarRating="4" HotelCode="284119|960315|Bed &amp; Breakfast" HotelName="Indigo Madrid - Gran Via" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Silva 6, Madrid 28013</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/1a/051a8c4a3cfcf6b3a0cc8bd7d8e56b686be7a137.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="889.78" OriginalAmount="872.33" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.427" Longitude="-3.687348" StarRating="4" HotelCode="37614|38284|Bed &amp; Breakfast" HotelName="ICON Embassy by Petit Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Serrano 46, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/f2/71f241b1b1641d39874becce315293588e553fc9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located in the business district of Madrid within a short distance of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="893.10" OriginalAmount="875.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.425259" Longitude="-3.682138" StarRating="4" HotelCode="38262|58384|Bed &amp; Breakfast" HotelName="Catalonia Goya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Goya 49, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/8d/418ddba6041ee8f5a1fe52ba3ab6da08c9950dea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the "Calle Goya", in the elegant Salamanca quarter. Here guests will find al...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="896.58" OriginalAmount="879.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.46138" Longitude="-3.6921" StarRating="0" HotelCode="842312|the_level_at_melia_castilla" HotelName="The Level at Meliá Castilla" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="24 Hour Security,Air Conditioning,ATM/Cash Machine,Babysitting,Banquet Hall,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Dining,Fax,Garden,Golf,Laundry,Lounge,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Sauna,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Poeta Joan Maragall 43, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/28/5528fa7468deda4e5c20a6dbada4fe8bc997842e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoy an exclusive experience in a unique environment with a personalised service at The Level at Me...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="920.70" OriginalAmount="902.65" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.426191753964" Longitude="-3.6889965387927" StarRating="4" HotelCode="37045|24724|Bed &amp; Breakfast" HotelName="NH Collection Madrid Colón" 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,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Marqués de Zurgena 4, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/a6/90a6d7fa0eed4437bc6380551a9d3e126c17ad31.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Madrid's central district of Salamanca, close to the Plaza de Colón and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="924.34" OriginalAmount="906.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.415170064639" Longitude="-3.6967662279098" StarRating="4" HotelCode="446069|2233655|Bed &amp; Breakfast" HotelName="DoubleTree by Hilton Madrid-Prado" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle San Agustín 3, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/3a41bc027649685b/64/649ac71a42fe1a62/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="924.92" OriginalAmount="906.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.411703" Longitude="-3.697576" StarRating="4" HotelCode="326453|24794|Bed &amp; Breakfast" HotelName="TRYP Madrid Atocha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Atocha 83, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/ea/42eaba93723fa557afc187179877477f76eece74.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located at the heart of Madrid and just a few paces from the Museo del Prado...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="935.34" OriginalAmount="917.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.419576411699" Longitude="-3.6996352672577" StarRating="4" HotelCode="78724|iberostar_las_letras_gran_via" HotelName="Iberostar Las Letras Gran Via" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Via 11, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/58/3f/583fcfd7f81e28a28bf94ce9744e83c801d9097e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Gran Vía Avenue, the hotel is a 10-minute walk from the Thyssen-Bornemisza and Prado muse...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="946.29" OriginalAmount="927.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.416405" Longitude="-3.698651" StarRating="5" HotelCode="36857|98385|Bed &amp; Breakfast" HotelName="Hotel Urban" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrera de San Jerónimo 34, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/6e/fc6e52983eb1d49c7508b97374854a539d6ab087.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is wonderfully situated at the heart of Madrid, surrounded by cultural venues, countless ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="980.57" OriginalAmount="961.34" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.419239162882" Longitude="-3.6971620779099" StarRating="5" HotelCode="314388|1625628|Bed &amp; Breakfast" HotelName="The Principal Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Marqués de Valdeiglesias 1, Corner Of Gran Via 2, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/f9/cff9cde7f22691b0bcf6b9059c020c72143ac2e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the upscale area of Gran Vía street, near Alcalá street and a few steps away from Cibeles Square,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="982.40" OriginalAmount="963.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.42395331953" Longitude="-3.6852157115936" StarRating="4" HotelCode="38281|311545|Bed &amp; Breakfast" HotelName="ICON Wipton by Petit Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Jorge Juan 17, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/7e/937ed6ba3d1618f4e9004ff9d1313c90e5d00504.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the exclusive and luxurious commercial district of Serrano, at the heart o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="994.28" OriginalAmount="974.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.455825" Longitude="-3.689702" StarRating="4" HotelCode="46622|24504|Bed &amp; Breakfast" HotelName="AC Hotel Aitana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Castellana 152, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/63/0a6311102972c31b7457e66cb545bd77f2115bb8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upper-mid range hotel is located in the town centre of Madrid, on the Paseo de la Castellana, c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="998.54" OriginalAmount="978.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.43487307" Longitude="-3.67896929" StarRating="4" HotelCode="589737|2523275|Bed &amp; Breakfast" HotelName="Heritage Madrid Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Diego De León 43, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/1e/b31e88edf069768b47d5780b287f860b8a6f615b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The upper floors of the hotel can be accessed by lift. A baggage storage service, a bar and a transf...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1021.20" OriginalAmount="1001.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.422328985989" Longitude="-3.6891934275627" StarRating="4" HotelCode="79885|725675|Bed &amp; Breakfast" HotelName="VP Jardín de Recoletos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gil de Santivañes 6, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c5/e1/c5e122c35bc855257197da1e948cedf857d1da9b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A very short walk from this hotel in the heart of the Salamanca district, guests can visit famous la...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1043.46" OriginalAmount="1023.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.435405238061" Longitude="-3.6854785680771" StarRating="4" HotelCode="7856|melia_galgos" HotelName="Meliá Madrid Serrano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Claudio Coello 139, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/5c/f15cc8f0a588e970b84ad6dc738c68442895d0bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Lying at the heart of the Salamanca district of the city, this hotel is situated close to the main s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1046.34" OriginalAmount="1025.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.42007916" Longitude="-3.70369994" StarRating="4" HotelCode="586826|2388625|Bed &amp; Breakfast" HotelName="Hyatt Centric Gran Via Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via 31, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/03/4903263531df3350afbec4726260e1b1fbc278e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a bar, room service, a conference room and a business centre. Wireless internet acc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1049.40" OriginalAmount="1028.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.417880500328" Longitude="-3.6998552083969" StarRating="3" HotelCode="16557|319015|Bed &amp; Breakfast" HotelName="Regina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alcalá, 19, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f7/36/f736f42f33eedbb8a874590cd9140c2ae98f6b7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madrid, only a few metres from Puerta del Sol Square. From th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1058.58" OriginalAmount="1037.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.421488217176" Longitude="-3.6893905699253" StarRating="4" HotelCode="66236|111232|Bed &amp; Breakfast" HotelName="AC Hotel Recoletos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Recoletos 18, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/4c/564cb65a79ef374437dcb7a4dc41f7c0e509b3d3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in the centre of Madrid, just 600 metres from Puerta del Sol and the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1120.56" OriginalAmount="1098.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41973075282" Longitude="-3.704108603769" StarRating="3" HotelCode="29799|24614|Bed &amp; Breakfast" HotelName="Avenida Gran Vía" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesoneros Romanos 14, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/51/e551f8a8c48abf81eb5fa3da3a333cac8ed12f02.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This straightforward hotel enjoys a splendid location. Madrid's countless shops and cultural venues ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1129.45" OriginalAmount="1107.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.420110720997" Longitude="-3.700916689584" StarRating="4" HotelCode="570141|2221955|Bed &amp; Breakfast" HotelName="Hotel Círculo Gran Vía, Autograph Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía 24, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/14/e4149742ca0445ac506bbc7d762f891c3c381c9d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A safe, a restaurant, a bar, a conference room and a business centre are available to guests of the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1147.52" OriginalAmount="1125.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.42268" Longitude="-3.71179" StarRating="5" HotelCode="621058|2281655|Bed &amp; Breakfast" HotelName="VP Plaza España Design" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de España 5, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/f6/2df68d2d2723fe58388566cfabc32a2b34351afb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1147.69" OriginalAmount="1125.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.420677362387" Longitude="-3.6892905735065" StarRating="5" HotelCode="73748|68684|Bed &amp; Breakfast" HotelName="Hotel Hospes Puerta Alcalá" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de la Independencia 3, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/ff/bdfff51ad978e7775d543ba6e4897a28f3d515b6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Independence Square, right in the centre of Madrid. It offers wonderful vie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1179.65" OriginalAmount="1156.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.438792" Longitude="-3.691606" StarRating="5" HotelCode="25011|24624|Bed &amp; Breakfast" HotelName="Hesperia Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Castellana 57, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/ef/50efeb3205649618326e0e1c4721e999af50f16a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is located directly in the commercial and shopping district of Madrid clos...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1184.63" OriginalAmount="1161.40" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.426850376113" Longitude="-3.6981715889549" StarRating="5" HotelCode="935979|1232188|Bed &amp; Breakfast" HotelName="URSO Hotel &amp; Spa Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mejía Lequerica 8, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/e9/2ae916261fbedf9c4710f9b855a51127e932e8c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotle is 5 minutes’ walk from the Alonso Martínez metro station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1377.80" OriginalAmount="1350.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.422228458184" Longitude="-3.6841141553061" StarRating="5" HotelCode="45653|343225|Bed &amp; Breakfast" HotelName="Wellington" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Velazquez 8, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/56/8f5677082d436f19353cc101132fee214c0a12d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the sophisticated district of Salamanca, only a mile and a half from Puerto del Sol and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1389.78" OriginalAmount="1362.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.426418" Longitude="-3.68939" StarRating="5" HotelCode="18759|131674|Bed &amp; Breakfast" HotelName="Gran Meliá Fénix" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Hermosilla 2, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/c8/33c88264b3aa322b45d50c777817d6eb0d79f5b2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally located directly on the Paseo de la Castellana and the Plaza de Colon, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1392.06" OriginalAmount="1364.76" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.417741346161" Longitude="-3.6890393558197" StarRating="5" HotelCode="36873|35844|Bed &amp; Breakfast" HotelName="Hotel Palacio Del Retiro, Autograph Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alfonso XII 14, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/72/9f72885864c79d46b2028561b5edf5d22063ef67.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This excellent luxury hotel lies in the pleasant Spanish district of Retiro close to various famous ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1515.37" OriginalAmount="1485.66" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.415936555565" Longitude="-3.6995199145066" StarRating="3" HotelCode="149981|1020068|Bed &amp; Breakfast" HotelName="Gran Hotel Inglés" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Echegaray 8, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/6c/b96c484f73ce3d7ab0f8cb4532469ac73a33f1ef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1562.60" OriginalAmount="1531.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.415186966229" Longitude="-3.6950433254242" StarRating="5" HotelCode="18551|24844|Bed &amp; Breakfast" HotelName="The Westin Palace, Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de las Cortes 7, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/27/c8/27c838fad09b6465304fb1a44cdbc3e8dcff8243.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is situated in the centre of Madrid, close to Parliament Square and the Old Town. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1636.60" OriginalAmount="1604.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41320061" Longitude="-3.70107705" StarRating="0" HotelCode="768799|2399265|Bed &amp; Breakfast" HotelName="CoolRooms Atocha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Babysitting,Smoking Rooms">
        <Address>
          <AddressLines>
            <AddressLine>Calle Atocha 34, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2f/53/2f53b76f04e7d9cf0ff7dc74c0cc56e0fe166d17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A buffet breakfast is served every morning at the property. There is an in-house restaurant, which s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1656.60" OriginalAmount="1624.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.426496608054" Longitude="-3.685585517339" StarRating="3" HotelCode="410370|387025|Bed &amp; Breakfast" HotelName="TÓTEM Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Hermosilla 23, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/2d/492d63c162ea80a18302eb28dda4c321208ba3c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In a privileged location in the heart of the city’s boutique shopping area, the hotel is perfectly p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1668.10" OriginalAmount="1635.39" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.428177641302" Longitude="-3.6836543132936" StarRating="5" HotelCode="30319|386715|Bed &amp; Breakfast" HotelName="Bless Hotel Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle De Velázquez 62, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/4b/c04bd26f6d25c01761ef6a8281d6036594b1d85e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is wonderfully located in the centre of Madrid. The nearest public transport ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1695.18" OriginalAmount="1661.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.419644819027" Longitude="-3.7097096443176" StarRating="5" HotelCode="18757|24784|Bed &amp; Breakfast" HotelName="Gran Meliá Palacio de los Duques" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cuesta de Santo Domingo 5 y 7, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2e/0c/2e0c3dcca68adb76c06db86bc29921794f90a597.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This opulent luxury hotel is centrally located in Madrid's exquisite historical centre. It is just a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2005.21" OriginalAmount="1965.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.430956596371" Longitude="-3.6932502686977" StarRating="5" HotelCode="22629|35854|Bed &amp; Breakfast" HotelName="Hotel Santo Mauro, Autograph Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Zurbano 36, 28010 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/0a/280a3d9270928102a25709c82255fde9621e41ee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious city hotel is located in Chamberi, not far from the famous Paseo de la Castellana. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2247.02" OriginalAmount="2202.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.428460614137" Longitude="-3.6862201988697" StarRating="5" HotelCode="176152|1608388|Bed &amp; Breakfast" HotelName="Unico" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Claudio Coello 67, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/cb/c5cb38edf251aa2c12fdcf0735c88400696e9c4a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is located in the most cosmopolitan and elegant area of the capital, the no...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2562.32" OriginalAmount="2512.08" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.427238620959" Longitude="-3.6932247877121" StarRating="5" HotelCode="31354|311995|Bed &amp; Breakfast" HotelName="Hotel Orfila" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Orfila 6, 28010 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/1fe620b097f54f6084bd28262f1bacb9.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is situated in the leisure district of Madrid in one of the most exclusive distric...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="3484.54" OriginalAmount="3416.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.430051" Longitude="-3.688378" StarRating="5" HotelCode="19192|CAF491700|Bed &amp; Breakfast" HotelName="Villa Magna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Castellana 22, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/af/afc8a02c5397ab28/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With its large boulevards, splendid plazas, palaces and renowned international museums, Madrid is on...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="4878.40" OriginalAmount="4782.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.415619899377" Longitude="-3.6925810575485" StarRating="5" HotelCode="16764|24774|Bed &amp; Breakfast" HotelName="Ritz Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de la Lealtad 5, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/67/e16792da161a57b3b398fecf04a1a764d492c161.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious modern hotel is situated in the heart of Madrid, within walking distance of numerous ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Internet,Restaurant,Room Service,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Laundry,Nightclub,Telephone Service,Fax,Diet Meals,Lounge,Garden,Massage Centre,Sauna,Shopping Arcade,Bicycle Rental,Jacuzzi,Swimming Pool,Spa,Wheelchair Access,Heated Pool,Kitchen,24 Hour Security,Dining,24 Hour Room Service,Concierge,Business Centre,Meeting Room,Parking,Babysitting,Smoking Rooms,ATM/Cash Machine,Banquet Hall,Printer</BasicAmenities>
    <HotelRating>4,5,3,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,CONFERENCE HOTEL,HOTEL DE CHARME,AIRPORT HOTEL,BUSINESS HOTEL,HOTEL,HISTORIC HOTEL,FAMILY-FRIENDLY HOTEL,HOSTEL,APARTMENT,APARTMENT HOTEL,ECO HOTEL,SPA HOTEL,VILLAGE,GUEST HOUSES,GUESTHOUSE,GUEST HOUSE,HOSTELS</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
40e1b1ec-535c-40af-aefe-f65a3a3fe35f|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="40e1b1ec-535c-40af-aefe-f65a3a3fe35f">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="26992" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-23T00:00:00" End="2026-06-26T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="AE" 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
40e1b1ec-535c-40af-aefe-f65a3a3fe35f|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
40e1b1ec-535c-40af-aefe-f65a3a3fe35f|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-06-12T10:36:56.1978251+01:00" Version="0" EchoToken="Search" TransactionIdentifier="40e1b1ec-535c-40af-aefe-f65a3a3fe35f" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="215.01" OriginalAmount="210.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.354234" Longitude="-3.830659" StarRating="3" HotelCode="61848|387475|Bed &amp; Breakfast" HotelName="Holiday Inn Express Madrid - Alcorcon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Argentina S/n, Alcorcon, 28922 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/4d/6a4dc28b0d83aabd5a72e8f99441249d9f4f6409.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Alcorcón in a convenient setting south west of Madrid and is very well conn...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="233.42" OriginalAmount="228.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.444416641378" Longitude="-3.6554197643918" StarRating="3" HotelCode="38298|393905|Bed &amp; Breakfast" HotelName="Travelodge Madrid Torrelaguna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Torrelaguna 69, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/e8/c3e89468aee6bd8bccb48bbcdb808ce96f9f8984.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated right in the region's main business district. There is a link to the pub...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="237.51" OriginalAmount="232.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.332263315584" Longitude="-3.7027604429916" StarRating="3" HotelCode="284796|1593438|Bed &amp; Breakfast" HotelName="Vértice Roomspace Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Laguna Dalga 4, 28021 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/40/0e409cca12e63d234a55293cff0f3fe1d6a97d27.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="238.20" OriginalAmount="233.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.436916985145" Longitude="-3.6311347901783" StarRating="1" HotelCode="263671|1455918|Bed &amp; Breakfast" HotelName="Travelodge Madrid Alcalá" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Santa Leonor 34, 28037 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/bc/a6bc5374b8b0e2d4ac41e7281121269e97a1d063.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="242.92" OriginalAmount="238.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.458646083947" Longitude="-3.5823985934257" StarRating="4" HotelCode="29260|2095205|Bed &amp; Breakfast" HotelName="Senator Barajas Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Galeón 27, Next to Adolfo Suárez Madrid-Barajas Airport and IFEMA, Barajas, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/72/4d720dcddfec7543958d5cf370fccf4afb4be9dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located approximately 1 km from Madrid Barajas Airport. It offers an exclusive ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="250.89" OriginalAmount="245.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.439351801307" Longitude="-3.6261788049536" StarRating="2" HotelCode="113307|184306|Bed &amp; Breakfast" HotelName="ibis Madrid Calle Alcalá" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Valentin Beato 20, 28037 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/50/d150e243d5c7b3fc9a70dbbe10a2d090b449ab68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies 9 km from the famous Puerta del Sol Square.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="257.80" OriginalAmount="252.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.45442345" Longitude="-3.70145194" StarRating="2" HotelCode="613406|2546635|Bed &amp; Breakfast" HotelName="Far Home Bernabeu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle de las Mercedes 13, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/bd/38bdf8c4782f7ae4b36166d422de98c8effc66c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="258.78" OriginalAmount="253.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.447343320741" Longitude="-3.5428972681056" StarRating="3" HotelCode="395302|355765|Bed &amp; Breakfast" HotelName="B&amp;B Hotel Madrid Airport T1 T2 T3" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Lola Flores 2, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/5f/1b5f242c6c21d11412b7cbf31f2c0bb27d8763ed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated directly on the A2 motorway, with easy access to all the major ring roads. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="270.50" OriginalAmount="265.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.39610371288" Longitude="-3.670543266201" StarRating="1" HotelCode="445332|2423715|Bed &amp; Breakfast" HotelName="ibis budget Madrid Calle 30" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Lozano 3, 28053 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/46/b1462cc0ae3c8323509815450098eb3b4699efc4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="274.98" OriginalAmount="269.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.360178765032" Longitude="-3.6650237977831" StarRating="4" HotelCode="53748|57004|Bed &amp; Breakfast" HotelName="Hotel Mercader" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Eje 2-7, Poligono Alimentario Mercamadrid, Villa de Vallecas, 28053 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/19/2d19ebc36d6df4cc1b9589935d75ddaefb013dea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to the Mercamadrid, the largest food market in Europe, close to the M 4...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="276.57" OriginalAmount="271.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.432545454869" Longitude="-3.6562432106396" StarRating="1" HotelCode="349767|5020755|Bed &amp; Breakfast" HotelName="ibis budget Madrid Centro las Ventas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Siena 10, Paralela Con Alcala 271, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/f3/14f34bed9e4dbafa46e6794a3cf03ec81d457983.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="289.26" OriginalAmount="283.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.447388917667" Longitude="-3.5803155423279" StarRating="3" HotelCode="899437|355865|Bed &amp; Breakfast" HotelName="Aparthotel Compostela Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Village,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Restaurant,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Zambrana 4, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/13/b51372a290f98835fe8bfecb9fdaa0740d69a789.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly apartment hotel provides easy access to the M21, M22, M40 and A2 motorways, as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="293.66" OriginalAmount="287.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.372858" Longitude="-3.743114" StarRating="3" HotelCode="31353|1634988|Bed &amp; Breakfast" HotelName="Hotel Eco Via Lusitana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Secoya 2, 028044 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/56/8e563d9f0a5cc8271402454b475ab0a83f978b02.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fabulous hotel is just 5 km from Madrid's lively, pulsing centre. The crowd pleasing Warner Bro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="295.81" OriginalAmount="290.01" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.472867167395" Longitude="-3.5821875584115" StarRating="3" HotelCode="65117|222136|Bed &amp; Breakfast" HotelName="Hotel Villa de Barajas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Logroño 331, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/65/f165c3aad546ad113e1d1f31e47fa31d0920f0a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="300.49" OriginalAmount="294.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.512648555833" Longitude="-3.6762316524983" StarRating="4" HotelCode="96602|996555|Bed &amp; Breakfast" HotelName="Holiday Inn Madrid - Las Tablas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle María Tubau 16, 28050 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/56/2f/562f99afda07665188257a4b900a398a8e7ec0bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in the north of Madrid in the commercial district of Fuencarral, Charmatín and the ex...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="306.29" OriginalAmount="300.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.372309" Longitude="-3.640692" StarRating="1" HotelCode="212866|5007695|Bed &amp; Breakfast" HotelName="ibis budget Madrid Vallecas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Casas de Miravete 17, Poligono Industrial Vallecas, 28031 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/87/e987f097d6a6e128268bb43ee086c3983696a4d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="307.03" OriginalAmount="301.01" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.416024506087" Longitude="-3.7017413220092" StarRating="2" HotelCode="113300|1875395|Bed &amp; Breakfast" HotelName="Hostal Matheu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Victoria 6, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c9/ac/c9aca30ad043461a7fa92c84e19451b6a037b70c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="307.83" OriginalAmount="301.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.457318514505" Longitude="-3.6467675864697" StarRating="4" HotelCode="410221|382305|Bed &amp; Breakfast" HotelName="All In Hotel Suites Feria de Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Moscatelar 31, 28043 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/69/91696eb284cecc4c733eb4a6a4c2fe06c1499358.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in one of the most exclusive neighbourhoods in Madrid, Ciudad Lineal, just a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="309.08" OriginalAmount="303.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.394154" Longitude="-3.707749" StarRating="4" HotelCode="30654|312625|Bed &amp; Breakfast" HotelName="Hotel Praga" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Antonio Lopez 65, 28019 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/56/aa560c0be87d61d8a18b9bd43d912d34fdc1e92c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel is located close to the M-30 ring road, and the centre of Madrid is arou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="311.24" OriginalAmount="305.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.419387" Longitude="-3.625247" StarRating="3" HotelCode="31857|324995|Bed &amp; Breakfast" HotelName="Silken Torre Garden Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hermanos García Noblejas 190, 28037 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/cb/1ecbec7f32d010fd45a3988b0059adb9cf95e562.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel enjoys an excellent location in the north of Madrid, just 15 minutes from the cit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="313.74" OriginalAmount="307.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.514788860519" Longitude="-3.6734053126283" StarRating="4" HotelCode="284244|996535|Bed &amp; Breakfast" HotelName="Hotel Dome" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Lounge,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carretera de Fuencarral a Alcobendas km 8, 28050 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/eb/99eb0363ce5df8f362fe324fdca0fce796ef9dff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="315.41" OriginalAmount="309.23" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.391911115278" Longitude="-3.6958940308176" StarRating="3" HotelCode="113314|865625|Bed &amp; Breakfast" HotelName="Gran Legazpi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Chopera 71, 28045 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/9e/8e9ee3a6503e89c20eb6c1f33441e23bfb77b27d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located very close to Madrid’s shopping, cultural and financial centre, next to the em...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="316.56" OriginalAmount="310.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.473089486686" Longitude="-3.5853624343872" StarRating="4" HotelCode="113312|1141818|Bed &amp; Breakfast" HotelName="täCH Madrid Airport Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>C/ Timon 35, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/185314/185314a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="319.88" OriginalAmount="313.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.452915204396" Longitude="-3.61323595047" StarRating="4" HotelCode="51894|295985|Bed &amp; Breakfast" HotelName="Hotel Osuna Feria Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Luis de la Mata 18, Madrid 28042</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/9d/3a9de01571d1df7cc3922e0b307f69e3af8e8a97.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies next to a quiet garden. With the free shuttle service, guests will quickly and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="320.10" OriginalAmount="313.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.469799969984" Longitude="-3.5808435759633" StarRating="2" HotelCode="113308|183416|Bed &amp; Breakfast" HotelName="ibis Madrid Aeropuerto Barajas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida General 49, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/6c/046c53f5bb60af45a6d6287f04db1c88e243ad8b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 1 km from Madrid-Barajas Airport and IFEMA Exhibition Centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="326.40" OriginalAmount="320.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.421084419798" Longitude="-3.7147602438927" StarRating="3" HotelCode="16258|hotel_principe_pio" HotelName="Principe Pio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cueste de San Vicente 14, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/8a/798ac490034a63eb0befb17e88c66239bcaf494c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel lies just a few minutes from the centre of Madrid where guests will discover m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="332.33" OriginalAmount="325.81" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.558445702613" Longitude="-3.6137562990189" StarRating="3" HotelCode="37293|57014|Bed &amp; Breakfast" HotelName="NH San Sebastián de los Reyes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Europa 11, 28700 San Sebastian de los Reyes, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/0c/bd0c22dd92fd85eb85c83cc95d49b302412b575b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located within the San Sebastián de los Reyes business park, 15 km from Madrid. The Ci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="333.25" OriginalAmount="326.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.445616985322" Longitude="-3.5431729291547" StarRating="3" HotelCode="263672|1182268|Bed &amp; Breakfast" HotelName="Hotel TRYP Madrid Airport Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="apartment" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Lola Flores 4-17, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/14/fd1461437e2c217ac5364ff5b3d036150ec49859.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="336.74" OriginalAmount="330.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.470975" Longitude="-3.579981" StarRating="4" HotelCode="37965|383055|Bed &amp; Breakfast" HotelName="Clement Barajas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida General, 43, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/2b/f82bae27e6574dfaf6d898fe684572ce1cd0f73b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just 500 m from a park and about 12 km from the city centre. Links to the publ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="338.11" OriginalAmount="331.48" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.413381066805" Longitude="-3.7012628112946" StarRating="2" HotelCode="149045|4744695|Bed &amp; Breakfast" HotelName="Hostal Cervelo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Atocha 43, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/63/0863e9d0b51fa3e4f8ef901687a7de821581f1fa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="338.33" OriginalAmount="331.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.470800134942" Longitude="-3.7687879800796" StarRating="4" HotelCode="36966|386225|Bed &amp; Breakfast" HotelName="Eurostars Zarzuela Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Dario Aparicio 32, 28023 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/7b/ce7b3ef3edb6d7c2f27744a8c4e7b4611979b3fe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated in the northern district of Madrid. Wonderful gardens surround the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="343.92" OriginalAmount="337.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.450388" Longitude="-3.612982" StarRating="3" HotelCode="55056|725055|Bed &amp; Breakfast" HotelName="Globales Acis y Galatea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Galatea 6, 28042 Barajas</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/0e/c00ebab97ab3488b5c13673694c6cf63d804cc6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel is situated in La Piovera about a 10-minute drive from Madrid's old town with i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="350.15" OriginalAmount="343.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.436533" Longitude="-3.621056" StarRating="4" HotelCode="32665|312005|Bed &amp; Breakfast" HotelName="Hotel ILUNION Alcalá Norte" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle San Romualdo 30, 28037 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/6f/a86ffc6c225f214fd83e0a50a11fdb851d060de8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the north west of Madrid in the Julian Camarillo and near Alcala Street. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="354.62" OriginalAmount="347.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.443887381631" Longitude="-3.6726863453977" StarRating="3" HotelCode="32147|98828|Bed &amp; Breakfast" HotelName="Sercotel Togumar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Canillas 59, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/53/29530c41eb10bdd6bfa35034c22427f2f324e426.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is in a privileged location, just 10 minutes from Madrid Airport, Chamartín t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="354.81" OriginalAmount="347.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.456854" Longitude="-3.647615" StarRating="4" HotelCode="30679|394905|Bed &amp; Breakfast" HotelName="Zenit Conde Orgaz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Moscatelar 24, 28043 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5e/38/5e385f10fae57b649b4cfd4393d463af8f193e54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is situated close to the Juan Carlos I trade centre and the congress cent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="365.26" OriginalAmount="358.10" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.422238811889" Longitude="-3.7115634763669" StarRating="3" HotelCode="47226|385815|Bed &amp; Breakfast" HotelName="Hotel Cason del Tormes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Rio 7, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a7/13/a71344eea2dba7bc14eff5875df2804d4c9d3b5e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the tourist centre of Madrid within walking distance of many of the to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="365.87" OriginalAmount="358.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.43" Longitude="-3.7085" StarRating="3" HotelCode="15150|55084|Bed &amp; Breakfast" HotelName="Leonardo Hotel Madrid City Center" 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,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Alberto Aguilera 18, 28015 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/cb/a7/cba7277d7201aa73acf32d1f23cef67f193e6a6f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located in the tourist centre of Madrid, close to Plaza de España and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="367.12" OriginalAmount="359.92" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.436054" Longitude="-3.679347" StarRating="4" HotelCode="178195|866015|Bed &amp; Breakfast" HotelName="Dormirdcine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Príncipe de Vergara, 87, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/93/76/937640995f31c98b1e25e91ef851d579929d8053.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the central Salamanca district (2.5 km from the centre), very close to the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="369.67" OriginalAmount="362.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.411321657713" Longitude="-3.693164302701" StarRating="2" HotelCode="322524|4776255|Bed &amp; Breakfast" HotelName="Hotel Mora" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Paseo del Prado 32, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/79/c079d4f30efab395320ad4992313ca9df4793cb2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Hotel is situated on the Paseo del Prado in Madrid, 400 meters from the Reina Sofia Museum and A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="370.25" OriginalAmount="362.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.416480673235" Longitude="-3.6995623535472" StarRating="2" HotelCode="902309|1933975|Bed &amp; Breakfast" HotelName="Casual Madrid del Teatro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Echegaray 1, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/ac/54ac4fc29a56c300f128bfa0fe349e0d00a8b807.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="371.99" OriginalAmount="364.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.408201" Longitude="-3.70079217" StarRating="1" HotelCode="709734|5020765|Bed &amp; Breakfast" HotelName="Ibis Budget Madrid Centro Lavapies" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle De Valencia 8-10, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/5b/005bea14b55dec053d36491bd4f3756bb265bb70.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="374.34" OriginalAmount="367.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.439518795784" Longitude="-3.6386847496033" StarRating="4" HotelCode="51880|petit_palace_arturo_soria" HotelName="Petit Palace Arturo Soria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Arturo Soria 14, esquina Calle Alcalá, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d1/b4/d1b480424b193d3b43f50b301b646d3f49e10292.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the tourist centre of Madrid, between Calle Arturo Soria and Calle de Alcalá, Ciudad Line...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="377.40" OriginalAmount="370.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.3053105077" Longitude="-3.7748256325722" StarRating="3" HotelCode="161637|holiday_inn_express_madridleganes" HotelName="Holiday Inn Express Madrid-Leganés" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de la Recomba 11, Parque Industrial La Laguna Leganes, 28914 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/46/db4655647aadba033d44dbe7586ee9f83a8387f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the south of Madrid, close to the Parque Warner theme park, in the La Lagun...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="378.09" OriginalAmount="370.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.421042162906" Longitude="-3.721218036532" StarRating="4" HotelCode="27729|346455|Bed &amp; Breakfast" HotelName="Hotel City House Florida Norte" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Florida 5, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/b2/9fb22bb755d97531cebc444177fb39cf58fb01d0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a central location opposite the northern train station, close to Parque del Oeste ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="379.21" OriginalAmount="371.77" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.447381" Longitude="-3.542142" StarRating="4" HotelCode="169555|318895|Bed &amp; Breakfast" HotelName="Crowne Plaza Madrid Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Lola Flores 1, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/be/36be684dfbd5ebea60770d039ebe60511cdb337a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly airport hotel is right on the doorstep of Madrid-Barajas Airport and the IFEMA ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="382.07" OriginalAmount="374.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.412418274935" Longitude="-3.7000495377933" StarRating="0" HotelCode="524305|4676225|Bed &amp; Breakfast" HotelName="Hostal Anton Martin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Concierge,Garden,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Magdalena 29, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/26/ea26b91c87b84b1953dbec3d47944c95f3bc6b8c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 1-star Hostal El Tera offers comfort and convenience whether you're on business or holiday in Ma...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="383.32" OriginalAmount="375.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4223109" Longitude="-3.7092173999999" StarRating="3" HotelCode="311366|1879125|Bed &amp; Breakfast" HotelName="Vitium Urban Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>61 Gran Via, 5th floor, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/63/f963f98d26e973e2e2742749b5b1a8c0c5de74cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The guesthouse is located in Madrid'city centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="386.57" OriginalAmount="378.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.447438982137" Longitude="-3.6114992201328" StarRating="4" HotelCode="42835|335215|Bed &amp; Breakfast" HotelName="Sercotel Alcalá 611" 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,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Alcalá, 611, 28022 Madrid, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/6f/e26fef06e2a38e6f699f404af7e040a7e5f1d5e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is just 5 minutes from the IFEMA trade fair grounds and approximately 5 km from Puer...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="387.56" OriginalAmount="379.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.439311810137" Longitude="-3.6317432711639" StarRating="4" HotelCode="31103|393995|Bed &amp; Breakfast" HotelName="Elba Madrid Alcalá" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alcalá 476, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/c4/27c49f54179f59386631cb3a520ab9ed10b09ffe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is situated at the heart of Madrid, only minutes from the airport and the city c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="388.90" OriginalAmount="381.27" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.447490084209" Longitude="-3.5830351878357" StarRating="4" HotelCode="900431|105401|Bed &amp; Breakfast" HotelName="Axor Feria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Business Hotel,City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Campezo 4, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/50/bf5078ad42c0a5d4469a0ba7e0bf4fa66ec4d204.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a residential and business area, 10 minutes from IFEMA exhibition centre, Co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="388.98" OriginalAmount="381.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.430608432797" Longitude="-3.6642296922241" StarRating="2" HotelCode="207386|933648|Bed &amp; Breakfast" HotelName="Hotel ibis Madrid Centro las Ventas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Julio Camba 1, Esquina Alcala, 28028 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/9b/2c9b3c69b9150d1721cad4c81dd89453055810a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="389.88" OriginalAmount="382.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.555316" Longitude="-3.609999" StarRating="2" HotelCode="39335|387495|Bed &amp; Breakfast" HotelName="Holiday Inn Express Madrid-San Sebastian d/l Reyes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Avenida De Los Pirineos S/N, 28700 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/0e/8e0e7cf0501ac7ea09a621455dc3e9c07feb6fcf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in heart of one of the most important business areas, and is located 15 km to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="390.26" OriginalAmount="382.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41584443133" Longitude="-3.7011846441803" StarRating="2" HotelCode="141115|388635|Bed &amp; Breakfast" HotelName="Madrisol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Nuñez de Arce 1, Esquina Calle Cruz 9, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/4b/6d4b2e79db8f0f1044efbffb223d1e5b231c8a0a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="390.64" OriginalAmount="382.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.462951065253" Longitude="-3.6966875195503" StarRating="3" HotelCode="37046|292895|Bed &amp; Breakfast" HotelName="Erase Un Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bravo Murilo 304, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/5f/285fe798fd452b1fd5c4401a8e54a1a0be36f0f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies on Plaza Castilla within a short distance of Madrid's business centre where guests w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="390.89" OriginalAmount="383.23" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.45866804" Longitude="-3.69784419" StarRating="3" HotelCode="587608|3321335|Bed &amp; Breakfast" HotelName="Funway Academic Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Calle Alonso Castrillo 22, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/4a/c64a350e47ce7a3a9e113da0e3f8b96f6c5d50cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="392.70" OriginalAmount="385.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.471731" Longitude="-3.685786" StarRating="3" HotelCode="32754|tryp_madrid_chamartin_2" HotelName="TRYP Madrid Chamartín Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Mauricio Ravel 10, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/5a/a85a4820f47705fa916b742dc0a6e9b73cc9a174.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the residential district of Plaza de Castilla, this hotel lies within a short distance of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="393.59" OriginalAmount="385.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.457863" Longitude="-3.583362" StarRating="4" HotelCode="30881|2199865|Bed &amp; Breakfast" HotelName="Sercotel Madrid Aeropuerto" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Galeón 25, Barajas, 28024 Madrid, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/49456/a_49456_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located beside Madrid-Barajas Airport, just a short distance from Madrid's ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="395.61" OriginalAmount="387.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.413541" Longitude="-3.702342" StarRating="2" HotelCode="190800|2545725|Bed &amp; Breakfast" HotelName="Hostal Abadía Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Luis Vélez de Guevara 2, Esquina Calle Atocha 24, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/fe/b5fec6db7363b0f7c7a9979552c9f320bd4f5e19.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="395.74" OriginalAmount="387.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.449151358313" Longitude="-3.576779682209" StarRating="4" HotelCode="130495|371655|Bed &amp; Breakfast" HotelName="Hotel Nuevo Boston" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Aragón 332, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/0e/380e91ecc5ea182c89842fb191518f2af6af4544.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Barajas Airport Business Centre. The airport itself is just 1 km away. The p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="401.45" OriginalAmount="393.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.43724" Longitude="-3.70856" StarRating="3" HotelCode="37043|55164|Bed &amp; Breakfast" HotelName="Leonardo Boutique Hotel Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Vallehermoso 65, 28015 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/07/25079a95dd01dc9b53a9468c04564e02b008dc9c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located close to Bravo Murillo Street in Madrid, this hotel lies within easy reach of Vallehermoso s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="401.47" OriginalAmount="393.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.435541702625" Longitude="-3.6638304024467" StarRating="4" HotelCode="32777|CAR707900|Bed &amp; Breakfast" HotelName="NH Madrid Ventas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Biarritz 2, 28028 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/5e/965e4e662c787c61283699c7c167e3f2613bb676.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is strategically located near the Las Vegas bullfighting ring. It is also conveniently si...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="402.27" OriginalAmount="394.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.432122377193" Longitude="-3.6565107107162" StarRating="4" HotelCode="31879|318925|Bed &amp; Breakfast" HotelName="Rafaelhoteles Ventas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alcalá 269, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/1f/7d1fc715acc1658ddc1bb9740e0d750801e8c95b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This inviting and friendly hotel is located in the popular shopping street of Alcalá and fits seamle...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="405.99" OriginalAmount="398.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41634376863" Longitude="-3.7017134257603" StarRating="3" HotelCode="69539|338955|Bed &amp; Breakfast" HotelName="Victoria IV" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle De La Victoria 4, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/314c0a5aa5fa454eafa34ddd44467b4f.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next to Puerta del Sol, close to museums of world fame such as the Prado Museum...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="406.14" OriginalAmount="398.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.434280793313" Longitude="-3.6326867061941" StarRating="2" HotelCode="113306|996635|Bed &amp; Breakfast" HotelName="Julia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 17/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Julián Camarillo 9, 28037 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/e6/e9e6847ea88d01016a03ccfc9013900d2d18e1dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Magnificent hotel located in a business area of Madrid. It is suitable for work stays as well as for...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="406.27" OriginalAmount="398.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4199155" Longitude="-3.70746933" StarRating="0" HotelCode="943732|2594675|Bed &amp; Breakfast" HotelName="The First One Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle dePreciados 44, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/04/8f/048fc98d1767616b2c74879593552061d77e70aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="406.85" OriginalAmount="398.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.423175055175" Longitude="-3.7057760947046" StarRating="2" HotelCode="143541|2014535|Bed &amp; Breakfast" HotelName="Hotel Life" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Pizarro 16, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/f8/cdf8a045a1d1bbb25e849c5fdc1fb70211724dc0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="412.86" OriginalAmount="404.76" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.422854" Longitude="-3.709739" StarRating="3" HotelCode="18770|335335|Bed &amp; Breakfast" HotelName="Hotel Madrid Centro Managed by Melia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Vía 72, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/2f/892f32d1731ca23c09b7f4fe4f44ffa18fbb733c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally located, close to the Gran Vía, Puerta del Sol and Plaza España. There ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="412.90" OriginalAmount="404.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.451610888015" Longitude="-3.5928254059643" StarRating="4" HotelCode="87681|274835|Bed &amp; Breakfast" HotelName="Hotel Maydrit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Piragua 1, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/6f/e26fef06e2a38e6f699f404af7e040a7e5f1d5e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in one of the most important business areas in north-east Madrid, Alameda de O...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="415.52" OriginalAmount="407.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.447842" Longitude="-3.636193" StarRating="4" HotelCode="29286|393625|Bed &amp; Breakfast" HotelName="Silken Puerta Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Juan Rizzi No 5, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0c/b0/0cb050acf7f1521e541d3c5bc14007d079567e54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is just 5 minutes on foot from the Juan Carlos I exhibition centre. The vibrant c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="415.61" OriginalAmount="407.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.423064" Longitude="-3.707663" StarRating="3" HotelCode="23027|393755|Bed &amp; Breakfast" HotelName="Sterling" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle San Bernardo 29-31, 28015 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/b6/0db6cec23ff9f4ca53af13a0bbfc531784189c6d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of Madrid, close to the Gran Via and just a few minutes walk fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="416.09" OriginalAmount="407.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.498234570408" Longitude="-3.6646270751953" StarRating="4" HotelCode="88640|396665|Bed &amp; Breakfast" HotelName="NH Madrid Las Tablas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Burgos 131, 28050 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/cc/4dcc3e8734580697e808a0f17613c8ae3453f345.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a convenient location in the north of Madrid, next to the Las Tablas and Sanchinar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="417.11" OriginalAmount="408.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.421476" Longitude="-3.721681" StarRating="3" HotelCode="212800|920485|Bed &amp; Breakfast" HotelName="Hotel Acta Madfor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de La Florida 13, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/66/8f667c74e208871dc3068d0db8b43dc2d7ad705c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="417.17" OriginalAmount="408.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.445696913643" Longitude="-3.6729368196434" StarRating="3" HotelCode="311317|2018905|Bed &amp; Breakfast" HotelName="Aparthotel AHM Marcenado" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Bar,Currency Exchange,Internet,Laundry,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Marcenado 9, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/b9/3db91cdbdfa194c9b4c09b220cbe2fe427294399.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests have easy access to their storeys via the lift or stairs. Amenities include a cloakroom, a sa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="421.15" OriginalAmount="412.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.449801" Longitude="-3.698462" StarRating="3" HotelCode="30827|864975|Bed &amp; Breakfast" HotelName="Espahotel Plaza Basílica" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Comandante Zorita 27-31, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/fd/29fde3de23a59a6fc839c9049f7988e27b6ae33a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartment complex is centrally located in the Azca district close to the Torre Picasso building....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="421.99" OriginalAmount="413.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.408433" Longitude="-3.693029" StarRating="2" HotelCode="14666|396495|Bed &amp; Breakfast" HotelName="Mediodiá Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza del Emperador Carlos V, 8, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/d1/0ed11164bf82409b44adfc38bbd1c6ddcb6e5438.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is housed within a historic building located on the Plaza del Emperador Carlos at the sou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="422.24" OriginalAmount="413.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.432045" Longitude="-3.69935" StarRating="4" HotelCode="161633|382555|Bed &amp; Breakfast" HotelName="Hotel Agora Juan de Austria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Historic Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Juan de Austria 5, 28010 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d8/3d/d83ddc327c91f1656243d35ff6aafdc08a712fa6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This landmark hotel is located in the city of Madrid, at the heart of the historic neighbourhood of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="424.92" OriginalAmount="416.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.402598163242" Longitude="-3.7115734470481" StarRating="3" HotelCode="32044|796455|Bed &amp; Breakfast" HotelName="Holiday Inn Madrid Piramides" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Currency Exchange,Fax,Golf,Internet,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de las Acacias 40, 28005 Madrid, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/23/d1/23d1f0fa674d7a8ec3327f8faa79cb12bf3f30e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel, friendly and luminous, is just a few metres from the Madrid Flea Market (El Rastro) and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="427.28" OriginalAmount="418.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.413133" Longitude="-3.708594" StarRating="4" HotelCode="190795|1086918|Bed &amp; Breakfast" HotelName="Posada Del Dragón" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Bar,Central Heating,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Cava Baja 14, 28005 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/bd/babd0f2066756ead7aea11e10638338f18665740.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located right in the he...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="428.23" OriginalAmount="419.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.406225" Longitude="-3.71221" StarRating="3" HotelCode="16252|312635|Bed &amp; Breakfast" HotelName="Puerta de Toledo" 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,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Glorieta Puerta de Toledo 4, 28005 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/17/69/1769a5b322545c05546b4496955491621e7af9ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is ideally located in the historical centre of Madrid, near the Real Palace an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="430.74" OriginalAmount="422.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.475140876872" Longitude="-3.7430022444644" StarRating="4" HotelCode="30843|382495|Bed &amp; Breakfast" HotelName="Hotel Eurostars Monte Real" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Arroyofresno 17, 28035 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/d6/b1d6b05ce616b5711eb364b11ebade088e0e106f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located in the leisure district of Puerta de Hierro, roughly a 15-minute drive ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="431.18" OriginalAmount="422.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4283894" Longitude="-3.6711832999999" StarRating="3" HotelCode="300883|1217368|Bed &amp; Breakfast" HotelName="Neo Magna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Don Ramón de la Cruz 94, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/64/6e64e957b87a6e7cb45d9a46531a20ac570a5bd4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in Madrid, 200 m away from the nearest metro station (Manuel Becerra).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="432.42" OriginalAmount="423.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.445116" Longitude="-3.540645" StarRating="4" HotelCode="36936|111302|Bed &amp; Breakfast" HotelName="AC Hotel by Marriott Coslada Aeropuerto" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Rejas, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/ef/2fefcdd4f6589fd29b9128ac3d92e3483d25ea26.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in an industrial area called Corredor del Henares, the hotel has easy access to the A-2, M-4...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="433.46" OriginalAmount="424.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.406924" Longitude="-3.683148" StarRating="4" HotelCode="30186|231996|Bed &amp; Breakfast" HotelName="Agumar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de Reina Cristina 7, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/ef/97ef11ed01c50ed47f4d15613b04b7d6cae68f79.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel enjoys a wonderful central position at the heart of Madrid. Situated on the Reina...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="438.28" OriginalAmount="429.69" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.418581672664" Longitude="-3.7071949361763" StarRating="3" HotelCode="59567|391095|Bed &amp; Breakfast" HotelName="Room Mate Laura" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Travesía de Trujillos 3, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/77126/a_77126_H2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the Plaza de las Descalzas Reales, only about 30 m from the Plaza Mayor, th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="440.72" OriginalAmount="432.08" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.42454338" Longitude="-3.70601162" StarRating="0" HotelCode="953228|3313645|Bed &amp; Breakfast" HotelName="Gran Central Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Minas 12, Madrid City Center, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/44/b244fd5b88c20c161cd40428c426b56294fdb9c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="441.47" OriginalAmount="432.81" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.469157548393" Longitude="-3.581001162529" StarRating="4" HotelCode="29474|335205|Bed &amp; Breakfast" HotelName="TRYP Madrid Alameda Aeropuerto Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Logroño 100, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/a0/21a03fe7a14b0fb683d3afb2f420f485eedc34a2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a district close to Madrid Barajas airport. The hotel offers an exclusive c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="442.06" OriginalAmount="433.39" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.418227" Longitude="-3.702416" StarRating="3" HotelCode="76671|2165855|Bed &amp; Breakfast" HotelName="Ateneo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 14/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Montera 22, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/7c/027cdbc617ecd76fa64dd5871627bee0b12ff74c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This simple hotel is set in Gran Via. Hotel Ateneo features a total of 38 rooms. Guests will not be ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="444.90" OriginalAmount="436.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.554545259398" Longitude="-3.9002323150635" StarRating="4" HotelCode="99103|387065|Bed &amp; Breakfast" HotelName="Exe Gran Hotel Almenar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Jaraiz 1, 28290 Las Rozas</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/74/d974f77848316619addb83b590bf6d46b27ad388.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This up-market hotel lies opposite Las Matas train station, close to Parque Empresarial de Las Rozas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="448.51" OriginalAmount="439.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.48304" Longitude="-3.670911" StarRating="4" HotelCode="36943|262675|Bed &amp; Breakfast" HotelName="Hotel Mirador de Chamartin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Kitchen,Laundry,Lounge,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Arte 14, 28033 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/8b/8b03519feda46d0b/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is surrounded by a pine wood in Madrid's district of Charmantin, only around 5 minutes fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="452.76" OriginalAmount="443.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.450384318523" Longitude="-3.6982123553753" StarRating="4" HotelCode="37180|355825|Bed &amp; Breakfast" HotelName="NYX Madrid Hotel" 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,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Aviador Zorita 34, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/04/8f04746ba9fe8fdeaa72ed729df49ecd5a0d8b47.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in one of Europe’s most charming capital cities. It is very conveniently locat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="452.79" OriginalAmount="443.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.440662401072" Longitude="-3.670056679436" StarRating="5" HotelCode="56983|71594|Bed &amp; Breakfast" HotelName="Hotel Puerta América" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de América 41, 28002 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/9c/659cc0864b7dee0c0f21cd44877ce6ed63576fc3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Avd. de América, just 5 min away from the exclusive quarter of Salamanca (b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="457.08" OriginalAmount="448.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.491132232763" Longitude="-3.6701121926308" StarRating="4" HotelCode="401834|398675|Bed &amp; Breakfast" HotelName="Exe Madrid Norte" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Martina Díaz 4, 28050 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/5a/565ab799b21e4a5226dc850a79be989aaac16f44.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the northern part of Madrid, at the north entrance to the city on the A1 mo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="463.49" OriginalAmount="454.40" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.447616636597" Longitude="-3.655298659824" StarRating="4" HotelCode="98191|228806|Bed &amp; Breakfast" HotelName="Hotel ILUNION Atrium" 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,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Emilio Vargas 3 y 5, 28043 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/40/50409639c3b56138a0a2c349b058c209961180f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in one of the best residential zones in Madrid, the hotel has direct access to the M-30. The...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="464.67" OriginalAmount="455.56" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.441356568355" Longitude="-3.6575128373649" StarRating="4" HotelCode="968815|2420915|Bed &amp; Breakfast" HotelName="Ibis Styles Madrid City Las Ventas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Albacete 1, Avenida de Badajoz, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/6c/1a6c95a7c48e5664d6d8e1f743fef1bdb993d241.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="466.68" OriginalAmount="457.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.413069626706" Longitude="-3.669228536823" StarRating="4" HotelCode="29459|287365|Bed &amp; Breakfast" HotelName="Ayre Gran Hotel Colón" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Pez Volador 1, 28007 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/32643e596403d3a8/b6/b656dfa7efbae9bc/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located in the buzzing heart of the city, near to Retiro Park. The hotel provid...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="469.29" OriginalAmount="460.09" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.423884561043" Longitude="-3.7058645731178" StarRating="3" HotelCode="113294|382325|Bed &amp; Breakfast" HotelName="Hotel Abalu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Spa Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Pez 19, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/bd/42bd200aae0f7e454f2c00692011c3f77884793c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartments are set in the heart of Madrid, just a short walk away from Plaza España. Noviciado m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="470.23" OriginalAmount="461.01" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.422623" Longitude="-3.709983" StarRating="3" HotelCode="29182|865725|Bed &amp; Breakfast" HotelName="Espahotel Gran Via" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via, 65, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c6/09/c609d0139980f74c35d38797b7e2f59306150c8e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing apartment hotel is located in the tourist resort of Madrid only a few minutes walk fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="471.51" OriginalAmount="462.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.488138" Longitude="-3.668268" StarRating="4" HotelCode="409988|277385|Bed &amp; Breakfast" HotelName="Occidental Castellana Norte" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Manoteras 20, 28050 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7d/ea/7dea448b3404868641d054e28bd98ea3381b03a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in a development area on Castellana Avenue. It is just 10 minutes from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="472.86" OriginalAmount="463.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41914860907" Longitude="-3.7092939019203" StarRating="4" HotelCode="38253|99372|Bed &amp; Breakfast" HotelName="Meninas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Campomanes 7, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/78/3e7803bf31a99a30c461e8b0784b342ff00786d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just opposite Madrid’s Royal Palace and Royal Opera House, near the Plaza Mayor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="474.17" OriginalAmount="464.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.419644819027" Longitude="-3.7036330997944" StarRating="3" HotelCode="25010|426145|Bed &amp; Breakfast" HotelName="Petit Palace Cliper Gran Vía" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Chinchilla 6, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/f0/6df095671e3bb2b1aa2b3e8bf62eb1b98069cf07.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming luxury hotel is located at the heart of Madrid, close to the Gran Via and the Puerta d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="475.23" OriginalAmount="465.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.406266289724" Longitude="-3.7217527627945" StarRating="4" HotelCode="171005|396705|Bed &amp; Breakfast" HotelName="NH Madrid Ribera del Manzanares" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo Virgen del Puerto 57, 28005 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/9e/d59e2ae32977b3a7a264879a36d69c1a81aa5b1b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Madrid, this urban hotel has the perfect ambience for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="476.58" OriginalAmount="467.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.413464084393" Longitude="-3.7048939214611" StarRating="2" HotelCode="130493|1118318|Bed &amp; Breakfast" HotelName="Hotel Mayerling" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Conde de Romanones 6, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/d7/bdd711278636588e4e6a99e0da4a29402267c13e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right in the city centre, in the famous district of Barrio de los Austrias, the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="477.43" OriginalAmount="468.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.408206555796" Longitude="-3.7107664346695" StarRating="3" HotelCode="387340|366075|Bed &amp; Breakfast" HotelName="Ganivet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Toledo 111-113, 28005 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/4a/944aca87f989dbbfa3ed248282bdf6162c937183.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in Madrid city centre, next to Plaza Mayor, the hotel enjoys a magnificent location close t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="477.72" OriginalAmount="468.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.447922736474" Longitude="-3.5829699039459" StarRating="4" HotelCode="900430|105431|Bed &amp; Breakfast" HotelName="Axor Barajas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Business Hotel,City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Campezo 4, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/5e/565e92719307b138ac28fcc93c91c1ceadbb17a3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located 5 minutes from IFEMA Exhibition Centre, the Congress Palace and J...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="480.75" OriginalAmount="471.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.424787391489" Longitude="-3.7150596483374" StarRating="3" HotelCode="66749|99172|Bed &amp; Breakfast" HotelName="Suites Viena Plaza de España" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Juan Álvarez Mendizábal 17, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f2/53/f2538fff6337f24d2a6fb2d6ce2e3625aa076686.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This studio complex is located close to Gran Via, just a few metres from Plaza de España and Palacio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="482.54" OriginalAmount="473.08" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.431877" Longitude="-3.673618" StarRating="4" HotelCode="19506|394085|Bed &amp; Breakfast" HotelName="Zenit Abeba" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Alcántara 63, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/69/cd691bd277fd3803689fd80761c97017200ca7ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in Madrid's leisure area just a few metres from the city centre and its l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="484.57" OriginalAmount="475.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.471914214257" Longitude="-3.6835741996765" StarRating="4" HotelCode="97078|262315|Bed &amp; Breakfast" HotelName="Weare Chamartin Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Agustín de Foxa s/n, 28036 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/76/22/7622eb78648a9804e086fe0dbbf5ea6abfa75d84.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the tourist centre, close to Chamartín train station. Countless shopping an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="487.23" OriginalAmount="477.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.437505939927" Longitude="-3.631606400013" StarRating="4" HotelCode="69531|98405|Bed &amp; Breakfast" HotelName="Eco Alcalá Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Santa Leonor 24, 28037 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/9d/109dc5a2cb6668493ae0214553797f34e9ee2121.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly, city hotel is situated 50 m from Alcalá Street and 600 m from Ciudad Lineal me...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="487.37" OriginalAmount="477.81" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.420381706802" Longitude="-3.6992629818972" StarRating="3" HotelCode="36944|393345|Bed &amp; Breakfast" HotelName="San Lorenzo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Central Heating,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Clavel 8, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/02/da02c6fe4c3da64e250b22e40740f87761406f96.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of the city close to the Gran Via, one of the largest shopping d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="487.61" OriginalAmount="478.05" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.428709750757" Longitude="-3.7030286430852" StarRating="2" HotelCode="113293|184296|Bed &amp; Breakfast" HotelName="ibis Madrid Centro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Manuela Malasaña 6, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/df/73/df73dac1c635deec0e0499f541e1da990b4c6341.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="488.16" OriginalAmount="478.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.401434123929" Longitude="-3.6871683587262" StarRating="4" HotelCode="16438|318765|Bed &amp; Breakfast" HotelName="Rafaelhoteles Atocha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mendez Álvaro 30, 28045 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/bf/d3bfe5a4bf9ce69a007b759e9fc72f3b234ba8bc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the centre of Madrid, a few minutes from the Méndez Álvaro train, unde...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="494.73" OriginalAmount="485.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.415691556536" Longitude="-3.7057562678102" StarRating="4" HotelCode="38260|312605|Bed &amp; Breakfast" HotelName="Petit Palace Posada del Peine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Postas 17, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/3b/723b22a337278162159d6da19fe00d4b97f59c13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the historical centre of Madrid, close to the Plaza Mayor and within a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="495.00" OriginalAmount="485.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.42243262" Longitude="-3.70010823" StarRating="3" HotelCode="447285|2372915|Bed &amp; Breakfast" HotelName="Madrid SmartRentals Chueca II" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Perez Galdos 7, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/43/436719/436719a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="495.36" OriginalAmount="485.65" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.417029" Longitude="-3.705226" StarRating="3" HotelCode="35373|24764|Bed &amp; Breakfast" HotelName="Petit Palace Puerta del Sol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Arenal 4, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/97/749754e17d1d84aefd6dd7528c9969aca2820ef1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the historic and tourist centre of Madrid near to the Puerto del Sol (...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="495.70" OriginalAmount="485.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4192825" Longitude="-3.70735404" StarRating="4" HotelCode="789919|2373025|Bed &amp; Breakfast" HotelName="Hotel Soho Boutique Opera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Calle Veneras 2, Madrid City Centre, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/91/6691cd6c2642782fa58f1e850b9264d6afc5029f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located in the heart of Madrid. Its setting is especially ideal for guests wh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="500.41" OriginalAmount="490.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.419734667353" Longitude="-3.7043049931526" StarRating="3" HotelCode="30558|318975|Bed &amp; Breakfast" HotelName="Hotel Regente" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesonero Romanos 9, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/c8/20c8b4c5898d063ffdc49d96e0439b20ca46b54f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies at the heart of Madrid, only a stone's throw from the Gran Via. It is close...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="500.61" OriginalAmount="490.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.441348026217" Longitude="-3.6575652675285" StarRating="4" HotelCode="15313|184726|Bed &amp; Breakfast" HotelName="Novotel Madrid City Las Ventas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Albacete 1, Esquina Avenida de Badajoz, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/c7/dac74f5e23727e9db32105d1b08f726847820c1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The family-friendly city hotel is located in the heart of one of the major residential and business ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="502.96" OriginalAmount="493.10" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.468981044467" Longitude="-3.6738793551922" StarRating="4" HotelCode="29336|229046|Bed &amp; Breakfast" HotelName="Hotel ILUNION Pío XII" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Pío XII 77, 28016 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/dd/e1dd8b2288d5d39323f36364e440664c2b6a724d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious, contemporary hotel offers spacious, modern suites in the heart of Madrid. The hotel'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="504.33" OriginalAmount="494.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.428337088684" Longitude="-3.6971086263657" StarRating="4" HotelCode="12942|390985|Bed &amp; Breakfast" HotelName="Gran Versalles" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Covarrubias 4, 28010 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/14/ab149ac9ce1232acada9274c17ef2c5c1e619c2e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant, hotel is located at the heart of Madrid close to the Palacio de Justicia. Countless sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="505.30" OriginalAmount="495.39" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.438125" Longitude="-3.672634" StarRating="3" HotelCode="29285|24524|Bed &amp; Breakfast" HotelName="AC Avenida America" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Cartagena 83-85, 28028 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/af/79/af79990a45b0709525f1b51d0f1a7990ce7f5895.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated directly on Calle Cartagena, next to Avenida de América. In the s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="506.11" OriginalAmount="496.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.489678" Longitude="-3.688078" StarRating="4" HotelCode="82889|864435|Bed &amp; Breakfast" HotelName="Villamadrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Xaudaró, 2, 28034 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/e7/e6e7276ea9f77cb89dbcd885eb3df95c273eac76.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is located in one of Madrid's business areas at the end of Paseo de la Castellan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="509.05" OriginalAmount="499.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.416000360547" Longitude="-3.7090604487198" StarRating="4" HotelCode="87683|312565|Bed &amp; Breakfast" HotelName="Petit Palace Plaza Mayor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Mayor 46, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/42/4f421af60782dc754ab4d6f09aa70ede93f8dd41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is the only hotel located on the main street, at the principal entrance to the Plaza Mayor. It ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="510.33" OriginalAmount="500.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.421909" Longitude="-3.706562" StarRating="3" HotelCode="14197|221926|Bed &amp; Breakfast" HotelName="Hotel Los Condes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Los Libreros 7, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/d7/cad76a6733aa1001dd82346816e32475f7007580.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an excellent situation in the very heart of the centre of Madrid, only some 20 m f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="510.40" OriginalAmount="500.39" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.418862725128" Longitude="-3.7027251720428" StarRating="4" HotelCode="57593|312575|Bed &amp; Breakfast" HotelName="Petit Palace Plaza del Carmen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaza del Carmen 4, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a2/60/a260e7dd75a552d8fb6b0586c5d6ff3e9b27a3b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid on the Plaza del Carmen. It has a good location between...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="510.92" OriginalAmount="500.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.416937" Longitude="-3.704906" StarRating="3" HotelCode="316817|725395|Bed &amp; Breakfast" HotelName="Moderno" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>C/ Arenal, 2, 28013, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/8f/908f3a9e698eedc5c6907d826d4b0c216aa0c057.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of historical Madrid, in Puerta del Sol, the hotel is surrounded by the city’s ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="512.94" OriginalAmount="502.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.417319315597" Longitude="-3.706523364418" StarRating="3" HotelCode="326489|370685|Bed &amp; Breakfast" HotelName="Petit Palace Ópera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Arenal 16, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/a4/f1a492c8911e264433a5f6fabfa82a3b77491fa1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located at the heart of the city, close to the King's Palace and the Puerta d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="517.99" OriginalAmount="507.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.474799308106" Longitude="-3.6343556642532" StarRating="4" HotelCode="64252|118442|Bed &amp; Breakfast" HotelName="AC Hotel Madrid Feria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via De Los Poblados 3, 28033 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/7c/d07ca9b616d3fd59b04bc2d19df73fbac759e009.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the industrial area of Campo de las Naciones near to the M-40 motorway...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="520.47" OriginalAmount="510.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.44716138314" Longitude="-3.7057533860207" StarRating="4" HotelCode="113292|394055|Bed &amp; Breakfast" HotelName="VP Jardín Metropolitano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Reina Victoria 12, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/d0/e6d04f3018b5f8a6212081167829ab4d23bbca27.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Glorieta de Cuatro Caminos and the Paseo de la Castellana, not to mention an infinite number of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="520.59" OriginalAmount="510.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.455877" Longitude="-3.681848" StarRating="4" HotelCode="51868|55274|Bed &amp; Breakfast" HotelName="NH Madrid Paseo de la Habana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Habana 73, 28036 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/6d/1d6dc3762023a712f6e1f627c1e3f316e446183b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid just a few paces from Santiago Bernabeu football stadiu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="522.56" OriginalAmount="512.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.419223" Longitude="-3.704238" StarRating="3" HotelCode="38610|391975|Bed &amp; Breakfast" HotelName="II Castillas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>C/ Abada 7, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/23/ad231204dd668a04aeb10cf1cf6c09469d00b8b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly in the commercial and architectural centre of Madrid, approximately 5...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="523.14" OriginalAmount="512.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.42706372" Longitude="-3.69853998" StarRating="4" HotelCode="317694|1518818|Bed &amp; Breakfast" HotelName="Hotel Eurostars Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Mejía Lequerica 10, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/1e/ff1ebcd98abbd7fb834a5d4bb0b6764aaef7410e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="525.64" OriginalAmount="515.33" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.427936905493" Longitude="-3.5606646537781" StarRating="3" HotelCode="37048|57144|Bed &amp; Breakfast" HotelName="NH Villa de Coslada" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de la Constitución, 75, 28820 Coslada, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/zz/6fad466b171dc860fcfc0f6ee9973e1a588af07e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel lies in the new residential area of Coslada between the industrial park and the ne...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="526.51" OriginalAmount="516.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.407174" Longitude="-3.700066" StarRating="2" HotelCode="190818|1679138|Bed &amp; Breakfast" HotelName="Artrip" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Valencia 11, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/9d/259d55d5d51e98b4e3a5c4cea33a4bdb2a2a91f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="528.44" OriginalAmount="518.08" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.424100334583" Longitude="-3.7061128020287" StarRating="4" HotelCode="188111|866925|Bed &amp; Breakfast" HotelName="AB Design Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Pez 32, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/3d/be3dedba9526533bea3d9d07d507aa3bf47e8ce3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="530.29" OriginalAmount="519.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.406248" Longitude="-3.669354" StarRating="4" HotelCode="82895|996505|Bed &amp; Breakfast" HotelName="Claridge Hotel Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Conde de Casal 6, 28007 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d5/9b/d59b2e5b07ad150abf35d67f8a752929d7b1575e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="532.77" OriginalAmount="522.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.439008442497" Longitude="-3.6730062961578" StarRating="4" HotelCode="51925|382355|Bed &amp; Breakfast" HotelName="abba Madrid Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de America 32, 28028 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/99/0b/990b23381a4359d3762951febd44dc2e949c395a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel lies at the start of the Avenida de América on the corner of Calle Cartagena an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="532.82" OriginalAmount="522.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.429192" Longitude="-3.688444" StarRating="4" HotelCode="38261|38294|Bed &amp; Breakfast" HotelName="Petit Palace President Castellana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Marqués de Villamagna 4, esquina Paseo de la Castellana 20, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/80/c4/80c48fce4deab0399eff062170c4d969923006e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located along a main road in the commercial district of Madrid, close to the Paseo de ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="533.70" OriginalAmount="523.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41684634" Longitude="-3.697474" StarRating="4" HotelCode="792011|2372985|Bed &amp; Breakfast" HotelName="Hotel Soho Boutique Congreso" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Designated Smoking Area,Internet,Laundry,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Zorrilla, 7, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/14/0a14676d3ecccc2ff845f6aad03ee91c8d3cee46.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This establishment is located in the neighborhood of the Courts, in the historic centre of Madrid, a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="533.72" OriginalAmount="523.25" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.419343" Longitude="-3.702784" StarRating="3" HotelCode="56985|107512|Bed &amp; Breakfast" HotelName="Petit Palace Tres Cruces" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de las Tres Cruces, 6, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/ee/bfee45a57eee365ce8192046ff50735fa349c22f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located on Tres Cruces street, on the corner of the completely renovated Gran Via...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="535.34" OriginalAmount="524.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.413052779105" Longitude="-3.7005035187982" StarRating="4" HotelCode="561962|2220825|Bed &amp; Breakfast" HotelName="Axel Hotel Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Atocha 49, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/4e/294e7e3c899565c5732caa4791b2d3aaf56ac216.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="535.40" OriginalAmount="524.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.469588" Longitude="-3.582171" StarRating="4" HotelCode="29258|61284|Bed &amp; Breakfast" HotelName="Meliá Barajas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Logroño 305, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/6a/bb6a98ece4b789d67f79c1c304c81b1f98dfd870.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a peaceful location close to Madrid Barajas airport, the convention centres and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="537.20" OriginalAmount="526.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.420103" Longitude="-3.697043" StarRating="4" HotelCode="39199|388545|Bed &amp; Breakfast" HotelName="Lusso Infantas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 17/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Infantas 29, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7a/75/7a75751b9f2f4475472558df775deaa920cb007e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located directly in the historic centre of Madrid close to the Castellana, Paseo ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="538.54" OriginalAmount="527.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.420619" Longitude="-3.708516" StarRating="4" HotelCode="17616|355735|Bed &amp; Breakfast" HotelName="Hotel Santo Domingo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle San Bernardo 1, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/98/aa98b989d71d050584e06916b1fb52e869006e31.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Madrid, only a 3-minute walk from Gran Via and the city’s main ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="538.75" OriginalAmount="528.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.458602522733" Longitude="-3.6952221607479" StarRating="3" HotelCode="59808|235686|Bed &amp; Breakfast" HotelName="Senator Castellana Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Julián Besteiro, 37, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e3/89/e38984ac12005f87d5c63a7f24821d54a662e08a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid, in the best commercial and business area, next to Plaz...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="541.52" OriginalAmount="530.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.439012" Longitude="-3.692885" StarRating="3" HotelCode="36868|24734|Bed &amp; Breakfast" HotelName="NH Madrid Zurbano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Zurbano 79-81, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/6a/ba6a910a7a99cae1836471e72a30d5757c5f2b93.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is wonderfully located in the centre of Madrid. It is located only around 100 m from Paseo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="542.76" OriginalAmount="532.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.427514260457" Longitude="-3.6963227391243" StarRating="4" HotelCode="904125|927475|Bed &amp; Breakfast" HotelName="Petit Palace Santa Bárbara" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de Santa Bárbara 10, esquina Plaza Alonso Martínez, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/36/ed36df1ff497ada146b7bf402a862484e62e1812.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Plaza de Santa Barbara in the impressive Alonso Martinez area. It is jus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="546.83" OriginalAmount="536.11" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.449096328918" Longitude="-3.5586961865082" StarRating="4" HotelCode="51889|98148|Bed &amp; Breakfast" HotelName="Madrid Marriott Auditorium Hotel &amp; Conference Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Aragón 400, 28022 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/38/97/3897a09cac6780075057eba2f67026923d45a691.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unique Madrid conference hotel offers the ideal setting for large gatherings, featuring all the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="549.41" OriginalAmount="538.64" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.442812" Longitude="-3.648106" StarRating="4" HotelCode="37053|383585|Bed &amp; Breakfast" HotelName="Artiem Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Juan Perez Zuñiga 20, 28027 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/f8/90f8d06b364c899b2767f285137f743600de5756.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Madrid's commercial district, near Calle Arturo Soria. It offers easy and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="554.30" OriginalAmount="543.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.420578986557" Longitude="-3.7028793993883" StarRating="3" HotelCode="35356|35864|Bed &amp; Breakfast" HotelName="Petit Palace Triball" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Nightclub,Restaurant,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gonzalo Jimenez de Quesada 2, Esquina con Calle Gran Vía 32, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/32/bb325bd5c92e4fb9e9646335e5168b9a3de77902.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is housed in an impressive 19th century building that is located in the histor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="555.35" OriginalAmount="544.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.467490435003" Longitude="-3.6900544166565" StarRating="4" HotelCode="46623|324975|Bed &amp; Breakfast" HotelName="Hotel Exe Plaza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Castellana 191, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/80/b2802a570b620afbee64ff9dbbbf4a2a171897e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a strategic location in the business district in the heart of the Paseo de la...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="555.60" OriginalAmount="544.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.421227738788" Longitude="-3.7099462664334" StarRating="4" HotelCode="12267|363435|Bed &amp; Breakfast" HotelName="Eurostars Madrid Gran Vía" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leganitos 13, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e7/17/e717eed1e070214cfed93dad384e1ecca2b863e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Madrid just a few minutes walk from the royal palace and Plaza...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="559.99" OriginalAmount="549.01" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.39884" Longitude="-3.670116" StarRating="3" HotelCode="37050|1980545|Bed &amp; Breakfast" HotelName="NH Madrid Sur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Ciudad de Barcelona, 113, 28007 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6f/d8/6fd87d1122b42e0428ea7b25d5c311a64851082a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid, within paces of the bus station and the southern junct...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="562.34" OriginalAmount="551.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.422493360934" Longitude="-3.7122309207916" StarRating="3" HotelCode="87258|864415|Bed &amp; Breakfast" HotelName="Espahotel Plaza de España" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de España 7, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/b7/4ab7effc2816bfdcc992ec4904b5867e5dae6405.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stunning complex offers a central location in the city centre, close to the Palacio Real and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="562.81" OriginalAmount="551.77" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.418183" Longitude="-3.704311" StarRating="3" HotelCode="14178|312515|Bed &amp; Breakfast" HotelName="Petit Palace Preciados" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Galdo 2, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/d1/5cd13e53f1e5c3af9001c3aefa834ad81d210a6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is situated in the heart of Madrid, only minutes from Puerta del Sol, Plaza Mayo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="564.23" OriginalAmount="553.17" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.418617680782" Longitude="-3.706713616848" StarRating="4" HotelCode="23667|398775|Bed &amp; Breakfast" HotelName="Intur Palacio San Martín" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de San Martín 5, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/37/7d370daf1f5fdb442081c3e07f167b6870ae6398.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel occupies a classical building from the 1900's and lies at the heart of Madrid, only paces...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="565.95" OriginalAmount="554.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.439629936567" Longitude="-3.698257991061" StarRating="3" HotelCode="53738|294445|Bed &amp; Breakfast" HotelName="NH Madrid Chamberí" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bretón de los Herreros 29, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/bc/32bc0170527d86103fd314ebb75ffe410c88ae0f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Nuevos Ministerios district of the city of Madrid. The Paseo de la Cast...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="569.84" OriginalAmount="558.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.418299" Longitude="-3.707854" StarRating="3" HotelCode="190825|1441728|Bed &amp; Breakfast" HotelName="JC Rooms Puerta del Sol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>C/ Flora 4- 1º, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/5b/2c5bdfe3d6bb0b01effe18d0a7a20db541d57327.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="574.23" OriginalAmount="562.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4202" Longitude="-3.701162" StarRating="3" HotelCode="27901|312505|Bed &amp; Breakfast" HotelName="Petit Palace Chueca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Hortaleza 3, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/3c/0d3ce095c14861d561f1b9e37d648c55615def3b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the lively Chueca neighbourhood, close to the Gran Via, and it is the ideal ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="576.68" OriginalAmount="565.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.435156170903" Longitude="-3.6765334010124" StarRating="3" HotelCode="76561|725595|Bed &amp; Breakfast" HotelName="VP El Madroño" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Garden,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle General Díaz Porlier 101, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/ff/fcff34a82f5f9ef5a838a50ad12d4bb6b75c0c12.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an excellent location in the Salamanca area of Madrid, within walking distance of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="578.34" OriginalAmount="567.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.425586802076" Longitude="-3.7138617038727" StarRating="4" HotelCode="17735|186236|Bed &amp; Breakfast" HotelName="Mercure Madrid Plaza de España" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Tutor 1, Esquina Ventura Rodriguez, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/90/cc90296d70832dabd612f7461442cc45f75139d4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in the historical commercial and tourist centre of Madrid, close to m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="580.89" OriginalAmount="569.50" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.430888200546" Longitude="-3.7077301740646" StarRating="4" HotelCode="40080|386675|Bed &amp; Breakfast" HotelName="Sercotel Gran Hotel Conde Duque" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Conde Valle Suchil 5, 28015 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/cc/c4cc08aa1e9826a328513d823025166bdd7a3ae7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive top-class hotel lies in the centre of Madrid and is surrounded by a large park. Many...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="585.56" OriginalAmount="574.08" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.429152670491" Longitude="-3.7167762183437" StarRating="3" HotelCode="15041|383365|Bed &amp; Breakfast" HotelName="Aparto Suites Muralto" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Buen Suceso 3, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4a/bf/4abfb92e1f0cf1fa3c0ef24a57d973d77cb2c1a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming apartment hotel is centrally located in a quiet district of Madrid. El Corte Inglés, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="587.22" OriginalAmount="575.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.46138" Longitude="-3.6921" StarRating="4" HotelCode="7855|274885|Bed &amp; Breakfast" HotelName="Meliá Castilla" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Poeta Joan Maragall 43, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/aa/1caa134052e9356d64e41b1cc45d847b1c25f144.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located a few metres from the Paseo de la Castellana and 15 minutes from the airport, the M-40 motor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="588.73" OriginalAmount="577.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.420715844095" Longitude="-3.7069496512413" StarRating="3" HotelCode="18768|24834|Bed &amp; Breakfast" HotelName="Room Mate Macarena - Gran Vía" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Vía 43, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/a3/4aa3380932ad4f1d430728f8197c9a0f3059f505.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Madrid, near to the Gran Via, between the Plaza de Espana and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="590.66" OriginalAmount="579.08" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.458437593352" Longitude="-3.6857713091927" StarRating="4" HotelCode="37295|24684|Bed &amp; Breakfast" HotelName="NH Collection Madrid Eurobuilding" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Padre Damián 23, 28036 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/7b/157b891dcf3266eb1abe43cef93fceb588eb50e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of a modern district of Madrid, near the Palacio de Congresos y ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="591.70" OriginalAmount="580.10" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.412945" Longitude="-3.703948" StarRating="4" HotelCode="262269|1471728|Bed &amp; Breakfast" HotelName="Eurostars Plaza Mayor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Doctor Cortezo 10, Madrid 28012</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/03/fa039541fe11699e51c6dcdcbc87d60c76eb1c0b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="592.55" OriginalAmount="580.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.438455215158" Longitude="-3.7009871006012" StarRating="3" HotelCode="7859|927745|Bed &amp; Breakfast" HotelName="TRYP Madrid Chamberí Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle José Abascal 8, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f0/e3/f0e396becb6867e8a52c4bb5500760c6e6713ac1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the leisure district of Chamberi in Madrid and lies just a few minutes walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="594.66" OriginalAmount="583.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.418281" Longitude="-3.699424" StarRating="4" HotelCode="56986|hotel_petit_palace_alcala_torre" HotelName="Petit Palace Alcalá" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Virgen de los Peligros 2, Esquina con Alcalá 23, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/81/5781b7e415db34ea196762c228a26691a9142d67.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Alcalá Street, close to the Puerta del Sol at the heart of the city and wit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="598.87" OriginalAmount="587.13" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.47042469013" Longitude="-3.6850842833519" StarRating="4" HotelCode="30469|2257095|Bed &amp; Breakfast" HotelName="Barceló Imagine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Agustin De Foxa 32, 28036 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/a1/9aa125435c8341715a95652362d23da1b34b2c73.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is located close to the Plaza de Castilla in the north of Madrid and is ju...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="599.56" OriginalAmount="587.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.417011" Longitude="-3.700014" StarRating="4" HotelCode="29475|306145|Bed &amp; Breakfast" HotelName="Quatro Puerta del Sol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Sevilla 4, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/14/b3/14b3e32c78a3fb9770eba36465ced5e758833471.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel enjoys an excellent location in the historical centre of Madrid, just minutes fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="600.70" OriginalAmount="588.92" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.448934118783" Longitude="-3.7113726139069" StarRating="3" HotelCode="30880|111912|Bed &amp; Breakfast" HotelName="AC los Vascos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Los Vascos 27, 28040 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/7c/797c343dc524240cffa66698fe3dfc7db4cbd69f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is situated next the university campus and offers a good connection to the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="601.79" OriginalAmount="589.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.438293941386" Longitude="-3.6951157450676" StarRating="4" HotelCode="49082|55224|Bed &amp; Breakfast" HotelName="NH Collection Madrid Abascal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Jose Abascal 47, 28003 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/6a/986ac01a13653b7655be8d56f1c83dd1fcedc798.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Housed in an architecturally appealing building previously used as an embassy, this hotel is located...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="602.45" OriginalAmount="590.64" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41366544" Longitude="-3.70038516" StarRating="0" HotelCode="960771|3330015|Bed &amp; Breakfast" HotelName="Room Mate Alba" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Huertas 16, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/70/9b70c48ee2843a7924bf1bd65f268f7123c6f18f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="603.04" OriginalAmount="591.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.428661" Longitude="-3.696228" StarRating="3" HotelCode="12278|55074|Bed &amp; Breakfast" HotelName="NH Madrid Alonso Martínez" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Santa Engracia 5, 28010 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/88/e7886fca3f718f85b4a2f9ab29e3a34b2adb8920.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated at the heart of Madrid, this hotel is located close to the Plaza Alonso Martínez, the Paseo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="603.18" OriginalAmount="591.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.420621913122" Longitude="-3.6990733444691" StarRating="3" HotelCode="69940|391185|Bed &amp; Breakfast" HotelName="Room Mate Oscar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Pedro Zerolo 12, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/da/b0da30829d47e1b8cb98f07d4118ba61bf9dacf0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in one of the brightest squares in the centre of Madrid. It is close to Gran V...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="604.75" OriginalAmount="592.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.413210141742" Longitude="-3.708521425724" StarRating="4" HotelCode="190794|866085|Bed &amp; Breakfast" HotelName="Posada Del Leon De Oro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Cava Baja 12, 28005 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/93/d3936c84f8f8d0eed99aaf14eb1aedbd464cfbf4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="607.74" OriginalAmount="595.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.423004" Longitude="-3.709869" StarRating="4" HotelCode="18763|24824|Bed &amp; Breakfast" HotelName="Madrid Plaza España Hotel Managed by Melia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Vía 74, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/8e/e98e0d04ec9785d805a3ecb3431d75dd0f834c21.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located on one of Madrid's main roads. It takes just a few minutes to reach the P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="609.59" OriginalAmount="597.64" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.416666" Longitude="-3.691007" StarRating="4" HotelCode="189352|927485|Bed &amp; Breakfast" HotelName="Petit Palace Lealtad Plaza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Antonio Maura 5, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/f4/d6f42e45a4277f989d9768ec6e2b27cf21127cb8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in an old five-storey building built in the early nineteenth century in the mos...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="609.83" OriginalAmount="597.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.422139086483" Longitude="-3.7095956504345" StarRating="4" HotelCode="30318|652865|Bed &amp; Breakfast" HotelName="Hotel Mayorazgo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel de Charme" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Flor Baja 3, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6e/54/6e5453b5de4b536039b1988afe937e8daca756c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant luxury hotel is located on the Gran Via in the heart of Madrid. An abundance of shops ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="609.83" OriginalAmount="597.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.462834818354" Longitude="-3.676332493525" StarRating="4" HotelCode="146981|1545838|Bed &amp; Breakfast" HotelName="Don Pio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Pío XII 25, 28016 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/dd/96dd78498767f2d83f43d27c29dabe3f02339f23.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="614.21" OriginalAmount="602.17" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.430666489624" Longitude="-3.7169702663508" StarRating="3" HotelCode="31101|2548655|Bed &amp; Breakfast" HotelName="Hotel T3 Tirol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Marqués de Urquijo 4, 28008 Madrid, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/97/b7970c0e51e3a27548c34ba7a4ae7ae4dc45dc49.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fine hotel is located in the tourist centre of Madrid. The surrounding area is full of exciting...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="618.26" OriginalAmount="606.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.436424" Longitude="-3.685707" StarRating="4" HotelCode="31099|393765|Bed &amp; Breakfast" HotelName="Partner Barrio de Salamanca Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>General Oraa, 17, Barrio de Salamanca, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/51/06510c46d3e9245ed84bfa819e5a73da0dfb1cea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive, luxury hotel is fabulously located in the financial, diplomatic, shopping and cultu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="622.42" OriginalAmount="610.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.420449890709" Longitude="-3.7045789430846" StarRating="4" HotelCode="35572|221836|Bed &amp; Breakfast" HotelName="Hotel Atlántico" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía 38, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/45/334515419dcae1e58ae1ad6f62dc6bbdcab45f44.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a wonderful town house, which is crowned with a dome. It is situated in the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="629.79" OriginalAmount="617.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.476633879166" Longitude="-3.687612271164" StarRating="5" HotelCode="87684|90130|Bed &amp; Breakfast" HotelName="Eurostars Madrid Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Castellana 259-B, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/b8/87b859861ab734822669fbe78e040b5a5171185b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="629.83" OriginalAmount="617.48" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4238815" Longitude="-3.7109402" StarRating="4" HotelCode="943558|2545625|Bed &amp; Breakfast" HotelName="Riu Plaza España" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Internet,Laundry,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Via 84, Centro, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/86/db86b416ba4ec890ef86834221ff6bc89fd54004.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="631.37" OriginalAmount="618.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.418344677281" Longitude="-3.701401196567" StarRating="4" HotelCode="38254|274825|Bed &amp; Breakfast" HotelName="Eurostars Casa de la Lírica" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Aduana 19, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/ff/36ff6f6d5d23480fbece69596fca6e1609f90ff3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel lies at the heart of Madrid’s historical district some 13 km from the city airport...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="635.52" OriginalAmount="623.06" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.433716" Longitude="-3.717507" StarRating="4" HotelCode="262270|1177698|Bed &amp; Breakfast" HotelName="Exe Moncloa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Arcipreste de Hita 10, 28015 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/5f/035fdd6c71601177691e62d83918b04acf775275.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="642.41" OriginalAmount="629.81" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.407843847351" Longitude="-3.6893584957008" StarRating="3" HotelCode="15152|55094|Bed &amp; Breakfast" HotelName="NH Madrid Atocha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo Infanta Isabel 9, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/53/61534566356016a1612ee4baa71c1e53a7c0f17f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located opposite Atocha railway station, an AVE (high-speed) station, and in close pro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="642.79" OriginalAmount="630.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.407254" Longitude="-3.688255" StarRating="4" HotelCode="439753|1966655|Bed &amp; Breakfast" HotelName="Only YOU Hotel Atocha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Infanta Isabel 13, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/e4/ade4f5884de7545484bf07959fb7fdc2c845b6d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="644.48" OriginalAmount="631.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.421455" Longitude="-3.708134" StarRating="4" HotelCode="12124|24594|Bed &amp; Breakfast" HotelName="Emperador" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Grán Via 53, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/56/c356d146eef5f3596c7fcd5e063d52be9577331d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is popular for its central location in the heart of Madrid, on the famous Gran Via...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="648.56" OriginalAmount="635.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.429881295932" Longitude="-3.7146434352007" StarRating="4" HotelCode="320635|104192|Bed &amp; Breakfast" HotelName="Courtyard Madrid Princesa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de la Princesa 40, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/67/3c678b6ac4bf6048f26953f71db8ee691c7a0868.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated close to Plaza de España and the Palacio Real (Royal Palace). A wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="658.62" OriginalAmount="645.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.411819" Longitude="-3.697824" StarRating="4" HotelCode="172000|927455|Bed &amp; Breakfast" HotelName="Catalonia Atocha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Atocha 81, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/21/6121a963267cce891b78d4d34cad6f37540e4b41.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Madrid, in the Triangle of Art, which is home to the most visit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="673.20" OriginalAmount="660.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.413945" Longitude="-3.702857" StarRating="4" HotelCode="26838|24584|Bed &amp; Breakfast" HotelName="Catalonia Puerta del Sol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Atocha 23, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/15/ce15a9c427d18380a1b8a788539d8f53a29951ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This smart luxury hotel is centrally located in Madrid's golden triangle, between the Old Town and t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="674.00" OriginalAmount="660.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.414830611147" Longitude="-3.6989767849445" StarRating="3" HotelCode="13095|1069278|Bed &amp; Breakfast" HotelName="Ibis Styles Madrid Prado" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Callo Prado 11, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/d7/d1d7bac26dc95103b5359627b0b060dc012b4f42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This friendly city hotel is located in the centre of Madrid, close to the Puerta del Sol and the Pas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="681.79" OriginalAmount="668.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.413698" Longitude="-3.70362" StarRating="3" HotelCode="36938|274855|Bed &amp; Breakfast" HotelName="Hotel Cortezo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Doctor Cortezo 3, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/2a/162a5fe8418e2177d749a82fead20e896b9f37e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel in the heart of Madrid is only a few metres from the Puerta del Sol, the Plaza Mayor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="684.13" OriginalAmount="670.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.409958874346" Longitude="-3.6937263607979" StarRating="4" HotelCode="57617|262835|Bed &amp; Breakfast" HotelName="Hotel Paseo del Arte" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Atocha 123, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0d/03/0d037e6d6cb83382e59091d1a0828a84c4704994.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Madrid's Art Triangle, just 300 m from the Atocha AVE Train Station et 450 m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="687.43" OriginalAmount="673.95" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.419473800577" Longitude="-3.699099496007" StarRating="4" HotelCode="12770|24574|Bed &amp; Breakfast" HotelName="Catalonia Gran Via" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía 7-9, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/3b/e93b08c76d0497b325d9e61664f6b3869c656d02.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated at the historical centre of Madrid and offers an ideal atmosphere ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="687.51" OriginalAmount="674.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.419308953948" Longitude="-3.7030295631599" StarRating="3" HotelCode="61928|724285|Bed &amp; Breakfast" HotelName="Anaco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hostel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tres Cruces, 3, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/08/8d0803cc45a98fef2f1e4f504350d3b7e89dc93a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the Plaza del Carmen, right in the heart of Madrid. From here guests can rea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="688.48" OriginalAmount="674.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.427447" Longitude="-3.685018" StarRating="3" HotelCode="36579|396655|Bed &amp; Breakfast" HotelName="NH Madrid Lagasca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Lagasca 64, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/a1/34a1f784e0d1508223a5587a94b5a98dc9c3181f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family friendly, city hotel is located at the heart of the district of Barrios de Salamanca on ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="688.50" OriginalAmount="675.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.417411" Longitude="-3.707583" StarRating="2" HotelCode="32785|hotel_francisco_i_3" HotelName="Francisco I" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Arenal, 15, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/1a/d11a7fb0569aab3c371ba54776d8cc51cbfbdd16.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid's entertainment district just a few minutes from the centre where th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="690.54" OriginalAmount="677.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.405098018332" Longitude="-3.6936217546463" StarRating="4" HotelCode="29377|ac_hotel_carlton_madrid_by_marriott" HotelName="AC Hotel Carlton Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de las Delicias 26, 28045 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/1d/981d589d426be13f9d6d9828ac5752a5fa820295.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located in the heart of the Spanish capital, adjacent to Madrid Atocha railway sta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="695.14" OriginalAmount="681.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.423778289617" Longitude="-3.7115444391479" StarRating="5" HotelCode="468809|2019145|Bed &amp; Breakfast" HotelName="Barceló Torre de Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de España 18, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/bc/08bcf8075b2f441905a85bac896824353ce56ebd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="696.56" OriginalAmount="682.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.418727950848" Longitude="-3.7039522826672" StarRating="4" HotelCode="62490|388115|Bed &amp; Breakfast" HotelName="Liabeny" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Salud 3, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/48/14485c18b6af3b3f25a8aab1d0792e173708a216.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies right in the centre of Madrid between Gran Vía, Plaza del Callao and Puerta del Sol....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="696.60" OriginalAmount="682.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.423470005842" Longitude="-3.7105514834324" StarRating="4" HotelCode="320634|1801458|Bed &amp; Breakfast" HotelName="Dear Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via 80, 14th floor, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/f6/87f66d4e953be6719418d420f4cefe2662c7f5e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="698.32" OriginalAmount="684.63" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.415528003422" Longitude="-3.6970093846321" StarRating="5" HotelCode="19090|CAF395800|Bed &amp; Breakfast" HotelName="Hotel Villa Real" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de las Cortes 10, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/63/93/639309e2c4b42afeb04c871eb3cc3bcc31c6b439.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Madrid, on the Plaza de las Cortes, near the Prado. It is part...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="704.18" OriginalAmount="690.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.413123" Longitude="-3.700828" StarRating="4" HotelCode="172083|927465|Bed &amp; Breakfast" HotelName="Catalonia Plaza Mayor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Atocha 36, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/c8/74c8c9a4273d0e5a78af7a3c01bea457514483ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a building dating back to the early twentieth century, part of the historic ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="710.27" OriginalAmount="696.34" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.452168917958" Longitude="-3.5858426269837" StarRating="4" HotelCode="79475|CAV523800|Bed &amp; Breakfast" HotelName="Hilton Madrid Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de la Hispanidad 2-4, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/0e/570ece160c7987f31acea8415281e2793cf61be7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business and conference hotel is situated in Madrid. The establishment lies just 12 km from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="713.87" OriginalAmount="699.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.42030179" Longitude="-3.70713865" StarRating="4" HotelCode="946968|2355215|Bed &amp; Breakfast" HotelName="Aloft Madrid Gran Via" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Jacometrezo 4, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/32/94322782d794bc8a2c6e5fccbd34fc0631afc731.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="714.68" OriginalAmount="700.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4203" Longitude="-3.706591" StarRating="4" HotelCode="29314|338965|Bed &amp; Breakfast" HotelName="Vincci Capitol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Vía 41, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/30/44309233c4952e99c29ee9c3194336daf5aa3c18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located in the city centre of Madrid, close to Puerta del Sol, Plaza Mayo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="714.76" OriginalAmount="700.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.417113" Longitude="-3.689109" StarRating="4" HotelCode="170577|597085|Bed &amp; Breakfast" HotelName="Petit Palace Savoy Alfonso XII" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alfonso XII 18, Retiro - Puerta de Alcalá, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/be/afbe2d6f949507366be2d036ad1d2a4c1a010a0a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Alfonso XII Street in the impressive Retiro district. It is just 300 m away ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="725.89" OriginalAmount="711.66" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.422426934853" Longitude="-3.7088960588608" StarRating="4" HotelCode="67168|339005|Bed &amp; Breakfast" HotelName="Vincci Via 66" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Via 66, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/b0/44b0016b28107ff69752e3cecb3b19f0f66d399d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of the capital, between Plaza España and the Puerta Del Sol....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="726.36" OriginalAmount="712.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.420392190081" Longitude="-3.7041601538658" StarRating="4" HotelCode="19165|24804|Bed &amp; Breakfast" HotelName="TRYP Madrid Cibeles Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Mesonero Romanos 13, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/63/6163cb5f8ae511ce3048c2b0d8c4b1a90e2951b8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is ideally situated directly on the lively Gran Via, opposite Plaza España...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="731.49" OriginalAmount="717.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.425044230148" Longitude="-3.6781405276126" StarRating="4" HotelCode="410223|338995|Bed &amp; Breakfast" HotelName="Vincci Soma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Goya 79, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/1e/d31eeec907bba8f93dbbce805c0926cac575c487.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Goya Street in the heart of the Salamanca quarter, where culture, shopping ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="734.59" OriginalAmount="720.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.403869022356" Longitude="-3.6901023040485" StarRating="4" HotelCode="162011|382385|Bed &amp; Breakfast" HotelName="AC Atocha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 18/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Delicias 42, 28045 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/66/cd663d6e5542a689b998a15bdc2e54b0b21277aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set in the heart of Madrid, close to the Paseo del Prado. The Reina Sofia, Thyssen-Born...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="735.93" OriginalAmount="721.50" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.417807" Longitude="-3.696212" StarRating="4" HotelCode="18002|1015825|Bed &amp; Breakfast" HotelName="NH Collection Madrid Suecia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Marqués de Casa Riera 4, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/39/70390df089f1ab397d31765d98c61d15479a176d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel enjoys an excellent, central location in the tourist centre of Madrid close to th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="736.87" OriginalAmount="722.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.414831632224" Longitude="-3.6983531713486" StarRating="4" HotelCode="39303|338985|Bed &amp; Breakfast" HotelName="Vincci Soho" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Prado 18, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/a0/d0a03b7d43b169990c053616c9fcbc618bf56b0f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right in the historic centre of Madrid between Puerta del Sol and Plaza de Cibe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="737.96" OriginalAmount="723.49" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.436458659446" Longitude="-3.6884585022926" StarRating="4" HotelCode="29177|67144|Bed &amp; Breakfast" HotelName="Barceló Emperatriz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle López de Hoyos 4, (Junto al Paseo de la Castellana), 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/zz/61ad4cbe72acb336d78395fab62cbd03de8ac578.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming apartment hotel lies in the commercial district of Madrid, close to Castellana Street....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="744.30" OriginalAmount="729.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.422762894137" Longitude="-3.7094950675964" StarRating="4" HotelCode="31486|746375|Bed &amp; Breakfast" HotelName="Senator Gran Vía 70 Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Vía 70, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/5c/935ced050252055e3b893158f26725fe98a20236.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located at the heart of Madrid, just 10 minutes' walk from the Plaza del Sol. The...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="745.68" OriginalAmount="731.06" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.414634566568" Longitude="-3.694712317791" StarRating="4" HotelCode="31862|229136|Bed &amp; Breakfast" HotelName="NH Collection Madrid Paseo del Prado" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Cánovas del Castillo 4, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/59/925966f68033c4b49bb3effc2392e7189e268c09.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the historic centre of Madrid, in the Golden Triangle of Art, w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="751.14" OriginalAmount="736.41" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.419564681616" Longitude="-3.6985845569617" StarRating="4" HotelCode="426246|1874415|Bed &amp; Breakfast" HotelName="Vincci The Mint" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Vía 10, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/536852/a_536852_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Most storeys are accessible by lift. Amenities include a baggage storage service and a safe. Wireles...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="755.41" OriginalAmount="740.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.427048" Longitude="-3.71435" StarRating="5" HotelCode="7857|24674|Bed &amp; Breakfast" HotelName="Meliá Madrid Princesa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference 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,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de la Princesa 27, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/c4/9fc4050c1c564be7d1622bc0991b41f2ab36d8f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated deluxe hotel is in a superb area of Madrid near to the Plaza de España, the Palac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="758.44" OriginalAmount="743.57" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.436015652851" Longitude="-3.6817972362042" StarRating="3" HotelCode="29224|396595|Bed &amp; Breakfast" HotelName="NH Madrid Balboa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nuñez De Balboa, 112, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/be/f0be2edc3524a70e7028aa98e93c8a86892ab660.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located close to the city centre (2 km) where there are many shopping venues, bars and restaurants. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="761.04" OriginalAmount="746.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.462482724416" Longitude="-3.6146306991577" StarRating="4" HotelCode="30999|398655|Bed &amp; Breakfast" HotelName="Novotel Madrid Campo de las Naciones" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Amsterdam 3, Campo de las Naciones, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/69/21695c127f32d34acee3c1cc8a4d43374fe3d906.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set right next to the IFEMA, the Parque Juan Carlos I and the Palacio de Congresos.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="764.26" OriginalAmount="749.27" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.419830641568" Longitude="-3.7012660503388" StarRating="4" HotelCode="30862|324935|Bed &amp; Breakfast" HotelName="NH Collection Madrid Gran Vía" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía 21, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/35/2835d2759134b280fcdc9d65985b1b26bed539af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located at the heart of Madrid, close to a wide selection of shopping and en...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="768.12" OriginalAmount="753.06" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41411" Longitude="-3.701624" StarRating="5" HotelCode="171805|396685|Bed &amp; Breakfast" HotelName="NH Collection Madrid Palacio de Tepa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>San Sebastian 2, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/72/b07279fb8d7639d7bd6ff3f44d40eb78e73cef75.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="781.70" OriginalAmount="766.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.458864451812" Longitude="-3.6909958720207" StarRating="4" HotelCode="30764|75824|Bed &amp; Breakfast" HotelName="AC Cuzco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de la Castellana 133, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/eb/b6ebda090324d719b711f07479adf7f85aa4d99f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is situated in the business centre of Madrid just 500 m from the congress palace....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="782.05" OriginalAmount="766.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41477352" Longitude="-3.70705099" StarRating="0" HotelCode="859892|2407165|Bed &amp; Breakfast" HotelName="Pestana Plaza Mayor Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="24 Hour Security,Air Conditioning,Bar,Business Centre,Conference Hall,Dining,Heated Pool,Internet,Laundry,Massage Centre,Meeting Room,Parking,Restaurant,Room Service,Sauna,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Imperial 8, 28002 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/c2/eac26af2928fc2880fbb05671f6b40203243cd04.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Pestana Plaza Mayor Madrid is a unique and unparalleled luxury hotel, paying tribute to the work...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="799.57" OriginalAmount="783.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.414562067245" Longitude="-3.6994890868664" StarRating="4" HotelCode="58153|52854|Bed &amp; Breakfast" HotelName="Catalonia Las Cortes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Prado 6, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/33/5033308603526509572c5239b63cb8ca55c7576b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This new, charming hotel lies in Las Letras, the historical centre of Madrid, within a short distanc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="810.26" OriginalAmount="794.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.415152" Longitude="-3.699136" StarRating="4" HotelCode="82258|868235|Bed &amp; Breakfast" HotelName="Suite Prado" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Manuel Fernández y González 10, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/6c/be6c376bdafdec47d0e25ac18969f28447149706.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="810.54" OriginalAmount="794.65" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.412589" Longitude="-3.693984" StarRating="4" HotelCode="166292|390735|Bed &amp; Breakfast" HotelName="Radisson Blu Madrid Prado" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Moratin 52, Plaza de Platerias Martinez, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/bb/b0bb369fd881b28863fd200477b9af7fe8c9b40d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With an incredible location just steps from the Museo del Prado (100 metres) and next to the Caixa F...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="810.99" OriginalAmount="795.09" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.417608" Longitude="-3.698623" StarRating="4" HotelCode="24549|338975|Bed &amp; Breakfast" HotelName="Vincci Centrum" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Cedaceros 4, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/b7/e2b74e72537373ff0735a29728f52030b369e1ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just a few paces from the Museo del Prado, various shopping and entertainment ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="840.67" OriginalAmount="824.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.49193239" Longitude="-3.59205507" StarRating="4" HotelCode="436459|2247435|Bed &amp; Breakfast" HotelName="Air Rooms Madrid Airport By Premium Traveller" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Avenida De La Hispanidad 1 Floor, Madrid Airport Terminal 4, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/ca/b9cac8e5f6ea5d11523e4abd406076b1280af5b4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="842.20" OriginalAmount="825.69" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.419675449152" Longitude="-3.7074512243271" StarRating="4" HotelCode="31365|1608178|Bed &amp; Breakfast" HotelName="Preciados" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Preciados 37, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/68/ad685d97039ba138a37e1d1aff93cb9f430927db.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive, hotel is situated in the centre of Madrid, close to the Gran Vía and the Purta del ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="844.58" OriginalAmount="828.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.422234036303" Longitude="-3.6811146140099" StarRating="4" HotelCode="36937|55254|Bed &amp; Breakfast" HotelName="H10 Puerta de Alcalá" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alcalá 66, Barrio de Salamanca, 28009 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/f4/25f457f49502f5ae2f9b2c4022950b98022a9886.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located in the business district of Madrid near the Retiro Park. It is just a f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="852.39" OriginalAmount="835.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4104159" Longitude="-3.6954733" StarRating="4" HotelCode="266904|3356685|Bed &amp; Breakfast" HotelName="Woo Travelling Atocha 107 HOMTELS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Atocha 107, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/91/bd91af053d2132142ed5a56d2f664b02461ad40e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="854.37" OriginalAmount="837.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.462331711859" Longitude="-3.6154246330261" StarRating="4" HotelCode="169162|238866|Bed &amp; Breakfast" HotelName="Pullman Madrid Airport &amp; Feria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Capital de España 10, Campo de las Naciones, 28042 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/aa/a4aa822de92fe0227edc6bdfa49c7a9471631899.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Campo de las Naciones, Madrid, opposite the Congress Palace and IFEMA Exhibi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="855.50" OriginalAmount="838.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.451282385711" Longitude="-3.6937612295151" StarRating="4" HotelCode="30716|24634|Bed &amp; Breakfast" HotelName="Holiday Inn Madrid Bernabeu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Carlos Trias Bertran 4, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/13/0c/130cf7e687836196ed68f6d2cdb7d8a3bc993799.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is well positioned at the heart of Madrid's commercial and financial district. Su...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="856.67" OriginalAmount="839.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.436393331468" Longitude="-3.6901563405991" StarRating="5" HotelCode="47238|24564|Bed &amp; Breakfast" HotelName="InterContinental Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Castellana 49, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/6c/826ce71fbcb335fbcd2ab8ff6514a8432184a2a1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This excellent, popular luxury hotel lies on the wonderful Castellana boulevard just a short bus rid...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="857.80" OriginalAmount="840.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.486546679076" Longitude="-3.703472" StarRating="5" HotelCode="57590|1635858|Bed &amp; Breakfast" HotelName="Eurostars Suites Mirasierra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Alfredo Marquerie 43, 28034 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/0d/c60d02ad0d6cb78bd520e8b5c91f9f1e8993b5ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid, in a quiet residential area in the north of the city. It lies only ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="883.52" OriginalAmount="866.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.418897439671" Longitude="-3.7100797891617" StarRating="4" HotelCode="15428|98179|Bed &amp; Breakfast" HotelName="Opera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cuesta De Santo Domingo 2, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/af/2aafe9e7e89aa39d0bace0f83d31849d175c348d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This small, family-run hotel is situated directly in the city centre, opposite the Madrid Opera Hous...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="887.12" OriginalAmount="869.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.4222206" Longitude="-3.6957049" StarRating="4" HotelCode="267129|1063718|Bed &amp; Breakfast" HotelName="Only YOU Boutique Hotel Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Barquillo 21, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/5a/e15abfa1dd93cbb115ebab435640ae93dbcc4521.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid. The nearest airport is Madrid - Barajas (MAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="887.55" OriginalAmount="870.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.420676" Longitude="-3.707359" StarRating="4" HotelCode="284119|960315|Bed &amp; Breakfast" HotelName="Indigo Madrid - Gran Via" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Silva 6, Madrid 28013</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/1a/051a8c4a3cfcf6b3a0cc8bd7d8e56b686be7a137.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="889.78" OriginalAmount="872.33" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.427" Longitude="-3.687348" StarRating="4" HotelCode="37614|38284|Bed &amp; Breakfast" HotelName="ICON Embassy by Petit Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Serrano 46, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/f2/71f241b1b1641d39874becce315293588e553fc9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located in the business district of Madrid within a short distance of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="893.10" OriginalAmount="875.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.425259" Longitude="-3.682138" StarRating="4" HotelCode="38262|58384|Bed &amp; Breakfast" HotelName="Catalonia Goya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Goya 49, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/8d/418ddba6041ee8f5a1fe52ba3ab6da08c9950dea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the "Calle Goya", in the elegant Salamanca quarter. Here guests will find al...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="896.58" OriginalAmount="879.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.46138" Longitude="-3.6921" StarRating="0" HotelCode="842312|the_level_at_melia_castilla" HotelName="The Level at Meliá Castilla" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="24 Hour Security,Air Conditioning,ATM/Cash Machine,Babysitting,Banquet Hall,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Dining,Fax,Garden,Golf,Laundry,Lounge,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Sauna,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Poeta Joan Maragall 43, 28020 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/28/5528fa7468deda4e5c20a6dbada4fe8bc997842e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Enjoy an exclusive experience in a unique environment with a personalised service at The Level at Me...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="920.70" OriginalAmount="902.65" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.426191753964" Longitude="-3.6889965387927" StarRating="4" HotelCode="37045|24724|Bed &amp; Breakfast" HotelName="NH Collection Madrid Colón" 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,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Marqués de Zurgena 4, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/a6/90a6d7fa0eed4437bc6380551a9d3e126c17ad31.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Madrid's central district of Salamanca, close to the Plaza de Colón and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="924.34" OriginalAmount="906.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.415170064639" Longitude="-3.6967662279098" StarRating="4" HotelCode="446069|2233655|Bed &amp; Breakfast" HotelName="DoubleTree by Hilton Madrid-Prado" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle San Agustín 3, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/3a41bc027649685b/64/649ac71a42fe1a62/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="924.92" OriginalAmount="906.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.411703" Longitude="-3.697576" StarRating="4" HotelCode="326453|24794|Bed &amp; Breakfast" HotelName="TRYP Madrid Atocha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Atocha 83, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/ea/42eaba93723fa557afc187179877477f76eece74.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located at the heart of Madrid and just a few paces from the Museo del Prado...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="935.34" OriginalAmount="917.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.419576411699" Longitude="-3.6996352672577" StarRating="4" HotelCode="78724|iberostar_las_letras_gran_via" HotelName="Iberostar Las Letras Gran Via" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gran Via 11, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/58/3f/583fcfd7f81e28a28bf94ce9744e83c801d9097e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Gran Vía Avenue, the hotel is a 10-minute walk from the Thyssen-Bornemisza and Prado muse...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="946.29" OriginalAmount="927.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.416405" Longitude="-3.698651" StarRating="5" HotelCode="36857|98385|Bed &amp; Breakfast" HotelName="Hotel Urban" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrera de San Jerónimo 34, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/6e/fc6e52983eb1d49c7508b97374854a539d6ab087.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is wonderfully situated at the heart of Madrid, surrounded by cultural venues, countless ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="980.57" OriginalAmount="961.34" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.419239162882" Longitude="-3.6971620779099" StarRating="5" HotelCode="314388|1625628|Bed &amp; Breakfast" HotelName="The Principal Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Marqués de Valdeiglesias 1, Corner Of Gran Via 2, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/f9/cff9cde7f22691b0bcf6b9059c020c72143ac2e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the upscale area of Gran Vía street, near Alcalá street and a few steps away from Cibeles Square,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="982.40" OriginalAmount="963.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.42395331953" Longitude="-3.6852157115936" StarRating="4" HotelCode="38281|311545|Bed &amp; Breakfast" HotelName="ICON Wipton by Petit Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Jorge Juan 17, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/7e/937ed6ba3d1618f4e9004ff9d1313c90e5d00504.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the exclusive and luxurious commercial district of Serrano, at the heart o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="994.28" OriginalAmount="974.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.455825" Longitude="-3.689702" StarRating="4" HotelCode="46622|24504|Bed &amp; Breakfast" HotelName="AC Hotel Aitana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Castellana 152, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/63/0a6311102972c31b7457e66cb545bd77f2115bb8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upper-mid range hotel is located in the town centre of Madrid, on the Paseo de la Castellana, c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="998.54" OriginalAmount="978.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.43487307" Longitude="-3.67896929" StarRating="4" HotelCode="589737|2523275|Bed &amp; Breakfast" HotelName="Heritage Madrid Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Diego De León 43, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/1e/b31e88edf069768b47d5780b287f860b8a6f615b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The upper floors of the hotel can be accessed by lift. A baggage storage service, a bar and a transf...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1021.20" OriginalAmount="1001.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.422328985989" Longitude="-3.6891934275627" StarRating="4" HotelCode="79885|725675|Bed &amp; Breakfast" HotelName="VP Jardín de Recoletos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gil de Santivañes 6, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c5/e1/c5e122c35bc855257197da1e948cedf857d1da9b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A very short walk from this hotel in the heart of the Salamanca district, guests can visit famous la...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1043.46" OriginalAmount="1023.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.435405238061" Longitude="-3.6854785680771" StarRating="4" HotelCode="7856|melia_galgos" HotelName="Meliá Madrid Serrano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Claudio Coello 139, 28006 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/5c/f15cc8f0a588e970b84ad6dc738c68442895d0bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Lying at the heart of the Salamanca district of the city, this hotel is situated close to the main s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1046.34" OriginalAmount="1025.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.42007916" Longitude="-3.70369994" StarRating="4" HotelCode="586826|2388625|Bed &amp; Breakfast" HotelName="Hyatt Centric Gran Via Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via 31, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/03/4903263531df3350afbec4726260e1b1fbc278e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a bar, room service, a conference room and a business centre. Wireless internet acc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1049.40" OriginalAmount="1028.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.417880500328" Longitude="-3.6998552083969" StarRating="3" HotelCode="16557|319015|Bed &amp; Breakfast" HotelName="Regina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alcalá, 19, Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f7/36/f736f42f33eedbb8a874590cd9140c2ae98f6b7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madrid, only a few metres from Puerta del Sol Square. From th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1058.58" OriginalAmount="1037.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.421488217176" Longitude="-3.6893905699253" StarRating="4" HotelCode="66236|111232|Bed &amp; Breakfast" HotelName="AC Hotel Recoletos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Recoletos 18, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/4c/564cb65a79ef374437dcb7a4dc41f7c0e509b3d3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in the centre of Madrid, just 600 metres from Puerta del Sol and the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1120.56" OriginalAmount="1098.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41973075282" Longitude="-3.704108603769" StarRating="3" HotelCode="29799|24614|Bed &amp; Breakfast" HotelName="Avenida Gran Vía" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mesoneros Romanos 14, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/51/e551f8a8c48abf81eb5fa3da3a333cac8ed12f02.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This straightforward hotel enjoys a splendid location. Madrid's countless shops and cultural venues ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1129.45" OriginalAmount="1107.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.420110720997" Longitude="-3.700916689584" StarRating="4" HotelCode="570141|2221955|Bed &amp; Breakfast" HotelName="Hotel Círculo Gran Vía, Autograph Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía 24, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/14/e4149742ca0445ac506bbc7d762f891c3c381c9d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A safe, a restaurant, a bar, a conference room and a business centre are available to guests of the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1147.52" OriginalAmount="1125.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.42268" Longitude="-3.71179" StarRating="5" HotelCode="621058|2281655|Bed &amp; Breakfast" HotelName="VP Plaza España Design" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de España 5, 28008 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/f6/2df68d2d2723fe58388566cfabc32a2b34351afb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1147.69" OriginalAmount="1125.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.420677362387" Longitude="-3.6892905735065" StarRating="5" HotelCode="73748|68684|Bed &amp; Breakfast" HotelName="Hotel Hospes Puerta Alcalá" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de la Independencia 3, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/ff/bdfff51ad978e7775d543ba6e4897a28f3d515b6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Independence Square, right in the centre of Madrid. It offers wonderful vie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1179.65" OriginalAmount="1156.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.438792" Longitude="-3.691606" StarRating="5" HotelCode="25011|24624|Bed &amp; Breakfast" HotelName="Hesperia Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Castellana 57, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/ef/50efeb3205649618326e0e1c4721e999af50f16a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is located directly in the commercial and shopping district of Madrid clos...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1184.63" OriginalAmount="1161.40" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.426850376113" Longitude="-3.6981715889549" StarRating="5" HotelCode="935979|1232188|Bed &amp; Breakfast" HotelName="URSO Hotel &amp; Spa Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mejía Lequerica 8, 28004 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/e9/2ae916261fbedf9c4710f9b855a51127e932e8c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotle is 5 minutes’ walk from the Alonso Martínez metro station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1377.80" OriginalAmount="1350.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.422228458184" Longitude="-3.6841141553061" StarRating="5" HotelCode="45653|343225|Bed &amp; Breakfast" HotelName="Wellington" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Velazquez 8, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/56/8f5677082d436f19353cc101132fee214c0a12d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the sophisticated district of Salamanca, only a mile and a half from Puerto del Sol and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1389.78" OriginalAmount="1362.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.426418" Longitude="-3.68939" StarRating="5" HotelCode="18759|131674|Bed &amp; Breakfast" HotelName="Gran Meliá Fénix" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Hermosilla 2, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/c8/33c88264b3aa322b45d50c777817d6eb0d79f5b2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally located directly on the Paseo de la Castellana and the Plaza de Colon, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1392.06" OriginalAmount="1364.76" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.417741346161" Longitude="-3.6890393558197" StarRating="5" HotelCode="36873|35844|Bed &amp; Breakfast" HotelName="Hotel Palacio Del Retiro, Autograph Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Alfonso XII 14, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/72/9f72885864c79d46b2028561b5edf5d22063ef67.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This excellent luxury hotel lies in the pleasant Spanish district of Retiro close to various famous ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1515.37" OriginalAmount="1485.66" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.415936555565" Longitude="-3.6995199145066" StarRating="3" HotelCode="149981|1020068|Bed &amp; Breakfast" HotelName="Gran Hotel Inglés" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Echegaray 8, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/6c/b96c484f73ce3d7ab0f8cb4532469ac73a33f1ef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madrid.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1562.60" OriginalAmount="1531.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.415186966229" Longitude="-3.6950433254242" StarRating="5" HotelCode="18551|24844|Bed &amp; Breakfast" HotelName="The Westin Palace, Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de las Cortes 7, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/27/c8/27c838fad09b6465304fb1a44cdbc3e8dcff8243.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is situated in the centre of Madrid, close to Parliament Square and the Old Town. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1636.60" OriginalAmount="1604.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.41320061" Longitude="-3.70107705" StarRating="0" HotelCode="768799|2399265|Bed &amp; Breakfast" HotelName="CoolRooms Atocha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Babysitting,Smoking Rooms">
        <Address>
          <AddressLines>
            <AddressLine>Calle Atocha 34, 28012 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2f/53/2f53b76f04e7d9cf0ff7dc74c0cc56e0fe166d17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A buffet breakfast is served every morning at the property. There is an in-house restaurant, which s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1656.60" OriginalAmount="1624.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.426496608054" Longitude="-3.685585517339" StarRating="3" HotelCode="410370|387025|Bed &amp; Breakfast" HotelName="TÓTEM Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Hermosilla 23, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/2d/492d63c162ea80a18302eb28dda4c321208ba3c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In a privileged location in the heart of the city’s boutique shopping area, the hotel is perfectly p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1668.10" OriginalAmount="1635.39" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.428177641302" Longitude="-3.6836543132936" StarRating="5" HotelCode="30319|386715|Bed &amp; Breakfast" HotelName="Bless Hotel Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle De Velázquez 62, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/4b/c04bd26f6d25c01761ef6a8281d6036594b1d85e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is wonderfully located in the centre of Madrid. The nearest public transport ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1695.18" OriginalAmount="1661.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.419644819027" Longitude="-3.7097096443176" StarRating="5" HotelCode="18757|24784|Bed &amp; Breakfast" HotelName="Gran Meliá Palacio de los Duques" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cuesta de Santo Domingo 5 y 7, 28013 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2e/0c/2e0c3dcca68adb76c06db86bc29921794f90a597.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This opulent luxury hotel is centrally located in Madrid's exquisite historical centre. It is just a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2005.21" OriginalAmount="1965.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.430956596371" Longitude="-3.6932502686977" StarRating="5" HotelCode="22629|35854|Bed &amp; Breakfast" HotelName="Hotel Santo Mauro, Autograph Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Zurbano 36, 28010 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/0a/280a3d9270928102a25709c82255fde9621e41ee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious city hotel is located in Chamberi, not far from the famous Paseo de la Castellana. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2247.02" OriginalAmount="2202.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.428460614137" Longitude="-3.6862201988697" StarRating="5" HotelCode="176152|1608388|Bed &amp; Breakfast" HotelName="Unico" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Claudio Coello 67, 28001 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/cb/c5cb38edf251aa2c12fdcf0735c88400696e9c4a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is located in the most cosmopolitan and elegant area of the capital, the no...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2562.32" OriginalAmount="2512.08" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.427238620959" Longitude="-3.6932247877121" StarRating="5" HotelCode="31354|311995|Bed &amp; Breakfast" HotelName="Hotel Orfila" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Orfila 6, 28010 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/1fe620b097f54f6084bd28262f1bacb9.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is situated in the leisure district of Madrid in one of the most exclusive distric...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="3484.54" OriginalAmount="3416.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.430051" Longitude="-3.688378" StarRating="5" HotelCode="19192|CAF491700|Bed &amp; Breakfast" HotelName="Villa Magna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de la Castellana 22, 28046 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/af/afc8a02c5397ab28/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With its large boulevards, splendid plazas, palaces and renowned international museums, Madrid is on...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="4878.40" OriginalAmount="4782.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="40.415619899377" Longitude="-3.6925810575485" StarRating="5" HotelCode="16764|24774|Bed &amp; Breakfast" HotelName="Ritz Madrid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza de la Lealtad 5, 28014 Madrid</AddressLine>
          </AddressLines>
          <CityName>Madrid</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/67/e16792da161a57b3b398fecf04a1a764d492c161.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious modern hotel is situated in the heart of Madrid, within walking distance of numerous ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Internet,Restaurant,Room Service,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Laundry,Nightclub,Telephone Service,Fax,Diet Meals,Lounge,Garden,Massage Centre,Sauna,Shopping Arcade,Bicycle Rental,Jacuzzi,Swimming Pool,Spa,Wheelchair Access,Heated Pool,Kitchen,24 Hour Security,Dining,24 Hour Room Service,Concierge,Business Centre,Meeting Room,Parking,Babysitting,Smoking Rooms,ATM/Cash Machine,Banquet Hall,Printer</BasicAmenities>
    <HotelRating>4,5,3,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,CONFERENCE HOTEL,HOTEL DE CHARME,AIRPORT HOTEL,BUSINESS HOTEL,HOTEL,HISTORIC HOTEL,FAMILY-FRIENDLY HOTEL,HOSTEL,APARTMENT,APARTMENT HOTEL,ECO HOTEL,SPA HOTEL,VILLAGE,GUEST HOUSES,GUESTHOUSE,GUEST HOUSE,HOSTELS</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
478ba076-e536-4c51-959d-6842cf83684a|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="478ba076-e536-4c51-959d-6842cf83684a">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="24075" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-26T00:00:00" End="2026-06-28T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="AE" 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
478ba076-e536-4c51-959d-6842cf83684a|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
478ba076-e536-4c51-959d-6842cf83684a|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
478ba076-e536-4c51-959d-6842cf83684a|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
478ba076-e536-4c51-959d-6842cf83684a|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
478ba076-e536-4c51-959d-6842cf83684a|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-06-12T10:42:51.3233568+01:00" Version="0" EchoToken="Search" TransactionIdentifier="478ba076-e536-4c51-959d-6842cf83684a" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="125.35" OriginalAmount="122.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.388027969187" Longitude="2.1337172625656" StarRating="1" HotelCode="94215|2158665" HotelName="Pere Tarrés Youth Hostel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Guesthouse,Hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Numància 149-151, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/d9/c3d98da9a7b6295c8fb58e04690d4492849c99d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel is located on Numancia in Barcelona city centre, opposite the La Illa shopping centre and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="179.41" OriginalAmount="175.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.379188935667" Longitude="2.1744791606104" StarRating="1" HotelCode="404475|3323485" HotelName="Hostal MiMi Las Ramblas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Nou De La Rambla 1/1-2, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/06/d9067ee7dce6c13bd01d20c6e4332bf2345bff58.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="198.31" OriginalAmount="194.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.399696" Longitude="2.162003" StarRating="2" HotelCode="384727|1729468" HotelName="BcnSportHostels" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Jacuzzi,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Perill 26, 08012 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/7e/b57e559517c5712a7abb8b16d5b8ea722e47f09d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located right in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="212.49" OriginalAmount="208.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.372863" Longitude="2.1663189999999" StarRating="2" HotelCode="99811|997045" HotelName="Hostal Barcelona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Roser 40, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/aa/c1aa36aede1c00be2dd31690c7dddd3edae6e80f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Barcelona, this hostel is about 15 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="219.37" OriginalAmount="215.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.407318" Longitude="2.144165" StarRating="4" HotelCode="29497|24004" HotelName="Catalonia Park Putxet" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Putxet 68-74, 08023 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/33/1333d26701a3a098beb05e97e60cd1211639dc44.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is situated in the quiet neighbourhood of Putxet. The town centre is approximately...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="219.70" OriginalAmount="215.39" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.433870952937" Longitude="2.1473979949951" StarRating="4" HotelCode="29362|383655" HotelName="Alimara" 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,Designated Smoking Area,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>C/ Berruguete 126, 08035 Barcelona, Costa Brava</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/59/aa59a6d65cd2d6dd4ae4e5c17fbf97ec55ab1d4f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the new quarter of Barcelona by the Ronda De Dalt. Public transport departs...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="220.90" OriginalAmount="216.57" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.377502934" Longitude="2.1388015151024" StarRating="4" HotelCode="97669|111372" HotelName="AC Sants" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Passeig De Sant Antoni, 36-40, 08014 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/50/3750bedf94c70a0b25cf95885db65ff80b25544f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located 50 m from the AVE train station and 500 m from Plaza de España and the FIRA Ba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="222.36" OriginalAmount="218.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.412562" Longitude="2.209023" StarRating="4" HotelCode="36821|tryp_barcelona_condal_mar_hotel" HotelName="Hotel Barcelona Condal Mar managed by Melia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Finca,Village,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cristóbal de Moura 138, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/26/3a/263ac41f675aeb52e573c13897ad425e00b25885.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. It lies 100 metres from the nearest tram links and the metro sta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="223.01" OriginalAmount="218.64" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.405909770464" Longitude="2.1446641398811" StarRating="2" HotelCode="94214|1653828" HotelName="Hotel DingDong Putxet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Ballester 13, 08023 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/4f/6b4f651888bb51111b1eb1d80fb3e2b7855e93d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="226.08" OriginalAmount="221.65" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.41402801152" Longitude="2.1776130319118" StarRating="2" HotelCode="26836|234766" HotelName="Hotel Amrey Sant Pau" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Sant Antoni Maria Claret 173, 08041 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/6b/f56b692c49c951b41961b4ef196b3f6f7a4a1421.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies 3 miles from Las Ramblas, and offers an ideal location for easy access to shopping fa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="231.22" OriginalAmount="226.69" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.3989551" Longitude="2.1885388000001" StarRating="1" HotelCode="320106|2282845" HotelName="Twentytu Hi-Tech Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Conference Hall,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>C/ Pamplona 114, 08018 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/4f/48/4f4845cce95a89b90d5b5de34d524b59a2eef345.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This eco-lodge is modern and is a 10 minute walk from Nova Icaria beach and marina. Less than 5 minu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="231.54" OriginalAmount="227.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.374991744491" Longitude="2.1353880505412" StarRating="0" HotelCode="523835|hostal_r_sans" HotelName="Hostal Sans" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Coffee Shop,Concierge,Dry Cleaning,Elevator,Internet,Laundry,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Antoni de Capmany 82, 08014 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/e8/eae827a575004b54eebadc94099609c08890bf91.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star Hostal Sans offers comfort and convenience whether you're on business or holiday in Barce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="232.56" OriginalAmount="228.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.382452609169" Longitude="2.1602270007133" StarRating="2" HotelCode="169881|hostal_els_angels" HotelName="BREAK BCN" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Villarroel 47 1-1, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/e9/6ce9b37aada09be01c1b9302e473f0de52e5217a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The guesthouse is located at the heart of Barcelona’s city centre, very near to Plaça Catalunya and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="232.67" OriginalAmount="228.11" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.403104219034" Longitude="2.1232009482089" StarRating="4" HotelCode="56437|364185" HotelName="Eurostars Anglí" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>D' Anglí 60, 08017 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/38/cd385509c8a677c12c917f8e12a523af5134f5cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is quietly situated in the north of Barcelona in Sarria-Sant Gervasi. It is just 500 m to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="234.60" OriginalAmount="230.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.36093556" Longitude="2.12975112" StarRating="1" HotelCode="740192|easyhotel_barcelona_fira" HotelName="easyHotel Barcelona Fira" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda de la Granvia 22, Hospitalet de Llobregat, 08902 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/ac/83ac25bed0525ac4ed2366c89f66029bb6296769.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="234.79" OriginalAmount="230.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.414232474685" Longitude="2.1448430862607" StarRating="3" HotelCode="29331|24034" HotelName="Catalonia Park Güell" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig Mare de Deu del Coll 10, 08023 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/0a/760abaa0a6be35f8812c4dc7fb89b62fdf198541.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally located at the heart of Barcelona close to the famous Güell Park. Guests may t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="235.29" OriginalAmount="230.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.439359" Longitude="2.196828" StarRating="3" HotelCode="326470|35814" HotelName="NH Barcelona La Maquinista" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sao Paulo 33-37, 08030 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/53/3953ff452d559f462d01b29a08d47de38e4cf603.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern city hotel is located close to the renowned shopping street, La Maquinista, just 4 km fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="236.11" OriginalAmount="231.48" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.391078231639" Longitude="2.1602073196632" StarRating="2" HotelCode="320298|2149705" HotelName="Hostal Balmes Centro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Balmes 83, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/26/4426b6171a78af1badd8c6ab0bb9d478037d02e4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="236.28" OriginalAmount="231.65" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39569058" Longitude="2.15835081" StarRating="2" HotelCode="429500|3310745" HotelName="Rodamón Barcelona Hostel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Housekeeping,Internet,Kitchen,Laundry,Library,Lounge,Luggage Storage,Meeting Room,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Còrsega 302 Pis Principal, Barcelona 08008</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8e/0e/8e0ed0702b51377feb3535be1fad4540988630f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Rodamón Barcelona Hostel in Barcelona (Eixample), y...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="236.64" OriginalAmount="232.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.37977431" Longitude="2.17351371" StarRating="2" HotelCode="662517|ideal_youth_hostel_" HotelName="Ideal Youth Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Bar,Beauty Salon,Concierge,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Meeting Room,Restaurant,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>Calle Unio 10,12, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/f3/48f3bad5bf3e4b5185d47259007586934367340b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal Youth Hostel is a popular choice amongst travelers in Barcelona, whether exploring or just pas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="236.69" OriginalAmount="232.05" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.389750774476" Longitude="2.1419611573219" StarRating="4" HotelCode="9956|98298" HotelName="Hotel Derby" 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,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Loreto 21, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d7/90/d790d59cf8a919051c28d197c852a2711a2955fb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in the heart of Barcelona (in the shopping and business centre), on...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="237.66" OriginalAmount="233.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.40640858" Longitude="2.17258755" StarRating="2" HotelCode="525572|bc_bcn" HotelName="Bcn Condal Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Corsega 546, Entresuelo 2 Sagrada Familia, 08025 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/7a/4a7a8ca1b61d6bd44791d9fd66d7ca1d72ea8aa8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="238.15" OriginalAmount="233.48" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.4001" Longitude="2.15137" StarRating="2" HotelCode="318132|CAM967500" HotelName="Via Augusta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Augusta 63, 08006 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/48/5348f417295211c54bfc5701a46d99774e7339ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This centrally located business hotel is located just 500 m from the centre of Barcelona (Paseo de G...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="239.00" OriginalAmount="234.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.398521" Longitude="2.15977" StarRating="2" HotelCode="149081|995485" HotelName="BCN Urban Hotels Bonavista Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Francisco Giner 5, HB-004307, 08012 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/f9/b0f9119a87bb926af49369fa40e4e7df36638d90.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="239.70" OriginalAmount="235.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.398732365997" Longitude="2.1541549991332" StarRating="2" HotelCode="255687|express" HotelName="DingDong Express Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de la Riera de Sant Miquel 74, 08006 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/ce/6dce8d3abac7b161eb893e8cebb4e51b2921c6da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;These apartments are located in the trendy district of Gracia in Barcelona, which teems with restaur...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="241.68" OriginalAmount="236.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39561125233" Longitude="2.1495290100574" StarRating="3" HotelCode="47696|387275" HotelName="Hotel Condado Barcelona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Aribau 201, 08021 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/ce/39ce051eb88703e0ea59d7cb21ea0ff5975455b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel lies on Avenida Diagonal in the commercial and business district of Barcelona...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="244.80" OriginalAmount="240.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.37787248" Longitude="2.1717533" StarRating="0" HotelCode="523423|pension_san_ramon" HotelName="Pensión San Ramón" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>San Ramón 15, El Raval Area, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/9e/c89e7e24743f43681388c8c2da5a5e0111e04c0d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="247.41" OriginalAmount="242.56" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.374873646426" Longitude="2.0788759110451" StarRating="2" HotelCode="113230|4670465" HotelName="Hotel Esplugues" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Ignasi Iglesias 83, 08950 Esplugues de Llobregat, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/90/d990a1d63badebc84c0990a8ea6fcfaa6b02c3c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="250.92" OriginalAmount="246.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.37409524" Longitude="2.16018836" StarRating="1" HotelCode="428464|hostal_elkano" HotelName="Hostal Elkano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Elkano 78, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/92/469204156b9efde4496ed0e3c678d83841ead62b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unpretentious hotel can be found in Sants-Montjuic. Travellers will not be bothered during thei...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="252.24" OriginalAmount="247.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.385701957268" Longitude="2.1404980123043" StarRating="3" HotelCode="32068|1629158" HotelName="NH Barcelona Entenza" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de l'Equador 20, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/e2/fee27927fc67b11d0f36d28d928afabe0f3a3333.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies just a short distance from the centre of Barcelona. Links to the public transpo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="252.73" OriginalAmount="247.77" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.392452078938" Longitude="2.1700123895492" StarRating="2" HotelCode="267649|1462368" HotelName="Bcn 46 Hostal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Roger de Llúria 46, 08009 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/77/527712f5aee3084e1ddf53091eecf15645e102e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="253.98" OriginalAmount="249.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.435381309706" Longitude="2.1816935986603" StarRating="2" HotelCode="79787|182536" HotelName="ibis Barcelona Meridiana" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo Andreu Nin 9, 08016 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/4b/ba4b6c229662b7c7ac9c0396f9983f2fe3640cd6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next to the Fabra i Puig Station, a 10-minute metro journey from Plaza Cataluny...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="256.02" OriginalAmount="251.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.374103" Longitude="2.168495" StarRating="2" HotelCode="58673|hostal_abrevadero" HotelName="Abrevadero" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Vila i Vilà 79, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/7f/487fc1d71c2b89a587c8e28675286b14dc97b916.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="256.50" OriginalAmount="251.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.405453" Longitude="2.212218" StarRating="4" HotelCode="25134|237016" HotelName="Attica 21 Barcelona Mar" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Provencals 10, 08019 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/88/b4883b4ba0b16456a4deee6dc08989d7a9dd95fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the new Diagonal Mar district of Barcelona, 20 to 25 minutes from the city ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="258.06" OriginalAmount="253.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.374452015296" Longitude="2.1745936830473" StarRating="2" HotelCode="38237|hostal_bcn_port" HotelName="Hostal BCN Port" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda del Paral·lel 15, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/fd/5dfd12c8a114b71e252a69a9a64307434219fc3b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in the northeast of Spain, in the Catalonian capital of Barcelona. Throug...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="258.90" OriginalAmount="253.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386274" Longitude="2.129435" StarRating="4" HotelCode="10885|384265" HotelName="Atenea Barcelona Aparthotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Joan Güell 207-211, 08028 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/9d/1b9d62e6b3f5aef8ffe887ff2083207a49396948.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is situated in the centre of Barcelona, on the Avenida Diagonal. Public transpo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="261.12" OriginalAmount="256.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.375525507838" Longitude="2.1247380171793" StarRating="3" HotelCode="576821|ona_hotels_arya" HotelName="Arya by Ona Hotels" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Sants 383, 08028 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/50/28507ebe924a0271c1dbc252fe66e2a2ceb900a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is in Barcelona, about 10 km from Barcelona (BCN) Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="262.01" OriginalAmount="256.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.399976133475" Longitude="2.2010137918974" StarRating="1" HotelCode="263667|1487378" HotelName="Travelodge Barcelona Poblenou" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Calle Llull 170, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/f3/b7f352c867dad597035441950e0154dc64b80a95.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="264.01" OriginalAmount="258.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.410478" Longitude="2.139723" StarRating="3" HotelCode="178335|996905" HotelName="Aparthotel Bertran" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Bertran, 150, Barcelona 8023</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ca/03/ca039fd88641b2461b53f78e6e45673299deac1a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a quiet part of Barcelona, 5 minutes' walk from Avinguda Tibidabo FGC statio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="264.66" OriginalAmount="259.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.375202" Longitude="2.155661" StarRating="3" HotelCode="186383|859445" HotelName="hcc lugano" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Paral lel 172, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/3e/2a3e2d3d1e01d5c99451adcdfc0d53c7eddf6601.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Avinguda del Paral-lel, less than 3 km from Las Ramblas and Barcelona´s Goth...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="265.55" OriginalAmount="260.34" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.392958256819" Longitude="2.124685049057" StarRating="2" HotelCode="26120|387825" HotelName="Hotel Bonanova Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Capita Arenas 51, 08034 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/05/9b05cfb1cf1df990735fef26487929243dd4c450.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This simple hotel is situated close to the Avenida Diagonal, the Catalunya congress hall, the FC Bar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="265.82" OriginalAmount="260.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.403255740731" Longitude="2.1270789206028" StarRating="3" HotelCode="29330|23994" HotelName="Catalonia Mikado" 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,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de Bonanova 58, 08017 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/dc/b0dcb522e898bf62bff13347bd12f4574b59a1ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is just 4 km from the centre of the town. Countless shopping and entertainment ve...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="266.22" OriginalAmount="261.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.351756034022" Longitude="2.1204176545143" StarRating="4" HotelCode="37198|hotel_solvasa_barcelona" HotelName="Eurohotel Gran Via Fira" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Ciencias 98-100, 08908 Hospitalet de Llobregat, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a8/cc/a8ccfccb7a9bdb6d4feca0a7f7db8b1849fc0d97.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in L'Hospitalet, around 4 km from Barcelona city centre. The conference and ex...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="268.26" OriginalAmount="263.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38972059039" Longitude="2.1473228931427" StarRating="2" HotelCode="34864|sunotel_junior" HotelName="Sunotel Junior" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Sarriá 9, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8d/bb/8dbb2fa48cb9e013fa85e44c0b059324d74c8c0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated close to many of the top tourist sights and shops. A variety of restaurants, b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="268.26" OriginalAmount="263.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.403781" Longitude="2.213731" StarRating="4" HotelCode="166949|hotel_front_maritim_barcelona" HotelName="Hotel Front Marítim" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Garcia Fària 69-71, 08019 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/05/a3/05a3ea969ee0e7a4e6b7b327d4ca7e9a71351532.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is also wonderfully located, close to the sea. The nearest public transport link...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="268.26" OriginalAmount="263.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.37221218" Longitude="2.15705174" StarRating="0" HotelCode="627612|la_franca_" HotelName="La Fransa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>La França Xica 40, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/01/ac019400493e4b24154c8e2fe6441e1cc259c97e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="268.45" OriginalAmount="263.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.404811958591" Longitude="2.1288852121534" StarRating="4" HotelCode="130276|1546118" HotelName="Vilana Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Vilana 7, 08017 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/33/f0333c0025387f9d4a75ea4eb37409a65b740129.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the prestigious La Bonanova district of Barcelona. It is surrounded by one o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="269.43" OriginalAmount="264.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.423173" Longitude="2.190616" StarRating="3" HotelCode="170075|387985" HotelName="Hotel Laumon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Internet,Laundry,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Monlau 8-10, 08027 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/b4/24b477c2b6c48f0aa7b2e7ee6ac1bdd8e520d0d3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an ideal location close to Avenida Meridiana, one of the main routes in and out of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="269.91" OriginalAmount="264.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.410961" Longitude="2.186556" StarRating="4" HotelCode="326421|23934" HotelName="Catalonia Atenas" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Meridiana 151, 08026 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b5/97/b597280d50a5109edb2a624c6c142d8c62f5e52a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the Sagrada Familia. This hotel is well-connected with the rest of the cit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="270.97" OriginalAmount="265.66" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.401164813216" Longitude="2.183103463212" StarRating="3" HotelCode="318134|388595" HotelName="Glories Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Padilla 173, 08013 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/67/4a67aee96dd39185c733a2ff0a5de20d48c6653c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located at the heart of Barcelona, near to the Gran Vía, the Auditorium, the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="271.28" OriginalAmount="265.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.399941126936" Longitude="2.1451583504677" StarRating="3" HotelCode="29126|860775" HotelName="Mercure Barcelona Condor" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Augusta 127, 8006  Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/a2/4fa2eb4e4b90c0bb817effd8368c5cbfa8ba186a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the centre of the Barrio de Gràcia and close to the most emblematic modern...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="271.32" OriginalAmount="266.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.410560371553" Longitude="2.1731418371201" StarRating="2" HotelCode="30956|hotel_medicis_2" HotelName="Medicis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer dels Castillejos 340, 08025 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/b5/e6b5f4389bbc9c3fe591085815409537026e862a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to the town centre, Gaudi avenue and the Sagrada Familia cathedral. Var...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="271.32" OriginalAmount="266.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.401780532131" Longitude="2.1477453410626" StarRating="3" HotelCode="31130|guillermo_tell" HotelName="Pol &amp; Grace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>c/ Guillermo Tell 49, 08006 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/7e/da7e7c433b130fde65b2247f20ed05733d2a5190.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the centre and the tourist area. Countless shopping venues, nightclub...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="271.33" OriginalAmount="266.01" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.328381754139" Longitude="2.112794816494" StarRating="4" HotelCode="30766|222326" HotelName="Best Western Plus Alfa Aeropuerto" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle K  s/n, Entrada Principal Mercabarna, Zona Franca, 08040 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/7e/c17effcbdd90116f30383f9e8cbc44b2b2ed5204.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Zona Franca, 15 minutes from the airport, 15 minutes from the port and 2...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="274.26" OriginalAmount="268.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.411041" Longitude="2.185693" StarRating="3" HotelCode="168268|2155615" HotelName="Leonardo Boutique Hotel Barcelona Sagrada Familia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Internet,Lounge,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Mallorca 606, 08026 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/33/6833a00ffd4e4a6126dd4f56a00a1859c4a6c18f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located about 10 minutes from the Sagrada Familia and around 4 kilometres from Pla...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="274.38" OriginalAmount="269.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.377524" Longitude="2.113578" StarRating="4" HotelCode="34626|senator_barcelona_spa_hotel" HotelName="Senator Barcelona Spa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cardenal Reig 11, 08028 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/05/b2057a7930342b3ff111ba17c52306c2a84022c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a prestigious district of Barcelona close to Avenida Diagonal, just 15 minu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="275.70" OriginalAmount="270.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.390428906582" Longitude="2.1262192726135" StarRating="4" HotelCode="32772|1017928" HotelName="Atiram Arenas" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Capitán Arenas 20, 08034 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c1/bd/c1bd80ffc1bc8b04354cda5e9b7517cfc54b0b78.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This first class hotel is situated in Barcelona's tourist centre, around 5 km from the city centre. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="278.46" OriginalAmount="273.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38943594156" Longitude="2.1474362516166" StarRating="3" HotelCode="37195|sunotel_aston" HotelName="Sunotel Aston" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de París 101, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/0f/b60ff3eedf8ef0478700d4366ed63058a14ec16b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern building is located in the financial and commercial heart of Barcelona, close to the Fai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="278.46" OriginalAmount="273.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.396861714373" Longitude="2.1461732486775" StarRating="2" HotelCode="152369|petit_hotel_3" HotelName="Petit Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Laforja 67, 08021 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/c9/61c925e9b591d58ac3d43da8f8c1cf86125348bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="278.65" OriginalAmount="273.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.399915977474" Longitude="2.1300119161606" StarRating="3" HotelCode="31360|1017938" HotelName="Tres Torres Atiram" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calatrava 32, 08017 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/98/1b982f11908e8fce54275611aec4a5f0ee015206.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to the city centre, in Barcelona's entertainment centre. Countless shop...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="278.82" OriginalAmount="273.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.376758248871" Longitude="2.145944237709" StarRating="4" HotelCode="58121|351705" HotelName="Pestana Arena Barcelona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Consell De Cent 51-53, Esquina Calle Bejar, 08014 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/78/0a78c67baa92a44278cad42aa1727fa9555083bc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the Sants Montjuic district, close to the Fira de Barcelona trade fair...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="279.12" OriginalAmount="273.65" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.389177274443" Longitude="2.174032330513" StarRating="2" HotelCode="190667|3344065" HotelName="Hostal Q" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Ronda Sant Pere 22, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/f0/e8f01d2d7d2bbfcd67aef2d878753c64860e16f1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="279.48" OriginalAmount="274.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.40085646135" Longitude="2.1499763911355" StarRating="3" HotelCode="30937|hg_city_suites_barcelona" HotelName="HG City Suites Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Augusta 89, 08006 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/4e/4f4e9a4ed187bcccf814a0166f430b17ced29e68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located only 10 minutes from the city centre and is perfectly placed for a walk along ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="279.48" OriginalAmount="274.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.380315" Longitude="2.169971" StarRating="3" HotelCode="113142|alba_hotel_2" HotelName="Alba" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Bicycle Rental,Business Centre,Concierge,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,LCD/Projector,Luggage Storage,Room Service,Shopping Arcade,Spa,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>Calle Hospital 83, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/c4/c8c4da03aae00770718e8ed4e4d1e409b4dcc52f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Barcelona, Alba Hotel puts everything the city has to offer just outside ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="280.15" OriginalAmount="274.66" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.390829045012" Longitude="2.1718199376129" StarRating="4" HotelCode="336657|1884975" HotelName="Hotel Àmbit Barcelona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Roger de Llúria 17, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/9c/e29c542cfc741916cc75da16d2693d008693717c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="282.54" OriginalAmount="277.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.4209387" Longitude="2.17882178" StarRating="1" HotelCode="329783|pillow_house" HotelName="House by Pillow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Rubió i Ors 3, 08041 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/ff/a2ff315159bc5fee576bae0f61dbf2e7f5eccb75.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="283.40" OriginalAmount="277.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.378486" Longitude="2.178047" StarRating="1" HotelCode="36371|1545968" HotelName="Canton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Nueva de San Francisco, 40, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/97/ce974653700b86dad6acd243799e4232c71702a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="284.26" OriginalAmount="278.69" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.382597" Longitude="2.157106" StarRating="2" HotelCode="60253|364315" HotelName="BCN Urban Hotels Del Comte" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 21/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de la Diputació 142-148, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/95/769581f0edfce55ddb7caba29d5f319c3b5d0f6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The comfortable, cosy city hotel enjoys a convenient location, just 10 minutes from Plaza Cataluña a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="285.60" OriginalAmount="280.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.3813054" Longitude="2.1764705" StarRating="1" HotelCode="428460|hostal_levante_scp" HotelName="Hostal Levante" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Baixada de Sant Miquel número 2, Recepción : 2º piso, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/3f/d63fbeeb79bf4e55d25584b9df38f45076d62b82.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hostal Levante Scp hotel is modest and simple, with the most basic amenities, a friendly atmosphere ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="285.67" OriginalAmount="280.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.382169125013" Longitude="2.172638471793" StarRating="2" HotelCode="267644|2487925" HotelName="Bcn Ramblas Hostal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>La Rambla 96, Ciutat Vella, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/60/c1605438b19324ed39ccef44087e32e2b02a2027.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="286.34" OriginalAmount="280.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.37994403676" Longitude="2.1741851554336" StarRating="2" HotelCode="190614|1668878" HotelName="Hostal Las Flores" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Las Ramblas 79, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/27/b127ba4302b62acc390bc181039bde8202bc6811.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="287.64" OriginalAmount="282.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.382832" Longitude="2.1655949999999" StarRating="1" HotelCode="149077|universitat_" HotelName="Hostal Gat Raval" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar">
        <Address>
          <AddressLines>
            <AddressLine>Joaquin Costa 44, Ciutat Vella, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/dd/c9dd796d193f3e85272334974df2ba59e13b437f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in the lively Raval District, Gat Raval offers 24-hour reception, free laptops and free Wi-Fi in...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="287.64" OriginalAmount="282.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.40374067" Longitude="2.18209647" StarRating="2" HotelCode="765663|hostal_ruta_de_francia" HotelName="Hostal Ruta De Francia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle De Los Castillejos 206, 08013 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/5a/965a9c5d0f8dea200f4ad763b390e27ba320d4ec.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;general: Property Location Located in Barcelona (Eixample), Hostal Ruta de Francia is within a 10-mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="287.81" OriginalAmount="282.17" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38596" Longitude="2.1655" StarRating="2" HotelCode="31512|383665" HotelName="HLG CityPark Pelayo Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Pelai 1, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/93/4193bf0d1513389e4dca105122fa28a70dcda785.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the town centre, close to Plaza Catalunya. Here guests will find many shop...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="288.66" OriginalAmount="283.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.409773820358" Longitude="2.2185033559799" StarRating="4" HotelCode="29823|ac_hotel_barcelona_forum_by_marriott" HotelName="AC Barcelona Forum" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Paseo Taulat 278, 08019 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/88/06/8806db9a144b4cf46249e3e2cc6d12bfd71a02ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This conference hotel is located in the shopping and exhibition centre quarter, Diagonal Mar, in Bar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="289.28" OriginalAmount="283.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.407744" Longitude="2.185346" StarRating="3" HotelCode="10702|23924" HotelName="Catalonia Sagrada Familia" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Aragó 577 - 579, 08026 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/9c/1e9c21b07cb93d67dce9dd5d1a8cbf9ce41e3642.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated close to the centre of Barcelona. Numerous shops, restaurant, bar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="289.39" OriginalAmount="283.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.394822442612" Longitude="2.193427208299" StarRating="2" HotelCode="459837|1994005" HotelName="ibis Styles Barcelona City Bogatell" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Carrer De Llull 71, HB004742, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/0d/ed0dbe07283d9bfde186dcbf5dda8d8794cc38c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="289.68" OriginalAmount="284.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.397262931107" Longitude="2.159226507375" StarRating="2" HotelCode="263664|hostal_casa_gracia" HotelName="Casa Gracia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Gracia 116, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/15/7c15cb729c4fa688587e50c6314deebd4e976632.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Barcelona, about 2.5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="289.68" OriginalAmount="284.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.3894264" Longitude="2.1717675" StarRating="2" HotelCode="485511|hostal_goya__apartments" HotelName="Hostal Goya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Pau Claris 74, Primero, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/bf/a3bfb943d3737f34c9de5bfeb237cfd3a04664c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This cosy hotel can be found in Eixample. Pets are not permitted on the premises. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="290.34" OriginalAmount="284.65" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.352486911364" Longitude="2.1272411942482" StarRating="4" HotelCode="34629|368655" HotelName="Fira Congress Barcelona" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer José Agustín Goytisolo 9-11, 08908 Hospitalet de Llobregat, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/1e/1b1eadd497a66777934250f2172481cc4b973e76.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This conference hotel is located near to the city centre. Public transport departs from a stop appro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="290.70" OriginalAmount="285.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.3746" Longitude="2.166" StarRating="2" HotelCode="30340|parallel" HotelName="Paral-Lel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Poeta Cabanyes 5-7, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/40/7440d1f71a401de55b3e0f80c6418379d89ff0eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the city centre this pleasant hotel is the ideal starting point for exploring Barcelona ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="291.24" OriginalAmount="285.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.410214370666" Longitude="2.1694886684418" StarRating="4" HotelCode="30437|228216" HotelName="Hotel ILUNION Bel Art" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Lepant 406, 08025 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/9e/ef9e17875863e2e1771b38b633d0664cd254eb4f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers easy access to the city’s main attractions thanks to the various bus routes and a m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="292.74" OriginalAmount="287.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.379406503021" Longitude="2.1666364720728" StarRating="2" HotelCode="149190|hostal_gat_xino_2" HotelName="Hostel Raval Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Hospital 155, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/19/ff19b95ab5df494c4f982476bf75d3f288efeeef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located right in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="292.74" OriginalAmount="287.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.37203487" Longitude="2.13695083" StarRating="2" HotelCode="469872|smartroom_barcelona" HotelName="SmartRoom Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Elevator,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Olzinelles 56-58, 08014 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/5b/5b5bfc82f221db90090f28bba4555914a3d8f775.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Smartroom Barcelona is a popular choice amongst travelers in Barcelona, whether exploring or just pa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="292.74" OriginalAmount="287.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.414017112491" Longitude="2.1778128371526" StarRating="3" HotelCode="471200|apartments_hotel_sant_pau" HotelName="Apartments Hotel Sant Pau" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="apartment" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Sant Antoni Maria Claret 173, 08041 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/5b/315bd9534e004de7d0e2998955bda9b923ac1b2a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Sant Pau Apartments Hotel is to 250 m of Sant Pau Hospital, declared World Heritage of Unesco. A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="293.73" OriginalAmount="287.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.398202885905" Longitude="2.1494523993883" StarRating="4" HotelCode="14464|246426" HotelName="Mariano Cubi Aparthotel Barcelona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Diet Meals,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Marià Cubi 62-64, Sarrià-St. Gervasi, 08006 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/d8/bed86bc2bdbf80afa069b1f887c7ae46d0628b61.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located close to Balmes Street, the shopping and business centre, only a few mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="293.76" OriginalAmount="288.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.393471" Longitude="2.157815" StarRating="3" HotelCode="901971|room_mate_emma_2" HotelName="Room Mate Emma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Rosselló 205, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/a0/01a06dcfac4274c120cd16bbd7679666124bab8a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="295.32" OriginalAmount="289.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.404699" Longitude="2.138857" StarRating="3" HotelCode="17654|388985" HotelName="Silken St. Gervasi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sant Gervasi De Cassoles 26, 08022 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/ba/a6ba4d89d181bac1ed7cc377b9c97829b97e5be3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to the city centre, in Barcelona's entertainment centre. Public transpo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="295.86" OriginalAmount="290.06" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.387979" Longitude="2.156863" StarRating="4" HotelCode="261899|997185" HotelName="Sunotel Club Central" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Jacuzzi,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer València 157, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/c9/71c9c362d8f30e7e3a903689d895e341e68f8da9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Barcelona city centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="296.68" OriginalAmount="290.86" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.411004" Longitude="2.173286" StarRating="2" HotelCode="31115|269315" HotelName="HTOP BCN City Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Travessera De Gràcia 380-384, 08025 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/88/d28893b40474dcaf2a2c4b68ff572b76ed3c3457.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona's leisure area just a few minutes’ walk from the city centre and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="299.82" OriginalAmount="293.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.41158" Longitude="2.21188" StarRating="4" HotelCode="185340|860945" HotelName="Vincci Bit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Josep Plà 69, 08019 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/fc/c5fc23fad866ffe7558d0b6e80dfa4f7904c32a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just 10 minutes' walk from Mar Bella beach. There are a number of bars, restau...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="299.88" OriginalAmount="294.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.3740342" Longitude="2.1656206" StarRating="2" HotelCode="377351|sant_jordi_mambo_tango" HotelName="Mambo Tango" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Internet,Kitchen,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>C/ Poeta Cabanyes 23, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/aa/ecaa143952f4879d6d1f5ae833d4287b4b1fc6bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Mambo Tango in Barcelona (Avenida del Paralelo), yo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="299.95" OriginalAmount="294.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.405461" Longitude="2.136098" StarRating="3" HotelCode="143737|383845" HotelName="Bonanova Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bisbe Sivilla 7, 08022 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/f9/48f988a31ea9924d04de0c7f5a7e5420e6a82708.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The aparthotel is located in the residential area of Sarrià Sant Gervasi, close to the university an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="300.51" OriginalAmount="294.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.393515626256" Longitude="2.1505683660507" StarRating="4" HotelCode="51951|366305" HotelName="Guitart Grand Passage" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Muntaner 212, 08036 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/63/4d63946277154a3c573549c6051e0906cbaf7a5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel is located in the leisure area of Barcelona. There are countless shops, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="300.90" OriginalAmount="295.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39219196" Longitude="2.15371058" StarRating="2" HotelCode="383980|barcelo_hostel" HotelName="Barceló Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Corsega 226, Entresuelos, 08036 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/f5/a8f54f9905aa2bbb652ae50f3fc9c9e4326841f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="301.14" OriginalAmount="295.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.398217549596" Longitude="2.1685064460366" StarRating="1" HotelCode="385799|2488075" HotelName="Primavera Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Mallorca 330, 08037 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/10/1410a99ffa8a3ef5208d366246098c38f871e854.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="301.66" OriginalAmount="295.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.408095" Longitude="2.185855" StarRating="3" HotelCode="326475|23904" HotelName="Catalonia Albeniz" 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,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Aragón 591-593, 08026 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/7d/367d3ccff46335767587aeaf6d3a75ea263acd52.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated directly on the Calle Aragon, close to the Sagrada Familia. Countless shoppin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="301.92" OriginalAmount="296.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.408675449046" Longitude="2.1478486061096" StarRating="3" HotelCode="130496|ronda_lesseps_hotel_" HotelName="Ronda Lesseps" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>C/Ballester 77-81, 08023 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/33/59/3359ec98d811d51d6473d16982a176c4478706f0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="302.94" OriginalAmount="297.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.389070840448" Longitude="2.1428760288111" StarRating="2" HotelCode="30958|hotel_medium_prisma" HotelName="Hotel Prisma Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda de Josep Tarradellas 119, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/41/4541946ae1fd1300adc0119850da0312dca84810.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Barcelona. A diverse range of shops, restaurants, bars and di...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="304.49" OriginalAmount="298.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.399793635309" Longitude="2.1187737831947" StarRating="1" HotelCode="266905|2176045" HotelName="Albergue Studio Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Duquessa d’Orleans 56, 08034 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/80/86808067254cc05b5a2abe10fa6ee4a3a0532ad5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="305.31" OriginalAmount="299.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.388368328956" Longitude="2.164491713047" StarRating="4" HotelCode="26977|351725" HotelName="Sansi Diputacio Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer De La Diputació 234-236, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/30/2c/302c48f16ebfe4071359daa47bdbb0a218da1887.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is quietly situated in Barcelona's recreational area, close to a wide rang...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="305.85" OriginalAmount="299.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.379065" Longitude="2.168383" StarRating="3" HotelCode="318226|237616" HotelName="abba Rambla Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Rambla del Raval 4c, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c0/07/c007397a351ae812e4040ce32aa74428983a666c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located just off the famous Las Ramblas from where guests can reach the hist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="305.88" OriginalAmount="299.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.396533789293" Longitude="2.1285434067249" StarRating="3" HotelCode="32986|23964" HotelName="Catalonia Castellnou" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Castellnou 61, 08017 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/0c/aa0cf4320113d65d19d3ede502d7c49f0d99b0f0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is centrally located just 2 km from the centre of the city. Countless shops and e...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="306.00" OriginalAmount="300.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.382373" Longitude="2.172403" StarRating="2" HotelCode="113149|hostal_boqueria" HotelName="Hostal Boqueria Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>La Rambla 100, 1º, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/1e/011ee33273e3cebabcf4f65b0849824d75bd3653.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="307.02" OriginalAmount="301.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.388657049224" Longitude="2.1315297981996" StarRating="4" HotelCode="29518|hilton_barcelona" HotelName="Hilton Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Diagonal 589-591, 08014 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/22/02/2202ae62c576945609f5b07c07e26390c88ba6d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This top range luxury hotel is located in the heart of Barcelona's shopping district. The surroundin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="307.12" OriginalAmount="301.10" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39872287" Longitude="2.20121598" StarRating="3" HotelCode="977644|85308575" HotelName="Acta Voraport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Ramon Turro 169-B, 08034 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/f3/10f354976274af79460a08f7c66272f374874d5f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="308.21" OriginalAmount="302.17" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.384810757641" Longitude="2.1624949478555" StarRating="2" HotelCode="313511|1738548" HotelName="Toc Hostel Barcelona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 580, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/8f/3f8fc85e07027305aefb25373c656338ad6b53c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="308.70" OriginalAmount="302.65" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.391866140936" Longitude="2.1568393707275" StarRating="4" HotelCode="55113|98348" HotelName="Hotel Granados 83" 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,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Enric Granados 83, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/ba/dcbab4e1a3f8334741c81015894569c83bfd45d6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of the colourful city of Barcelona, directly beside one of the m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="308.75" OriginalAmount="302.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.390615" Longitude="2.163208" StarRating="3" HotelCode="31083|24204" HotelName="hcc taber" 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,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer d'Aragó 256, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/bb/8d/bb8d5b71c1626b8205cff9ad5730ba8972c2445c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This up-market hotel is situated in Barcelona's tourist centre, just a few paces from countless rest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="309.41" OriginalAmount="303.34" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.390027126028" Longitude="2.1422639093607" StarRating="4" HotelCode="37352|578135" HotelName="Gran Derby Suite 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,Garden,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Loreto 28, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a4/b6/a4b6c5dcded5659a2ff4102171a6baaaaf0fd146.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the upper part of Avenida Diagonal and surrounded by other broad avenues, this is the ide...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="310.18" OriginalAmount="304.10" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.379128162206" Longitude="2.1605166944605" StarRating="3" HotelCode="73915|2166055" HotelName="Market" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Comte Borrell 68, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/87/12879ccea1cd191f7b6973a2c5158b1b992da41d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="310.84" OriginalAmount="304.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.405031578806" Longitude="2.1404792405672" StarRating="3" HotelCode="27688|364565" HotelName="Exe Mitre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bertrán 9-15, 08023 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/fe/ecfe0a2e27097401563c4eaea05512ed2fa27687.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near to the Parque Güell and the worthwhile attraction of Casa-Museu Gaudí. Lin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="310.96" OriginalAmount="304.86" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.382773853339" Longitude="2.140166759491" StarRating="4" HotelCode="318135|237666" HotelName="abba Sants Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Numancia 32, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/86/0a8695d54894485e19e7a81524f8221f9eafd531.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated close to Estació de Sants (station and bus stop). Numerous shops, restaurants ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="311.47" OriginalAmount="305.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.401055" Longitude="2.194399" StarRating="2" HotelCode="169882|184646" HotelName="ibis Barcelona Pza Glories 22" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Ciutat de Granada 99, 08018 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/fe/c6fee9324074ef9603a84ec157995ceb3e3bd1c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Glòries district, under 10 minutes away from the Plaza Catalunya and Bar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="311.50" OriginalAmount="305.39" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.382675360171" Longitude="2.1657777272062" StarRating="2" HotelCode="66017|231776" HotelName="Hotel Acta BCN 40" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Joaquin Costa 40, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/80/c480024335b2cf8a3e2f61df5ca19f346e32f8b3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a central location, surrounded by the historic centre of Barcelona and offers easy...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="311.72" OriginalAmount="305.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.3814" Longitude="2.175501" StarRating="2" HotelCode="260272|2487995" HotelName="Hostal Fernando" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Ferran 31, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/07/0407c5c57118650bdfc20d7cb87730f9182950dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the centre of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="312.51" OriginalAmount="306.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39847986897" Longitude="2.14267432294" StarRating="3" HotelCode="29148|387055" HotelName="Aparthotel Senator" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Augusta 167, 08021 Barcelona, Costa Brava</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/1a/a51a5e4e29108573dc85431a9e93c4284fefad6d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right on Via Augusta. Countless shops, restaurants, bars and pubs are located o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="313.06" OriginalAmount="306.92" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.403329173356" Longitude="2.1372270584106" StarRating="4" HotelCode="326477|24044" HotelName="Catalonia Barcelona 505" 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,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Muntaner 505, 08022 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/50/59509f982f15c8e32cd162fb141434623d5f1661.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel has a wonderful location in the northern part of Barcelona, close to Güell Park an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="313.14" OriginalAmount="307.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.395869805449" Longitude="2.1813306212425" StarRating="3" HotelCode="57793|confortel_auditori" HotelName="Hotel ILUNION Auditori" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Sicilia 166-170, 08013 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/2c/562c5991b2fdf929a65c7b5b7a645e2e1bebf76a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies close to the Gothic quarter at the heart of Barcelona with bars and restaurants...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="314.05" OriginalAmount="307.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.381902440251" Longitude="2.1458610892296" StarRating="3" HotelCode="29332|24024" HotelName="Catalonia Roma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda de Roma 31, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/13/70130ebbabb560cedb9198dd78712af935dfabdc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the tourist centre of Barcelona, less than a mile from the cultural and hi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="315.02" OriginalAmount="308.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.389479117196" Longitude="2.1491253376007" StarRating="4" HotelCode="24881|387165" HotelName="U232 Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Comte d'Urgell 232, 08036 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/a4/e5a4e793315b5f8c5a1fb65fa5e825b42384d4ef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated in the heart of the shopping and boutique area, opposite the exhib...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="315.57" OriginalAmount="309.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.37514" Longitude="2.168375" StarRating="4" HotelCode="25131|387095" HotelName="Barcelona Universal" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Av. Paral-lel 76-80, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/f2/cdf2ad56021c248ac627588498faa664e4d1edc2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is situated near the tourist centre of Barcelona. There are copious shops in the a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="316.20" OriginalAmount="310.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.373340508405" Longitude="2.1682075796864" StarRating="1" HotelCode="146321|coronado" HotelName="Coronado" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Nou de la Rambla 134, 08004 Barcelona, Sants-Montjuïc</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/50/985019c7cbfd23aa69e93083e3172d21b5fee199.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="316.20" OriginalAmount="310.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.3889" Longitude="2.16719" StarRating="0" HotelCode="978205|ona_hotels_terra" HotelName="Ona Hotels Terra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Carrer De La Creu Coberta 20-22, 08014 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/30/de30616cca6e47019fad7107c40aecab601acbba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="316.20" OriginalAmount="310.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38008167" Longitude="2.17473237" StarRating="0" HotelCode="969427|pension_villanueva" HotelName="Pension Villanueva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Real 2, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/b3/abb3c215c61a48a63ca42e13fefd46ab665da3dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="318.79" OriginalAmount="312.54" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.381478804497" Longitude="2.1739692986012" StarRating="1" HotelCode="32752|383905" HotelName="Ingles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de la Boqueria 19, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/2b/fd2b43e327e7eaed75b56f2edb0584b0f0095004.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a prime location in the centre of Barcelona, close to the university, Plaza Catalu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="318.83" OriginalAmount="312.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.375927009185" Longitude="2.1670183539391" StarRating="4" HotelCode="30438|231796" HotelName="Hotel Garbí Mil·lenni" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ronda de Sant Pau 14, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/41/9341939dbdcdba531767df8deb83ee42acbf3172.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This wonderfully restored, luxury hotel is situated within a few minutes walk of the city's tourist ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="319.26" OriginalAmount="313.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.399044794135" Longitude="2.2021633386612" StarRating="4" HotelCode="73981|confortel_barcelona" HotelName="Hotel ILUNION Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Ramón Turró 196-198, Esquina Calle Llacuna, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/2e/ce2eea05b2a5998dc5e6a6b80ea9a7b5e900a982.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the triangle formed by the Forum area, the Olympic port and Plaza de las Gl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="320.35" OriginalAmount="314.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.372999471515" Longitude="2.1459804475307" StarRating="3" HotelCode="190686|869445" HotelName="Hotel Acta Azul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Kitchen,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 327, 08014 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/03/48031dc6130cfdc79a9aa046deca55f27fa86d88.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona, about 4 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="320.57" OriginalAmount="314.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.383705628549" Longitude="2.151705622673" StarRating="3" HotelCode="51821|228346" HotelName="Hotel Viladomat by Silken" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viladomat 197, Eixample, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/b2/69b2ad8c70f8becb36804fef0503557c8c7102d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is situated in the centre of Barcelona, just a few minutes from the historical an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="321.30" OriginalAmount="315.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.382066" Longitude="2.176392" StarRating="3" HotelCode="16725|rialto" HotelName="Hotel Gargallo Rialto" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Ferran 40-42, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/40/19/4019e6d516601b30a568398ee07faeb03da6450b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular and historical city hotel lies in the centre of the beautiful old town of Barcelona. Sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="321.42" OriginalAmount="315.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.381296670462" Longitude="2.1269166469574" StarRating="4" HotelCode="32645|24374" HotelName="NH Barcelona Stadium" 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,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Travessera de les Corts 150-152, 08028 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/0e/2f0e95859d9fb8a36a58bdc23200d0d8ac5a7791.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the commercial and banking district. The large department store, El Corte ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="322.32" OriginalAmount="316.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.37818" Longitude="2.17615" StarRating="4" HotelCode="177872|eurostars_ramblas" HotelName="Eurostars Ramblas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Las Ramblas 22-24, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/11/1b11de326e8f1f39245e5a18e397a8919bb16eff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located across from Plaça del Teatro, the most artistic stretch of the Rambla. It occup...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="322.32" OriginalAmount="316.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39558554" Longitude="2.14378034" StarRating="3" HotelCode="496754|apartamentos_laforja" HotelName="Apartamentos Laforja" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Laforja 128, 08006 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/3f/d23f615b46fd9f8e9c4be8f4cdd70b410464e2cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="322.32" OriginalAmount="316.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.398362889917" Longitude="2.1779799380245" StarRating="2" HotelCode="888361|acta_antibes" HotelName="Hotel Acta Antibes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de la Diputació 394, 08013 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/36/123680ba8caa94a7702256c79c393141648dd96a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the Eixample district, near the city centre and many tourist attractions su...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="322.54" OriginalAmount="316.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386972" Longitude="2.180649" StarRating="3" HotelCode="75451|383695" HotelName="Aparthotel Allada" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Allada Vermell 6-8, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ca/45/ca450efa3c9bb947b50db2fe80b77286b40e2fae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartments are located in the heart of the Born district, the area where most artists live and w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="322.63" OriginalAmount="316.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.392097773478" Longitude="2.155974055808" StarRating="4" HotelCode="316925|1593188" HotelName="BCN Urban Hotels Gran Rosellón" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Rosselló 174-176, 08036 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/b3/a9b35ce362fd2237e89c8808cc5b7ea9b777e626.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="322.86" OriginalAmount="316.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.389414724193" Longitude="2.1564048528671" StarRating="4" HotelCode="48051|222376" HotelName="Best Western Premier Hotel Dante" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mallorca 181, 08036 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b8/28/b82818ad674e97f49655a7fd7ccb355279010fa1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming conference hotel is situated at the centre of the popular city centre, close to the Pa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="323.34" OriginalAmount="317.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.410950626156" Longitude="2.2188037633896" StarRating="4" HotelCode="29519|hotel_barcelona_princess" HotelName="Barcelona Princess" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 19/06/2026" 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,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Diagonal 1, 08019 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/44/a4/44a485f850a8126eea1aedfcc8f3657d21a67bbc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the Avenida Diagonal, near the new Barcelona International Exhibition and C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="323.64" OriginalAmount="317.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.389354858767" Longitude="2.1213275939226" StarRating="4" HotelCode="30682|118432" HotelName="AC Hotel Victoria Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 20/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Beltrán i Ròzpide 7-9, antes Avenida Pedralbes 16, 08034 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/ac/40ac3f0eac2f9afc9aca4c775670c7c52bd53bba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a quiet district of Barcelona, in Pedralbes. Shopping and commercial zones ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="324.20" OriginalAmount="317.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.376660634107" Longitude="2.1524325013161" StarRating="4" HotelCode="30445|23864" HotelName="Hotel Vilamarí" 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,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vilamarí 34-36, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/bb/cc/bbcccdbd689c4b0817a47bad6d506e8782bde7f1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located near Plaza de España. Various tourist attractions such as Plaza Cataluñ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="324.36" OriginalAmount="318.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.376947439955" Longitude="2.1498039364815" StarRating="3" HotelCode="899963|onix_fira" HotelName="Onix Fira" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Llançà 30, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/ae/03ae6e91d7bdbe0b69bee9900c069872fe14b8d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is located next to Plaza Espana, the Fira de Barcelona fairgrounds a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="325.21" OriginalAmount="318.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39111688" Longitude="2.17503933" StarRating="3" HotelCode="435071|2003905" HotelName="Mayerling Abamita Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Ausias March 25, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/55/7555434a830baf369839f0db993975a9411a772c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="325.38" OriginalAmount="319.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.3846987695" Longitude="2.1664537489414" StarRating="2" HotelCode="30649|1265784" HotelName="Mesón Castilla Atiram Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Garden,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Valldonzella 5, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1e/26/1e268d5b81bf071a1e06749fc9c0af8dd21b66aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is approximately 2 km from the sea. Situated on a side street, the hotel is close to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="325.38" OriginalAmount="319.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.408220806403" Longitude="2.2118313610554" StarRating="4" HotelCode="25009|vincci_maritimo" HotelName="Vincci Maritimo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Llull 340, 08019 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/91/7d91375c5fb0f6f9eb76cb2eb0786de177fc1bec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is superbly located, close to the city centre. Barcelona's beautiful sandy beach i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="325.38" OriginalAmount="319.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.403701" Longitude="2.146568" StarRating="2" HotelCode="144580|barcelona_city_north" HotelName="Barcelona City North" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Saragossa 95-97, Entlo 2ª, 08006 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/e2/c0e221e2cb4f1901d0fc7680abd45cad2fa2aad1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="325.38" OriginalAmount="319.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39385965" Longitude="2.14824444" StarRating="2" HotelCode="443854|hostal_petit_princep" HotelName="Hostal Petit Príncep" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Diagonal, 578, 2º, 08021 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/68/fb68a867b28df83977536b3b5e92c0aa6202cf47.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="326.40" OriginalAmount="320.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.396325608092" Longitude="2.1659181773415" StarRating="3" HotelCode="376196|bruc__bruc_guesthouse" HotelName="Bruc &amp; Bruc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Mallorca 290, 2-2, 08037 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/d1/07d1ce4d5a43404ad89f63cecb0e6048b55eb815.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="327.03" OriginalAmount="320.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39047871912" Longitude="2.1214496608782" StarRating="4" HotelCode="361525|1893905" HotelName="Hotel Upper Diagonal" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig Manuel Girona 7-21, 08034 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/af/c2af34c351938f6ab6c49798b5d2c2e95284f2a2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="327.30" OriginalAmount="320.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.385348" Longitude="2.171595" StarRating="3" HotelCode="30264|386685" HotelName="Nouvel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>C/ Santa Ana, 18-20, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/42/a142fd7e89e3b2fa439d50b175483414a58d34e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to Plaza Cataluña and Las Ramblas at the heart of Barcelona. Various sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="327.42" OriginalAmount="321.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.391828360733" Longitude="2.1730468020912" StarRating="2" HotelCode="501997|hotel_omnium" HotelName="Hotel Omnium" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Bruc 42, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/37/51379c87cd36db01adbe7978a9bc7a29806cf696.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="327.42" OriginalAmount="321.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.3889" Longitude="2.16719" StarRating="3" HotelCode="982730|amfores_boutique_guest_house" HotelName="Amfores Boutique Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Bou de Sant Pere 9, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/2d/152d535bb1abd41cf144979dd30a5c9db50ec110.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="328.41" OriginalAmount="321.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.384320700861" Longitude="2.1513945508894" StarRating="4" HotelCode="37041|1094858" HotelName="Sercotel Ámister Art 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,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Roma 93-95, near Sants train station, City Centre, Eixample District, 08029 Barcelona, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/61/97/6197a905dec602fa8d51136a7d132555698a6e4e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is suitable for both tourists as well as for business guest. It is located ar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="328.44" OriginalAmount="322.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.383634834894" Longitude="2.1312892141382" StarRating="3" HotelCode="915467|08028_apartments" HotelName="08028 Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Can Bruixa 6, 08028 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/42/d442b9ce999aa2d56048565dffd53d9c8be0a5ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="329.06" OriginalAmount="322.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.398694" Longitude="2.162406" StarRating="4" HotelCode="21559|467845" HotelName="Catalonia La Pedrera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Córcega 368, 08037 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/fe/aafe4a7fc7b67ff17b21b86ea50ad0a0917b0c11.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located in the arty and commercial centre of Barcelona, only a stone's throw fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="329.27" OriginalAmount="322.81" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.396046365452" Longitude="2.1793591976166" StarRating="4" HotelCode="32033|287785" HotelName="Ayre Hotel Caspe" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Caspe 103, 08013 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/cd/6bcdaa8539a997e5b0520dc703a664eaa2f6d4fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant, luxury hotel is centrally situated in the Eixampel district of the city, just 20 minut...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="329.46" OriginalAmount="323.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38087292547" Longitude="2.1803370061342" StarRating="2" HotelCode="166521|apartaments_in_barcelona_ample" HotelName="AinB Las Ramblas-Colon Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Ample 42, Ciutat Vella, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/f5/4af54a08ac71569509c261ad8db1dd0d09df4fe1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Barcelona's Gothic Quarter, these apartments are situated within walking distance of Las ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="329.46" OriginalAmount="323.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.385047242153" Longitude="2.1706580621578" StarRating="1" HotelCode="333790|hotel_toledano_ramblas" HotelName="Hotel Toledano Ramblas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Paseo La Rambla 138, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/a0/f1a0308fa3c81301ea62b8f6eeb0807dbcfd396c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="329.46" OriginalAmount="323.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.373355143211" Longitude="2.1321927178308" StarRating="3" HotelCode="739506|animapartments_sants" HotelName="Animapartments Sants" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="apartment" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Carrer del Tinent Flomesta 37, 08020 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/67/f267e7c01757bf3cc81c11664cb32e397649482e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Apartments strategically located between the FIRA de GRAN Vía, very close to the Camp Nou, in the Di...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="329.66" OriginalAmount="323.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.387003425468" Longitude="2.172574754631" StarRating="3" HotelCode="103410|387395" HotelName="Denit Barcelona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Estruc 24-26, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/8d/fa8d0e198ca4423424cb314e6b64162b781b0fda.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Barcelona. Right in the Gothic Quarter, in front of Plaça de Ca...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="330.03" OriginalAmount="323.56" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.390984285472" Longitude="2.1707010269165" StarRating="4" HotelCode="30687|231766" HotelName="Hotel Acta Atrium Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 656, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/d8/a1d8d3b7b25c7184fb2329242c8124e998bd91b3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant, luxury hotel is situated at the heart of Barcelona within minutes of the Gran Via. Gue...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="330.15" OriginalAmount="323.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.356409" Longitude="2.123118" StarRating="4" HotelCode="199956|932085" HotelName="Renaissance Barcelona Fira" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Europa 50-52, L'Hospitalet de Llobregat, Barcelona 08902</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0a/47/0a478021b6ca7e4234c2eec66cb9aac2cb2de1f1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="331.02" OriginalAmount="324.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386186" Longitude="2.154786" StarRating="3" HotelCode="30174|386905" HotelName="Barcelona Century Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>València 154, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/17/8c17afd22244a9909926efabe1eb504c975ec144.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is located in L'Eixample district, close to the cathedral and the Picasso museum....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="331.50" OriginalAmount="325.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.394178628081" Longitude="2.1491628885269" StarRating="4" HotelCode="18766|hesperia_presidente_hotel" HotelName="Hesperia Barcelona Presidente" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda Diagonal 570, 08021 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6e/82/6e829aa0c5243f951d969837ea816a30d384f892.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located 5 km from the nearest beach, this hotel is centrally located on Diagonal Avenue at the heart...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="331.50" OriginalAmount="325.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.389845" Longitude="2.166119" StarRating="4" HotelCode="47000|eurostars_cristal_palace" HotelName="Exe Cristal Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Diputació 257, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/00/1b00f75a6c88a4e0e202869f4dd48083d4e2eab0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is situated close to avenue Paseo de Gracia and Plaza Catalunya. Just a few minute...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="331.50" OriginalAmount="325.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.392163443761" Longitude="2.1622949838638" StarRating="4" HotelCode="16541|hotel_hcc_regente" HotelName="hcc regente" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rambla de Catalunya 76, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a3/88/a388c41c6c48862b6e858104bdb787733f3282e4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located and well communicated in one of Barcelona’s most popular streets, Rambla Catalu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="331.50" OriginalAmount="325.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.391865637884" Longitude="2.1751333773136" StarRating="2" HotelCode="190665|hostal_girona" HotelName="Hostal Girona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Girona 24, 1-1, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ef/90/ef90b585c01c5a77b88b1748562bfa5e34b6e104.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="331.50" OriginalAmount="325.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.384933523393" Longitude="2.1627402133263" StarRating="3" HotelCode="392933|la_casa_de_antonio_boutique_rooms" HotelName="La Casa de Antonio Petit Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 584, 2-1, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/bc/bdbca8dc48c5379021d3350bed412737eaaa2b6a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="332.10" OriginalAmount="325.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.378172" Longitude="2.143012" StarRating="1" HotelCode="36694|388965" HotelName="Transit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rector Triadó 82, 08014 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/b1/bbb144499703f39b3ae8ecc3daea723f6b1eac5b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Scores of popular tourist sights are located in the area around this small hotel, including the Audi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="332.86" OriginalAmount="326.33" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.403786867984" Longitude="2.1913003921509" StarRating="4" HotelCode="161438|183316" HotelName="Novotel Barcelona City" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Diagonal 201, Entrada por Ciutat de Granada, 08018 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/ef/47ef056d0326f0e7a4c7330b23eefcd88ffc19de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of the city on Avenida Diagonal (one of the city's main streets),the fami...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="333.19" OriginalAmount="326.66" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38119906251" Longitude="2.1550959348679" StarRating="3" HotelCode="31613|24174" HotelName="Leonardo Hotel Barcelona Gran Via" 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,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de la Diputació 100, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/db/a8db9b0c2c28ac08a2d2899effe77d8cb21bde40.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Built in 2004, this modern hotel is ideal for night time revellers. Situated just a few minutes walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="333.23" OriginalAmount="326.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.376850842091" Longitude="2.1500288337469" StarRating="4" HotelCode="178197|888985" HotelName="Ofelias Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Llançà 24, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/5c/015c7c2541a412ddd21d00c0173368cdde93b2f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Eixample district of Barcelona, in the Plaza de España and opposite the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="333.36" OriginalAmount="326.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.383461140178" Longitude="2.159835014167" StarRating="3" HotelCode="60079|387085" HotelName="Hotel Soho Barcelona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de De Les Corts Catalanes 543-545, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/2a/7e2a08dffd8c7d342865ef2fffb64e1e91afea63.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated right on Barcelona's Gran Vía. Plaza Catalunya and other tourist attractions a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="333.54" OriginalAmount="327.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.390758163565" Longitude="2.1722993962951" StarRating="3" HotelCode="267652|vasanta_hotel_boutique" HotelName="Vasanta Boutique Hostal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Casp 31, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/fd/9efd8b1377996e990d8db56ac0007bbbd46a6058.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="333.54" OriginalAmount="327.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38219538104" Longitude="2.1720539214612" StarRating="3" HotelCode="888120|eurostars_ramblas_boqueria" HotelName="Exe Ramblas Boquería" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rambla de Sant Josep 91-93, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/e0/1be02995c361f968814564fdecc26d44679b5d65.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming historical hotel is situated on Las Ramblas, in the historical, commercial and tourist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="334.56" OriginalAmount="328.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38603" Longitude="2.176147" StarRating="4" HotelCode="29082|confortel_almirante" HotelName="Hotel ILUNION Almirante" 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,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Vía Laietana 42, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/7f/9a7f1e1a184209a0f1f10bce003c1f574761a768.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Barcelona's gothic quarter just 5 minutes from Plaça Catalunya...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="334.56" OriginalAmount="328.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.380282709832" Longitude="2.1728646330861" StarRating="2" HotelCode="149125|hostal_operaramblas" HotelName="Opera Ramblas Hostal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Sant Pau 20, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/37/7b3730f916b9dc81337ad9545e727f55ce52bbe3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Barcelona, Hostal Operaramblas puts everything the city has to offer just...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="335.45" OriginalAmount="328.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.379774170982" Longitude="2.174206674099" StarRating="3" HotelCode="49091|262795" HotelName="Oriente Atiram Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ramblas 45, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/45/fa/45faf95969a3fa04395b812ef4692d2a11d02f62.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly in the cultural and historical heart of Barcelona, in Las Ramblas. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="335.58" OriginalAmount="329.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.384172014258" Longitude="2.1617270261049" StarRating="4" HotelCode="69572|sunotel_central" HotelName="Sunotel Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 570, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0d/6f/0d6f66051416a88b6b66fcb1e6b39ca7b516dd57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the busiest commercial and business area of Barcelona. It is just a few ste...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="335.58" OriginalAmount="329.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.384864794622" Longitude="2.1702128648758" StarRating="1" HotelCode="94219|hotel_lloret_ramblas" HotelName="Lloret" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar">
        <Address>
          <AddressLines>
            <AddressLine>Rambla Canaletes 125, 08002 Barselona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/3c/af3c0ad01527ed48f3ba8820a3852b5f380f39b1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="335.58" OriginalAmount="329.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39112334" Longitude="2.15813536" StarRating="3" HotelCode="322034|otel_forget_me_not_bb" HotelName="Forget Me Not B&amp;B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Enric Granados 44, Piso Principal, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/17/29179c825a04f035fbd85769e3ebc8028252fe35.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="336.60" OriginalAmount="330.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.379031" Longitude="2.139737" StarRating="4" HotelCode="7776|barcelo_sants" HotelName="Barceló Sants" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaça dels Països Catalans s/n, Estacio de Sants, 08014 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/e9/18e9c5ee10ca2752fe81fe2deaa2571eb082483c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated near the main train station, Sants, in Barcelona and offers direct access to t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="337.62" OriginalAmount="331.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.382106" Longitude="2.183763" StarRating="1" HotelCode="295433|som_nit_born" HotelName="Som Nit Born" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Reina Cristina 13, 1st floor, 08003 Barcelona, Ciutat Vella</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/11/c01152134820a91412ba8fb6c34b3267cdc57692.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access in public areas allows guests to stay connected.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="338.05" OriginalAmount="331.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38542836" Longitude="2.16970301" StarRating="2" HotelCode="30957|269355" HotelName="Hotel Medium Monegal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Pelai 62, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/b9/1ab9b65dcb9a59ce7f56ce2a42a159403621a6c8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the tourist centre of Barcelona and is surrounded by numerous shopping venue...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="338.61" OriginalAmount="331.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.391161" Longitude="2.159197" StarRating="4" HotelCode="43741|279465" HotelName="Hotel Balmes" 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,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer De Mallorca 216, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/d3/edd3424932d2dd2e85beb9b4bfc7701d9117ded3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near to Paseo de Gracia and La Ramblas. The surrounding area is filled with sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="339.66" OriginalAmount="333.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.382139916569" Longitude="2.1756912767887" StarRating="1" HotelCode="113148|hotel_call" HotelName="Call Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Arc Sant Ramon del Call 4, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/67/5e67f1e95f6982c87a38cc29a0e85fa942e496da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona city centre and is very well connected to all public transport li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="339.66" OriginalAmount="333.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.4020281" Longitude="2.19112999" StarRating="4" HotelCode="591538|hotel_sb_glow" HotelName="Hotel SB Glow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Badajoz 148-154, 08018 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/ba/64baee332e071b1e9737964847e53d362ce20fab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="339.93" OriginalAmount="333.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386055" Longitude="2.154244" StarRating="3" HotelCode="30222|24344" HotelName="NH Barcelona Eixample" 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,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Valencia 105-107, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/d5/c1d56a1c8fb4b80d0da1a5c3555c2ecbc5fa93f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is situated close to Barcelona's trade fair centre, Plaza de Cataluña and Sants t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="339.96" OriginalAmount="333.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.406305639633" Longitude="2.2006049752235" StarRating="4" HotelCode="81929|120654" HotelName="Meliá Barcelona Sky" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel,Spa Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pere IV 272-286, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/6e/f26ea4ac4c19bad107898c1b34ffc01366917b2b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on one of the capital’s main roads, 'The Diagonal'. Within the vicinity, guest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="340.26" OriginalAmount="333.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.405933463069" Longitude="2.1715673804283" StarRating="3" HotelCode="37179|388915" HotelName="Hotel Sagrada Familia" 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,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Corsega 541, Eixample, 08025 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/7b/6c7bd604cd20373492ebae4900c79c454e908f0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel lies right in a residential and commercial area, close to the famous Sagrada Familia....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="340.26" OriginalAmount="333.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.36990545884" Longitude="2.143763411045" StarRating="3" HotelCode="87936|97259" HotelName="Aparthotel BCN Montjuic" 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,Central Heating,Conference Hall,Internet,Kitchen,Laundry,Lounge,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Sant Fructuós 64-74, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/04/100436b8a76cc1ff6190c7bd80d4ff814bbeaa46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is located on the Gran Vía de las Corts Catalanas and the Calle San ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="340.68" OriginalAmount="334.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.396954308886" Longitude="2.1923303604126" StarRating="4" HotelCode="25132|salles_hotel_pere_iv" HotelName="Sallés Hotel Pere IV" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Pallars 128-130, 08018 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8e/39/8e39f41050ea963d4d118870e37324991d75c264.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is situated just 2 km from Plaza Cataluña. Countless shopping and entertai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="341.16" OriginalAmount="334.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.394381853386" Longitude="2.150074839592" StarRating="3" HotelCode="25135|387195" HotelName="Wilson Boutique" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avda. Diagonal 568, 08021 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/f4/a5f4a4aaf425209f08f63bc97189dff228b0d36d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This large, modern city hotel is ideally situated for those wishing to explore the city and its surr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="341.70" OriginalAmount="335.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.379169825584" Longitude="2.1747401763806" StarRating="2" HotelCode="149030|hostal_benidorm" HotelName="Hostal Benidorm" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Rambla dels Caputxins 37, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/44/a344a01c880fe5712198e5bec3ad0cb4bb7818ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in La Rambla, Hostal Benidorm is a perfect starting point from which to explore Barcelona. F...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="341.82" OriginalAmount="335.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38044" Longitude="2.179917" StarRating="3" HotelCode="44221|383405" HotelName="Hesperia Barri Gòtic" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ample 31, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5f/80/5f80e28395846072fa9b597151a671690d93627c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally situated close to Las Ramblas in Barcelona's historical old town. An abundan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="342.58" OriginalAmount="335.86" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.394011478755" Longitude="2.1535483294477" StarRating="3" HotelCode="10400|98308" HotelName="Hotel Astoria" 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,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paris 203, 08036 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b7/71/b771763aaac0bca4a0ad813afd5452f982b17702.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to Passeig de Gràcia. There are numerous shops, restaurants and bars, a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="342.72" OriginalAmount="336.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.395423377967" Longitude="2.1795563399792" StarRating="2" HotelCode="32148|aparthotel_napols__abapart" HotelName="Nàpols" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Nàpols 116, 08013 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/91/64/9164eb67c59c03e4b61554b2d885f4f6845015ee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This aparthotel is situated in the leisure district of Barcelona, 15 minutes from Plaza Catalunya an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="342.72" OriginalAmount="336.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.397119296691" Longitude="2.1758575737476" StarRating="3" HotelCode="33836|hotel_carlit" HotelName="Serhs Carlit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de la Diputació 383, 08013 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/14/7b14768554837dd87f2f561cee16e8f7945a9984.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Barcelona, in the Eixample district, one of the most cha...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="342.72" OriginalAmount="336.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.385337878729" Longitude="2.1794293535404" StarRating="2" HotelCode="62073|ainb_picasso_corders" HotelName="AinB Picasso-Corders" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Corders 1, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/ce/77ce758ac9f68fecbfcf03e552f99f1054004d38.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Barcelona's Gothic district, in El Born, with its narrow, twistin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="342.86" OriginalAmount="336.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.381110219448" Longitude="2.1735426588955" StarRating="3" HotelCode="258539|2063965" HotelName="Internacional Ramblas Atiram" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Rambla 78-80, Ciutat Vella (Gòtic)), 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1c/b4/1cb42db34fdea95e79df2fbb6ee0fc7c1e00f951.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Built in a modernist style, this hotel is extremely popular with tourists and offers guests fabulous...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="343.43" OriginalAmount="336.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.380825" Longitude="2.177471" StarRating="3" HotelCode="70231|79274" HotelName="Catalonia Avinyo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avinyó 16, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/24/4424a00fbf0e9b2c0ea40bc5f432f1c488714d5f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona’s gothic district. It is situated on Calle Avinyó, o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="343.74" OriginalAmount="337.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.399148" Longitude="2.162609" StarRating="1" HotelCode="186943|generator_hostel_barcelona_3" HotelName="Generator Barcelona Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Corsega 373, 08037 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/58/1a58402379c5f9545221f34a6e6a4d6a7dfcac8b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located just 1.5 km from the centre of Barcelona, within minutes of the Sa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="343.74" OriginalAmount="337.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.3937068" Longitude="2.17017656" StarRating="2" HotelCode="852560|hostal_siscinc_adults_only" HotelName="Hostal Siscinc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Del Bruc 65, Principal 2a, Eixample, 08009 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/81/d48141ab08c0dd3e81a643a68180f2a9c86b55f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="344.42" OriginalAmount="337.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.387541262342" Longitude="2.1364894509315" StarRating="3" HotelCode="32067|24334" HotelName="NH Barcelona Les Corts" 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,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Travessera de les Corts 292, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fd/b6/fdb62829b830c1b27cd1f286bd520742157d8aff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies close to Francesc Macià Plaza and not far from the FC Barcelona football stadium. Lo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="345.78" OriginalAmount="339.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.376606100841" Longitude="2.1504709376203" StarRating="3" HotelCode="36820|bhotel" HotelName="B-Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 389-391, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/95/0395524f7769302815cab8f29d99405aa759b782.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in Barcelona's tourist centre, not far from the city centre. Shopping ven...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="345.78" OriginalAmount="339.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.37921334" Longitude="2.15431896" StarRating="3" HotelCode="448453|chi" HotelName="Hotel Chi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 455, Eixample, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/66/e8661bf66cc813bf5f1b3cde3b2399d520da4811.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Barcelona, this hotel is approximately 4.5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="346.21" OriginalAmount="339.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.397715603196" Longitude="2.1888915631598" StarRating="4" HotelCode="97626|384125" HotelName="Capri by Fraser Barcelona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sancho De Avila 34, 08018 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/0a/5a0a0f95ff61cd9a3df4cf33e8d0fae811e2b2dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an excellent location, and it offers guests access to all the city's tourist sight...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="346.80" OriginalAmount="340.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.397079055802" Longitude="2.1513569355011" StarRating="3" HotelCode="31116|catalonia_hotel_barcelona_golf" HotelName="Catalonia Barcelona Golf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Travessera de Gràcia 72, 08006 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/5a/9a5ab1755f48271dc38ba467239d13203d7ceda3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Barcelona and is surrounded by numerous shopping venues and li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="347.40" OriginalAmount="340.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.408472268435" Longitude="2.2175002098083" StarRating="4" HotelCode="38235|69004" HotelName="Hilton Diagonal Mar Barcelona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Passeig del Taulat 262-264, 08019 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/39/06/3906f47b63b077e63c8254f2de05e3f8dce82608.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located only at a 10 minutes’ walk from the beach, the hotel offers stunning views of the sea and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="347.84" OriginalAmount="341.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.380519827858" Longitude="2.171505689621" StarRating="3" HotelCode="17121|467895" HotelName="San Agustin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaça de Sant Agustí 3, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/38/f63851b0012159a4e88884ad8e4634687785df04.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel can be found where the historical ruins of the former convent of Saint Augustine (1720) li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="348.10" OriginalAmount="341.27" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.372233934778" Longitude="2.1573432635986" StarRating="2" HotelCode="868380|73254686" HotelName="La França Travellers" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>La França Xica 38, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="348.50" OriginalAmount="341.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.399203854125" Longitude="2.1625123445073" StarRating="1" HotelCode="466065|1680328" HotelName="Generator Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Corsega 373-377, 08037 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/17/173118/173118a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a bar and a laundry service. Wireless internet access (...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="348.55" OriginalAmount="341.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.373298370194" Longitude="2.1474999189377" StarRating="4" HotelCode="94217|287845" HotelName="Ayre Hotel Gran Vía" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de Les Corts Catalanes 322-324, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b8/64/b86479b3cecdd9403cb0c21464ee85e8da7f476e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a central city location, on Plaza España next to the Fira Exhibition and Conferenc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="348.57" OriginalAmount="341.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38381228879" Longitude="2.1782970428467" StarRating="3" HotelCode="18012|24134" HotelName="Hotel Suizo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza del Ángel 12, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/17/af/17af316b18b62bbe1138c835992565ecae2e1e95.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is to be found in the gothic quarter at the heart of Barcelona, close to the cathedral an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="348.84" OriginalAmount="342.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39618001811" Longitude="2.1613302515379" StarRating="2" HotelCode="901315|limonaia_3" HotelName="Next To" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer del Rosselló 242, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/a3/0aa30880d9b940eef7008fbe968736e2b145b982.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="349.30" OriginalAmount="342.45" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.401432136973" Longitude="2.209941656414" StarRating="4" HotelCode="20716|383305" HotelName="Hesperia Barcelona Del Mar" 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,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Espronceda  6, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/85/fb/85fbf656398b9906fed6500d3c1995fccfc382cb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern city hotel, only a street from the beach, lies in the new area, Diagonal Mar, of Barcelo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="349.86" OriginalAmount="343.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.385838800138" Longitude="2.1651810407639" StarRating="2" HotelCode="30380|marvi" HotelName="Chic &amp; Basic Lemon Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Pelai 6, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/93/c593130e04e1ae0aab9caa57c088a158c4cc11fc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is centrally located at the heart of Barcelona. Numerous shops, bars, pubs, restau...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="349.86" OriginalAmount="343.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.395341097003" Longitude="2.1702943340474" StarRating="3" HotelCode="310939|retrome_barcelona" HotelName="Retrome Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Girona 85, 08009 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/79/c279466cb07e37836b6d358e7df50594b3dc34a2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="350.88" OriginalAmount="344.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.391558791885" Longitude="2.1728622491939" StarRating="2" HotelCode="128306|constanza_hotel" HotelName="Constanza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Bruc 33, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/50/a0505ff3612ca8bf6b608e7ce9c376ddf563ed9e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="351.18" OriginalAmount="344.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39392" Longitude="2.157975" StarRating="2" HotelCode="295427|1963655" HotelName="Hotel Mihlton Barcelona B&amp;B" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Roselló 231, Principal 2ª, Eixample, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/c6/56c60ea6393258a66f13d2a208e23e4480601acc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="351.30" OriginalAmount="344.41" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.380163063984" Longitude="2.172735939429" StarRating="3" HotelCode="255685|1177618" HotelName="Dalia Ramblas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Sant Pau 22, La Rambla, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/48/38483bd1be479607c92cb2b266f2299f1afc14a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="353.60" OriginalAmount="346.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.383361497143" Longitude="2.1793659031391" StarRating="4" HotelCode="13924|364625" HotelName="Hotel Exe Laietana Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Laietana 17, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/f7/acf7a98820d8240db7a4f5a2319d0ec9cccc19d0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel offers a privileged location in the Gothic quarter, close to the Roman wall and the old t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="353.94" OriginalAmount="347.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.373131309149" Longitude="2.1699714660645" StarRating="2" HotelCode="31326|nuevo_triunfo" HotelName="Nuevo Triunfo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Cabanes 34, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/35/573529dbe0e351ec7b3251b68bedc309cfa270a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Barcelona's leisure district, just a few minutes from the town centre whic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="355.92" OriginalAmount="348.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.384292257712" Longitude="2.1619194746018" StarRating="3" HotelCode="9955|387915" HotelName="Caledonian" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 574, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/ae/deaecddc16b853d1e91401446579e21c5d09fa22.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Fabulously situated at the heart of the city, just a few paces from the wonderful Plaza Catalunya an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="355.98" OriginalAmount="349.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39206" Longitude="2.15546" StarRating="4" HotelCode="30126|evenia_rossello" HotelName="Evenia Rosselló" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Rosselló 191, 08036 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/04/3c04347c9eaea619e8b7b8b7df85e8085d75f365.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is situated within a few minutes’ walk of the city centre. Various restaurants and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="355.98" OriginalAmount="349.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.385681" Longitude="2.124618" StarRating="4" HotelCode="900433|catalonia_hotel_rigoletto" HotelName="Catalonia Rigoletto" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sabino de Arana 22-24, 08028 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/62/f0628e363a4c95c408ad533b8b13ad5157d19697.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona's commercial and financial centre, only 50 m from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="356.31" OriginalAmount="349.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.37431527" Longitude="2.13038514" StarRating="2" HotelCode="429219|1773828" HotelName="Hostel One Sants" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bicycle Rental,Coffee Shop,Dry Cleaning,Elevator,Housekeeping,Internet,Kitchen,Laundry,Luggage Storage,Meeting Room,Smoking Rooms">
        <Address>
          <AddressLines>
            <AddressLine>Calle Casteràs 9, 08028 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/b0/dbb03192eae28cc4a17749438cb74611fd057c0b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Barcelona, Hostel One Sants puts everything the city has to offer just ou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="356.46" OriginalAmount="349.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.394789308149" Longitude="2.1434806287289" StarRating="4" HotelCode="32983|23844" HotelName="AC Irla" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Calvet 40-42, 08021 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/5e/9a5e43ccf0b3b04369a1f7687d883880370c9822.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in one of Barcelona's suburbs, within minutes of the centre, the nearest publi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="357.00" OriginalAmount="350.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.393066" Longitude="2.173697" StarRating="2" HotelCode="94216|hostal_center_inn" HotelName="Hostel Barcelona Center Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 688, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/83/e38375218ae367ab9813f02e55f6e73eb17954c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located right in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="358.02" OriginalAmount="351.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386130777098" Longitude="2.1227770674591" StarRating="5" HotelCode="16214|princesa_sofia_gran_hotel" HotelName="Hotel Sofia Barcelona - in The Unbound Collection by Hyatt" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaça de Pius XII 4, 08028 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/d1/cdd1170bb8064fb2310fd038a80df14c59030a27.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located on the Avenida Diagonal, not far from the renowned Camp Nou Stadium. It...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="359.04" OriginalAmount="352.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.391610087159" Longitude="2.1593070030212" StarRating="4" HotelCode="55749|apartamento_barcelona_center" HotelName="Barcelona Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Balmes 103, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/80/0b80a60368ad4f97288eaac557ef0a7d0a917bfe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Barcelona at the crossroads of Calle Balmes and Calle Mallorca...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="359.04" OriginalAmount="352.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38556" Longitude="2.17168" StarRating="2" HotelCode="25182|hotel_cortes" HotelName="Cortes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Santa Anna 25, Barcelona 08002</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/c9/52c9c8f183ef879e9fa4731dc2384fbd04c1d15b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is found in the centre of Barcelona, near the University, the Plaza Cataluña a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="359.04" OriginalAmount="352.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.394007" Longitude="2.165448" StarRating="3" HotelCode="71364|boutique_barcelona_bed_and_breakfast" HotelName="Boutique B&amp;B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pau Claris 145, entresuelo 1era., 08009 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/3e/1a3e9ce1712551043b2fd90069011513c1640e94.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming B&amp;B is situated in the heart of Barcelona just minutes away from Gaudi's La Pedrera an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="359.04" OriginalAmount="352.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.382782827539" Longitude="2.1710770970902" StarRating="3" HotelCode="402344|fga_liceu_apartments_2" HotelName="SSG Liceo Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Carrer del Carme 10, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/60/5e60d8ef297088ec8bcd473f61754bc02f5c2302.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;These apartments are located just inside the vibrant and exciting district of El Raval with Las Ramb...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="360.06" OriginalAmount="353.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.37869835" Longitude="2.17788225" StarRating="2" HotelCode="765515|casa_lirio_hotel_boutique" HotelName="Casa Lirio Hotel Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Nou de Sant Francesc 25 Principal, Ciutat Vella, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/14/5314fa635a6cdccd72777cc02d5e7ed3e752c0aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="361.08" OriginalAmount="354.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.388003779458" Longitude="2.1783917796878" StarRating="3" HotelCode="199957|musik_boutique_hotel" HotelName="Domus Selecta Musik Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Sant Pere Més Baix 62, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/73/1173227c5ff82d139acc75bffd41c2ef6708f49f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Barcelona, this boutique hotel is ideal for guests who appreciate a stylish ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="361.08" OriginalAmount="354.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.406017" Longitude="2.152937" StarRating="2" HotelCode="409916|residencia_erasmus_gracia" HotelName="Erasmus Gracia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Torrent De l'Olla 212-214, 08012 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/c5/89c5b54eb936dfbdee7f738b4123af97f0d1d9b4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the hip and trendy Gracia area of Barcelona, very close to Gaudi’s Parc Gue...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="361.39" OriginalAmount="354.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.378023075811" Longitude="2.173059364418" StarRating="4" HotelCode="113140|309905" HotelName="Onix Liceo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Nou de la Rambla 36, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/4d/fc4d231b4192878c1ef1db088f7701d0503c2887.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an excellent location in Barcelona. Only a few metres away, guests can find the Gr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="365.16" OriginalAmount="358.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.37866185" Longitude="2.13767417" StarRating="2" HotelCode="522571|meeting_point_hostels" HotelName="Meeting Point Hostels" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Vallespir 20, 08014 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/f4/c4f4bcd5edb551e878a72d2a0da7c96132abba52.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="365.84" OriginalAmount="358.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.3941543" Longitude="2.1697554" StarRating="2" HotelCode="267286|1221898" HotelName="Casa Maca Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Bruc 146, 08037 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/56/4e56c286758475461ab78a5b941e205d11445f86.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="366.18" OriginalAmount="359.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.359389" Longitude="2.133096" StarRating="4" HotelCode="60424|ac_hotel_som_by_marriott" HotelName="AC Som" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Arquitectura 1-3, 08908 L'Hospitalet de Llobregat, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/82/3c/823c16a3a37cd8b2ff352f35e876868abd4dabc7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the edge of the city between the airport and the exhibition centre. Plaça d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="366.97" OriginalAmount="359.77" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.382765803387" Longitude="2.184656560421" StarRating="2" HotelCode="21503|351805" HotelName="Hotel Oasis Barcelona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pla de Palau 17, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/75/007509077488abcece57347aac7ff543ba79a987.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This centrally located hotel is situated about 500 m from the inviting beach, on the outskirts of th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="367.20" OriginalAmount="360.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.384690132764" Longitude="2.1681354560178" StarRating="2" HotelCode="149239|hostal_grau_barcelona" HotelName="Hostal Grau" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de les Ramelleres 27, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/66/686684c3d9792c1cc7be4647b86116509ed7307a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="367.20" OriginalAmount="360.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39376055" Longitude="2.17012905" StarRating="2" HotelCode="662513|fabrizzios_petit" HotelName="Fabrizzio's Petit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bruc 65 2/2, Eixample, 08009 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/48/0648f4a1ac06621c51e1942f57b204cc73516fd5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in central Barcelona, 15 minutes&amp;apos; walk from Sagrada Familia and Plaza Catalunya Square,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="368.00" OriginalAmount="360.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.385758304367" Longitude="2.1659387648106" StarRating="4" HotelCode="258397|1966665" HotelName="Hotel Midmost" 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,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Pelai 14, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/35/f2/35f2c2981a48d194dfc9c4f46b1485161ed1801a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the centre of Barcelona, in the gothic quarter and close to Las Ramblas wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="368.66" OriginalAmount="361.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.372418722005" Longitude="2.1487057184064" StarRating="3" HotelCode="320070|1250368" HotelName="Ding Dong Fira Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Central Heating,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Calle México 24, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/c8/fbc8756aaba08e3a7aec2f7bb2586b4a6e08b4c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="369.24" OriginalAmount="362.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.402100491083" Longitude="2.1511815539847" StarRating="3" HotelCode="36372|aparthotel_silver" HotelName="Silver Aparthotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Bretón de los Herreros 26, 08012 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/f6/60f6ef776b37d96e96fda647cd6422c4c0a8a6a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="369.24" OriginalAmount="362.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.37466066" Longitude="2.16777577" StarRating="2" HotelCode="806691|casa_vaganto" HotelName="Casa Vaganto" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Carrer D'En Fontrodona 1, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/c5/44c57f2d57a13e214a6e969116b735406cdf07d4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="369.52" OriginalAmount="362.27" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.389195307248" Longitude="2.1664275595245" StarRating="3" HotelCode="113153|309935" HotelName="Onix Rambla" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Rambla de Catalunya 24, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/08/ef0817dcfe2722380d40f4712d22f5bbfd311904.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel stands on Barcelona's main commercial and business thoroughfare, Rambla de Catalunya. The ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="370.26" OriginalAmount="363.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.383768014749" Longitude="2.1828983724117" StarRating="3" HotelCode="62493|ainb_borndames_apartments" HotelName="AinB Born Damas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Kitchen,Lounge,Nightclub,Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Calle Dames 1, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/2d/5f2d8388d1086625be993b1a2cce29f8dd5b71cc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city apartment complex is located in the gothic district at the heart of Barcelona, full of nar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="370.26" OriginalAmount="363.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.402690407332" Longitude="2.2121787071228" StarRating="4" HotelCode="32984|barcelo_hotel_atenea_mar" HotelName="Occidental Atenea Mar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Paseo García Faria 37-47, 08019 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/de/9fde7796696b375be09412f96489bded6f286e26.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated close to the sea, next to the entrance to the Nova Mar Bella section of the be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="370.26" OriginalAmount="363.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39007235" Longitude="2.17711298" StarRating="3" HotelCode="571506|hostal_dos_reinos" HotelName="Som Nit Triomf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Trafalgar 39, 4, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/74/30743d7dc1751dda4c0594027960166c8ead2f20.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the centre of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="371.21" OriginalAmount="363.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.389158" Longitude="2.156378" StarRating="3" HotelCode="439455|1967055" HotelName="The Corner Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Mallorca 178, 08036 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/26/a62631e08f7ef0de1c246358e79473279ded9009.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="372.30" OriginalAmount="365.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.372803224161" Longitude="2.1721118688583" StarRating="4" HotelCode="168270|grums_hotel" HotelName="Grums" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Palaudaries 26, Barcelona 08004</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/b8/d6b8af0b321d625f3d4f95d379df62c720db5712.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet street within walking distance of Avenida del Parallel. Las Ramblas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="372.48" OriginalAmount="365.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.388471690073" Longitude="2.1711490490036" StarRating="3" HotelCode="314338|3318365" HotelName="Izara Plaza Catalunya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Ronda Sant Pere 7, Principal, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/aa/0aaa3b20d5f714b964fa7c8646edfdcc913885c7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="374.34" OriginalAmount="367.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38636928" Longitude="2.16551369" StarRating="2" HotelCode="522461|serennia_excluisve_rooms" HotelName="Serennia Excluisve Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>9 Ronda de La Universitat, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3d/4d/3d4d24d79feaa149a2328bf7671152984dcc470d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="376.07" OriginalAmount="368.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.389731" Longitude="2.17993" StarRating="4" HotelCode="24883|24014" HotelName="Catalonia Born" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rec Comtal 16-18, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/3a/ea3a94073cdde79e116a58e2bf176d69c2edbf4f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally situated directly near to the Arco del Triunfo and the Picasso Museum. There ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="376.38" OriginalAmount="369.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.4003" Longitude="2.19083" StarRating="4" HotelCode="943343|golden_tulip_barcelona" HotelName="Golden Tulip Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Avila 135-139, 08018 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/54/76/5476dc82c3dc8b7c7d9daea5cbc2f5223828d4d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona, approximately 1.6 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="377.34" OriginalAmount="369.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.400612110963" Longitude="2.1786618232727" StarRating="4" HotelCode="38617|364365" HotelName="Eurostars Monumental" 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,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Consell De Cent 498-500, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/fb/9cfb4b76a66eb5e994374f51d08dc75247932780.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the tourist centre of Barcelona. Consequently, it is an ideal startin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="377.40" OriginalAmount="370.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.388831159696" Longitude="2.1717309951782" StarRating="3" HotelCode="326427|bcn_urban_gran_ducat" HotelName="BCN Urban Hotels Gran Ducat" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ronda Sant Pere 15, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/59/6459a448f8f3ce24bd23c650a1f2a1b038b37c59.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the centre of Barcelona and close to Las Ramblas. The nearest shopping fac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="377.40" OriginalAmount="370.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38633276" Longitude="2.16456816" StarRating="0" HotelCode="518549|the_corner_592" HotelName="The Corner 592" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 16/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 592, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/a7/efa70a4520c4dcd1413be6f30e4286c0324f7746.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at The Corner 592, you'll be centrally located in Barc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="379.70" OriginalAmount="372.25" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.397366899436" Longitude="2.1924317106619" StarRating="4" HotelCode="900178|1020556" HotelName="Villa Olímpic @ Suites Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Pallars 121-125, 08018 Barcelona, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/38/f3/38f3331dce9857924702adeef545938316f4ed97.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located between the streets of Pallars and Alava, in the fashionable district Barcelona 22@, the hot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="379.97" OriginalAmount="372.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.3782" Longitude="2.17554" StarRating="3" HotelCode="59881|869435" HotelName="Arc la Rambla" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>La Rambla 19, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/d4/37d42e0e979f6d80d745c238a20ee56f06e8efec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located in the heart of Barcelona, only around 10 minutes from the cultural ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="380.46" OriginalAmount="373.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.379991529334" Longitude="2.1728508174419" StarRating="4" HotelCode="30629|hotel_espana_2" HotelName="España" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Sant Pau 9-11, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/9b/139b99a8c8f0eea629b54a6c09dd48b424aca117.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the commercial, historical and artistic centre, next to the Gran Teatre del ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="381.09" OriginalAmount="373.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.381081200652" Longitude="2.1727364723873" StarRating="3" HotelCode="14933|388375" HotelName="Hotel Moderno Barcelona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Hospital 11, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/34/c034559ea7c57c4b41602faf416553fe96496750.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated at the heart of Barcelona's tourist centre. Countless entertainme...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="382.50" OriginalAmount="375.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.377765584423" Longitude="2.1715204417706" StarRating="1" HotelCode="32988|barbara_hotel" HotelName="Barbara" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>C/Marqués de Barbará 22, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/c8/88c8555279f80362ba0e52dfd47d9f567da64798.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the lively centre of metropolitan Barcelona. The famous tree-lined street o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="384.54" OriginalAmount="377.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.396064" Longitude="2.136901" StarRating="3" HotelCode="190692|apartamentos_ganduxer" HotelName="Apartamentos Ganduxer" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Ganduxer 50, 08021 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/aa/a0aa8a5bc25f0ec935c1819b6fc54636399a8973.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The accommodation comprises a total of 25 rooms. Services and facilities at the hotel include a rest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="385.56" OriginalAmount="378.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.382538737722" Longitude="2.1910649601189" StarRating="2" HotelCode="89480|residencia_campus_del_mar" HotelName="Residencia Campus del Mar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Passeig Salvat Papasseit 4, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/bc/bbbc981f788cb4b95b637b886564a0c97070b2f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;general: Residencia Campus del Mar has an excellent location within Barcelona?s Olympic Village, 200...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="385.56" OriginalAmount="378.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39020175" Longitude="2.18003453" StarRating="3" HotelCode="612835|hotel_rec_barcelona_adults_only" HotelName="Hotel Rec Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Lounge,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Rec Comtal 19, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/a0/1aa027894874447966779e9795dd07ab0e123d5d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="385.56" OriginalAmount="378.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.392620230874" Longitude="2.1616036162063" StarRating="3" HotelCode="633817|ona_hotels_mosaic" HotelName="Ona Hotels Mosaic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Rambla Catalunya 84, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/b0/08b051f8c25dd73a6284b8b81a410db2e4026f3b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona, about 3.5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="385.83" OriginalAmount="378.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.380693245829" Longitude="2.1739286705522" StarRating="3" HotelCode="88605|388575" HotelName="Flor Parks" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>La Rambla 70, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/2d/e92db3329b52a9d86c03a5e6bd2dc99f0ff80f2c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the city centre, on Las Ramblas, just 2 minutes from the Gothic Quarter, Pl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="386.46" OriginalAmount="378.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.393387065003" Longitude="2.1460522824843" StarRating="4" HotelCode="30784|1945515" HotelName="Vincci Mae" 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,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Diagonal 596, 08021 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/f1/abf124efd4ee5bc9ce271cf720e22abceec030cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on Avenida Diagonal at the heart of Barcelona's tourist centre. Numerous shops...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="386.58" OriginalAmount="379.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386942809638" Longitude="2.1673453472214" StarRating="5" HotelCode="748116|exe_plaza_catalunya" HotelName="Exe Plaza Catalunya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Designated Smoking Area,Housekeeping,Internet,Laundry,Meeting Room,Room Service,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ronda de la Universitat 18, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/fd/79fd3a9a73b4ee6bc67dbadb5d2e5f85a1981752.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Design and function come together in the interior of the Exe Plaza Catalunya 4* creating a feeling o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="386.99" OriginalAmount="379.40" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.374997" Longitude="2.172439" StarRating="3" HotelCode="55753|383335" HotelName="SERHS Del Port Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida del Paral-lel 40, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/80/c480999bd991d51641521484dfbcb112e8f4707e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near links to the public transport network. In addition, the boulevards of Bar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="387.60" OriginalAmount="380.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.379368634705" Longitude="2.1761123836041" StarRating="3" HotelCode="29520|hotel_barcelona_house" HotelName="Barcelona House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Escudellers 19, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/38/fc384ab8372fa346910b3460eaeb4c7dc293f75f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next to Las Ramblas and Plaza Reial, in the old quarter of Barcelona. It is a f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="387.60" OriginalAmount="380.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38379719537" Longitude="2.180063277483" StarRating="3" HotelCode="188090|banys_orientals" HotelName="Banys Orientals" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Argenteria 37, Barcelona 08003</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6e/db/6edbb9d74746ddd0a8b5e782891ad69072955852.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="389.02" OriginalAmount="381.39" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386857" Longitude="2.159209" StarRating="4" HotelCode="75453|384195" HotelName="Aparthotel Aramunt" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Muntaner 60, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/4b/ad4b9a1d93b08f44e899673d8703ff62f7d79937.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;These apartments enjoy a great location on the left side of the Esquerra del Eixample district. They...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="389.37" OriginalAmount="381.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.378999322795" Longitude="2.1695892512798" StarRating="4" HotelCode="75221|275375" HotelName="Barceló Raval" 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,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Rambla del Raval 17-21, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/86/cd/86cdc007bb392a0ca444b6f3482b229addd7d6c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a privileged location in the Raval, Barcelona's top fashion district. It is j...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="389.64" OriginalAmount="382.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.412002150585" Longitude="2.2195051607132" StarRating="4" HotelCode="897779|sb_diagonal_zero_hotel" HotelName="SB Hotel Diagonal Zero Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaça Llevant s/n, 08019 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9b/ec/9bec9880c499b6f0030e59fa3a419fd8a338b924.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Barcelona, right in front of the Barcelona International Convention Centre (...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="391.25" OriginalAmount="383.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.388827135095" Longitude="2.1652936935425" StarRating="4" HotelCode="60920|54754" HotelName="Petit Palace Museum" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de la Diputación 250, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/01/1a016a3ba99bb1619cf4098280c8dcaade19e564.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This design hotel is centrally located in the business area of the city, next to the Gran Vía de las...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="391.68" OriginalAmount="384.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.3771497" Longitude="2.1750606" StarRating="1" HotelCode="311355|pillow_one_barcelona" HotelName="Pillow One Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hostels" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Bar,Bicycle Rental,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Nightclub">
        <Address>
          <AddressLines>
            <AddressLine>Calle Montserrat 13, Distrito Ciutat Vella, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/2a/c72a90d538d35e4942d8cabde8f7b38a337bd85b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Pillow One Barcelona, you'll be centrally located i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="391.68" OriginalAmount="384.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38321746" Longitude="2.17391365" StarRating="0" HotelCode="821748|coolrooms_malda" HotelName="CoolRooms Maldà" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Carrer del Pi 5, Segundo Piso, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/80/1180147ed042b5521334d2d10d1f5461ce8a8003.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="392.21" OriginalAmount="384.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.377160616218" Longitude="2.1380127389261" StarRating="4" HotelCode="150174|860845" HotelName="Cosmo Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de San Antoni 30, 08014 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/73/1e73c508e991dfaec08e7ae14b7ed561078a8bad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="393.72" OriginalAmount="386.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.396303597748" Longitude="2.1660403886328" StarRating="4" HotelCode="63694|987_barcelona_hotel_" HotelName="Room Mate Carla" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Mallorca 288, 08037 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2f/b7/2fb75e6954be25f31139babdc7c0ecc1a46587f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in Barcelona's city centre, this hotel is ideally located close to Gaudi's most famous buil...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="393.72" OriginalAmount="386.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.383872080952" Longitude="2.1846735190144" StarRating="4" HotelCode="208127|hotel_ciutadella_barcelona" HotelName="Ciutadella Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Marqués de l´Argentera 4, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/27/7c27c34f7de9d699a010d6668d56d6f1623c8575.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has an ideal central setting within 300 metres of Santa María del Mar Church, Ciutadella P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="395.76" OriginalAmount="388.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.381228545614" Longitude="2.1638671281105" StarRating="3" HotelCode="27724|ronda_hotel" HotelName="Hotel Ronda House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Sant Erasme 19, Barcelona, Cataluña</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/d6/57d64b6c3f240d5aefbc7abf3bc3754bfd7aa36a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Barcelona, close to the Plaza Cataluña and Las Ramblas. Shopp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="395.76" OriginalAmount="388.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38417" Longitude="2.16357" StarRating="2" HotelCode="113155|pension_de_la_plaza_de_goya" HotelName="Hostal Plaza Goya BCN" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Sepúlveda, 187, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/c9/48c9577b03b1377f64cbc2e02d22ff2ea98d4bae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="397.80" OriginalAmount="390.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.388823230655" Longitude="2.1361199175385" StarRating="4" HotelCode="63299|nh_constanza" HotelName="NH Collection Barcelona Constanza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Deu i Mata 69-99, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/e5/bee59518bd24d77c663a2e51066b47e191945cf1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located between Avenida Diagonal and Calle Numancia, right in the heart of the Catalon...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="398.74" OriginalAmount="390.92" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.397926" Longitude="2.192201" StarRating="3" HotelCode="172668|1026238" HotelName="NH Barcelona Diagonal Center" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Àlaba 94-96, 08018 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/44/01448ae168c6e5469518461228f18d34fb85f877.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the groundbreaking technological 22nd district of Barcelona, very close to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="398.80" OriginalAmount="390.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.375509987287" Longitude="2.1245394196434" StarRating="3" HotelCode="928671|1927005" HotelName="Pierre &amp; Vacances Apartamentos Barcelona Sants" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="vacation condo or apartment" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Sants 387, 08028 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/bb/bbcf444c21868bfc/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="399.13" OriginalAmount="391.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.404703300667" Longitude="2.1543339857485" StarRating="4" HotelCode="413343|1751168" HotelName="Bonavista Apartments Barcelona Virreina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Carrer del Torrent de l'Olla 161, 08012 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/f0/b3f0b877e50c2d0fe05bf73edf9ed30fd44aec8f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="400.70" OriginalAmount="392.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.371611637773" Longitude="2.1808022260666" StarRating="5" HotelCode="26070|409225" HotelName="Eurostars Grand Marina Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Moll de Barcelona S/N, Barcelona 08039, Catalunya</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/b9/6eb99b660fa97b25f4296035067cdcdb63f2f4c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located at the heart of Barcelona, just 10 minutes from the cultural and histor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="400.86" OriginalAmount="393.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.396271" Longitude="2.170054" StarRating="3" HotelCode="12308|europark_hotel" HotelName="Hotel Europark" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Aragó 323-325, 08009 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/71/9c715a7ed532b003c52f41f8ccd219f4db788627.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located around 15 minutes from the Rambla de Catalunya and the Plaça de Catalunya. Ple...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="404.03" OriginalAmount="396.11" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.405820803797" Longitude="2.1729272603989" StarRating="2" HotelCode="101101|388045" HotelName="Apartaments Marina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Kitchen,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de la Marina 306, 08025 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/43/dc438c940e35550eb5a5bf77dab48a4d77bab9c1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in Barcelona's leisure area, close to the Sagrada Familia. Numerou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="404.94" OriginalAmount="397.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386190967962" Longitude="2.1648631989956" StarRating="2" HotelCode="29453|condestable" HotelName="Hotel Condestable" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ronda Universitat 1, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/ab/97ab931523119803877e4d63ef3c6a09dc27c2e3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the tourist centre of Barcelona. In addition to the cultural and historica...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="405.96" OriginalAmount="398.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38312" Longitude="2.1635229999999" StarRating="3" HotelCode="38705|bcn_urban_gran_ronda" HotelName="BCN Urban Hotels Gran Ronda" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ronda de San Antonio 49, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d4/e6/d4e630bedaa765ecc1842c79ff56319a0ba8ef42.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located at the heart of Barcelona, only a few minute's walk from Plaza Cataluña a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="405.96" OriginalAmount="398.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38940470569" Longitude="2.1739350496855" StarRating="2" HotelCode="145953|mayerling_bisbe_urquinaona" HotelName="Mayerling Bisbe Urquinaona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Ronda Sant Pere 22, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/zz/55ad073bbc952bfd7785e6dabba2cbec6cda0909.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="405.96" OriginalAmount="398.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39383729" Longitude="2.16754776" StarRating="5" HotelCode="534447|od_barcelona" HotelName="OD Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Eco Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Aragó 300, 08009 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/b8/60b8ba1068e69b11521f051ea341d5e1841446ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of the Eixample district, just 200 m from Paseo de Gracia, the hotel is right i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="406.58" OriginalAmount="398.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386001803768" Longitude="2.1658462285996" StarRating="3" HotelCode="27902|383945" HotelName="Jazz 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,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Pelai 3, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/3d/f93dd7e1c3bbed80c0ad52a7db8af4caa5af39ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is in an ideal location to explore Barcelona’s numerous attractions. It is on...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="406.98" OriginalAmount="399.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.392434253738" Longitude="2.1727357619714" StarRating="3" HotelCode="32872|hotel_granvia" HotelName="Granvía" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avda. Gran Via de les Corts Catalanes 642, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/ce/81ce18a488fc511a329649fbd6003ed22f0c6a87.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historic hotel is centrally located close to the Passeig de Gràci, the Plaza Catalunya and Las ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="406.98" OriginalAmount="399.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.3880966659" Longitude="2.1599158644676" StarRating="4" HotelCode="89478|cram_hotel" HotelName="Cram" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer d'Aribau, 54, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/5a/fc5a7cd69e6caf1e7b2d4b5a583beaa225463365.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This designer city hotel is located in the centre of Barcelona, just 4 blocks from Gaudí’s Casa Batl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="408.00" OriginalAmount="400.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.381261675821" Longitude="2.10927978158" StarRating="5" HotelCode="28503|rey_juan_carlos_i_business_and_city_resort" HotelName="Fairmont Rey Juan Carlos I - Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Diagonal 661-671, 08028 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/ba/0cba3f2ecedd5d771e0a968c1e99d34415b0d066.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This majestic, stunning city and conference hotel is located close to a park and not far from a beau...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="408.69" OriginalAmount="400.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39393761934" Longitude="2.1569154515553" StarRating="4" HotelCode="12921|746045" HotelName="Catalonia Diagonal Centro" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Balmes 142-146, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/1a/081a653c4bca137fc0c967d71050ed99c27c668f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located at the heart of Barcelona in the popular shopping and business area o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="409.02" OriginalAmount="401.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.380945598722" Longitude="2.1531626594842" StarRating="3" HotelCode="11313|aparthotel_atenea_calabria" HotelName="Atenea Calabria Apartaments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Calabria 129, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/90/7490e3e29d966a1e435b8093f1775980c1c6bf8e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is centrally located close to the Gran Via. The main tourist attraction, as well a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="412.57" OriginalAmount="404.48" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.391075842044" Longitude="2.1717283129692" StarRating="4" HotelCode="31340|386985" HotelName="Roger de Lluria" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Roger de Llúria 28, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/dc/bfdcd4932cbc3f4377d85b6ae5c3617243be25bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of Barcelona just 5 minutes' walk from the famous Las Ramblas, as...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="414.54" OriginalAmount="406.41" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.404281778108" Longitude="2.1515943109989" StarRating="4" HotelCode="190678|1885275" HotelName="Apartments Gran de Gràcia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Gran de Gràcia 205, 08012 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/e6/06e61e5637b20e7b9d42dd65a0cf0cbf5052ce15.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the centre of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="415.14" OriginalAmount="407.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.381477798233" Longitude="2.174209356308" StarRating="2" HotelCode="67053|hotel_condal" HotelName="Condal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>C/ Boqueria 23, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/ea/65ea4c4e46c0ba0cf17c503cf15a4d7d1544b96e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a pedestrian street of the Old Town of Barcelona. The Liceu Theatre is 300 m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="415.14" OriginalAmount="407.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.376903161239" Longitude="2.1746854484081" StarRating="3" HotelCode="33665|chic__basic_ramblas" HotelName="Chic &amp; Basic Ramblas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Passatge de Gutenberg 7, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/43/0c43b2c9235ad738dd54c6418da08217e8b613b2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a small pedestrian passage next to Las Ramblas. Bus and metro connections ca...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="415.64" OriginalAmount="407.49" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.384727949703" Longitude="2.179170101881" StarRating="4" HotelCode="55110|1096258" HotelName="Mercer Hotel Boria Bcn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Boria 24-26, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7e/ce/7ece40376340e601c713d03f5250bca73c839ae5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the heart of Barcelona, close to the most popular districts, such as El Born or t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="417.65" OriginalAmount="409.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.390846263706" Longitude="2.1657039073576" StarRating="2" HotelCode="92779|860875" HotelName="Safestay Passeig de Gràcia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Gràcia 33, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/646155/646155a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="418.20" OriginalAmount="410.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.374465364766" Longitude="2.1423710674939" StarRating="3" HotelCode="445351|feelathome_plaza_apartments" HotelName="Feelathome Plaza Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Vilardell 16, 08014 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/cc/40cc1df884104851ee59a76174cbf337e715b04d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="418.20" OriginalAmount="410.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.393118269759" Longitude="2.1571280337574" StarRating="0" HotelCode="522465|forget_me_not_plus" HotelName="Forget Me Not PLUS B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Rossello 198, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/0b/ad0be98fc3ca9fdd5ae09351deab8b7bd35c801b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="418.20" OriginalAmount="410.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.40021137" Longitude="2.15134816" StarRating="3" HotelCode="480839|blue_barcelona" HotelName="Blue Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Augusta 65 1º 1ª, 08006 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/d1/5bd1604f8149c3d6c623664477aaaca6c2ed4528.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="420.24" OriginalAmount="412.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.393702" Longitude="2.199394" StarRating="4" HotelCode="34862|sb_icaria_barcelona_hotel" HotelName="Icaria Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 19/06/2026" 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,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Icaria 195, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/5e/045e7a69df40aa1031334efc7b04eaada3bf71d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing luxury hotel is just across the road from the beach (about 150 m away) 20 minutes wal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="420.47" OriginalAmount="412.23" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.40054" Longitude="2.208976" StarRating="4" HotelCode="21502|318495" HotelName="EuroHotel Barcelona Diagonal Port" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel,Village,Conference Hotel" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lope de Vega 4, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/ba/c0ba4da81b88d5aa24f3e431ac6db3c6345f7715.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just across the road from the beach and the harbour is only a few minutes’ walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="422.75" OriginalAmount="414.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38166997" Longitude="2.17340875" StarRating="3" HotelCode="452045|2279165" HotelName="May Ramblas Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Cardenal Casañas 6-8, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/2c/652c98667d96bbf67c91719b0699dd33dae828ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="423.52" OriginalAmount="415.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.378727458934" Longitude="2.1787421104507" StarRating="4" HotelCode="89477|353855" HotelName="Catalonia Port" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ample 1, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/d0/14d0b3f8e56b706cdff5b423e62e3841a3eb3698.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona's Gothic quarter, in one of the city's most popular ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="423.52" OriginalAmount="415.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.380964601573" Longitude="2.17205286026" StarRating="3" HotelCode="140911|383445" HotelName="Hesperia Barcelona Ramblas" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de l'Hospital 26, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/58/4e583ce1d1d842c476e607931699e0c73e192ef8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located only a short distance from Barcelona's most famous street, Las Ramblas, guests can easily wa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="424.05" OriginalAmount="415.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.384262769837" Longitude="2.1711020496855" StarRating="4" HotelCode="16839|314805" HotelName="Hotel Serhs Rivoli Rambla" 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,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>La Rambla 128, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/61/576129bb469208f1457c08b13e18e90fbef48317.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies within walking distance of Las Ramblas. Numerous shopping facilities, invitin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="424.09" OriginalAmount="415.77" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.375912" Longitude="2.15479" StarRating="4" HotelCode="221714|1083048" HotelName="MH Apartments Urban" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Kitchen,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda Mistral 61, Eixample, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/78/3f78942270d5f54ea2a67d8493059c5447043232.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="424.32" OriginalAmount="416.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.377136126447" Longitude="2.1768163982169" StarRating="2" HotelCode="284767|pillow_ramblas" HotelName="Pillow Ramblas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passatge de la Banca 2-4, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/1e/5b1eaf4aebde94e43285a38fd283f4452dd4e946.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="425.34" OriginalAmount="417.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.403883" Longitude="2.190157" StarRating="4" HotelCode="35603|the_gates_diagonal_barcelona" HotelName="The Gates Diagonal Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Diagonal 205, 08018 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/45/61453e97c02de151d62ca89bf57185d9e14e0ccb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive hotel is located next to Plaza de las Glorias. The Auditori concert hall, the Catalun...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="427.15" OriginalAmount="418.77" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.393574550687" Longitude="2.1740783909331" StarRating="4" HotelCode="426345|2002995" HotelName="Casa Bonay" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía de les Corts Catalanes 700, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/a3/5aa3406c594e40911a63b02c8363c5c47f3ae6fd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service, a safe, a restaurant, a café, a bar, room service and a laundry service a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="427.24" OriginalAmount="418.86" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38414836803" Longitude="2.171146273613" StarRating="3" HotelCode="47457|924735" HotelName="Citadines Ramblas Barcelona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ramblas 122, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/zz/77ad55806ecb8c24b1de297db1075904f613683a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This chic apartment complex is centrally located on Las Ramblas. Scores of Barcelona's most renowned...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="428.40" OriginalAmount="420.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.397803388001" Longitude="2.1749053895473" StarRating="3" HotelCode="173773|430_bcn_apartments" HotelName="Apartments Ao430" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Consejo de Ciento 430, 08013 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/83/5e8324d62a0ecb7a70e5c1c9aa021d5b054c1e65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers are welcomed at the accommodation, which has a total of 20 rooms. Wireless internet acces...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="429.44" OriginalAmount="421.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.370394682247" Longitude="2.1715092184201" StarRating="5" HotelCode="60385|76044" HotelName="Hotel Miramar Barcelona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Carlos Ibañez 3, 08038 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/15/4b155c00383e6555636ad7d882317d17b9eea48a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the historical centre of Barcelona. The gardens of Montjuïc y de Costa i Llobera ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="429.73" OriginalAmount="421.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.389893645626" Longitude="2.1356981992722" StarRating="4" HotelCode="29344|262515" HotelName="AC Hotel Diagonal L´Illa" 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,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda Diagonal 555, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/27/b727849893ff7df8f1088edec9025b290f1a51ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the one of the most important business districts of Barcelona and is surro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="430.24" OriginalAmount="421.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.385035" Longitude="2.1706380000001" StarRating="3" HotelCode="149378|1546228" HotelName="Hotel Continental Barcelona" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>La Rambla 138, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/96/cd9668deccac8bed5fcb909baa661c9c50c57104.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in the heart of Barcelona, perfect for visiting the rest of the city. The establishment...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="430.39" OriginalAmount="421.95" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.384041708339" Longitude="2.1630647778511" StarRating="3" HotelCode="30439|231926" HotelName="Hotel Acta Splendid" 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,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Muntaner 2, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d3/1f/d31f2dfe430e03d222faedbcfa97496f10b61143.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is in an ideal location in the centre of Barcelona. The University, the Plaza Cat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="430.44" OriginalAmount="422.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.391144257859" Longitude="2.1710148453712" StarRating="2" HotelCode="163237|l_antic_espai" HotelName="BUHO Boutique Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 660, Principal, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/25/7f258c0e38c1fe83e3fb6b8c665493b8bdd5de1d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="430.49" OriginalAmount="422.05" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.385334" Longitude="2.165661" StarRating="3" HotelCode="16522|386635" HotelName="Hotel Reding Croma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Gravina 5-7, 08001 Barcelona, Costa Brava</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/10/d010011a73f66f6e3054c5a8e958f26798991551.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the commercial and historical centre of the city. It lies in a quiet side s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="431.08" OriginalAmount="422.63" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.395051" Longitude="2.159382" StarRating="4" HotelCode="22683|24074" HotelName="Gallery" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer del Rosselló 249, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/ec/31ecaf572031a01e1edf13a13056e783a9c356e8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel lies in the business district between the Rambla de Cataluña and Paseo de Gracia...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="431.68" OriginalAmount="423.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.384585067201" Longitude="2.1378439664841" StarRating="4" HotelCode="49083|1685538" HotelName="NH Sants Barcelona" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Numancia 74, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/46/cf4652527980da89342acb902730b285b2add6e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern, centrally located hotel is situated in the shopping and business district of Les Corts....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="433.50" OriginalAmount="425.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.372680443464" Longitude="2.1550074219704" StarRating="4" HotelCode="12520|hotel_fira_palace" HotelName="Crowne Plaza Barcelona - Fira Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Rius i Taulet 1-3, 08004 Barcelona, Costa Brava</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7f/15/7f151de19b751e05a615f2bb3c99cf1c7c20856d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is located in the centre of Barcelona on the famous Plaza España, near the well-k...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="433.93" OriginalAmount="425.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.377037" Longitude="2.188779" StarRating="3" HotelCode="89479|383465" HotelName="Hotel 54 Barceloneta" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig Joan de Borbó 54, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1f/86/1f86af5fff065e29e5cd5311ebb2e4322d9eeffe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in one of Barcelona's most attractive and popular districts which was original...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="434.29" OriginalAmount="425.77" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.379080390463" Longitude="2.1561329656761" StarRating="4" HotelCode="312510|1874885" HotelName="TWO Hotel Barcelona by Axel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Calabria 90-92, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/fc/abfc0a64b2c709e56c8c303a2172b2a3ecad2dcc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="434.52" OriginalAmount="426.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.381411193735" Longitude="2.1740128478505" StarRating="4" HotelCode="365860|petit_palace_boqueria_garden" HotelName="Petit Palace Boquería Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de la Boqueria 10, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/04/ac049f24d49009793d16a3339900a1358e5d8c6c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the tourist and shopping centre of Barcelona, in the gothic quarter, close ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="436.56" OriginalAmount="428.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.374641887697" Longitude="2.1707667410374" StarRating="4" HotelCode="7778|tryp_barcelona_apolo_hotel" HotelName="TRYP Barcelona Apolo Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda del Paral-lel 57-59, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/df/d7df89c392881b06fe44394410b179ad02cd1068.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located on the Avenida Paralelo, approximately 10 minutes walk from the exhibit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="436.56" OriginalAmount="428.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39006407" Longitude="2.18459144" StarRating="0" HotelCode="631269|motel_one_barcelonaciutadella" HotelName="Motel One Barcelona-Ciutadella" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Pujades 11-13, 08018 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/6e/676e21f26981c8b24c39ab5a28916933b480280a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="438.60" OriginalAmount="430.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39641589" Longitude="2.16386666" StarRating="2" HotelCode="361559|the_loft_hostel_4" HotelName="The Loft Hostel Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Provença 318, 08037 Barcelona, Provincia Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/zz/b3ad05dc66a29d869453babbb0bfc51f814c8cfb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 2 km from the centre of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="439.62" OriginalAmount="431.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.381063216147" Longitude="2.1455016732216" StarRating="4" HotelCode="20354|h10_itaca" HotelName="H10 Itaca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda de Roma 22, Eixample-Sants Estación, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/5b/6d5b2e5da5b93655ebc80402e02243dc0e56ba4d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the middle of Barcelona's central Eixample district, near to the trade fai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="440.13" OriginalAmount="431.5" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38610448" Longitude="2.17453872" StarRating="4" HotelCode="452038|1919345" HotelName="Catalonia Magdalenes" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Jacuzzi,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Magdalenes 13 -15, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/71/86718c1749061a94dae84adefde1b8218773e9aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="441.99" OriginalAmount="433.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.379691719976" Longitude="2.142498986168" StarRating="4" HotelCode="26714|2639295" HotelName="Nobu Hotel Barcelona" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Roma 2-4, 08014 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/610622253a874081/7a/7aa3a6399f01a8c5/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is situated next to the exhibition centre, close to the main train station. Variou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="442.68" OriginalAmount="434.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.384262071092" Longitude="2.1843776106834" StarRating="3" HotelCode="15683|park_hotel_barcelona" HotelName="Park Hotel Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida  Marquès de l'Argentera, 11, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/1b/491b9cfddd86754e4a20ee0842a204c86e8dc09c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an unbeatable location, right in front of the Estació de França in the district of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="446.76" OriginalAmount="438.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.400362771641" Longitude="2.2058518671666" StarRating="2" HotelCode="267004|amistat_beach_hostel" HotelName="Amistat Beach Hostel Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Amistat 21-23, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/07/2f0730f22bbc3bda02fe9fe62c9615024d140667.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="447.05" OriginalAmount="438.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39012029158" Longitude="2.1696969619713" StarRating="4" HotelCode="283890|928945" HotelName="Catalonia Passeig de Gracia" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 644, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/50/d5/50d539cbdff85642765583050b7742e5f3ba1ffd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="447.78" OriginalAmount="439.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.3981075" Longitude="2.16488153" StarRating="4" HotelCode="937554|occidental_diagonal_414" HotelName="Occidental Diagonal 414" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Diagonal 414, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/8e/858ee9d9382fe15c1ff6db7220bdcb870d1251b6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="449.87" OriginalAmount="441.05" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38895413" Longitude="2.17603113" StarRating="3" HotelCode="364822|1709598" HotelName="Yurbban Trafalgar" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Trafalgar 30, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/da/17da14e5e7578fdea24372b91611662cdc929e96.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a restaurant, a bar, a conference room and a business centre. Wireless internet acc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="450.56" OriginalAmount="441.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39284297" Longitude="2.16549902" StarRating="4" HotelCode="438539|2005785" HotelName="Room Mate Anna" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Aragó 271, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/0b/a90b6f30ae5497324b7d4392251aac15584f8813.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="450.84" OriginalAmount="442.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38542625826" Longitude="2.1717336773872" StarRating="2" HotelCode="408842|cataluna_2" HotelName="Cataluña" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Santa Ana 24, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/f5/33f50476d2cf23bfaf6670a70096db5c11356453.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of Barcelona directly near to Plaça Catalunya and to the ped...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="451.86" OriginalAmount="443.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.383272818721" Longitude="2.1684850045085" StarRating="4" HotelCode="113144|casa_camper_barcelona" HotelName="Casa Camper" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Elisabets 11, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/08/820866579c0e1a7fe1014f128aa942b09c27b11a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="451.86" OriginalAmount="443.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.391629030535" Longitude="2.1761349300594" StarRating="4" HotelCode="547339|room_mate_gerard" HotelName="Room Mate Gerard" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Ausiàs March 34, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/2f/7c2f44f1ce4b1cb807e02d9349210242cb696381.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="453.38" OriginalAmount="444.49" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.394277951473" Longitude="2.1618026061516" StarRating="4" HotelCode="141647|388775" HotelName="Suites Avenue Luxe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Gràcia 83, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/62/3462ef22471c9653ff1751eac84cb765eac8a067.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Passeig de Gràcia, in the heart of Barcelona. It is situated in f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="453.90" OriginalAmount="445.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.37518986" Longitude="2.14456526" StarRating="3" HotelCode="602977|habitat_apartments_adn" HotelName="Habitat Apartments ADN" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Creu Coberta 87, 08014 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/bd/dfbd579ddd8b6628d5d1ed92bcf5a229f075903f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="454.89" OriginalAmount="445.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38564762252" Longitude="2.1728709340095" StarRating="3" HotelCode="24882|389015" HotelName="Catalonia Portal de l'Angel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Portal de l´ Ángel 17, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/d9/b7d946ccc3d0cdb7b6e004255a89565885a2f23e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the heart of Barcelona, just a few paces from the Plaza de Catalunya. There ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="455.94" OriginalAmount="447.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.383023401356" Longitude="2.1700613200664" StarRating="4" HotelCode="200893|silken_ramblas" HotelName="Silken Ramblas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Pintor Fortuny 13, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/71/1671220445ba9552e3bf0eed10e642ee8ca61f41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set right by the Ramblas, the most famous street in Barcelona. It is situated in the he...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="455.94" OriginalAmount="447.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38503896" Longitude="2.17005921" StarRating="3" HotelCode="855767|hotel_casa_volver" HotelName="Hotel Casa Volver" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Las Ramblas 129, 08002 Barcelona, Catalonia</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/d2/ded23d379c230656d1ff8c49cf65033e116b3d01.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="456.81" OriginalAmount="447.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.389300023999" Longitude="2.166201621294" StarRating="4" HotelCode="32437|35804" HotelName="NH Collection Barcelona Gran Hotel Calderón" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rambla Catalunya 26, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/66/9466dfa69c14fb0c0b9dad80c093417899ce4ef3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Plaza de Cataluña in Barcelona's business district. There are shops, boutiqu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="456.96" OriginalAmount="448.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.380967" Longitude="2.175346" StarRating="2" HotelCode="409908|hotel_california_15" HotelName="California" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle De Rauric 14, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/23/0a/230a0711bf8d83ef63a5a823a967ee343c8ff85a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the famous Ramblas, in the historic centre of Barcelona, just 5 minutes on...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="457.98" OriginalAmount="449.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.398293866026" Longitude="2.1574603805497" StarRating="2" HotelCode="113158|hcristina" HotelName="Hotel Gracia Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Gran de Gràcia 14, 08012 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/32/2f32fda9e25aa59d0f1f15678d84eb3b5091efff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="461.14" OriginalAmount="452.10" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.37819226331" Longitude="2.1786443889141" StarRating="4" HotelCode="61647|63464" HotelName="Hotel Medinaceli" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Duc de Medinaceli 8, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/24/92/24920f349dc1645b915b9ad760ea88bb13edf7de.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Barcelona's old town, this historic hotel is situated in the Barri Gòtic near to Las Ramb...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="463.08" OriginalAmount="454.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.390847453432" Longitude="2.1416768431663" StarRating="5" HotelCode="7777|melia_barcelona" HotelName="Meliá Barcelona Sarrià" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda de Sarrià 50, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/2c/012c417d960d4b21855c7ccddd588affff63a952.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious city hotel is located directly in the centre of Barcelona. Public transport departs f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="463.08" OriginalAmount="454.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.3889" Longitude="2.16719" StarRating="0" HotelCode="793638|unite_hostel_barcelona" HotelName="Unite Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda Ica`ria 145</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/c4/1ec4629e36313c22b45a91835d55666b452a487e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="464.06" OriginalAmount="454.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.381961212141" Longitude="2.1733947156769" StarRating="3" HotelCode="98896|371455" HotelName="Atlas Barcelona" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer del Cardenal Casañas 11, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/aa/6faad2c06385a52cc37e509c3467e2365c6f0864.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="464.40" OriginalAmount="455.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.397878" Longitude="2.195912" StarRating="4" HotelCode="177244|1509468" HotelName="Aparthotel República" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Pujades 120, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/d0/ffd0d31301fd813fd0fa2e7d87fb5420b6c37eaf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The aparthotel is located in 22@ Barcelona, the city's innovation district, where the latest technol...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="466.25" OriginalAmount="457.11" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.3938597" Longitude="2.1650543000001" StarRating="4" HotelCode="261879|1893885" HotelName="Cosmo Apartments Passeig de Gracia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Valencia 290, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/99/9c/999cb07ca938479451ef54305d4d32215fa4dbb9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Barcelona, this accommodation is about 3 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="466.44" OriginalAmount="457.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.391006923732" Longitude="2.1714465423279" StarRating="4" HotelCode="60827|309485" HotelName="ICON BCN" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Roger de Llúria, 21, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/ca/6dcaa2a91d2e489bed61e58bcbfbde0944922c5d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the main commercial and business areas, directly in the centre of Barcelona...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="467.16" OriginalAmount="458.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386677962611" Longitude="2.1823659539223" StarRating="3" HotelCode="94218|chic_basic_born" HotelName="Chic &amp; Basic Born" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 18/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Princesa, 50, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/6a/fc6afbdf63f3dbbf660ef408f6aa0a3f4628f4a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is set in El Born. The establishment comprises a total of 31 snug accommodation ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="467.16" OriginalAmount="458.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39911311" Longitude="2.16555103" StarRating="4" HotelCode="501769|hotel_well_and_come" HotelName="Well and Come Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Girona 158, 08037 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/0d/0c0d0808b5a085c1b4f7e4b0a1d3c23583d5f4c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="467.16" OriginalAmount="458.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.387643712142" Longitude="2.1718762110788" StarRating="3" HotelCode="915469|room_mate_pau" HotelName="Room Mate Pau" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Fontanella 7, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/eb/adebdbf0652c1b6552bd137ecd2433cf11eb4ed4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="468.61" OriginalAmount="459.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.378935925716" Longitude="2.1740202605724" StarRating="3" HotelCode="9957|366765" HotelName="Hotel Gaudi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nou de la Rambla 12, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6b/5a/6b5a681d88deb9a8debe0453b13ac6f4829a6a50.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is centrally situated in Barcelona's historical Old Town. Countless shopping and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="468.82" OriginalAmount="459.63" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.394594833379" Longitude="2.1624170125742" StarRating="4" HotelCode="255686|1455168" HotelName="Royal Passeig de Gracia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Gràcia 84, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/a2/3ea29d54b894377e34c4813cb75ce7963f8b5956.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="469.03" OriginalAmount="459.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.379199576652" Longitude="2.1429321169853" StarRating="4" HotelCode="12397|24064" HotelName="Expo Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Mallorca 1-23, 08014 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f1/8d/f18df144f34d6ef266877c2218815df8dd8355b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located only around 50 m from Barcelona Sants train station and 500 m ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="470.09" OriginalAmount="460.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.383182" Longitude="2.160364" StarRating="4" HotelCode="213746|928925" HotelName="Catalonia Gran Via BCN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 550, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/4a/984a55b67ec40da1072b6e33f7cfa8a47fe34fe6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="472.26" OriginalAmount="463.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.398407" Longitude="2.184442" StarRating="2" HotelCode="295418|hotel_barcelonago" HotelName="Barna House Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Lepanto 143, 08013 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/16/0d16db6fffb6f1d3cac78fef563181cc325a4dac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="474.30" OriginalAmount="465.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38534407" Longitude="2.14059407" StarRating="3" HotelCode="523576|fisa_rentals_les_corts_apartments" HotelName="Fisa Rentals Les Corts Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Carrer del Marques de Sentmenat 84, Les Corts, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/b5/0ab59544965953b936c6ed89606abfda1dc28a5b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="474.85" OriginalAmount="465.54" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.385667746506" Longitude="2.1664148569107" StarRating="3" HotelCode="9958|387995" HotelName="Lleo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Pelai 22-24, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/b1/cfb13158ef56a24af456b16709de126ee930fcba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is ideally situated in the city centre, near the Plaza Catalunya. Many of the cit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="478.38" OriginalAmount="469.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39306" Longitude="2.19258" StarRating="4" HotelCode="26121|h10_marina_barcelona" HotelName="H10 Marina Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avigunda Bogatell 64-68, Villa Olímpica, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b7/25/b725feac4e793d13a10630bf9017cbdd0bed96d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has an unbeatable location nestled between the Ciutadella Park and the Olympic Marina Harb...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="478.38" OriginalAmount="469.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39443855" Longitude="2.15645759" StarRating="5" HotelCode="436312|ohla_eixample" HotelName="Ohla Eixample" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Còrsega 289, Eixample, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/7e/ce7ee8d05c4f811430bc5ebb0c80038e1e416d2f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="478.44" OriginalAmount="469.06" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.391553745132" Longitude="2.1779724955559" StarRating="4" HotelCode="49084|24364" HotelName="NH Collection Barcelona Pódium" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bailén 4-6, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/ec/70eca49da8c435c4f1b570e11bb57cf7b0c5c778.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city and conference hotel is located at the heart of Barcelona between the Plaza Catal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="480.68" OriginalAmount="471.25" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.389222" Longitude="2.172522" StarRating="4" HotelCode="213648|1064148" HotelName="H10 Urquinaona Plaza" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Placa Urquinaona 2, Barcelona Centro, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/cb/45/cb4547f3b3f69aaf17e2f50e2db3417f75109708.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next to the Urquinaona metro station, juste 1600 m from the the Sagrada Familia...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="481.28" OriginalAmount="471.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.392695" Longitude="2.172015" StarRating="4" HotelCode="13007|325095" HotelName="Gran Hotel Havanna" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía Corts Catalanes 647, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/4b/684b10819fd0ca3caa106abb71fd3650191eb0d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern luxury hotel is ideally situated at the heart of the city of Barcelona. Countless shoppi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="483.72" OriginalAmount="474.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.385073080086" Longitude="2.1665449440479" StarRating="3" HotelCode="70796|387205" HotelName="Ciutat Vella Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Jacuzzi,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/Tallers 66, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/d5/c6d54e1466f8ecc7a2a5ebc4426ba90f9db79ac4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona, near Las Ramblas and close to Catalunya Square, the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="483.85" OriginalAmount="474.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.383497" Longitude="2.178289" StarRating="4" HotelCode="12897|24104" HotelName="Hotel Gótico" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Jaume I 14, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/da/16/da16608b936198846a86ef7813a7c2054a8dde92.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of the old town. Countless shops, restaurants, bars, pubs and cl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="484.29" OriginalAmount="474.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.387358427536" Longitude="2.1605103750776" StarRating="4" HotelCode="37196|384395" HotelName="Axel Hotel Barcelona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Aribau 33, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f5/6b/f56bac040cb27641d677e6a2f127e31be65fb032.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel, which is particularly popular with the gay community, is located at the heart of Barcelo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="484.50" OriginalAmount="475.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.402559" Longitude="2.168931" StarRating="4" HotelCode="170034|eric_vokel_bcn_suites" HotelName="Eric Vökel BCN Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Kitchen,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Grassot 4, 08025  Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/c6/acc60be87b8e7d2bebddf74e20deef37e051c011.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the historic Eixample Dreta area, the birthplace of the Modernism movement o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="485.75" OriginalAmount="476.23" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386437" Longitude="2.168343" StarRating="4" HotelCode="29329|388435" HotelName="Catalonia Plaza Catalunya" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bergara 11, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/39/ae393c9a78edef7b82369b263a0b88809af15195.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies in the middle of the tourist centre. There are numerous shopping facilities...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="486.26" OriginalAmount="476.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.385675796099" Longitude="2.1667850017548" StarRating="4" HotelCode="60921|52824" HotelName="Catalonia Ramblas" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Pelai 28, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/28/4a28b6677566c9396180771bd5466f9396df3ef1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the historic centre of Barcelona, in the near vicinity of the Plaza Catalun...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="486.26" OriginalAmount="476.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39357599089" Longitude="2.1686142683029" StarRating="4" HotelCode="318133|23954" HotelName="Catalonia Eixample 1864" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Roger de Llúria 60, 08009 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/0e/250e9529c81287ee80851de53cb3e7f849ebef88.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located at the heart of the city close to Paseo de Gracia and the Plaza de Cata...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="488.78" OriginalAmount="479.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.392148" Longitude="2.158694" StarRating="4" HotelCode="285069|1063828" HotelName="Olivia Balmes" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Balmes 117, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/62/706296176f86357f94b472678b62064bb473ab94.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="488.81" OriginalAmount="479.23" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38906257383" Longitude="2.167377769947" StarRating="4" HotelCode="10549|261995" HotelName="Avenida Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 605, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/fc/31fcb0912990b4f5f3717ab8000c02763edd0d4d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular luxury hotel has an ideal location in the city centre and exceptionally good links to t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="488.86" OriginalAmount="479.27" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.3885658" Longitude="2.1712990999999" StarRating="4" HotelCode="297074|1464008" HotelName="Catalonia Square Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ronda Sant Pere 9, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/3d/8d3d92e0c89f0ff3567308720700616918571619.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="489.11" OriginalAmount="479.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.397808159514" Longitude="2.1591070433058" StarRating="4" HotelCode="145028|2488275" HotelName="Bonavista Apartments Barcelona Passeig de Gracia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Bonavista 4, 08012 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/236177/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="490.62" OriginalAmount="481.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.383508430172" Longitude="2.1710988395421" StarRating="4" HotelCode="36923|hotel_1898" HotelName="Hotel 1898" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>La Rambla 109, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/1a/e01a984af53396b83ea6744c3d21d725f6a59ff4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upmarket hotel is situated on Las Ramblas in the centre of Barcelona. Links to the public trans...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="494.70" OriginalAmount="485.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386092" Longitude="2.168155" StarRating="4" HotelCode="16883|hotel_regina_3" HotelName="Regina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Bergara 4, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/98/fe/98fe324fea81a3d30bf4ff8a6fafd3f7daf0c20c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is ideally situated at the centre of the city, close to Plaza Cataluña and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="494.70" OriginalAmount="485.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.40030604287" Longitude="2.1298047322471" StarRating="4" HotelCode="915468|hotel_primero_primera" HotelName="Primero Primera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Bar,Bicycle Rental,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer del Doctor Carulla 25-29, 08017 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/c7/1cc71bb4b41741b30f1e6ea736d56cec17ba2472.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="497.06" OriginalAmount="487.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.377129333333" Longitude="2.1442059999999" StarRating="4" HotelCode="154090|1546138" HotelName="The Urban Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Sant Nicolau 1-3, 08014 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/bf/eb/bfeb4e6159eb3fa40c0e644481006cf7edd65ca6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 3 km from the centre of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="502.48" OriginalAmount="492.63" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.384767192025" Longitude="2.1744199097156" StarRating="4" HotelCode="145736|353825" HotelName="Catalonia Catedral" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer dels Arcs 10, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/24/6e246b297047d840d748cc016e591bc45739eb73.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Barcelona, in the heart of Barcelona's Gothic Quarter, near th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="503.64" OriginalAmount="493.76" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39305785929" Longitude="2.1545259654522" StarRating="4" HotelCode="171007|860905" HotelName="The Mirror Barcelona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Còrsega 255, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/38/403821b759cec81be60d33c99d5e9351da944a45.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="503.88" OriginalAmount="494.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.384383823708" Longitude="2.1705508232117" StarRating="4" HotelCode="25133|royal_ramblas" HotelName="Royal Hotels Ramblas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Las Ramblas 117, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/83/f483f7d57b492b172a17c742dcd220c053946149.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is conveniently situated at the end of the famous Ramblas, not far from Plaça Catalu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="503.88" OriginalAmount="494.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.391165386258" Longitude="2.1692606806755" StarRating="2" HotelCode="190662|hostal_barcelona_centro" HotelName="Hostal Barcelona Centro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Pau Claris 104, Principal 1º, 08009 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/4e/374e796bcfdaa88279200916ff525407c5241e32.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="504.90" OriginalAmount="495.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386784" Longitude="2.166618" StarRating="4" HotelCode="30224|h10_universitat_hotel" HotelName="H10 Universitat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ronda Universitat 21, Barcelona Centro, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/12/b5/12b571a6a83d7e85ecc20533236ac5576b59fad5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is superbly located directly in Barlceona's tourist centre. Scores of celebrated attracti...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="505.21" OriginalAmount="495.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.41006450343" Longitude="2.1751293540001" StarRating="4" HotelCode="147382|1603908" HotelName="Eric Vökel Sagrada Familia Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Kitchen,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de la Indústria 165, 08025 Barcelona, Provincia Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/70/5270e2a28964d437c64945c753ba887b203e87a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the historic Eixample area, on Industria Street 165, the hotel is exceptionally well loca...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="510.00" OriginalAmount="500.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.400744898585" Longitude="2.2063905000687" StarRating="3" HotelCode="190645|feelathome_poblenou_beach_apartments" HotelName="Feelathome Poblenou Beach Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Bilbao 11, 08005 barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/a2/05a2f3a48bc9e4ef8b0522444ae850975e83bbe8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The accommodation offers guests a total of 12 rooms. Services and facilities at the hotel include a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="513.06" OriginalAmount="503.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.387451" Longitude="2.1681590000001" StarRating="1" HotelCode="295422|hotel_ginebra_2" HotelName="Ginebra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rambla de Catalunya 1, Barcelona 08007</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/24/ee2482f34920f493f8ac5753bbc08d682ac27f76.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="515.10" OriginalAmount="505.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38546295" Longitude="2.17169359" StarRating="2" HotelCode="760639|hostal_excellence" HotelName="Hostal Excellence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="24 Hour Front Desk,Luggage Storage,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Santa Anna 27, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/4e/884e28acd69eb610705d20f25bc8ab14f33ae844.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hostal Excellence is a popular choice amongst travelers in Barcelona, whether exploring or just pass...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="515.10" OriginalAmount="505.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.3877641" Longitude="2.167727" StarRating="4" HotelCode="935504|h10_metropolitan" HotelName="H10 Metropolitan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Rambla Catalunya 7, Barcelona Centro, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a5/ee/a5eeb0e1a085a7f6fb75ee2be05df8aa65e587fc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Barcelona, this hotel is approximately 3 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="515.46" OriginalAmount="505.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.4062176" Longitude="2.200961" StarRating="5" HotelCode="284768|992575" HotelName="The Level at Meliá Barcelona Sky" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Lope de Vega 141-147, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e2/87/e2870ac58d8a7a92d3882304252d838cf0e2248f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona, about 800 m from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="515.79" OriginalAmount="505.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.391828412053" Longitude="2.157366424799" StarRating="4" HotelCode="29363|383735" HotelName="Hotel América Barcelona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Provença 195, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/82/d982e367229be244aad5b949b3228870e6e0163f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This top-class hotel is ideally situated close to the city centre. Countless shopping and entertainm...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="521.22" OriginalAmount="511.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38890514" Longitude="2.17614493" StarRating="4" HotelCode="592531|yurbban_passage_hotel_spa" HotelName="Yurbban Passage Hotel and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Trafalgar 26, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/83/f583c26bab2776609ce1b3e96f9a8093e8e0bc28.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="523.29" OriginalAmount="513.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.389562" Longitude="2.1747319999999" StarRating="4" HotelCode="295435|1458688" HotelName="Vincci Gala" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ronda Sant Pere 32, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e9/71/e971893bc83b23d1548baf5c1a40283eda5b24ce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located opposite the Urquinaona metro station, 2 minutes' walk from Plaça Catalunya Squ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="524.28" OriginalAmount="514.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.378937" Longitude="2.154593" StarRating="4" HotelCode="904647|eric_vokel_gran_via_suites" HotelName="Eric Vökel Gran Via Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Kitchen,Lounge,Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 454, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/ba/fbba982d39a9577cb38fbb91f269798a01539c3f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 3 minutes' walk from Plaza España, Fira de Barcelona and Montjuïc, and 15 minut...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="531.31" OriginalAmount="520.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.37904248305" Longitude="2.1729637774988" StarRating="4" HotelCode="900906|1128558" HotelName="MH Apartments Liceo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de la Unió 21, 08001 Las Ramblas, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/33/d333928e988109457ad9833da467e942f8acfb6e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="531.42" OriginalAmount="521.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.383347" Longitude="2.162847" StarRating="4" HotelCode="57586|hotel_advance" HotelName="Advance" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sepulveda 180, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/78/3b78af404985c2b4af201a4e9817afe781136629.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the commercial, business and historic centre of Barcelona and is the ideal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="533.46" OriginalAmount="523.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.3889" Longitude="2.16719" StarRating="3" HotelCode="629613|olala_vibe_apartments" HotelName="Olala Vibe Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>25 Carrer De Les Muses, Hospitalet De Llobregat, Barcelona 08905</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/12/9112bedf024fe6db97fbe9b685f7288e093eea6c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="540.60" OriginalAmount="530.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.390514879368" Longitude="2.1725670926423" StarRating="4" HotelCode="376096|negresco_princess" HotelName="Negresco Princess" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Roger de Llúria 16-18, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/af/7eaf851e5d6768bdaab0954e0c18b35b53dfcf9f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Barcelona, this hotel is about 3 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="544.68" OriginalAmount="534.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.40767068" Longitude="2.15955414" StarRating="4" HotelCode="418281|le_palacete" HotelName="The Originals Boutique, Le Palacete" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Legalitat 10, 08024 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/6e/ef6e924e1f489070e612e84292db5b130e1c3eaf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel can be found in Gracia Area. The premises count with 50 welcoming bedrooms. Moreov...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="545.70" OriginalAmount="535.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.3912750526" Longitude="2.1703684329987" StarRating="4" HotelCode="207924|hotel_indigo_barcelona__plaza_catalunya" HotelName="Indigo Barcelona - Plaza Catalunya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via De Las Corts Catalanes 629, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/ab/7aab04de69dbfafc35c30f53da50e97ca51663b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="546.01" OriginalAmount="535.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.425712195699" Longitude="2.1208360791206" StarRating="5" HotelCode="26035|958705" HotelName="Gran Hotel La Florida" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ctra. Vallvidrera al Tibidabo, 83-93, 08035 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/76/e9/76e9165f09b736b354acc7d17b4823b780768d18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The luxury hotel lies about 7 km outside of the centre with its array of shops, restaurants and bars...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="547.11" OriginalAmount="536.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.396162" Longitude="2.160916" StarRating="5" HotelCode="75452|388725" HotelName="Sir Victor" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer del Rossello 265, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e7/fd/e7fd91f5fede398a9b56e992b3dc65374c69be00.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at a privileged address on the Passeig de Gràcia, Barcelona's most stylish and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="552.14" OriginalAmount="541.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.387824225558" Longitude="2.1532007786288" StarRating="3" HotelCode="142338|339475" HotelName="Villarroel Barcelona Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Kitchen,Lounge,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Villarroel 163, 08036 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/ef/03efbadb283daa015e323575cee4dd5f170ccf18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of Eixample, one of the city's most prestigious areas, the apartments are near...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="554.61" OriginalAmount="543.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.404780708076" Longitude="2.1727851033211" StarRating="4" HotelCode="144359|287905" HotelName="Ayre Hotel Rosellón" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer del Rosselló 390, 08025 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/26/432682c96355b22a048c4417052eab6c27b1ce6f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near Gaudi's Sagrada Família, in the heart of Barcelona's Eixample. Guests will...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="555.92" OriginalAmount="545.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.385017" Longitude="2.175786" StarRating="4" HotelCode="47606|351765" HotelName="Hotel Colón Barcelona" 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,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Catedral 7, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/ef/26ef1c4cb64411ec719ff0fdfbbd806d4fcef1fd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This leading hotel enjoys a superb location directly in the Barrio Gotico opposite the cathedral. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="558.80" OriginalAmount="547.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.393162492023" Longitude="2.1614474058151" StarRating="4" HotelCode="7775|23874" HotelName="Alexandra Barcelona Hotel, Curio Collection by Hilton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 22/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Mallorca 251, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/c9/d2c91b2e302abca4d3ed024793edee661867116d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right in the centre of Barcelona between Passeig de Gràcia and Rambla de Catalu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="563.66" OriginalAmount="552.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.380853969394" Longitude="2.1773699521495" StarRating="4" HotelCode="267001|1185088" HotelName="Arai Aparthotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Avinyó 30, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/4c/194c6dc9689ddca6c7c6a62eeb5783ff48610a8c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="569.16" OriginalAmount="558.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39999847" Longitude="2.16445357" StarRating="0" HotelCode="662539|yeah_barcelona_hostel" HotelName="Yeah Barcelona Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Girona 176, 08037 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/4f/364f167b968d287fb39533149f6a892fd8c584fb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="573.24" OriginalAmount="562.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.40292434" Longitude="2.1632959" StarRating="3" HotelCode="602914|espais_blaus_apartments" HotelName="Espais Blaus Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Sant Antoni Maria Claret 3, 08037 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/2f/232fd05c44cc734d8ea9a7ec147d6260008564c8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="573.24" OriginalAmount="562.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.3889" Longitude="2.16719" StarRating="4" HotelCode="738748|aspasios_garden_apartments" HotelName="Aspasios Garden Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Carrer De Provença 203, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/4c/064c8f41d0c6d568cd147006857bf01b35d1b2dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="574.26" OriginalAmount="563.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.405341327721" Longitude="2.1959365056032" StarRating="3" HotelCode="32436|four_points_by_sheraton_barcelona_diagonal_2" HotelName="Four Points by Sheraton Barcelona Diagonal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Diagonal 161-163, 08018 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/08/bb08d10456710d881675be1f9f0fbd0b3905be6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in an exclusive district of Barcelona, known as the Front Maritim. Shopping v...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="577.32" OriginalAmount="566.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.385429012406" Longitude="2.173975728836" StarRating="4" HotelCode="97668|catedral_bas_apartments_barcelona" HotelName="Catedral Bas Apartments Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Finca" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Calle Duran I Bas 7, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/86/9686a80f6cda096cfaab89e7580c96d75bac1753.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located very close to Placa Catalunya, in the centre of the city and the old quarter. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="579.22" OriginalAmount="567.86" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386754492654" Longitude="2.1841171557503" StarRating="4" HotelCode="113147|1026128" HotelName="K+K Hotel Picasso El Born" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Picasso 26-30, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/eb/eb0ba2e926821356/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Barcelona, this boutique hotel is about 1.6 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="579.36" OriginalAmount="568.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.391878053531" Longitude="2.1663396846558" StarRating="2" HotelCode="469871|ona_paseo_de_gracia_hostel" HotelName="No Limit Hostel Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Consell De Cent 355 1º, 08007 Barcelona, Cataluña</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/74/f7746e16e1eb4280fd75b1266abf9f966584743f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a baggage storage service. Wireless internet access is available to guests in the p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="582.24" OriginalAmount="570.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.391786590177" Longitude="2.1657532423246" StarRating="3" HotelCode="336536|1764018" HotelName="Hotel Margot House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de Gracia 46, Principal, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/aa/eeaa98064a2d8c2e695599c7b6324586271345f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="591.61" OriginalAmount="580.01" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.392629265757" Longitude="2.1674756705761" StarRating="5" HotelCode="166947|23834" HotelName="Renaissance Barcelona" 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,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pau Claris 122, 08009 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/47/b14793d9450cc3783dd17aa0ba81032655a256c1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern designer hotel is centrally located near to Plaça de Catalunya. It is 15 minutes on foot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="593.64" OriginalAmount="582.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39564961" Longitude="2.16006967" StarRating="4" HotelCode="511635|bonavista_apartments_pedrera" HotelName="Bonavista Pedrera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Gracia 101, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/2f/e32f16fce80a131107e35ba1cc7901c7e7a83db5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="594.66" OriginalAmount="583.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386186943198" Longitude="2.171157002449" StarRating="4" HotelCode="55484|olivia_plaza_hotel" HotelName="Olivia Plaza Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaça Catalunya 19, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/b1/60b189d382d647c53eed9eba386249f07e413fe0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel enjoys a central location, only 20 m from Las Ramblas and the Liceu opera house. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="595.74" OriginalAmount="584.06" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.384988558529" Longitude="2.177631855011" StarRating="5" HotelCode="55117|5111828" HotelName="Grand Hotel Central" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Laietana 30, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/40/88400a35e5c37493c166f83175a35e1c6679ee4c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated on a main road in the attractive tourist Gothic quarter at the heart of Barce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="596.70" OriginalAmount="585.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.393569" Longitude="2.111606" StarRating="4" HotelCode="169884|sansi_pedralbes" HotelName="Sansi Pedralbes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda de Pearson 1-3, 08034 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/cb/facbdc3985c24e5f2360e4f7e704280c5fd56067.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers guests a total of 65 rooms. Amenities include a safe. Wireless internet access is a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="600.92" OriginalAmount="589.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.372199895818" Longitude="2.1651504520551" StarRating="2" HotelCode="393636|1773948" HotelName="Hostel One Paralelo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Salvà 62, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/0d/9e0d2a82ca760d25a507479b9f8668ad109b2cdc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="603.84" OriginalAmount="592.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.383782" Longitude="2.170966" StarRating="5" HotelCode="302587|le_meridien_barcelona" HotelName="Le Meridien Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>La Rambla 111, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d4/2e/d42e50d3b20cb1f46073f013e7ac0995cb2c62d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive luxury hotel is ideally situated at the heart of the city of Barcelona's artistic an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="603.84" OriginalAmount="592.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.388024" Longitude="2.1731556" StarRating="4" HotelCode="320136|h10_cubik" HotelName="H10 Cubik" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Laietana 69, Barcelona Centro, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b4/d5/b4d5886ae34b728894416f53a2e8b4dec75fd39d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Barcelona, this hotel is approximately 2.2 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="604.86" OriginalAmount="593.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.40400888" Longitude="2.16938482" StarRating="4" HotelCode="633797|hotel_barcelona_1882" HotelName="Hotel Barcelona 1882" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Massage Centre,Restaurant,Swimming Pool,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Córsega, 482, Gràcia / Camp d'en Grassot i Gràcia Nova, 08025 - Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/6c/846c50ee579107fda177acf0d2019f2aafbf35e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Barcelona, this hotel is approximately 4 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="610.86" OriginalAmount="598.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386185" Longitude="2.168453" StarRating="4" HotelCode="27479|388875" HotelName="Pulitzer Barcelona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Bergara 8, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/11/96/11963331a8148429584354521d9e99c80d74dd49.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant city hotel is ideally located at the heart of Barcelona, near to the Plaza Catalunya an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="612.00" OriginalAmount="600.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.3913458" Longitude="2.16838113" StarRating="4" HotelCode="429484|paseo_de_gracia_bas_apartments_barcelona" HotelName="Paseo de Gracia Bas Apartments Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Elevator,Housekeeping,Internet,Kitchen,LCD/Projector,Massage Centre,Off-Site Parking,Parking">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Diputacio 268, Barcelone 08007</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/d8/1bd8abf1c9ed5420931b7aaf644667cb78c0e1f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Paseo de Gracia Bas Apartments Barcelona, you'll be centrally locat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="612.68" OriginalAmount="600.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.394352677515" Longitude="2.1652212738991" StarRating="5" HotelCode="47518|24054" HotelName="Claris Hotel &amp; Spa" 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,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pau Claris 150, 08009 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/e8/53e8f60f5bcec1c8e128bd5d8ea2de6801ae5eab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious design hotel is located directly in the centre of Barcelona, near the Passeig de Grac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="620.16" OriginalAmount="608.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.416587" Longitude="2.174853" StarRating="3" HotelCode="190705|castro_exclusive_residences_sant_pau" HotelName="Castro Exclusive Residences - Sant Pau" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Telégrafo 19-21, Barcelona 08041</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/6f/bc6f8120b2cdc1ba1d840dae9e037864127ffb28.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="626.78" OriginalAmount="614.49" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.375340304561" Longitude="2.1483421325684" StarRating="4" HotelCode="46999|23944" HotelName="Catalonia Barcelona Plaza" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Espana 6-8, 08014 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/c6/28c6a2eeac093e4157479f67d358f436d83de647.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is situated in the Ensanche district; just a few minutes walk from the exhibition ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="628.32" OriginalAmount="616.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.382261" Longitude="2.129019" StarRating="4" HotelCode="443705|alcam_futbol" HotelName="Alcam Futbol" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Gerard Piera 1-8, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/18/c118785d55683671df35ed2aae0ae78e6e2dfb35.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A wide range of services and facilities ensures a comfortable stay at the accommodation for business...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="631.38" OriginalAmount="619.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.3936491" Longitude="2.1647232" StarRating="4" HotelCode="154463|barcelona_apartment_val" HotelName="Barcelona Apartments Val" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>València 284, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/28/7128a852e1c8236245710554c21f151538457028.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="637.22" OriginalAmount="624.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.374483887453" Longitude="2.1354728937149" StarRating="3" HotelCode="190685|2422155" HotelName="Apartments Barcelona Station" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Fernandez Duro 3-5, Sants-Montjuïc, 08014 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/7b/c67bc86074304d9098996a96722dc02dd63dd740.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="637.81" OriginalAmount="625.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.402465168259" Longitude="2.1609979564487" StarRating="4" HotelCode="311327|1231728" HotelName="Barcelona Apartment Milà" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Mila i Fontanals 55, 08012 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/e6/06e61e5637b20e7b9d42dd65a0cf0cbf5052ce15.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="645.66" OriginalAmount="633.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39627566" Longitude="2.16218674" StarRating="4" HotelCode="498549|h10_casa_mimosa" HotelName="H10 Casa Mimosa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Pau Claris 179, Barcelona Centro, 08037 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b1/90/b1904e2e646c0a4b4fcf093e6b29898691b35400.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="647.54" OriginalAmount="634.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.393772175564" Longitude="2.1621863543987" StarRating="4" HotelCode="47698|353365" HotelName="Condes de Barcelona" 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,Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Gràcia 73-75, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/b7/a5b72dda30c76e8b523347ff0f20a1ab4d3b1848.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel occupies a prime location in Paseo de Gracia, in the heart of Modernist Barcelona and faci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="649.44" OriginalAmount="636.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.382752466645" Longitude="2.1714753278537" StarRating="5" HotelCode="167326|860765" HotelName="Hotel Bagués" 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,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>La Rambla 105, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/aa/afaaac496fbdac7eba52447d9b34cb95aded0754.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the Gothic Quarter, the hotel is a 5-minute walk from Barcelona Cathedral. Just 300 m aw...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="653.82" OriginalAmount="641.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.3860981" Longitude="2.17544305" StarRating="4" HotelCode="603607|h10_madison" HotelName="H10 Madison" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/0f/0f0f8825b402669fc3cd4425c40d0164fdc57ef7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features a restaurant for a comfortable and relaxing stay. Wireless internet access (no ex...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="677.55" OriginalAmount="664.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.393455" Longitude="2.163887" StarRating="5" HotelCode="14339|24234" HotelName="Majestic Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig De Gracia 68, L'Eixample, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/1c/601c9e598774d93c26a0c9a94a191092f8bf0fcb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in close proximity to one of the city's main streets, the Paseo de Gracia, in the sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="681.32" OriginalAmount="667.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.383287035722" Longitude="2.1738955378532" StarRating="3" HotelCode="30395|383175" HotelName="H10 Racó del Pi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer del Pi 7, Barrio Gótico, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b9/71/b971eb0a60c01f72496f31d5aefa3de868cfe093.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located at the heart of Barcelona's tourist centre close to the city centre and t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="705.66" OriginalAmount="691.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.394099" Longitude="2.159655" StarRating="4" HotelCode="408692|388475" HotelName="Murmuri" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rambla de Catalunya 104, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/a8/01a882cf3aa89235e23fd2c6f5d96a42bdc9944f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the very heart of Barcelona, in the district of Eixample, beside the Passei...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="709.33" OriginalAmount="695.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38467" Longitude="2.172954" StarRating="3" HotelCode="26036|1217084" HotelName="Barcelona Centro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Duc 15, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/fc/b3fcba7a4a60225cd4a8e15edb706e249c11a7d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel can be found in the centre of Barcelona, near the University, the Plaza Cataluña, the cat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="713.50" OriginalAmount="699.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.398053652247" Longitude="2.1581218275931" StarRating="5" HotelCode="34881|388275" HotelName="Casa Fuster" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Gracia 132, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a7/95/a79552131c90fd07efd77cf1cef0d0085cf6e969.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern luxury hotel is situated in a central and attractive quarter of Barcelona. Scores of sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="715.02" OriginalAmount="701.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.384604" Longitude="2.156918" StarRating="4" HotelCode="261878|angla_boutique_apartments_consell_de_cent_2" HotelName="Cosmo Apartments Consell de Cent" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Kitchen,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Consell de Cent 207, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/34/0e34f1d871f73de515ce0f1372db67c5d14fdd34.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="716.04" OriginalAmount="702.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.398020294026" Longitude="2.1581852110278" StarRating="4" HotelCode="167328|suites_center_barcelona" HotelName="Suites Center Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Kitchen,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Gràcia 128, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/6a/936a35c70e29355f1c05a462e964b439c2fc3475.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Eixample, in the centre of Barcelona, only 20 m from the modernist Casa Fus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="716.04" OriginalAmount="702.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.387035" Longitude="2.174354" StarRating="5" HotelCode="904646|ohla_hotel" HotelName="Ohla Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Laietana 49, Ciutat Vella, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/42/0c42ebad92038ca94660ef530007f673662412e0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally situated just 5 minutes' walk from Plaza Catalunya, this hotel is located in the charming Go...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="720.12" OriginalAmount="706.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.385982775223" Longitude="2.1777534398811" StarRating="5" HotelCode="725926|the_barcelona_edition" HotelName="Barcelona EDITION" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda de Francesc Cambo 14, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/e6/aee631b36f6d783fea08dca80a982a6ebcbfa504.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel is in Barrio Gotico. The establishment comprises a total of 100 snug guests roo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="721.29" OriginalAmount="707.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.4066309" Longitude="2.1745744" StarRating="3" HotelCode="267657|1717988" HotelName="Suite Home Barcelona Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda de Gaudí 28, 08025 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/fa/5dfae77b706d29b4f70d6c875ad28d46bff1fa4a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="726.42" OriginalAmount="712.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.391562108049" Longitude="2.1752898452301" StarRating="4" HotelCode="185874|1757768" HotelName="Aspasios Urquinaona Design Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Golf,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Girona, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/bf/f5bfd9010704d2428c83fd503bcb823a44397292.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;These apartments are set in a quiet area of Barcelona’s famous Eixample district, only a 5-minute wa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="729.30" OriginalAmount="715.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386211669563" Longitude="2.1676255095695" StarRating="1" HotelCode="935468|st_christophers_inn_barcelona__hostel" HotelName="Hostel St Christophers Inn Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Bergara 3, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/2e/592e3ac3b7ef98d49f3bca889d5ec59d70b63fdd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unpretentious hotel is located in Plaza Catalunya. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="749.70" OriginalAmount="735.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.40817445" Longitude="2.17934813" StarRating="3" HotelCode="543263|bbarcelona_apartments_sagrada_familia" HotelName="Bbarcelona Apartments Sagrada Familia Flats" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Provenca 529, 08025 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/2a/722ab334cc75b492a2b08b2038df07302e79b2e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="752.76" OriginalAmount="738.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38903037713" Longitude="2.1701055765152" StarRating="4" HotelCode="29343|barcelona_atiram_hotels" HotelName="Atiram Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/00/d0005bbfe0b913069f51b94fe4f608eed921eb0f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is situated at the heart of Barcelona, close to Plaza Cataluña. Countless shoppin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="753.78" OriginalAmount="739.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39406438" Longitude="2.14709626" StarRating="3" HotelCode="627784|c211_barcelona" HotelName="C211 Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Casanova 211, 08021 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/a3/d5a3c95481c07927731c51d06d63f9f60eb65f69.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="754.80" OriginalAmount="740.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38579653987" Longitude="2.1945834159851" StarRating="5" HotelCode="38258|pullman_barcelona_skipper_2" HotelName="Pullman Barcelona Skipper" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Av. del Litoral 10, Port Olimpic, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/c3/0bc37d05c87d49ddbf430154daa66209ccb37b97.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies in the tourist district, only approximately 100 m away from the beach. Countles...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="772.14" OriginalAmount="757.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38782761" Longitude="2.15221507" StarRating="4" HotelCode="429480|mercedes_heritage_barcelona_apartments" HotelName="Mercedes Heritage Barcelona Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Concierge,Elevator,Internet,Kitchen,LCD/Projector,Luggage Storage,Off-Site Parking,Parking">
        <Address>
          <AddressLines>
            <AddressLine>Calle Provenza 131-133, 08036 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/1e/9d1e47f88463fe62d6e892070e9b1d5319fac109.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location You'll be centrally located in Barcelona with a stay at Mercedes Heritage Barcelon...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="777.24" OriginalAmount="762.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.392452821614" Longitude="2.1727242559669" StarRating="4" HotelCode="136319|grupotel_gran_via_678" HotelName="Grupotel Gran Vía 678" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vía de les Corts Catalanes 678, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/9a/f69a3d639d6f3dea80e689765766cfffc167d03d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to one of the main avenues of the city, the Passeig de Gràcia (300 m), as...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="805.80" OriginalAmount="790.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.3935518" Longitude="2.1733161" StarRating="3" HotelCode="438299|hostalin_barcelona_gran_via" HotelName="Hostalin Barcelona Gran Via" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 657, pral 1ª, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/c6/52c6e14b31ad8934d73a790413e0484107c9786e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel offers a baggage storage service. Wireless internet access is available to guests in the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="826.51" OriginalAmount="810.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.393867" Longitude="2.162225" StarRating="5" HotelCode="440529|1602668" HotelName="Monument Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Gràcia 75, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/dd/fa/ddfae2605955b48213a2d06ed8fdd9ebb4342523.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="862.92" OriginalAmount="846.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38409972" Longitude="2.17964654" StarRating="2" HotelCode="592529|safestay_barcelona_gothic" HotelName="Safestay Barcelona Gothic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Street Vigatans 5-9, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/22/8422b9629734caaf35ac4a7950a0eb5aa524a962.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="874.14" OriginalAmount="857.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.396190257035" Longitude="2.1634951222852" StarRating="5" HotelCode="526452|the_one_barcelona_gl" HotelName="The One Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Babysitting,Banquet Hall,Bar,Boutique,Business Centre,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Housekeeping,Internet,Laundry,Lounge,Massage Centre,Meeting Room,Parking,Pets allowed,Printer,Restaurant,Room Service,Sauna,Spa,Telephone Service,Valet Parking,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Provença 277, Barcelona Centro, 08037 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/09/1e/091e17e5d4745d921fc1e71d760013edfb795639.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;With an exceptional location in the city's most exclusive district, The complex is a new hotel with ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="874.14" OriginalAmount="857.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.394554" Longitude="2.163303" StarRating="5" HotelCode="904551|alma_barcelona" HotelName="Alma Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mallorca 271, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/09/6c/096c26bdcbca9ee85f4fc5e136ea45214c44e99d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of Barcelona, the hotel is just 200 m from the famous Passeig de Gràcia, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="898.62" OriginalAmount="881.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.368502646324" Longitude="2.1897277361425" StarRating="5" HotelCode="899897|w_barcelona" HotelName="W Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Placa de la Rosa dels Vents 1, Final Passeig de Joan de Borbo, 08039 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/cf/8ccf086af0bd17569f9c53e5cdf7dd110337fc95.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the Nova Bocana of the Port of Barcelona, which connects the city's historical centre to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="968.46" OriginalAmount="949.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386776" Longitude="2.196315" StarRating="5" HotelCode="10359|23894" HotelName="Arts Barcelona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Marina 19-21, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/77/0e776467fdfb84614d7a81712a4d173712baec42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This spectacular, luxurious city hotel is located on the wonderful promenade and enjoys unique panor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1163.82" OriginalAmount="1141.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.383194993763" Longitude="2.1753362392521" StarRating="5" HotelCode="29335|hotel_neri" HotelName="Hotel Neri" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Sant Sever 5, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/6a/1f6a21e0675e4ca2ec5de92b4280b0e72c3ecac1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Barcelona's central Gothic Quarter, the city's oldest quarter. In the narr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1214.74" OriginalAmount="1190.92" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.382751494264" Longitude="2.1789403374692" StarRating="5" HotelCode="207362|1081858" HotelName="Mercer Hotel Barcelona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Bar,Internet,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle dels Lledó 7, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/2f/e22ff6e1de484d7eb68124983a06e3698ddb69a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers easy access to Barcelona's popular hot spots.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1240.88" OriginalAmount="1216.55" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.391366440759" Longitude="2.1714704638914" StarRating="5" HotelCode="16766|363815" HotelName="El Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 668, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/73/bb/73bb73d3cac104ba754f4d79c39adf598990ee67.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This first class hotel is located directly in the city's tourist centre. Las Ramblas and other emine...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1299.48" OriginalAmount="1274.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39050356" Longitude="2.16935903" StarRating="5" HotelCode="591524|almanac_barcelona" HotelName="Almanac Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 619-621, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/8f/ec8f4524cb6e352b5a6999d2f5ee1ecbce7a3a04.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A lobby and a reception are available to travellers. Amenities include a safe. Wireless internet acc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1332.12" OriginalAmount="1306.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39305076" Longitude="2.17102083" StarRating="4" HotelCode="526570|midtown_luxury_apartments" HotelName="Midtown Luxury Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Bruc 55, Eixample, 08009 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/6a/1c6a0ba21b5dbcb47566423c60ff413add367a57.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1424.62" OriginalAmount="1396.69" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.410583933148" Longitude="2.136482053378" StarRating="5" HotelCode="97667|383505" HotelName="Abac" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Eco Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Garden,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Del Tibidabo 1, 08022 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/06/520671a04967593f73430df129be6e19f86c0f55.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Sarria-Sant Gervasi, in the upper zone of Barcelona, with views of Placa Ke...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1531.02" OriginalAmount="1501.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39907131" Longitude="2.15775009" StarRating="1" HotelCode="320890|gracia_city_hostel" HotelName="Gracia City Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Sant Pere Martir 18, Gràcia, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/0c/c00c35634e6d01c9fb826438b58164e4985a6487.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located right in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1742.16" OriginalAmount="1708.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.381049" Longitude="2.17960908" StarRating="5" HotelCode="478264|the_wittmore" HotelName="The Wittmore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Dry Cleaning,Internet,Kitchen,Laundry,LCD/Projector,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Riudarenes 7, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/14/7814aa761927d17c356bf6a293c76dc4e578f8e9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Location The Wittmore is a truly luxury five-star establishment located in the district of Gotic-Ciu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2576.21" OriginalAmount="2525.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.391171422942" Longitude="2.166642844677" StarRating="5" HotelCode="103387|137654" HotelName="Mandarin Oriental Barcelona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Gràcia 38-40, Barcelona 08007</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/d2/03d209692cd8c1be069f5c688ebab60d9ecb53af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="4045.87" OriginalAmount="3966.54" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.374737492754" Longitude="2.1609431505203" StarRating="4" HotelCode="30127|325045" HotelName="Hotel Concordia Barcelona" 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,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda Paral·lel 115, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/70/dd7092cfe226cc7303819c1c04a176bfc23cbbe7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing, hotel is located directly near to the Plaza de España, close to the Congress Palace ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="4097.04" OriginalAmount="4016.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.382077674776" Longitude="2.1840308306885" StarRating="3" HotelCode="30178|24094" HotelName="Hotel Del Mar" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pla de Palau 19, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/c0/38c013d4f2ca2ad1d326dc58cd8c5bcb85ca4f11.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the gothic district, in the heart of Barcelona. Numerous tourist attraction...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="4102.73" OriginalAmount="4022.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38227166243" Longitude="2.1806209914016" StarRating="4" HotelCode="140660|386925" HotelName="Hotel Colonial Barcelona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vía Laietana 3, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/82/87/8287e3fc2f206d2d989e367a99fb33f8592574f1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Gothic quarter, next to Ramblas, Plaza Cataluña and Paseo Maritimo. Barc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7827.90" OriginalAmount="7674.41" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.383153149718" Longitude="2.1778130932541" StarRating="4" HotelCode="12918|275505" HotelName="Gran Hotel Barcino" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Jaume I 6, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f3/ec/f3ec5f16cb5db91a253c6b0a891cc974de3923be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular luxury hotel is located in Barcelona's gothic quarter in the heart of the city. Numerou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7844.31" OriginalAmount="7690.50" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.375546607819" Longitude="2.1731445193291" StarRating="3" HotelCode="161337|231906" HotelName="Hotel Acta Mimic" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Arc del Teatre 58, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/37/6a/376a284fc163e56bdca99eaf703a0ecfae62a526.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This design hotel is located in Barcelona's Ciutat Vella (old city) district, next to the ancient Te...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access,Conference Hall,Currency Exchange,Lounge,Massage Centre,Nightclub,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Bicycle Rental,Golf,Diet Meals,Jacuzzi,Kitchen,Heated Pool,Garden,24 Hour Power Supply,24 Hour Security,Airport Transfer (on Demand),ATM/Cash Machine,Babysitting,Banquet Hall,Boutique,Business Centre,Housekeeping,Meeting Room,Parking,Pets allowed,Printer,Valet Parking,Wake-up Call Service,24 Hour Front Desk,Concierge,Dry Cleaning,Elevator,Library,Luggage Storage,Coffee Shop,Smoking Rooms,24 Hour Room Service,LCD/Projector,Vending Machine,Off-Site Parking,Beauty Salon</BasicAmenities>
    <HotelRating>2,5,4,3,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,SELF CATERING,FULL BOARD</Meals>
    <PropertyType>CITY HOTEL,BUSINESS HOTEL,SPA HOTEL,HISTORIC HOTEL,CONFERENCE HOTEL,HOTEL DE CHARME,FAMILY-FRIENDLY HOTEL,APARTMENT HOTEL,BEACH HOTEL,VILLAGE,CLUB RESORT,AIRPORT HOTEL,FINCA,GUESTHOUSE,HOTEL,HOSTEL,VACATION CONDO OR APARTMENT,APARTMENT,GUEST HOUSES,ECO HOTEL,HOSTELS,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
478ba076-e536-4c51-959d-6842cf83684a|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="478ba076-e536-4c51-959d-6842cf83684a">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="24075" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-26T00:00:00" End="2026-06-28T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="AE" 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
478ba076-e536-4c51-959d-6842cf83684a|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
478ba076-e536-4c51-959d-6842cf83684a|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-06-12T10:43:17.0736241+01:00" Version="0" EchoToken="Search" TransactionIdentifier="478ba076-e536-4c51-959d-6842cf83684a" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="125.35" OriginalAmount="122.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.388027969187" Longitude="2.1337172625656" StarRating="1" HotelCode="94215|2158665|Bed &amp; Breakfast" HotelName="Pere Tarrés Youth Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Guesthouse,Hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Numància 149-151, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/d9/c3d98da9a7b6295c8fb58e04690d4492849c99d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel is located on Numancia in Barcelona city centre, opposite the La Illa shopping centre and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="230.14" OriginalAmount="225.63" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.372863" Longitude="2.1663189999999" StarRating="2" HotelCode="99811|997045|Bed &amp; Breakfast" HotelName="Hostal Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Roser 40, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/aa/c1aa36aede1c00be2dd31690c7dddd3edae6e80f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Barcelona, this hostel is about 15 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="238.15" OriginalAmount="233.48" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.4001" Longitude="2.15137" StarRating="2" HotelCode="318132|CAM967500|Bed &amp; Breakfast" HotelName="Via Augusta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Augusta 63, 08006 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/48/5348f417295211c54bfc5701a46d99774e7339ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This centrally located business hotel is located just 500 m from the centre of Barcelona (Paseo de G...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="258.48" OriginalAmount="253.41" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39561125233" Longitude="2.1495290100574" StarRating="3" HotelCode="47696|387275|Bed &amp; Breakfast" HotelName="Hotel Condado Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Aribau 201, 08021 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/ce/39ce051eb88703e0ea59d7cb21ea0ff5975455b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel lies on Avenida Diagonal in the commercial and business district of Barcelona...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="261.17" OriginalAmount="256.05" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39569058" Longitude="2.15835081" StarRating="2" HotelCode="429500|3310745|Bed &amp; Breakfast" HotelName="Rodamón Barcelona Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Housekeeping,Internet,Kitchen,Laundry,Library,Lounge,Luggage Storage,Meeting Room,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Còrsega 302 Pis Principal, Barcelona 08008</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8e/0e/8e0ed0702b51377feb3535be1fad4540988630f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Rodamón Barcelona Hostel in Barcelona (Eixample), y...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="262.42" OriginalAmount="257.27" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.41402801152" Longitude="2.1776130319118" StarRating="2" HotelCode="26836|234766|Bed &amp; Breakfast" HotelName="Hotel Amrey Sant Pau" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Sant Antoni Maria Claret 173, 08041 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/6b/f56b692c49c951b41961b4ef196b3f6f7a4a1421.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies 3 miles from Las Ramblas, and offers an ideal location for easy access to shopping fa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="267.39" OriginalAmount="262.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.412562" Longitude="2.209023" StarRating="4" HotelCode="36821|333515|Bed &amp; Breakfast" HotelName="Hotel Barcelona Condal Mar managed by Melia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Finca,Village,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cristóbal de Moura 138, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/26/3a/263ac41f675aeb52e573c13897ad425e00b25885.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. It lies 100 metres from the nearest tram links and the metro sta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="272.21" OriginalAmount="266.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.433870952937" Longitude="2.1473979949951" StarRating="4" HotelCode="29362|383655|Bed &amp; Breakfast" HotelName="Alimara" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>C/ Berruguete 126, 08035 Barcelona, Costa Brava</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/59/aa59a6d65cd2d6dd4ae4e5c17fbf97ec55ab1d4f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the new quarter of Barcelona by the Ronda De Dalt. Public transport departs...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="272.65" OriginalAmount="267.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.407318" Longitude="2.144165" StarRating="4" HotelCode="29497|24004|Bed &amp; Breakfast" HotelName="Catalonia Park Putxet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Putxet 68-74, 08023 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/33/1333d26701a3a098beb05e97e60cd1211639dc44.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is situated in the quiet neighbourhood of Putxet. The town centre is approximately...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="275.09" OriginalAmount="269.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.403104219034" Longitude="2.1232009482089" StarRating="4" HotelCode="56437|364185|Bed &amp; Breakfast" HotelName="Eurostars Anglí" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>D' Anglí 60, 08017 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/38/cd385509c8a677c12c917f8e12a523af5134f5cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is quietly situated in the north of Barcelona in Sarria-Sant Gervasi. It is just 500 m to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="285.50" OriginalAmount="279.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.410478" Longitude="2.139723" StarRating="3" HotelCode="178335|996905|Bed &amp; Breakfast" HotelName="Aparthotel Bertran" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Bertran, 150, Barcelona 8023</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ca/03/ca039fd88641b2461b53f78e6e45673299deac1a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a quiet part of Barcelona, 5 minutes' walk from Avinguda Tibidabo FGC statio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="285.82" OriginalAmount="280.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.435381309706" Longitude="2.1816935986603" StarRating="2" HotelCode="79787|182536|Bed &amp; Breakfast" HotelName="ibis Barcelona Meridiana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo Andreu Nin 9, 08016 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/4b/ba4b6c229662b7c7ac9c0396f9983f2fe3640cd6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next to the Fabra i Puig Station, a 10-minute metro journey from Plaza Cataluny...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="286.83" OriginalAmount="281.21" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386274" Longitude="2.129435" StarRating="4" HotelCode="10885|384265|Bed &amp; Breakfast" HotelName="Atenea Barcelona Aparthotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Joan Güell 207-211, 08028 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/9d/1b9d62e6b3f5aef8ffe887ff2083207a49396948.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is situated in the centre of Barcelona, on the Avenida Diagonal. Public transpo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="286.96" OriginalAmount="281.33" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.377502934" Longitude="2.1388015151024" StarRating="4" HotelCode="97669|111372|Bed &amp; Breakfast" HotelName="AC Sants" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Passeig De Sant Antoni, 36-40, 08014 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/50/3750bedf94c70a0b25cf95885db65ff80b25544f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located 50 m from the AVE train station and 500 m from Plaza de España and the FIRA Ba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="288.02" OriginalAmount="282.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.414232474685" Longitude="2.1448430862607" StarRating="3" HotelCode="29331|24034|Bed &amp; Breakfast" HotelName="Catalonia Park Güell" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig Mare de Deu del Coll 10, 08023 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/0a/760abaa0a6be35f8812c4dc7fb89b62fdf198541.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally located at the heart of Barcelona close to the famous Güell Park. Guests may t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="288.25" OriginalAmount="282.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.399976133475" Longitude="2.2010137918974" StarRating="1" HotelCode="263667|1487378|Bed &amp; Breakfast" HotelName="Travelodge Barcelona Poblenou" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Calle Llull 170, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/f3/b7f352c867dad597035441950e0154dc64b80a95.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="289.62" OriginalAmount="283.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.374452015296" Longitude="2.1745936830473" StarRating="2" HotelCode="38237|387565|Bed &amp; Breakfast" HotelName="Hostal BCN Port" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda del Paral·lel 15, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/fd/5dfd12c8a114b71e252a69a9a64307434219fc3b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in the northeast of Spain, in the Catalonian capital of Barcelona. Throug...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="291.76" OriginalAmount="286.04" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.439359" Longitude="2.196828" StarRating="3" HotelCode="326470|35814|Bed &amp; Breakfast" HotelName="NH Barcelona La Maquinista" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sao Paulo 33-37, 08030 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/53/3953ff452d559f462d01b29a08d47de38e4cf603.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern city hotel is located close to the renowned shopping street, La Maquinista, just 4 km fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="295.80" OriginalAmount="290.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.390428906582" Longitude="2.1262192726135" StarRating="4" HotelCode="32772|2178280|Bed &amp; Breakfast" HotelName="Atiram Arenas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Capitán Arenas 20, 08034 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c1/bd/c1bd80ffc1bc8b04354cda5e9b7517cfc54b0b78.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This first class hotel is situated in Barcelona's tourist centre, around 5 km from the city centre. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="299.07" OriginalAmount="293.21" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.375202" Longitude="2.155661" StarRating="3" HotelCode="186383|859445|Bed &amp; Breakfast" HotelName="hcc lugano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Paral lel 172, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/3e/2a3e2d3d1e01d5c99451adcdfc0d53c7eddf6601.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Avinguda del Paral-lel, less than 3 km from Las Ramblas and Barcelona´s Goth...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="299.58" OriginalAmount="293.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.401164813216" Longitude="2.183103463212" StarRating="3" HotelCode="318134|388595|Bed &amp; Breakfast" HotelName="Glories Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Padilla 173, 08013 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/67/4a67aee96dd39185c733a2ff0a5de20d48c6653c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located at the heart of Barcelona, near to the Gran Vía, the Auditorium, the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="300.90" OriginalAmount="295.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39219196" Longitude="2.15371058" StarRating="2" HotelCode="383980|barcelo_hostel" HotelName="Barceló Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Corsega 226, Entresuelos, 08036 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/f5/a8f54f9905aa2bbb652ae50f3fc9c9e4326841f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="302.48" OriginalAmount="296.55" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.378486" Longitude="2.178047" StarRating="1" HotelCode="36371|1545968|Bed &amp; Breakfast" HotelName="Canton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Nueva de San Francisco, 40, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/97/ce974653700b86dad6acd243799e4232c71702a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="302.94" OriginalAmount="297.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.389070840448" Longitude="2.1428760288111" StarRating="2" HotelCode="30958|hotel_medium_prisma" HotelName="Hotel Prisma Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda de Josep Tarradellas 119, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/41/4541946ae1fd1300adc0119850da0312dca84810.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Barcelona. A diverse range of shops, restaurants, bars and di...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="304.49" OriginalAmount="298.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.399793635309" Longitude="2.1187737831947" StarRating="1" HotelCode="266905|2176045|Bed &amp; Breakfast" HotelName="Albergue Studio Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Duquessa d’Orleans 56, 08034 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/80/86808067254cc05b5a2abe10fa6ee4a3a0532ad5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="305.67" OriginalAmount="299.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.405453" Longitude="2.212218" StarRating="4" HotelCode="25134|237016|Bed &amp; Breakfast" HotelName="Attica 21 Barcelona Mar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Provencals 10, 08019 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/88/b4883b4ba0b16456a4deee6dc08989d7a9dd95fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the new Diagonal Mar district of Barcelona, 20 to 25 minutes from the city ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="306.91" OriginalAmount="300.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.352486911364" Longitude="2.1272411942482" StarRating="4" HotelCode="34629|368655|Bed &amp; Breakfast" HotelName="Fira Congress Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer José Agustín Goytisolo 9-11, 08908 Hospitalet de Llobregat, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/1e/1b1eadd497a66777934250f2172481cc4b973e76.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This conference hotel is located near to the city centre. Public transport departs from a stop appro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="308.48" OriginalAmount="302.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38972059039" Longitude="2.1473228931427" StarRating="2" HotelCode="34864|328405|Bed &amp; Breakfast" HotelName="Sunotel Junior" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Sarriá 9, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8d/bb/8dbb2fa48cb9e013fa85e44c0b059324d74c8c0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated close to many of the top tourist sights and shops. A variety of restaurants, b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="310.76" OriginalAmount="304.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.382597" Longitude="2.157106" StarRating="2" HotelCode="60253|364315|Bed &amp; Breakfast" HotelName="BCN Urban Hotels Del Comte" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 21/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de la Diputació 142-148, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/95/769581f0edfce55ddb7caba29d5f319c3b5d0f6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The comfortable, cosy city hotel enjoys a convenient location, just 10 minutes from Plaza Cataluña a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="311.88" OriginalAmount="305.76" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.423173" Longitude="2.190616" StarRating="3" HotelCode="170075|387985|Bed &amp; Breakfast" HotelName="Hotel Laumon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Internet,Laundry,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Monlau 8-10, 08027 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/b4/24b477c2b6c48f0aa7b2e7ee6ac1bdd8e520d0d3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an ideal location close to Avenida Meridiana, one of the main routes in and out of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="312.36" OriginalAmount="306.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.328381754139" Longitude="2.112794816494" StarRating="4" HotelCode="30766|222326|Bed &amp; Breakfast" HotelName="Best Western Plus Alfa Aeropuerto" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle K  s/n, Entrada Principal Mercabarna, Zona Franca, 08040 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/7e/c17effcbdd90116f30383f9e8cbc44b2b2ed5204.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Zona Franca, 15 minutes from the airport, 15 minutes from the port and 2...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="312.86" OriginalAmount="306.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.411041" Longitude="2.185693" StarRating="3" HotelCode="168268|2155615|Bed &amp; Breakfast" HotelName="Leonardo Boutique Hotel Barcelona Sagrada Familia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Internet,Lounge,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Mallorca 606, 08026 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/33/6833a00ffd4e4a6126dd4f56a00a1859c4a6c18f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located about 10 minutes from the Sagrada Familia and around 4 kilometres from Pla...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="314.11" OriginalAmount="307.95" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.403781" Longitude="2.213731" StarRating="4" HotelCode="166949|351665|Bed &amp; Breakfast" HotelName="Hotel Front Marítim" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Garcia Fària 69-71, 08019 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/05/a3/05a3ea969ee0e7a4e6b7b327d4ca7e9a71351532.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is also wonderfully located, close to the sea. The nearest public transport link...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="314.58" OriginalAmount="308.41" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.394822442612" Longitude="2.193427208299" StarRating="2" HotelCode="459837|1994005|Bed &amp; Breakfast" HotelName="ibis Styles Barcelona City Bogatell" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Carrer De Llull 71, HB004742, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/0d/ed0dbe07283d9bfde186dcbf5dda8d8794cc38c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="314.92" OriginalAmount="308.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.399941126936" Longitude="2.1451583504677" StarRating="3" HotelCode="29126|860775|Bed &amp; Breakfast" HotelName="Mercure Barcelona Condor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Augusta 127, 8006  Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/a2/4fa2eb4e4b90c0bb817effd8368c5cbfa8ba186a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the centre of the Barrio de Gràcia and close to the most emblematic modern...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="316.35" OriginalAmount="310.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.385701957268" Longitude="2.1404980123043" StarRating="3" HotelCode="32068|1629158|Bed &amp; Breakfast" HotelName="NH Barcelona Entenza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de l'Equador 20, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/e2/fee27927fc67b11d0f36d28d928afabe0f3a3333.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies just a short distance from the centre of Barcelona. Links to the public transpo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="318.53" OriginalAmount="312.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.351756034022" Longitude="2.1204176545143" StarRating="4" HotelCode="37198|326995|Bed &amp; Breakfast" HotelName="Eurohotel Gran Via Fira" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Ciencias 98-100, 08908 Hospitalet de Llobregat, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a8/cc/a8ccfccb7a9bdb6d4feca0a7f7db8b1849fc0d97.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in L'Hospitalet, around 4 km from Barcelona city centre. The conference and ex...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="318.99" OriginalAmount="312.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.403255740731" Longitude="2.1270789206028" StarRating="3" HotelCode="29330|23994|Bed &amp; Breakfast" HotelName="Catalonia Mikado" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de Bonanova 58, 08017 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/dc/b0dcb522e898bf62bff13347bd12f4574b59a1ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is just 4 km from the centre of the town. Countless shopping and entertainment ve...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="320.17" OriginalAmount="313.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.377524" Longitude="2.113578" StarRating="4" HotelCode="34626|325015|Bed &amp; Breakfast" HotelName="Senator Barcelona Spa Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cardenal Reig 11, 08028 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/05/b2057a7930342b3ff111ba17c52306c2a84022c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a prestigious district of Barcelona close to Avenida Diagonal, just 15 minu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="320.90" OriginalAmount="314.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38943594156" Longitude="2.1474362516166" StarRating="3" HotelCode="37195|330365|Bed &amp; Breakfast" HotelName="Sunotel Aston" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de París 101, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/0f/b60ff3eedf8ef0478700d4366ed63058a14ec16b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern building is located in the financial and commercial heart of Barcelona, close to the Fai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="321.20" OriginalAmount="314.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.401780532131" Longitude="2.1477453410626" StarRating="3" HotelCode="31130|382905|Bed &amp; Breakfast" HotelName="Pol &amp; Grace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>c/ Guillermo Tell 49, 08006 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/7e/da7e7c433b130fde65b2247f20ed05733d2a5190.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the centre and the tourist area. Countless shopping venues, nightclub...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="322.28" OriginalAmount="315.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.392958256819" Longitude="2.124685049057" StarRating="2" HotelCode="26120|387825|Bed &amp; Breakfast" HotelName="Hotel Bonanova Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Capita Arenas 51, 08034 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/05/9b05cfb1cf1df990735fef26487929243dd4c450.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This simple hotel is situated close to the Avenida Diagonal, the Catalunya congress hall, the FC Bar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="322.44" OriginalAmount="316.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.376758248871" Longitude="2.145944237709" StarRating="4" HotelCode="58121|351705|Bed &amp; Breakfast" HotelName="Pestana Arena Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Consell De Cent 51-53, Esquina Calle Bejar, 08014 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/78/0a78c67baa92a44278cad42aa1727fa9555083bc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the Sants Montjuic district, close to the Fira de Barcelona trade fair...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="322.86" OriginalAmount="316.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.398202885905" Longitude="2.1494523993883" StarRating="4" HotelCode="14464|246426|Bed &amp; Breakfast" HotelName="Mariano Cubi Aparthotel Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Diet Meals,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Marià Cubi 62-64, Sarrià-St. Gervasi, 08006 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/d8/bed86bc2bdbf80afa069b1f887c7ae46d0628b61.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located close to Balmes Street, the shopping and business centre, only a few mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="324.82" OriginalAmount="318.45" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.397262931107" Longitude="2.159226507375" StarRating="2" HotelCode="263664|1503938|Bed &amp; Breakfast" HotelName="Casa Gracia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Gracia 116, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/15/7c15cb729c4fa688587e50c6314deebd4e976632.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Barcelona, about 2.5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="325.38" OriginalAmount="319.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.3846987695" Longitude="2.1664537489414" StarRating="2" HotelCode="30649|1265784|Bed &amp; Breakfast" HotelName="Mesón Castilla Atiram Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Garden,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Valldonzella 5, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1e/26/1e268d5b81bf071a1e06749fc9c0af8dd21b66aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is approximately 2 km from the sea. Situated on a side street, the hotel is close to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="325.62" OriginalAmount="319.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.410214370666" Longitude="2.1694886684418" StarRating="4" HotelCode="30437|228216|Bed &amp; Breakfast" HotelName="Hotel ILUNION Bel Art" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Lepant 406, 08025 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/9e/ef9e17875863e2e1771b38b633d0664cd254eb4f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers easy access to the city’s main attractions thanks to the various bus routes and a m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="327.07" OriginalAmount="320.66" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.410961" Longitude="2.186556" StarRating="4" HotelCode="326421|23934|Bed &amp; Breakfast" HotelName="Catalonia Atenas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Meridiana 151, 08026 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b5/97/b597280d50a5109edb2a624c6c142d8c62f5e52a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the Sagrada Familia. This hotel is well-connected with the rest of the cit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="328.64" OriginalAmount="322.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.411004" Longitude="2.173286" StarRating="2" HotelCode="31115|269315|Bed &amp; Breakfast" HotelName="HTOP BCN City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Travessera De Gràcia 380-384, 08025 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/88/d28893b40474dcaf2a2c4b68ff572b76ed3c3457.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona's leisure area just a few minutes’ walk from the city centre and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="328.76" OriginalAmount="322.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.375927009185" Longitude="2.1670183539391" StarRating="4" HotelCode="30438|231796|Bed &amp; Breakfast" HotelName="Hotel Garbí Mil·lenni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ronda de Sant Pau 14, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/41/9341939dbdcdba531767df8deb83ee42acbf3172.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This wonderfully restored, luxury hotel is situated within a few minutes walk of the city's tourist ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="332.63" OriginalAmount="326.11" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.3746" Longitude="2.166" StarRating="2" HotelCode="30340|387925|Bed &amp; Breakfast" HotelName="Paral-Lel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Poeta Cabanyes 5-7, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/40/7440d1f71a401de55b3e0f80c6418379d89ff0eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the city centre this pleasant hotel is the ideal starting point for exploring Barcelona ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="333.32" OriginalAmount="326.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38596" Longitude="2.1655" StarRating="2" HotelCode="31512|383665|Bed &amp; Breakfast" HotelName="HLG CityPark Pelayo Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Pelai 1, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/93/4193bf0d1513389e4dca105122fa28a70dcda785.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the town centre, close to Plaza Catalunya. Here guests will find many shop...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="334.69" OriginalAmount="328.13" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.399915977474" Longitude="2.1300119161606" StarRating="3" HotelCode="31360|1017938|Bed &amp; Breakfast" HotelName="Tres Torres Atiram" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calatrava 32, 08017 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/98/1b982f11908e8fce54275611aec4a5f0ee015206.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to the city centre, in Barcelona's entertainment centre. Countless shop...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="335.63" OriginalAmount="329.05" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.387979" Longitude="2.156863" StarRating="4" HotelCode="261899|997185|Bed &amp; Breakfast" HotelName="Sunotel Club Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Jacuzzi,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer València 157, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/c9/71c9c362d8f30e7e3a903689d895e341e68f8da9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Barcelona city centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="338.02" OriginalAmount="331.39" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.389750774476" Longitude="2.1419611573219" StarRating="4" HotelCode="9956|98298|Bed &amp; Breakfast" HotelName="Hotel Derby" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Loreto 21, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d7/90/d790d59cf8a919051c28d197c852a2711a2955fb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in the heart of Barcelona (in the shopping and business centre), on...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="338.91" OriginalAmount="332.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386186" Longitude="2.154786" StarRating="3" HotelCode="30174|386905|Bed &amp; Breakfast" HotelName="Barcelona Century Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>València 154, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/17/8c17afd22244a9909926efabe1eb504c975ec144.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is located in L'Eixample district, close to the cathedral and the Picasso museum....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="342.43" OriginalAmount="335.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.41158" Longitude="2.21188" StarRating="4" HotelCode="185340|860945|Bed &amp; Breakfast" HotelName="Vincci Bit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Josep Plà 69, 08019 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/fc/c5fc23fad866ffe7558d0b6e80dfa4f7904c32a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just 10 minutes' walk from Mar Bella beach. There are a number of bars, restau...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="342.44" OriginalAmount="335.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.407744" Longitude="2.185346" StarRating="3" HotelCode="10702|23924|Bed &amp; Breakfast" HotelName="Catalonia Sagrada Familia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Aragó 577 - 579, 08026 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/9c/1e9c21b07cb93d67dce9dd5d1a8cbf9ce41e3642.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated close to the centre of Barcelona. Numerous shops, restaurant, bar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="343.92" OriginalAmount="337.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.408675449046" Longitude="2.1478486061096" StarRating="3" HotelCode="130496|942265|Bed &amp; Breakfast" HotelName="Ronda Lesseps" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>C/Ballester 77-81, 08023 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/33/59/3359ec98d811d51d6473d16982a176c4478706f0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="346.15" OriginalAmount="339.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.390829045012" Longitude="2.1718199376129" StarRating="4" HotelCode="336657|1884975|Bed &amp; Breakfast" HotelName="Hotel Àmbit Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Roger de Llúria 17, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/9c/e29c542cfc741916cc75da16d2693d008693717c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="346.57" OriginalAmount="339.77" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.393515626256" Longitude="2.1505683660507" StarRating="4" HotelCode="51951|366305|Bed &amp; Breakfast" HotelName="Guitart Grand Passage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Muntaner 212, 08036 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/63/4d63946277154a3c573549c6051e0906cbaf7a5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel is located in the leisure area of Barcelona. There are countless shops, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="346.64" OriginalAmount="339.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.401055" Longitude="2.194399" StarRating="2" HotelCode="169882|184646|Bed &amp; Breakfast" HotelName="ibis Barcelona Pza Glories 22" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Ciutat de Granada 99, 08018 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/fe/c6fee9324074ef9603a84ec157995ceb3e3bd1c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Glòries district, under 10 minutes away from the Plaza Catalunya and Bar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="347.59" OriginalAmount="340.77" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.405031578806" Longitude="2.1404792405672" StarRating="3" HotelCode="27688|364565|Bed &amp; Breakfast" HotelName="Exe Mitre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bertrán 9-15, 08023 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/fe/ecfe0a2e27097401563c4eaea05512ed2fa27687.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near to the Parque Güell and the worthwhile attraction of Casa-Museu Gaudí. Lin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="348.38" OriginalAmount="341.55" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.379065" Longitude="2.168383" StarRating="3" HotelCode="318226|237616|Bed &amp; Breakfast" HotelName="abba Rambla Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Rambla del Raval 4c, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c0/07/c007397a351ae812e4040ce32aa74428983a666c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located just off the famous Las Ramblas from where guests can reach the hist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="348.44" OriginalAmount="341.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.390615" Longitude="2.163208" StarRating="3" HotelCode="31083|24204|Bed &amp; Breakfast" HotelName="hcc taber" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer d'Aragó 256, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/bb/8d/bb8d5b71c1626b8205cff9ad5730ba8972c2445c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This up-market hotel is situated in Barcelona's tourist centre, just a few paces from countless rest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="349.67" OriginalAmount="342.81" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.384810757641" Longitude="2.1624949478555" StarRating="2" HotelCode="313511|1738548|Bed &amp; Breakfast" HotelName="Toc Hostel Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 580, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/8f/3f8fc85e07027305aefb25373c656338ad6b53c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="349.91" OriginalAmount="343.05" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.3814" Longitude="2.175501" StarRating="2" HotelCode="260272|2487995|Bed &amp; Breakfast" HotelName="Hostal Fernando" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Ferran 31, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/07/0407c5c57118650bdfc20d7cb87730f9182950dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the centre of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="352.59" OriginalAmount="345.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.388657049224" Longitude="2.1315297981996" StarRating="4" HotelCode="29518|68994|Bed &amp; Breakfast" HotelName="Hilton Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 22/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Diagonal 589-591, 08014 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/22/02/2202ae62c576945609f5b07c07e26390c88ba6d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This top range luxury hotel is located in the heart of Barcelona's shopping district. The surroundin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="353.96" OriginalAmount="347.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.372999471515" Longitude="2.1459804475307" StarRating="3" HotelCode="190686|869445|Bed &amp; Breakfast" HotelName="Hotel Acta Azul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Kitchen,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 327, 08014 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/03/48031dc6130cfdc79a9aa046deca55f27fa86d88.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona, about 4 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="354.28" OriginalAmount="347.33" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.404699" Longitude="2.138857" StarRating="3" HotelCode="17654|388985|Bed &amp; Breakfast" HotelName="Silken St. Gervasi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sant Gervasi De Cassoles 26, 08022 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/ba/a6ba4d89d181bac1ed7cc377b9c97829b97e5be3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to the city centre, in Barcelona's entertainment centre. Public transpo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="354.99" OriginalAmount="348.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39872287" Longitude="2.20121598" StarRating="3" HotelCode="977644|85308575|Bed &amp; Breakfast" HotelName="Acta Voraport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Ramon Turro 169-B, 08034 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/f3/10f354976274af79460a08f7c66272f374874d5f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="355.65" OriginalAmount="348.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.408095" Longitude="2.185855" StarRating="3" HotelCode="326475|23904|Bed &amp; Breakfast" HotelName="Catalonia Albeniz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Aragón 591-593, 08026 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/7d/367d3ccff46335767587aeaf6d3a75ea263acd52.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated directly on the Calle Aragon, close to the Sagrada Familia. Countless shoppin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="357.38" OriginalAmount="350.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.379128162206" Longitude="2.1605166944605" StarRating="3" HotelCode="73915|2166055|Bed &amp; Breakfast" HotelName="Market" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Comte Borrell 68, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/87/12879ccea1cd191f7b6973a2c5158b1b992da41d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="359.21" OriginalAmount="352.17" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.396533789293" Longitude="2.1285434067249" StarRating="3" HotelCode="32986|23964|Bed &amp; Breakfast" HotelName="Catalonia Castellnou" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Castellnou 61, 08017 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/0c/aa0cf4320113d65d19d3ede502d7c49f0d99b0f0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is centrally located just 2 km from the centre of the city. Countless shops and e...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="360.36" OriginalAmount="353.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.373298370194" Longitude="2.1474999189377" StarRating="4" HotelCode="94217|287845|Bed &amp; Breakfast" HotelName="Ayre Hotel Gran Vía" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de Les Corts Catalanes 322-324, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b8/64/b86479b3cecdd9403cb0c21464ee85e8da7f476e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a central city location, on Plaza España next to the Fira Exhibition and Conferenc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="360.95" OriginalAmount="353.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.389479117196" Longitude="2.1491253376007" StarRating="4" HotelCode="24881|387165|Bed &amp; Breakfast" HotelName="U232 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Comte d'Urgell 232, 08036 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/a4/e5a4e793315b5f8c5a1fb65fa5e825b42384d4ef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated in the heart of the shopping and boutique area, opposite the exhib...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="361.22" OriginalAmount="354.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.409773820358" Longitude="2.2185033559799" StarRating="4" HotelCode="29823|232416|Bed &amp; Breakfast" HotelName="AC Barcelona Forum" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Paseo Taulat 278, 08019 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/88/06/8806db9a144b4cf46249e3e2cc6d12bfd71a02ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This conference hotel is located in the shopping and exhibition centre quarter, Diagonal Mar, in Bar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="361.94" OriginalAmount="354.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.383705628549" Longitude="2.151705622673" StarRating="3" HotelCode="51821|228346|Bed &amp; Breakfast" HotelName="Hotel Viladomat by Silken" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viladomat 197, Eixample, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/b2/69b2ad8c70f8becb36804fef0503557c8c7102d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is situated in the centre of Barcelona, just a few minutes from the historical an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="362.27" OriginalAmount="355.17" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.37514" Longitude="2.168375" StarRating="4" HotelCode="25131|387095|Bed &amp; Breakfast" HotelName="Barcelona Universal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Av. Paral-lel 76-80, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/f2/cdf2ad56021c248ac627588498faa664e4d1edc2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is situated near the tourist centre of Barcelona. There are copious shops in the a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="364.00" OriginalAmount="356.86" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.392097773478" Longitude="2.155974055808" StarRating="4" HotelCode="316925|1593188|Bed &amp; Breakfast" HotelName="BCN Urban Hotels Gran Rosellón" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Rosselló 174-176, 08036 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/b3/a9b35ce362fd2237e89c8808cc5b7ea9b777e626.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="364.55" OriginalAmount="357.40" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.382773853339" Longitude="2.140166759491" StarRating="4" HotelCode="318135|237666|Bed &amp; Breakfast" HotelName="abba Sants Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Numancia 32, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/86/0a8695d54894485e19e7a81524f8221f9eafd531.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated close to Estació de Sants (station and bus stop). Numerous shops, restaurants ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="365.46" OriginalAmount="358.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.37818" Longitude="2.17615" StarRating="4" HotelCode="177872|860915|Bed &amp; Breakfast" HotelName="Eurostars Ramblas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Las Ramblas 22-24, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/11/1b11de326e8f1f39245e5a18e397a8919bb16eff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located across from Plaça del Teatro, the most artistic stretch of the Rambla. It occup...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="366.66" OriginalAmount="359.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38119906251" Longitude="2.1550959348679" StarRating="3" HotelCode="31613|24174|Bed &amp; Breakfast" HotelName="Leonardo Hotel Barcelona Gran Via" 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,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de la Diputació 100, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/db/a8db9b0c2c28ac08a2d2899effe77d8cb21bde40.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Built in 2004, this modern hotel is ideal for night time revellers. Situated just a few minutes walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="367.20" OriginalAmount="360.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39376055" Longitude="2.17012905" StarRating="2" HotelCode="662513|fabrizzios_petit" HotelName="Fabrizzio's Petit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bruc 65 2/2, Eixample, 08009 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/48/0648f4a1ac06621c51e1942f57b204cc73516fd5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in central Barcelona, 15 minutes&amp;apos; walk from Sagrada Familia and Plaza Catalunya Square,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="367.43" OriginalAmount="360.23" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.381902440251" Longitude="2.1458610892296" StarRating="3" HotelCode="29332|24024|Bed &amp; Breakfast" HotelName="Catalonia Roma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda de Roma 31, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/13/70130ebbabb560cedb9198dd78712af935dfabdc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the tourist centre of Barcelona, less than a mile from the cultural and hi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="370.15" OriginalAmount="362.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.405933463069" Longitude="2.1715673804283" StarRating="3" HotelCode="37179|388915|Bed &amp; Breakfast" HotelName="Hotel Sagrada Familia" 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,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Corsega 541, Eixample, 08025 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/7b/6c7bd604cd20373492ebae4900c79c454e908f0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel lies right in a residential and commercial area, close to the famous Sagrada Familia....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="371.21" OriginalAmount="363.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.388368328956" Longitude="2.164491713047" StarRating="4" HotelCode="26977|351725|Bed &amp; Breakfast" HotelName="Sansi Diputacio Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer De La Diputació 234-236, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/30/2c/302c48f16ebfe4071359daa47bdbb0a218da1887.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is quietly situated in Barcelona's recreational area, close to a wide rang...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="371.45" OriginalAmount="364.17" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.392163443761" Longitude="2.1622949838638" StarRating="4" HotelCode="16541|24184|Bed &amp; Breakfast" HotelName="hcc regente" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rambla de Catalunya 76, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a3/88/a388c41c6c48862b6e858104bdb787733f3282e4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located and well communicated in one of Barcelona’s most popular streets, Rambla Catalu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="371.68" OriginalAmount="364.39" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.384320700861" Longitude="2.1513945508894" StarRating="4" HotelCode="37041|1094858|Bed &amp; Breakfast" HotelName="Sercotel Ámister Art Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Roma 93-95, near Sants train station, City Centre, Eixample District, 08029 Barcelona, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/61/97/6197a905dec602fa8d51136a7d132555698a6e4e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is suitable for both tourists as well as for business guest. It is located ar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="372.12" OriginalAmount="364.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.404811958591" Longitude="2.1288852121534" StarRating="4" HotelCode="130276|1546118|Bed &amp; Breakfast" HotelName="Vilana Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Vilana 7, 08017 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/33/f0333c0025387f9d4a75ea4eb37409a65b740129.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the prestigious La Bonanova district of Barcelona. It is surrounded by one o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="372.54" OriginalAmount="365.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.403329173356" Longitude="2.1372270584106" StarRating="4" HotelCode="326477|24044|Bed &amp; Breakfast" HotelName="Catalonia Barcelona 505" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Muntaner 505, 08022 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/50/59509f982f15c8e32cd162fb141434623d5f1661.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel has a wonderful location in the northern part of Barcelona, close to Güell Park an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="373.36" OriginalAmount="366.04" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.395869805449" Longitude="2.1813306212425" StarRating="3" HotelCode="57793|228376|Bed &amp; Breakfast" HotelName="Hotel ILUNION Auditori" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Sicilia 166-170, 08013 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/2c/562c5991b2fdf929a65c7b5b7a645e2e1bebf76a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies close to the Gothic quarter at the heart of Barcelona with bars and restaurants...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="374.61" OriginalAmount="367.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.396046365452" Longitude="2.1793591976166" StarRating="4" HotelCode="32033|287785|Bed &amp; Breakfast" HotelName="Ayre Hotel Caspe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Caspe 103, 08013 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/cd/6bcdaa8539a997e5b0520dc703a664eaa2f6d4fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant, luxury hotel is centrally situated in the Eixampel district of the city, just 20 minut...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="375.03" OriginalAmount="367.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.384172014258" Longitude="2.1617270261049" StarRating="4" HotelCode="69572|387105|Bed &amp; Breakfast" HotelName="Sunotel Central" 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,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 570, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0d/6f/0d6f66051416a88b6b66fcb1e6b39ca7b516dd57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the busiest commercial and business area of Barcelona. It is just a few ste...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="376.09" OriginalAmount="368.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.382675360171" Longitude="2.1657777272062" StarRating="2" HotelCode="66017|231776|Bed &amp; Breakfast" HotelName="Hotel Acta BCN 40" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Joaquin Costa 40, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/80/c480024335b2cf8a3e2f61df5ca19f346e32f8b3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a central location, surrounded by the historic centre of Barcelona and offers easy...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="378.66" OriginalAmount="371.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.383461140178" Longitude="2.159835014167" StarRating="3" HotelCode="60079|387085|Bed &amp; Breakfast" HotelName="Hotel Soho Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de De Les Corts Catalanes 543-545, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/2a/7e2a08dffd8c7d342865ef2fffb64e1e91afea63.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated right on Barcelona's Gran Vía. Plaza Catalunya and other tourist attractions a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="379.54" OriginalAmount="372.10" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.408220806403" Longitude="2.2118313610554" StarRating="4" HotelCode="25009|1768128|Bed &amp; Breakfast" HotelName="Vincci Maritimo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Llull 340, 08019 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/91/7d91375c5fb0f6f9eb76cb2eb0786de177fc1bec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is superbly located, close to the city centre. Barcelona's beautiful sandy beach i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="380.46" OriginalAmount="373.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.379991529334" Longitude="2.1728508174419" StarRating="4" HotelCode="30629|hotel_espana_2" HotelName="España" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Sant Pau 9-11, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/9b/139b99a8c8f0eea629b54a6c09dd48b424aca117.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the commercial, historical and artistic centre, next to the Gran Teatre del ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="380.84" OriginalAmount="373.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.376660634107" Longitude="2.1524325013161" StarRating="4" HotelCode="30445|23864|Bed &amp; Breakfast" HotelName="Hotel Vilamarí" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vilamarí 34-36, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/bb/cc/bbcccdbd689c4b0817a47bad6d506e8782bde7f1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located near Plaza de España. Various tourist attractions such as Plaza Cataluñ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="381.14" OriginalAmount="373.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.390984285472" Longitude="2.1707010269165" StarRating="4" HotelCode="30687|231766|Bed &amp; Breakfast" HotelName="Hotel Acta Atrium Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 656, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/d8/a1d8d3b7b25c7184fb2329242c8124e998bd91b3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant, luxury hotel is situated at the heart of Barcelona within minutes of the Gran Via. Gue...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="381.68" OriginalAmount="374.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.36990545884" Longitude="2.143763411045" StarRating="3" HotelCode="87936|97259|Bed &amp; Breakfast" HotelName="Aparthotel BCN Montjuic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Internet,Kitchen,Laundry,Lounge,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Sant Fructuós 64-74, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/04/100436b8a76cc1ff6190c7bd80d4ff814bbeaa46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is located on the Gran Vía de las Corts Catalanas and the Calle San ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="383.19" OriginalAmount="375.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.381296670462" Longitude="2.1269166469574" StarRating="4" HotelCode="32645|24374|Bed &amp; Breakfast" HotelName="NH Barcelona Stadium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Travessera de les Corts 150-152, 08028 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/0e/2f0e95859d9fb8a36a58bdc23200d0d8ac5a7791.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the commercial and banking district. The large department store, El Corte ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="383.39" OriginalAmount="375.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.389354858767" Longitude="2.1213275939226" StarRating="4" HotelCode="30682|118432|Bed &amp; Breakfast" HotelName="AC Hotel Victoria Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 20/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Beltrán i Ròzpide 7-9, antes Avenida Pedralbes 16, 08034 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/ac/40ac3f0eac2f9afc9aca4c775670c7c52bd53bba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a quiet district of Barcelona, in Pedralbes. Shopping and commercial zones ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="383.82" OriginalAmount="376.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.406305639633" Longitude="2.2006049752235" StarRating="4" HotelCode="81929|120654|Bed &amp; Breakfast" HotelName="Meliá Barcelona Sky" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Spa Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pere IV 272-286, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/6e/f26ea4ac4c19bad107898c1b34ffc01366917b2b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on one of the capital’s main roads, 'The Diagonal'. Within the vicinity, guest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="384.04" OriginalAmount="376.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39206" Longitude="2.15546" StarRating="4" HotelCode="30126|380855|Bed &amp; Breakfast" HotelName="Evenia Rosselló" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Rosselló 191, 08036 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/04/3c04347c9eaea619e8b7b8b7df85e8085d75f365.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is situated within a few minutes’ walk of the city centre. Various restaurants and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="384.77" OriginalAmount="377.23" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.376850842091" Longitude="2.1500288337469" StarRating="4" HotelCode="178197|888985|Bed &amp; Breakfast" HotelName="Ofelias Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Llançà 24, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/5c/015c7c2541a412ddd21d00c0173368cdde93b2f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Eixample district of Barcelona, in the Plaza de España and opposite the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="385.41" OriginalAmount="377.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38381228879" Longitude="2.1782970428467" StarRating="3" HotelCode="18012|24134|Bed &amp; Breakfast" HotelName="Hotel Suizo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza del Ángel 12, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/17/af/17af316b18b62bbe1138c835992565ecae2e1e95.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is to be found in the gothic quarter at the heart of Barcelona, close to the cathedral an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="386.15" OriginalAmount="378.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.394178628081" Longitude="2.1491628885269" StarRating="4" HotelCode="18766|24214|Bed &amp; Breakfast" HotelName="Hesperia Barcelona Presidente" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda Diagonal 570, 08021 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6e/82/6e829aa0c5243f951d969837ea816a30d384f892.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located 5 km from the nearest beach, this hotel is centrally located on Diagonal Avenue at the heart...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="386.26" OriginalAmount="378.69" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.399044794135" Longitude="2.2021633386612" StarRating="4" HotelCode="73981|228256|Bed &amp; Breakfast" HotelName="Hotel ILUNION Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Ramón Turró 196-198, Esquina Calle Llacuna, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/2e/ce2eea05b2a5998dc5e6a6b80ea9a7b5e900a982.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the triangle formed by the Forum area, the Olympic port and Plaza de las Gl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="386.32" OriginalAmount="378.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.385348" Longitude="2.171595" StarRating="3" HotelCode="30264|386685|Bed &amp; Breakfast" HotelName="Nouvel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>C/ Santa Ana, 18-20, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/42/a142fd7e89e3b2fa439d50b175483414a58d34e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to Plaza Cataluña and Las Ramblas at the heart of Barcelona. Various sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="386.88" OriginalAmount="379.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39392" Longitude="2.157975" StarRating="2" HotelCode="295427|1963655|Bed &amp; Breakfast" HotelName="Hotel Mihlton Barcelona B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Roselló 231, Principal 2ª, Eixample, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/c6/56c60ea6393258a66f13d2a208e23e4480601acc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="387.05" OriginalAmount="379.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.379774170982" Longitude="2.174206674099" StarRating="3" HotelCode="49091|262795|Bed &amp; Breakfast" HotelName="Oriente Atiram Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ramblas 45, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/45/fa/45faf95969a3fa04395b812ef4692d2a11d02f62.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly in the cultural and historical heart of Barcelona, in Las Ramblas. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="387.21" OriginalAmount="379.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.382066" Longitude="2.176392" StarRating="3" HotelCode="16725|314765|Bed &amp; Breakfast" HotelName="Hotel Gargallo Rialto" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Ferran 40-42, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/40/19/4019e6d516601b30a568398ee07faeb03da6450b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular and historical city hotel lies in the centre of the beautiful old town of Barcelona. Sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="387.60" OriginalAmount="380.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.379368634705" Longitude="2.1761123836041" StarRating="3" HotelCode="29520|hotel_barcelona_house" HotelName="Barcelona House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Escudellers 19, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/38/fc384ab8372fa346910b3460eaeb4c7dc293f75f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next to Las Ramblas and Plaza Reial, in the old quarter of Barcelona. It is a f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="387.79" OriginalAmount="380.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.389845" Longitude="2.166119" StarRating="4" HotelCode="47000|364275|Bed &amp; Breakfast" HotelName="Exe Cristal Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Diputació 257, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/00/1b00f75a6c88a4e0e202869f4dd48083d4e2eab0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is situated close to avenue Paseo de Gracia and Plaza Catalunya. Just a few minute...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="388.61" OriginalAmount="380.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.398694" Longitude="2.162406" StarRating="4" HotelCode="21559|467845|Bed &amp; Breakfast" HotelName="Catalonia La Pedrera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Córcega 368, 08037 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/fe/aafe4a7fc7b67ff17b21b86ea50ad0a0917b0c11.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located in the arty and commercial centre of Barcelona, only a stone's throw fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="389.09" OriginalAmount="381.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.387003425468" Longitude="2.172574754631" StarRating="3" HotelCode="103410|387395|Bed &amp; Breakfast" HotelName="Denit Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 22/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Estruc 24-26, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/8d/fa8d0e198ca4423424cb314e6b64162b781b0fda.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Barcelona. Right in the Gothic Quarter, in front of Plaça de Ca...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="389.49" OriginalAmount="381.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.397715603196" Longitude="2.1888915631598" StarRating="4" HotelCode="97626|384125|Bed &amp; Breakfast" HotelName="Capri by Fraser Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sancho De Avila 34, 08018 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/0a/5a0a0f95ff61cd9a3df4cf33e8d0fae811e2b2dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an excellent location, and it offers guests access to all the city's tourist sight...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="390.40" OriginalAmount="382.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.379031" Longitude="2.139737" StarRating="4" HotelCode="7776|275415|Bed &amp; Breakfast" HotelName="Barceló Sants" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaça dels Països Catalans s/n, Estacio de Sants, 08014 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/e9/18e9c5ee10ca2752fe81fe2deaa2571eb082483c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated near the main train station, Sants, in Barcelona and offers direct access to t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="391.25" OriginalAmount="383.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.388827135095" Longitude="2.1652936935425" StarRating="4" HotelCode="60920|54754|Bed &amp; Breakfast" HotelName="Petit Palace Museum" 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,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de la Diputación 250, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/01/1a016a3ba99bb1619cf4098280c8dcaade19e564.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This design hotel is centrally located in the business area of the city, next to the Gran Vía de las...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="391.57" OriginalAmount="383.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.380519827858" Longitude="2.171505689621" StarRating="3" HotelCode="17121|467895|Bed &amp; Breakfast" HotelName="San Agustin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaça de Sant Agustí 3, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/38/f63851b0012159a4e88884ad8e4634687785df04.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel can be found where the historical ruins of the former convent of Saint Augustine (1720) li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="392.77" OriginalAmount="385.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.388003779458" Longitude="2.1783917796878" StarRating="3" HotelCode="199957|1164438|Bed &amp; Breakfast" HotelName="Domus Selecta Musik Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Sant Pere Més Baix 62, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/73/1173227c5ff82d139acc75bffd41c2ef6708f49f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Barcelona, this boutique hotel is ideal for guests who appreciate a stylish ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="393.10" OriginalAmount="385.39" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.403786867984" Longitude="2.1913003921509" StarRating="4" HotelCode="161438|183316|Bed &amp; Breakfast" HotelName="Novotel Barcelona City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly 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,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Diagonal 201, Entrada por Ciutat de Granada, 08018 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/ef/47ef056d0326f0e7a4c7330b23eefcd88ffc19de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of the city on Avenida Diagonal (one of the city's main streets),the fami...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="394.46" OriginalAmount="386.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.397119296691" Longitude="2.1758575737476" StarRating="3" HotelCode="33836|383265|Bed &amp; Breakfast" HotelName="Serhs Carlit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de la Diputació 383, 08013 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/14/7b14768554837dd87f2f561cee16e8f7945a9984.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Barcelona, in the Eixample district, one of the most cha...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="395.13" OriginalAmount="387.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.378023075811" Longitude="2.173059364418" StarRating="4" HotelCode="113140|309905|Bed &amp; Breakfast" HotelName="Onix Liceo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Nou de la Rambla 36, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/4d/fc4d231b4192878c1ef1db088f7701d0503c2887.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an excellent location in Barcelona. Only a few metres away, guests can find the Gr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="395.76" OriginalAmount="388.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.381228545614" Longitude="2.1638671281105" StarRating="3" HotelCode="27724|ronda_hotel" HotelName="Hotel Ronda House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Sant Erasme 19, Barcelona, Cataluña</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/d6/57d64b6c3f240d5aefbc7abf3bc3754bfd7aa36a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Barcelona, close to the Plaza Cataluña and Las Ramblas. Shopp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="396.04" OriginalAmount="388.27" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.383361497143" Longitude="2.1793659031391" StarRating="4" HotelCode="13924|364625|Bed &amp; Breakfast" HotelName="Hotel Exe Laietana Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Laietana 17, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/f7/acf7a98820d8240db7a4f5a2319d0ec9cccc19d0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel offers a privileged location in the Gothic quarter, close to the Roman wall and the old t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="396.41" OriginalAmount="388.64" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38603" Longitude="2.176147" StarRating="4" HotelCode="29082|228266|Bed &amp; Breakfast" HotelName="Hotel ILUNION Almirante" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Vía Laietana 42, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/7f/9a7f1e1a184209a0f1f10bce003c1f574761a768.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Barcelona's gothic quarter just 5 minutes from Plaça Catalunya...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="396.54" OriginalAmount="388.76" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386055" Longitude="2.154244" StarRating="3" HotelCode="30222|24344|Bed &amp; Breakfast" HotelName="NH Barcelona Eixample" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Valencia 105-107, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/d5/c1d56a1c8fb4b80d0da1a5c3555c2ecbc5fa93f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is situated close to Barcelona's trade fair centre, Plaza de Cataluña and Sants t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="396.56" OriginalAmount="388.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.372233934778" Longitude="2.1573432635986" StarRating="2" HotelCode="868380|73254686|Bed &amp; Breakfast" HotelName="La França Travellers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>La França Xica 38, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="398.55" OriginalAmount="390.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.373131309149" Longitude="2.1699714660645" StarRating="2" HotelCode="31326|1604068|Bed &amp; Breakfast" HotelName="Nuevo Triunfo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Cabanes 34, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/35/573529dbe0e351ec7b3251b68bedc309cfa270a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Barcelona's leisure district, just a few minutes from the town centre whic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="400.07" OriginalAmount="392.23" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.381110219448" Longitude="2.1735426588955" StarRating="3" HotelCode="258539|2063965|Bed &amp; Breakfast" HotelName="Internacional Ramblas Atiram" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Rambla 78-80, Ciutat Vella (Gòtic)), 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1c/b4/1cb42db34fdea95e79df2fbb6ee0fc7c1e00f951.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Built in a modernist style, this hotel is extremely popular with tourists and offers guests fabulous...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="401.07" OriginalAmount="393.21" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38219538104" Longitude="2.1720539214612" StarRating="3" HotelCode="888120|2012811|Bed &amp; Breakfast" HotelName="Exe Ramblas Boquería" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rambla de Sant Josep 91-93, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/e0/1be02995c361f968814564fdecc26d44679b5d65.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming historical hotel is situated on Las Ramblas, in the historical, commercial and tourist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="401.13" OriginalAmount="393.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.391558791885" Longitude="2.1728622491939" StarRating="2" HotelCode="128306|1437778|Bed &amp; Breakfast" HotelName="Constanza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Bruc 33, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/50/a0505ff3612ca8bf6b608e7ce9c376ddf563ed9e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="403.12" OriginalAmount="395.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.359389" Longitude="2.133096" StarRating="4" HotelCode="60424|111352|Bed &amp; Breakfast" HotelName="AC Som" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Arquitectura 1-3, 08908 L'Hospitalet de Llobregat, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/82/3c/823c16a3a37cd8b2ff352f35e876868abd4dabc7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the edge of the city between the airport and the exhibition centre. Plaça d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="403.29" OriginalAmount="395.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.401432136973" Longitude="2.209941656414" StarRating="4" HotelCode="20716|383305|Bed &amp; Breakfast" HotelName="Hesperia Barcelona Del Mar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Espronceda  6, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/85/fb/85fbf656398b9906fed6500d3c1995fccfc382cb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern city hotel, only a street from the beach, lies in the new area, Diagonal Mar, of Barcelo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="403.44" OriginalAmount="395.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.380825" Longitude="2.177471" StarRating="3" HotelCode="70231|79274|Bed &amp; Breakfast" HotelName="Catalonia Avinyo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avinyó 16, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/24/4424a00fbf0e9b2c0ea40bc5f432f1c488714d5f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona’s gothic district. It is situated on Calle Avinyó, o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="404.28" OriginalAmount="396.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.37977431" Longitude="2.17351371" StarRating="2" HotelCode="662517|67339922|Bed &amp; Breakfast" HotelName="Ideal Youth Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostels" HotelFacility="24 Hour Front Desk,Bar,Beauty Salon,Concierge,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Meeting Room,Restaurant,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>Calle Unio 10,12, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/f3/48f3bad5bf3e4b5185d47259007586934367340b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal Youth Hostel is a popular choice amongst travelers in Barcelona, whether exploring or just pas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="404.70" OriginalAmount="396.76" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.389195307248" Longitude="2.1664275595245" StarRating="3" HotelCode="113153|309935|Bed &amp; Breakfast" HotelName="Onix Rambla" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Rambla de Catalunya 24, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/08/ef0817dcfe2722380d40f4712d22f5bbfd311904.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel stands on Barcelona's main commercial and business thoroughfare, Rambla de Catalunya. The ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="404.92" OriginalAmount="396.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.385758304367" Longitude="2.1659387648106" StarRating="4" HotelCode="258397|1966665|Bed &amp; Breakfast" HotelName="Hotel Midmost" 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,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Pelai 14, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/35/f2/35f2c2981a48d194dfc9c4f46b1485161ed1801a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the centre of Barcelona, in the gothic quarter and close to Las Ramblas wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="405.98" OriginalAmount="398.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.410950626156" Longitude="2.2188037633896" StarRating="4" HotelCode="29519|275495|Bed &amp; Breakfast" HotelName="Barcelona Princess" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Diagonal 1, 08019 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/44/a4/44a485f850a8126eea1aedfcc8f3657d21a67bbc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the Avenida Diagonal, near the new Barcelona International Exhibition and C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="411.42" OriginalAmount="403.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.394789308149" Longitude="2.1434806287289" StarRating="4" HotelCode="32983|23844|Bed &amp; Breakfast" HotelName="AC Irla" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Calvet 40-42, 08021 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/5e/9a5e43ccf0b3b04369a1f7687d883880370c9822.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in one of Barcelona's suburbs, within minutes of the centre, the nearest publi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="415.44" OriginalAmount="407.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.384292257712" Longitude="2.1619194746018" StarRating="3" HotelCode="9955|387915|Bed &amp; Breakfast" HotelName="Caledonian" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 574, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/ae/deaecddc16b853d1e91401446579e21c5d09fa22.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Fabulously situated at the heart of the city, just a few paces from the wonderful Plaza Catalunya an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="417.62" OriginalAmount="409.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.389158" Longitude="2.156378" StarRating="3" HotelCode="439455|1967055|Bed &amp; Breakfast" HotelName="The Corner Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Mallorca 178, 08036 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/26/a62631e08f7ef0de1c246358e79473279ded9009.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="418.20" OriginalAmount="410.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.393118269759" Longitude="2.1571280337574" StarRating="0" HotelCode="522465|forget_me_not_plus" HotelName="Forget Me Not PLUS B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Rossello 198, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/0b/ad0be98fc3ca9fdd5ae09351deab8b7bd35c801b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="419.20" OriginalAmount="410.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.3782" Longitude="2.17554" StarRating="3" HotelCode="59881|869435|Bed &amp; Breakfast" HotelName="Arc la Rambla" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>La Rambla 19, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/d4/37d42e0e979f6d80d745c238a20ee56f06e8efec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located in the heart of Barcelona, only around 10 minutes from the cultural ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="419.65" OriginalAmount="411.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.391866140936" Longitude="2.1568393707275" StarRating="4" HotelCode="55113|98348|Bed &amp; Breakfast" HotelName="Hotel Granados 83" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Enric Granados 83, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/ba/dcbab4e1a3f8334741c81015894569c83bfd45d6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of the colourful city of Barcelona, directly beside one of the m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="419.82" OriginalAmount="411.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.400612110963" Longitude="2.1786618232727" StarRating="4" HotelCode="38617|364365|Bed &amp; Breakfast" HotelName="Eurostars Monumental" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Consell De Cent 498-500, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/fb/9cfb4b76a66eb5e994374f51d08dc75247932780.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the tourist centre of Barcelona. Consequently, it is an ideal startin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="421.22" OriginalAmount="412.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.390027126028" Longitude="2.1422639093607" StarRating="4" HotelCode="37352|578135|Bed &amp; Breakfast" HotelName="Gran Derby Suite Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Loreto 28, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a4/b6/a4b6c5dcded5659a2ff4102171a6baaaaf0fd146.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the upper part of Avenida Diagonal and surrounded by other broad avenues, this is the ide...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="421.38" OriginalAmount="413.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.391610087159" Longitude="2.1593070030212" StarRating="4" HotelCode="55749|386875|Bed &amp; Breakfast" HotelName="Barcelona Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Balmes 103, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/80/0b80a60368ad4f97288eaac557ef0a7d0a917bfe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Barcelona at the crossroads of Calle Balmes and Calle Mallorca...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="422.67" OriginalAmount="414.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.376606100841" Longitude="2.1504709376203" StarRating="3" HotelCode="36820|387795|Bed &amp; Breakfast" HotelName="B-Hotel" 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,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 389-391, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/95/0395524f7769302815cab8f29d99405aa759b782.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in Barcelona's tourist centre, not far from the city centre. Shopping ven...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="422.70" OriginalAmount="414.41" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.394381853386" Longitude="2.150074839592" StarRating="3" HotelCode="25135|387195|Bed &amp; Breakfast" HotelName="Wilson Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avda. Diagonal 568, 08021 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/f4/a5f4a4aaf425209f08f63bc97189dff228b0d36d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This large, modern city hotel is ideally situated for those wishing to explore the city and its surr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="423.42" OriginalAmount="415.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.391865637884" Longitude="2.1751333773136" StarRating="2" HotelCode="190665|4694965|Bed &amp; Breakfast" HotelName="Hostal Girona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Girona 24, 1-1, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ef/90/ef90b585c01c5a77b88b1748562bfa5e34b6e104.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="423.66" OriginalAmount="415.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.408472268435" Longitude="2.2175002098083" StarRating="4" HotelCode="38235|69004|Bed &amp; Breakfast" HotelName="Hilton Diagonal Mar Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Passeig del Taulat 262-264, 08019 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/39/06/3906f47b63b077e63c8254f2de05e3f8dce82608.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located only at a 10 minutes’ walk from the beach, the hotel offers stunning views of the sea and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="427.03" OriginalAmount="418.66" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.387541262342" Longitude="2.1364894509315" StarRating="3" HotelCode="32067|24334|Bed &amp; Breakfast" HotelName="NH Barcelona Les Corts" 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,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Travessera de les Corts 292, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fd/b6/fdb62829b830c1b27cd1f286bd520742157d8aff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies close to Francesc Macià Plaza and not far from the FC Barcelona football stadium. Lo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="429.21" OriginalAmount="420.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.356409" Longitude="2.123118" StarRating="4" HotelCode="199956|932085|Bed &amp; Breakfast" HotelName="Renaissance Barcelona Fira" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Europa 50-52, L'Hospitalet de Llobregat, Barcelona 08902</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0a/47/0a478021b6ca7e4234c2eec66cb9aac2cb2de1f1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="430.16" OriginalAmount="421.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.389414724193" Longitude="2.1564048528671" StarRating="4" HotelCode="48051|222376|Bed &amp; Breakfast" HotelName="Best Western Premier Hotel Dante" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mallorca 181, 08036 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b8/28/b82818ad674e97f49655a7fd7ccb355279010fa1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming conference hotel is situated at the centre of the popular city centre, close to the Pa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="430.24" OriginalAmount="421.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.385035" Longitude="2.1706380000001" StarRating="3" HotelCode="149378|1546228|Bed &amp; Breakfast" HotelName="Hotel Continental Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>La Rambla 138, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/96/cd9668deccac8bed5fcb909baa661c9c50c57104.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in the heart of Barcelona, perfect for visiting the rest of the city. The establishment...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="430.44" OriginalAmount="422.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.382765803387" Longitude="2.184656560421" StarRating="2" HotelCode="21503|351805|Bed &amp; Breakfast" HotelName="Hotel Oasis Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pla de Palau 17, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/75/007509077488abcece57347aac7ff543ba79a987.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This centrally located hotel is situated about 500 m from the inviting beach, on the outskirts of th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="431.08" OriginalAmount="422.63" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38044" Longitude="2.179917" StarRating="3" HotelCode="44221|383405|Bed &amp; Breakfast" HotelName="Hesperia Barri Gòtic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ample 31, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5f/80/5f80e28395846072fa9b597151a671690d93627c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally situated close to Las Ramblas in Barcelona's historical old town. An abundan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="431.68" OriginalAmount="423.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.384585067201" Longitude="2.1378439664841" StarRating="4" HotelCode="49083|1685538|Bed &amp; Breakfast" HotelName="NH Sants Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Numancia 74, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/46/cf4652527980da89342acb902730b285b2add6e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern, centrally located hotel is situated in the shopping and business district of Les Corts....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="433.66" OriginalAmount="425.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.381081200652" Longitude="2.1727364723873" StarRating="3" HotelCode="14933|388375|Bed &amp; Breakfast" HotelName="Hotel Moderno Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Hospital 11, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/34/c034559ea7c57c4b41602faf416553fe96496750.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated at the heart of Barcelona's tourist centre. Countless entertainme...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="433.70" OriginalAmount="425.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.397366899436" Longitude="2.1924317106619" StarRating="4" HotelCode="900178|1020556|Bed &amp; Breakfast" HotelName="Villa Olímpic @ Suites Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Pallars 121-125, 08018 Barcelona, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/38/f3/38f3331dce9857924702adeef545938316f4ed97.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located between the streets of Pallars and Alava, in the fashionable district Barcelona 22@, the hot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="435.61" OriginalAmount="427.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.389731" Longitude="2.17993" StarRating="4" HotelCode="24883|24014|Bed &amp; Breakfast" HotelName="Catalonia Born" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rec Comtal 16-18, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/3a/ea3a94073cdde79e116a58e2bf176d69c2edbf4f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally situated directly near to the Arco del Triunfo and the Picasso Museum. There ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="436.06" OriginalAmount="427.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.397926" Longitude="2.192201" StarRating="3" HotelCode="172668|1026238|Bed &amp; Breakfast" HotelName="NH Barcelona Diagonal Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Àlaba 94-96, 08018 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/44/01448ae168c6e5469518461228f18d34fb85f877.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the groundbreaking technological 22nd district of Barcelona, very close to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="436.64" OriginalAmount="428.08" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.402690407332" Longitude="2.2121787071228" StarRating="4" HotelCode="32984|384435|Bed &amp; Breakfast" HotelName="Occidental Atenea Mar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Paseo García Faria 37-47, 08019 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/de/9fde7796696b375be09412f96489bded6f286e26.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated close to the sea, next to the entrance to the Nova Mar Bella section of the be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="437.97" OriginalAmount="429.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.385681" Longitude="2.124618" StarRating="4" HotelCode="900433|2024563|Bed &amp; Breakfast" HotelName="Catalonia Rigoletto" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sabino de Arana 22-24, 08028 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/62/f0628e363a4c95c408ad533b8b13ad5157d19697.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona's commercial and financial centre, only 50 m from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="438.53" OriginalAmount="429.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.378999322795" Longitude="2.1695892512798" StarRating="4" HotelCode="75221|275375|Bed &amp; Breakfast" HotelName="Barceló Raval" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Rambla del Raval 17-21, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/86/cd/86cdc007bb392a0ca444b6f3482b229addd7d6c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a privileged location in the Raval, Barcelona's top fashion district. It is j...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="438.97" OriginalAmount="430.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.393387065003" Longitude="2.1460522824843" StarRating="4" HotelCode="30784|1945515|Bed &amp; Breakfast" HotelName="Vincci Mae" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Diagonal 596, 08021 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/f1/abf124efd4ee5bc9ce271cf720e22abceec030cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on Avenida Diagonal at the heart of Barcelona's tourist centre. Numerous shops...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="439.25" OriginalAmount="430.64" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.372803224161" Longitude="2.1721118688583" StarRating="4" HotelCode="168270|366225|Bed &amp; Breakfast" HotelName="Grums" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Palaudaries 26, Barcelona 08004</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/b8/d6b8af0b321d625f3d4f95d379df62c720db5712.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet street within walking distance of Avenida del Parallel. Las Ramblas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="439.45" OriginalAmount="430.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.380945598722" Longitude="2.1531626594842" StarRating="3" HotelCode="11313|384305|Bed &amp; Breakfast" HotelName="Atenea Calabria Apartaments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Calabria 129, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/90/7490e3e29d966a1e435b8093f1775980c1c6bf8e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is centrally located close to the Gran Via. The main tourist attraction, as well a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="439.62" OriginalAmount="431.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.381063216147" Longitude="2.1455016732216" StarRating="4" HotelCode="20354|h10_itaca" HotelName="H10 Itaca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda de Roma 22, Eixample-Sants Estación, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/5b/6d5b2e5da5b93655ebc80402e02243dc0e56ba4d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the middle of Barcelona's central Eixample district, near to the trade fai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="441.92" OriginalAmount="433.25" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.40054" Longitude="2.208976" StarRating="4" HotelCode="21502|318495|Bed &amp; Breakfast" HotelName="EuroHotel Barcelona Diagonal Port" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Village,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lope de Vega 4, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/ba/c0ba4da81b88d5aa24f3e431ac6db3c6345f7715.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just across the road from the beach and the harbour is only a few minutes’ walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="445.42" OriginalAmount="436.69" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.374997" Longitude="2.172439" StarRating="3" HotelCode="55753|383335|Bed &amp; Breakfast" HotelName="SERHS Del Port Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida del Paral-lel 40, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/80/c480999bd991d51641521484dfbcb112e8f4707e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near links to the public transport network. In addition, the boulevards of Bar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="445.76" OriginalAmount="437.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.394011478755" Longitude="2.1535483294477" StarRating="3" HotelCode="10400|98308|Bed &amp; Breakfast" HotelName="Hotel Astoria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paris 203, 08036 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b7/71/b771763aaac0bca4a0ad813afd5452f982b17702.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to Passeig de Gràcia. There are numerous shops, restaurants and bars, a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="446.55" OriginalAmount="437.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.383872080952" Longitude="2.1846735190144" StarRating="4" HotelCode="208127|997025|Bed &amp; Breakfast" HotelName="Ciutadella Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Marqués de l´Argentera 4, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/27/7c27c34f7de9d699a010d6668d56d6f1623c8575.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has an ideal central setting within 300 metres of Santa María del Mar Church, Ciutadella P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="448.02" OriginalAmount="439.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39047871912" Longitude="2.1214496608782" StarRating="4" HotelCode="361525|1893905|Bed &amp; Breakfast" HotelName="Hotel Upper Diagonal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig Manuel Girona 7-21, 08034 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/af/c2af34c351938f6ab6c49798b5d2c2e95284f2a2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="448.86" OriginalAmount="440.06" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.4003" Longitude="2.19083" StarRating="4" HotelCode="943343|43653133|Bed &amp; Breakfast" HotelName="Golden Tulip Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Avila 135-139, 08018 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/54/76/5476dc82c3dc8b7c7d9daea5cbc2f5223828d4d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona, approximately 1.6 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="454.24" OriginalAmount="445.33" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.391161" Longitude="2.159197" StarRating="4" HotelCode="43741|279465|Bed &amp; Breakfast" HotelName="Hotel Balmes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer De Mallorca 216, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/d3/edd3424932d2dd2e85beb9b4bfc7701d9117ded3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near to Paseo de Gracia and La Ramblas. The surrounding area is filled with sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="456.23" OriginalAmount="447.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386001803768" Longitude="2.1658462285996" StarRating="3" HotelCode="27902|383945|Bed &amp; Breakfast" HotelName="Jazz Hotel" 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,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Pelai 3, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/3d/f93dd7e1c3bbed80c0ad52a7db8af4caa5af39ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is in an ideal location to explore Barcelona’s numerous attractions. It is on...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="460.83" OriginalAmount="451.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.385334" Longitude="2.165661" StarRating="3" HotelCode="16522|386635|Bed &amp; Breakfast" HotelName="Hotel Reding Croma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Gravina 5-7, 08001 Barcelona, Costa Brava</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/10/d010011a73f66f6e3054c5a8e958f26798991551.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the commercial and historical centre of the city. It lies in a quiet side s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="461.02" OriginalAmount="451.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.376903161239" Longitude="2.1746854484081" StarRating="3" HotelCode="33665|1063808|Bed &amp; Breakfast" HotelName="Chic &amp; Basic Ramblas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Passatge de Gutenberg 7, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/43/0c43b2c9235ad738dd54c6418da08217e8b613b2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a small pedestrian passage next to Las Ramblas. Bus and metro connections ca...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="461.27" OriginalAmount="452.23" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.391075842044" Longitude="2.1717283129692" StarRating="4" HotelCode="31340|386985|Bed &amp; Breakfast" HotelName="Roger de Lluria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Roger de Llúria 28, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/dc/bfdcd4932cbc3f4377d85b6ae5c3617243be25bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of Barcelona just 5 minutes' walk from the famous Las Ramblas, as...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="464.06" OriginalAmount="454.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.381961212141" Longitude="2.1733947156769" StarRating="3" HotelCode="98896|371455|Bed &amp; Breakfast" HotelName="Atlas Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer del Cardenal Casañas 11, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/aa/6faad2c06385a52cc37e509c3467e2365c6f0864.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="465.26" OriginalAmount="456.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.384727949703" Longitude="2.179170101881" StarRating="4" HotelCode="55110|1096258|Bed &amp; Breakfast" HotelName="Mercer Hotel Boria Bcn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Boria 24-26, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7e/ce/7ece40376340e601c713d03f5250bca73c839ae5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the heart of Barcelona, close to the most popular districts, such as El Born or t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="465.95" OriginalAmount="456.81" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.384262769837" Longitude="2.1711020496855" StarRating="4" HotelCode="16839|314805|Bed &amp; Breakfast" HotelName="Hotel Serhs Rivoli Rambla" 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,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>La Rambla 128, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/61/576129bb469208f1457c08b13e18e90fbef48317.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies within walking distance of Las Ramblas. Numerous shopping facilities, invitin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="466.24" OriginalAmount="457.10" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.388831159696" Longitude="2.1717309951782" StarRating="3" HotelCode="326427|1946454|Bed &amp; Breakfast" HotelName="BCN Urban Hotels Gran Ducat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ronda Sant Pere 15, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/59/6459a448f8f3ce24bd23c650a1f2a1b038b37c59.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the centre of Barcelona and close to Las Ramblas. The nearest shopping fac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="466.44" OriginalAmount="457.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.391006923732" Longitude="2.1714465423279" StarRating="4" HotelCode="60827|309485|Bed &amp; Breakfast" HotelName="ICON BCN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Roger de Llúria, 21, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/ca/6dcaa2a91d2e489bed61e58bcbfbde0944922c5d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the main commercial and business areas, directly in the centre of Barcelona...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="467.14" OriginalAmount="457.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.396271" Longitude="2.170054" StarRating="3" HotelCode="12308|364125|Bed &amp; Breakfast" HotelName="Hotel Europark" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Aragó 323-325, 08009 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/71/9c715a7ed532b003c52f41f8ccd219f4db788627.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located around 15 minutes from the Rambla de Catalunya and the Plaça de Catalunya. Ple...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="468.73" OriginalAmount="459.54" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.392620230874" Longitude="2.1616036162063" StarRating="3" HotelCode="633817|80478112|Bed &amp; Breakfast" HotelName="Ona Hotels Mosaic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hostel" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Rambla Catalunya 84, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/b0/08b051f8c25dd73a6284b8b81a410db2e4026f3b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona, about 3.5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="471.50" OriginalAmount="462.25" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.371611637773" Longitude="2.1808022260666" StarRating="5" HotelCode="26070|409225|Bed &amp; Breakfast" HotelName="Eurostars Grand Marina Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Moll de Barcelona S/N, Barcelona 08039, Catalunya</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/b9/6eb99b660fa97b25f4296035067cdcdb63f2f4c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located at the heart of Barcelona, just 10 minutes from the cultural and histor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="471.57" OriginalAmount="462.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39393761934" Longitude="2.1569154515553" StarRating="4" HotelCode="12921|746045|Bed &amp; Breakfast" HotelName="Catalonia Diagonal Centro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Balmes 142-146, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/1a/081a653c4bca137fc0c967d71050ed99c27c668f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located at the heart of Barcelona in the popular shopping and business area o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="474.06" OriginalAmount="464.76" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386942809638" Longitude="2.1673453472214" StarRating="5" HotelCode="748116|97035714|Bed &amp; Breakfast" HotelName="Exe Plaza Catalunya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Designated Smoking Area,Housekeeping,Internet,Laundry,Meeting Room,Room Service,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ronda de la Universitat 18, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/fd/79fd3a9a73b4ee6bc67dbadb5d2e5f85a1981752.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Design and function come together in the interior of the Exe Plaza Catalunya 4* creating a feeling o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="478.38" OriginalAmount="469.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39306" Longitude="2.19258" StarRating="4" HotelCode="26121|h10_marina_barcelona" HotelName="H10 Marina Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avigunda Bogatell 64-68, Villa Olímpica, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b7/25/b725feac4e793d13a10630bf9017cbdd0bed96d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has an unbeatable location nestled between the Ciutadella Park and the Olympic Marina Harb...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="480.84" OriginalAmount="471.41" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.388823230655" Longitude="2.1361199175385" StarRating="4" HotelCode="63299|55454|Bed &amp; Breakfast" HotelName="NH Collection Barcelona Constanza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Deu i Mata 69-99, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/e5/bee59518bd24d77c663a2e51066b47e191945cf1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located between Avenida Diagonal and Calle Numancia, right in the heart of the Catalon...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="481.85" OriginalAmount="472.40" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39284297" Longitude="2.16549902" StarRating="4" HotelCode="438539|2005785|Bed &amp; Breakfast" HotelName="Room Mate Anna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Aragó 271, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/0b/a90b6f30ae5497324b7d4392251aac15584f8813.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="482.15" OriginalAmount="472.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.393702" Longitude="2.199394" StarRating="4" HotelCode="34862|383865|Bed &amp; Breakfast" HotelName="Icaria Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 21/06/2026" 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,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Icaria 195, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/5e/045e7a69df40aa1031334efc7b04eaada3bf71d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing luxury hotel is just across the road from the beach (about 150 m away) 20 minutes wal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="482.23" OriginalAmount="472.77" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.381411193735" Longitude="2.1740128478505" StarRating="4" HotelCode="365860|387755|Bed &amp; Breakfast" HotelName="Petit Palace Boquería Garden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de la Boqueria 10, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/04/ac049f24d49009793d16a3339900a1358e5d8c6c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the tourist and shopping centre of Barcelona, in the gothic quarter, close ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="483.12" OriginalAmount="473.65" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.380964601573" Longitude="2.17205286026" StarRating="3" HotelCode="140911|383445|Bed &amp; Breakfast" HotelName="Hesperia Barcelona Ramblas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de l'Hospital 26, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/58/4e583ce1d1d842c476e607931699e0c73e192ef8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located only a short distance from Barcelona's most famous street, Las Ramblas, guests can easily wa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="483.65" OriginalAmount="474.17" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.3880966659" Longitude="2.1599158644676" StarRating="4" HotelCode="89478|387375|Bed &amp; Breakfast" HotelName="Cram" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer d'Aribau, 54, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/5a/fc5a7cd69e6caf1e7b2d4b5a583beaa225463365.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This designer city hotel is located in the centre of Barcelona, just 4 blocks from Gaudí’s Casa Batl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="484.87" OriginalAmount="475.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.379080390463" Longitude="2.1561329656761" StarRating="4" HotelCode="312510|1874885|Bed &amp; Breakfast" HotelName="TWO Hotel Barcelona by Axel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Calabria 90-92, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/fc/abfc0a64b2c709e56c8c303a2172b2a3ecad2dcc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="487.70" OriginalAmount="478.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.381261675821" Longitude="2.10927978158" StarRating="5" HotelCode="28503|24404|Bed &amp; Breakfast" HotelName="Fairmont Rey Juan Carlos I - Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Club Resort,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Diagonal 661-671, 08028 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/ba/0cba3f2ecedd5d771e0a968c1e99d34415b0d066.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This majestic, stunning city and conference hotel is located close to a park and not far from a beau...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="489.93" OriginalAmount="480.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.412002150585" Longitude="2.2195051607132" StarRating="4" HotelCode="897779|1097014|Bed &amp; Breakfast" HotelName="SB Hotel Diagonal Zero Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaça Llevant s/n, 08019 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9b/ec/9bec9880c499b6f0030e59fa3a419fd8a338b924.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Barcelona, right in front of the Barcelona International Convention Centre (...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="490.95" OriginalAmount="481.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.370394682247" Longitude="2.1715092184201" StarRating="5" HotelCode="60385|76044|Bed &amp; Breakfast" HotelName="Hotel Miramar Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Carlos Ibañez 3, 08038 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/15/4b155c00383e6555636ad7d882317d17b9eea48a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the historical centre of Barcelona. The gardens of Montjuïc y de Costa i Llobera ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="491.78" OriginalAmount="482.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.392434253738" Longitude="2.1727357619714" StarRating="3" HotelCode="32872|723595|Bed &amp; Breakfast" HotelName="Granvía" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avda. Gran Via de les Corts Catalanes 642, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/ce/81ce18a488fc511a329649fbd6003ed22f0c6a87.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historic hotel is centrally located close to the Passeig de Gràci, the Plaza Catalunya and Las ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="492.54" OriginalAmount="482.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.378727458934" Longitude="2.1787421104507" StarRating="4" HotelCode="89477|353855|Bed &amp; Breakfast" HotelName="Catalonia Port" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ample 1, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/d0/14d0b3f8e56b706cdff5b423e62e3841a3eb3698.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona's Gothic quarter, in one of the city's most popular ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="495.85" OriginalAmount="486.13" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.374641887697" Longitude="2.1707667410374" StarRating="4" HotelCode="7778|351795|Bed &amp; Breakfast" HotelName="TRYP Barcelona Apolo Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda del Paral-lel 57-59, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/df/d7df89c392881b06fe44394410b179ad02cd1068.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located on the Avenida Paralelo, approximately 10 minutes walk from the exhibit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="496.16" OriginalAmount="486.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.393574550687" Longitude="2.1740783909331" StarRating="4" HotelCode="426345|2002995|Bed &amp; Breakfast" HotelName="Casa Bonay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía de les Corts Catalanes 700, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/a3/5aa3406c594e40911a63b02c8363c5c47f3ae6fd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service, a safe, a restaurant, a café, a bar, room service and a laundry service a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="498.92" OriginalAmount="489.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.395051" Longitude="2.159382" StarRating="4" HotelCode="22683|24074|Bed &amp; Breakfast" HotelName="Gallery" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer del Rosselló 249, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/ec/31ecaf572031a01e1edf13a13056e783a9c356e8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel lies in the business district between the Rambla de Cataluña and Paseo de Gracia...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="502.85" OriginalAmount="492.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.384041708339" Longitude="2.1630647778511" StarRating="3" HotelCode="30439|231926|Bed &amp; Breakfast" HotelName="Hotel Acta Splendid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Muntaner 2, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d3/1f/d31f2dfe430e03d222faedbcfa97496f10b61143.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is in an ideal location in the centre of Barcelona. The University, the Plaza Cat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="503.53" OriginalAmount="493.66" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.37819226331" Longitude="2.1786443889141" StarRating="4" HotelCode="61647|63464|Bed &amp; Breakfast" HotelName="Hotel Medinaceli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Duc de Medinaceli 8, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/24/92/24920f349dc1645b915b9ad760ea88bb13edf7de.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Barcelona's old town, this historic hotel is situated in the Barri Gòtic near to Las Ramb...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="503.70" OriginalAmount="493.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.389893645626" Longitude="2.1356981992722" StarRating="4" HotelCode="29344|262515|Bed &amp; Breakfast" HotelName="AC Hotel Diagonal L´Illa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda Diagonal 555, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/27/b727849893ff7df8f1088edec9025b290f1a51ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the one of the most important business districts of Barcelona and is surro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="504.90" OriginalAmount="495.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386784" Longitude="2.166618" StarRating="4" HotelCode="30224|h10_universitat_hotel" HotelName="H10 Universitat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ronda Universitat 21, Barcelona Centro, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/12/b5/12b571a6a83d7e85ecc20533236ac5576b59fad5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is superbly located directly in Barlceona's tourist centre. Scores of celebrated attracti...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="505.06" OriginalAmount="495.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38895413" Longitude="2.17603113" StarRating="3" HotelCode="364822|1709598|Bed &amp; Breakfast" HotelName="Yurbban Trafalgar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Trafalgar 30, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/da/17da14e5e7578fdea24372b91611662cdc929e96.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a restaurant, a bar, a conference room and a business centre. Wireless internet acc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="505.85" OriginalAmount="495.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.380967" Longitude="2.175346" StarRating="2" HotelCode="409908|387965|Bed &amp; Breakfast" HotelName="California" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle De Rauric 14, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/23/0a/230a0711bf8d83ef63a5a823a967ee343c8ff85a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the famous Ramblas, in the historic centre of Barcelona, just 5 minutes on...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="508.94" OriginalAmount="498.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.384262071092" Longitude="2.1843776106834" StarRating="3" HotelCode="15683|409245|Bed &amp; Breakfast" HotelName="Park Hotel Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida  Marquès de l'Argentera, 11, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/1b/491b9cfddd86754e4a20ee0842a204c86e8dc09c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an unbeatable location, right in front of the Estació de França in the district of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="511.70" OriginalAmount="501.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39383729" Longitude="2.16754776" StarRating="5" HotelCode="534447|55666156|Bed &amp; Breakfast" HotelName="OD Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Eco Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Aragó 300, 08009 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/b8/60b8ba1068e69b11521f051ea341d5e1841446ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of the Eixample district, just 200 m from Paseo de Gracia, the hotel is right i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="512.10" OriginalAmount="502.06" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38414836803" Longitude="2.171146273613" StarRating="3" HotelCode="47457|924735|Bed &amp; Breakfast" HotelName="Citadines Ramblas Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ramblas 122, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/zz/77ad55806ecb8c24b1de297db1075904f613683a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This chic apartment complex is centrally located on Las Ramblas. Scores of Barcelona's most renowned...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="513.58" OriginalAmount="503.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.390847453432" Longitude="2.1416768431663" StarRating="5" HotelCode="7777|24244|Bed &amp; Breakfast" HotelName="Meliá Barcelona Sarrià" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda de Sarrià 50, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/2c/012c417d960d4b21855c7ccddd588affff63a952.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious city hotel is located directly in the centre of Barcelona. Public transport departs f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="515.58" OriginalAmount="505.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38610448" Longitude="2.17453872" StarRating="4" HotelCode="452038|1919345|Bed &amp; Breakfast" HotelName="Catalonia Magdalenes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Jacuzzi,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Magdalenes 13 -15, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/71/86718c1749061a94dae84adefde1b8218773e9aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="515.79" OriginalAmount="505.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.391828412053" Longitude="2.157366424799" StarRating="4" HotelCode="29363|383735|Bed &amp; Breakfast" HotelName="Hotel América Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Provença 195, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/82/d982e367229be244aad5b949b3228870e6e0163f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This top-class hotel is ideally situated close to the city centre. Countless shopping and entertainm...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="518.31" OriginalAmount="508.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.377037" Longitude="2.188779" StarRating="3" HotelCode="89479|383465|Bed &amp; Breakfast" HotelName="Hotel 54 Barceloneta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig Joan de Borbó 54, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1f/86/1f86af5fff065e29e5cd5311ebb2e4322d9eeffe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in one of Barcelona's most attractive and popular districts which was original...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="521.71" OriginalAmount="511.48" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.383497" Longitude="2.178289" StarRating="4" HotelCode="12897|24104|Bed &amp; Breakfast" HotelName="Hotel Gótico" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Jaume I 14, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/da/16/da16608b936198846a86ef7813a7c2054a8dde92.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of the old town. Countless shops, restaurants, bars, pubs and cl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="522.16" OriginalAmount="511.92" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.389300023999" Longitude="2.166201621294" StarRating="4" HotelCode="32437|35804|Bed &amp; Breakfast" HotelName="NH Collection Barcelona Gran Hotel Calderón" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rambla Catalunya 26, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/66/9466dfa69c14fb0c0b9dad80c093417899ce4ef3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Plaza de Cataluña in Barcelona's business district. There are shops, boutiqu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="522.34" OriginalAmount="512.10" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39012029158" Longitude="2.1696969619713" StarRating="4" HotelCode="283890|928945|Bed &amp; Breakfast" HotelName="Catalonia Passeig de Gracia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 644, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/50/d5/50d539cbdff85642765583050b7742e5f3ba1ffd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="523.28" OriginalAmount="513.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.385667746506" Longitude="2.1664148569107" StarRating="3" HotelCode="9958|387995|Bed &amp; Breakfast" HotelName="Lleo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Pelai 22-24, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/b1/cfb13158ef56a24af456b16709de126ee930fcba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is ideally situated in the city centre, near the Plaza Catalunya. Many of the cit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="523.78" OriginalAmount="513.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.394594833379" Longitude="2.1624170125742" StarRating="4" HotelCode="255686|1455168|Bed &amp; Breakfast" HotelName="Royal Passeig de Gracia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Gràcia 84, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/a2/3ea29d54b894377e34c4813cb75ce7963f8b5956.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="523.91" OriginalAmount="513.64" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38564762252" Longitude="2.1728709340095" StarRating="3" HotelCode="24882|389015|Bed &amp; Breakfast" HotelName="Catalonia Portal de l'Angel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Portal de l´ Ángel 17, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/d9/b7d946ccc3d0cdb7b6e004255a89565885a2f23e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the heart of Barcelona, just a few paces from the Plaza de Catalunya. There ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="529.64" OriginalAmount="519.25" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.383182" Longitude="2.160364" StarRating="4" HotelCode="213746|928925|Bed &amp; Breakfast" HotelName="Catalonia Gran Via BCN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 550, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/4a/984a55b67ec40da1072b6e33f7cfa8a47fe34fe6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="531.53" OriginalAmount="521.11" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38503896" Longitude="2.17005921" StarRating="3" HotelCode="855767|27838308|Bed &amp; Breakfast" HotelName="Hotel Casa Volver" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Las Ramblas 129, 08002 Barcelona, Catalonia</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/d2/ded23d379c230656d1ff8c49cf65033e116b3d01.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="532.10" OriginalAmount="521.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.378935925716" Longitude="2.1740202605724" StarRating="3" HotelCode="9957|366765|Bed &amp; Breakfast" HotelName="Hotel Gaudi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nou de la Rambla 12, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6b/5a/6b5a681d88deb9a8debe0453b13ac6f4829a6a50.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is centrally situated in Barcelona's historical Old Town. Countless shopping and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="536.66" OriginalAmount="526.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.387358427536" Longitude="2.1605103750776" StarRating="4" HotelCode="37196|384395|Bed &amp; Breakfast" HotelName="Axel Hotel Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Aribau 33, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f5/6b/f56bac040cb27641d677e6a2f127e31be65fb032.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel, which is particularly popular with the gay community, is located at the heart of Barcelo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="537.69" OriginalAmount="527.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38906257383" Longitude="2.167377769947" StarRating="4" HotelCode="10549|261995|Bed &amp; Breakfast" HotelName="Avenida Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 605, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/fc/31fcb0912990b4f5f3717ab8000c02763edd0d4d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular luxury hotel has an ideal location in the city centre and exceptionally good links to t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="540.51" OriginalAmount="529.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.392695" Longitude="2.172015" StarRating="4" HotelCode="13007|325095|Bed &amp; Breakfast" HotelName="Gran Hotel Havanna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía Corts Catalanes 647, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/4b/684b10819fd0ca3caa106abb71fd3650191eb0d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern luxury hotel is ideally situated at the heart of the city of Barcelona. Countless shoppi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="542.23" OriginalAmount="531.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.383023401356" Longitude="2.1700613200664" StarRating="4" HotelCode="200893|387845|Bed &amp; Breakfast" HotelName="Silken Ramblas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Pintor Fortuny 13, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/71/1671220445ba9552e3bf0eed10e642ee8ca61f41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set right by the Ramblas, the most famous street in Barcelona. It is situated in the he...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="547.22" OriginalAmount="536.49" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.385073080086" Longitude="2.1665449440479" StarRating="3" HotelCode="70796|387205|Bed &amp; Breakfast" HotelName="Ciutat Vella Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Jacuzzi,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/Tallers 66, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/d5/c6d54e1466f8ecc7a2a5ebc4426ba90f9db79ac4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona, near Las Ramblas and close to Catalunya Square, the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="549.00" OriginalAmount="538.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39357599089" Longitude="2.1686142683029" StarRating="4" HotelCode="318133|23954|Bed &amp; Breakfast" HotelName="Catalonia Eixample 1864" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Roger de Llúria 60, 08009 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/0e/250e9529c81287ee80851de53cb3e7f849ebef88.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located at the heart of the city close to Paseo de Gracia and the Plaza de Cata...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="550.23" OriginalAmount="539.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.392148" Longitude="2.158694" StarRating="4" HotelCode="285069|1063828|Bed &amp; Breakfast" HotelName="Olivia Balmes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Balmes 117, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/62/706296176f86357f94b472678b62064bb473ab94.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="553.83" OriginalAmount="542.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.389222" Longitude="2.172522" StarRating="4" HotelCode="213648|1064148|Bed &amp; Breakfast" HotelName="H10 Urquinaona Plaza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Placa Urquinaona 2, Barcelona Centro, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/cb/45/cb4547f3b3f69aaf17e2f50e2db3417f75109708.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next to the Urquinaona metro station, juste 1600 m from the the Sagrada Familia...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="556.74" OriginalAmount="545.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.391553745132" Longitude="2.1779724955559" StarRating="4" HotelCode="49084|24364|Bed &amp; Breakfast" HotelName="NH Collection Barcelona Pódium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bailén 4-6, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/ec/70eca49da8c435c4f1b570e11bb57cf7b0c5c778.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city and conference hotel is located at the heart of Barcelona between the Plaza Catal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="557.27" OriginalAmount="546.34" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.383508430172" Longitude="2.1710988395421" StarRating="4" HotelCode="36923|101762|Bed &amp; Breakfast" HotelName="Hotel 1898" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>La Rambla 109, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/1a/e01a984af53396b83ea6744c3d21d725f6a59ff4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upmarket hotel is situated on Las Ramblas in the centre of Barcelona. Links to the public trans...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="561.07" OriginalAmount="550.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.387643712142" Longitude="2.1718762110788" StarRating="3" HotelCode="915469|1264966|Bed &amp; Breakfast" HotelName="Room Mate Pau" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Fontanella 7, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/eb/adebdbf0652c1b6552bd137ecd2433cf11eb4ed4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="561.16" OriginalAmount="550.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.3885658" Longitude="2.1712990999999" StarRating="4" HotelCode="297074|1464008|Bed &amp; Breakfast" HotelName="Catalonia Square Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ronda Sant Pere 9, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/3d/8d3d92e0c89f0ff3567308720700616918571619.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="564.10" OriginalAmount="553.04" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386437" Longitude="2.168343" StarRating="4" HotelCode="29329|388435|Bed &amp; Breakfast" HotelName="Catalonia Plaza Catalunya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bergara 11, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/39/ae393c9a78edef7b82369b263a0b88809af15195.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies in the middle of the tourist centre. There are numerous shopping facilities...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="564.69" OriginalAmount="553.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.385675796099" Longitude="2.1667850017548" StarRating="4" HotelCode="60921|52824|Bed &amp; Breakfast" HotelName="Catalonia Ramblas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Pelai 28, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/28/4a28b6677566c9396180771bd5466f9396df3ef1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the historic centre of Barcelona, in the near vicinity of the Plaza Catalun...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="566.53" OriginalAmount="555.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386092" Longitude="2.168155" StarRating="4" HotelCode="16883|388895|Bed &amp; Breakfast" HotelName="Regina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Bergara 4, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/98/fe/98fe324fea81a3d30bf4ff8a6fafd3f7daf0c20c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is ideally situated at the centre of the city, close to Plaza Cataluña and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="572.44" OriginalAmount="561.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39305785929" Longitude="2.1545259654522" StarRating="4" HotelCode="171007|860905|Bed &amp; Breakfast" HotelName="The Mirror Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Còrsega 255, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/38/403821b759cec81be60d33c99d5e9351da944a45.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="574.78" OriginalAmount="563.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.389562" Longitude="2.1747319999999" StarRating="4" HotelCode="295435|1458688|Bed &amp; Breakfast" HotelName="Vincci Gala" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ronda Sant Pere 32, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e9/71/e971893bc83b23d1548baf5c1a40283eda5b24ce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located opposite the Urquinaona metro station, 2 minutes' walk from Plaça Catalunya Squ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="576.16" OriginalAmount="564.86" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.372680443464" Longitude="2.1550074219704" StarRating="4" HotelCode="12520|368675|Bed &amp; Breakfast" HotelName="Crowne Plaza Barcelona - Fira Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Rius i Taulet 1-3, 08004 Barcelona, Costa Brava</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7f/15/7f151de19b751e05a615f2bb3c99cf1c7c20856d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is located in the centre of Barcelona on the famous Plaza España, near the well-k...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="577.53" OriginalAmount="566.21" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.4062176" Longitude="2.200961" StarRating="5" HotelCode="284768|992575|Bed &amp; Breakfast" HotelName="The Level at Meliá Barcelona Sky" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Lope de Vega 141-147, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e2/87/e2870ac58d8a7a92d3882304252d838cf0e2248f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona, about 800 m from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="577.85" OriginalAmount="566.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.384767192025" Longitude="2.1744199097156" StarRating="4" HotelCode="145736|353825|Bed &amp; Breakfast" HotelName="Catalonia Catedral" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer dels Arcs 10, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/24/6e246b297047d840d748cc016e591bc45739eb73.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Barcelona, in the heart of Barcelona's Gothic Quarter, near th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="577.94" OriginalAmount="566.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.384383823708" Longitude="2.1705508232117" StarRating="4" HotelCode="25133|387805|Bed &amp; Breakfast" HotelName="Royal Hotels Ramblas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Las Ramblas 117, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/83/f483f7d57b492b172a17c742dcd220c053946149.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is conveniently situated at the end of the famous Ramblas, not far from Plaça Catalu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="585.00" OriginalAmount="573.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.403883" Longitude="2.190157" StarRating="4" HotelCode="35603|35824|Bed &amp; Breakfast" HotelName="The Gates Diagonal Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Diagonal 205, 08018 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/45/61453e97c02de151d62ca89bf57185d9e14e0ccb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive hotel is located next to Plaza de las Glorias. The Auditori concert hall, the Catalun...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="593.91" OriginalAmount="582.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.3889" Longitude="2.16719" StarRating="3" HotelCode="978205|63393145|Bed &amp; Breakfast" HotelName="Ona Hotels Terra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Carrer De La Creu Coberta 20-22, 08014 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/30/de30616cca6e47019fad7107c40aecab601acbba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="596.44" OriginalAmount="584.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.383347" Longitude="2.162847" StarRating="4" HotelCode="57586|231986|Bed &amp; Breakfast" HotelName="Advance" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sepulveda 180, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/78/3b78af404985c2b4af201a4e9817afe781136629.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the commercial, business and historic centre of Barcelona and is the ideal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="599.25" OriginalAmount="587.50" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39443855" Longitude="2.15645759" StarRating="5" HotelCode="436312|1941815|Bed &amp; Breakfast" HotelName="Ohla Eixample" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Còrsega 289, Eixample, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/7e/ce7ee8d05c4f811430bc5ebb0c80038e1e416d2f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="600.58" OriginalAmount="588.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.3877641" Longitude="2.167727" StarRating="4" HotelCode="935504|9579263|Bed &amp; Breakfast" HotelName="H10 Metropolitan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Rambla Catalunya 7, Barcelona Centro, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a5/ee/a5eeb0e1a085a7f6fb75ee2be05df8aa65e587fc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Barcelona, this hotel is approximately 3 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="600.77" OriginalAmount="588.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.404780708076" Longitude="2.1727851033211" StarRating="4" HotelCode="144359|287905|Bed &amp; Breakfast" HotelName="Ayre Hotel Rosellón" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer del Rosselló 390, 08025 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/26/432682c96355b22a048c4417052eab6c27b1ce6f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near Gaudi's Sagrada Família, in the heart of Barcelona's Eixample. Guests will...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="603.84" OriginalAmount="592.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.388024" Longitude="2.1731556" StarRating="4" HotelCode="320136|h10_cubik" HotelName="H10 Cubik" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Laietana 69, Barcelona Centro, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b4/d5/b4d5886ae34b728894416f53a2e8b4dec75fd39d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Barcelona, this hotel is approximately 2.2 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="606.90" OriginalAmount="595.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.379691719976" Longitude="2.142498986168" StarRating="4" HotelCode="26714|2639295|Bed &amp; Breakfast" HotelName="Nobu Hotel Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Roma 2-4, 08014 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/610622253a874081/7a/7aa3a6399f01a8c5/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is situated next to the exhibition centre, close to the main train station. Variou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="608.44" OriginalAmount="596.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386130777098" Longitude="2.1227770674591" StarRating="5" HotelCode="16214|1354555|Bed &amp; Breakfast" HotelName="Hotel Sofia Barcelona - in The Unbound Collection by Hyatt" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaça de Pius XII 4, 08028 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/d1/cdd1170bb8064fb2310fd038a80df14c59030a27.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located on the Avenida Diagonal, not far from the renowned Camp Nou Stadium. It...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="612.73" OriginalAmount="600.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.396162" Longitude="2.160916" StarRating="5" HotelCode="75452|388725|Bed &amp; Breakfast" HotelName="Sir Victor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer del Rossello 265, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e7/fd/e7fd91f5fede398a9b56e992b3dc65374c69be00.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at a privileged address on the Passeig de Gràcia, Barcelona's most stylish and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="612.84" OriginalAmount="600.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.400362771641" Longitude="2.2058518671666" StarRating="2" HotelCode="267004|1229128|Bed &amp; Breakfast" HotelName="Amistat Beach Hostel Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostels" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Amistat 21-23, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/07/2f0730f22bbc3bda02fe9fe62c9615024d140667.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="618.80" OriginalAmount="606.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.393162492023" Longitude="2.1614474058151" StarRating="4" HotelCode="7775|23874|Bed &amp; Breakfast" HotelName="Alexandra Barcelona Hotel, Curio Collection by Hilton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 22/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Mallorca 251, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/c9/d2c91b2e302abca4d3ed024793edee661867116d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right in the centre of Barcelona between Passeig de Gràcia and Rambla de Catalu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="626.25" OriginalAmount="613.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.425712195699" Longitude="2.1208360791206" StarRating="5" HotelCode="26035|958705|Bed &amp; Breakfast" HotelName="Gran Hotel La Florida" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ctra. Vallvidrera al Tibidabo, 83-93, 08035 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/76/e9/76e9165f09b736b354acc7d17b4823b780768d18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The luxury hotel lies about 7 km outside of the centre with its array of shops, restaurants and bars...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="643.18" OriginalAmount="630.57" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.385017" Longitude="2.175786" StarRating="4" HotelCode="47606|351765|Bed &amp; Breakfast" HotelName="Hotel Colón Barcelona" 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,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Catedral 7, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/ef/26ef1c4cb64411ec719ff0fdfbbd806d4fcef1fd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This leading hotel enjoys a superb location directly in the Barrio Gotico opposite the cathedral. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="654.53" OriginalAmount="641.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.384988558529" Longitude="2.177631855011" StarRating="5" HotelCode="55117|5111828|Bed &amp; Breakfast" HotelName="Grand Hotel Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Laietana 30, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/40/88400a35e5c37493c166f83175a35e1c6679ee4c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated on a main road in the attractive tourist Gothic quarter at the heart of Barce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="655.26" OriginalAmount="642.41" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386754492654" Longitude="2.1841171557503" StarRating="4" HotelCode="113147|1026128|Bed &amp; Breakfast" HotelName="K+K Hotel Picasso El Born" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Picasso 26-30, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/eb/eb0ba2e926821356/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Barcelona, this boutique hotel is about 1.6 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="660.69" OriginalAmount="647.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38890514" Longitude="2.17614493" StarRating="4" HotelCode="592531|13669138|Bed &amp; Breakfast" HotelName="Yurbban Passage Hotel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Trafalgar 26, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/83/f583c26bab2776609ce1b3e96f9a8093e8e0bc28.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="663.69" OriginalAmount="650.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386186943198" Longitude="2.171157002449" StarRating="4" HotelCode="55484|299235|Bed &amp; Breakfast" HotelName="Olivia Plaza Hotel" 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,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaça Catalunya 19, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/b1/60b189d382d647c53eed9eba386249f07e413fe0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel enjoys a central location, only 20 m from Las Ramblas and the Liceu opera house. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="694.49" OriginalAmount="680.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.391786590177" Longitude="2.1657532423246" StarRating="3" HotelCode="336536|1764018|Bed &amp; Breakfast" HotelName="Hotel Margot House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de Gracia 46, Principal, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/aa/eeaa98064a2d8c2e695599c7b6324586271345f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="695.70" OriginalAmount="682.06" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386185" Longitude="2.168453" StarRating="4" HotelCode="27479|388875|Bed &amp; Breakfast" HotelName="Pulitzer Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Bergara 8, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/11/96/11963331a8148429584354521d9e99c80d74dd49.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant city hotel is ideally located at the heart of Barcelona, near to the Plaza Catalunya an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="702.99" OriginalAmount="689.21" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.383782" Longitude="2.170966" StarRating="5" HotelCode="302587|24224|Bed &amp; Breakfast" HotelName="Le Meridien Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>La Rambla 111, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d4/2e/d42e50d3b20cb1f46073f013e7ac0995cb2c62d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive luxury hotel is ideally situated at the heart of the city of Barcelona's artistic an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="703.94" OriginalAmount="690.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.393772175564" Longitude="2.1621863543987" StarRating="4" HotelCode="47698|353365|Bed &amp; Breakfast" HotelName="Condes de Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Gràcia 73-75, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/b7/a5b72dda30c76e8b523347ff0f20a1ab4d3b1848.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel occupies a prime location in Paseo de Gracia, in the heart of Modernist Barcelona and faci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="705.13" OriginalAmount="691.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.375340304561" Longitude="2.1483421325684" StarRating="4" HotelCode="46999|23944|Bed &amp; Breakfast" HotelName="Catalonia Barcelona Plaza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Espana 6-8, 08014 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/c6/28c6a2eeac093e4157479f67d358f436d83de647.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is situated in the Ensanche district; just a few minutes walk from the exhibition ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="709.33" OriginalAmount="695.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38467" Longitude="2.172954" StarRating="3" HotelCode="26036|1217084|Bed &amp; Breakfast" HotelName="Barcelona Centro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Duc 15, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/fc/b3fcba7a4a60225cd4a8e15edb706e249c11a7d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel can be found in the centre of Barcelona, near the University, the Plaza Cataluña, the cat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="710.93" OriginalAmount="696.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.392629265757" Longitude="2.1674756705761" StarRating="5" HotelCode="166947|23834|Bed &amp; Breakfast" HotelName="Renaissance Barcelona" 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,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pau Claris 122, 08009 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/47/b14793d9450cc3783dd17aa0ba81032655a256c1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern designer hotel is centrally located near to Plaça de Catalunya. It is 15 minutes on foot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="760.56" OriginalAmount="745.65" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.383287035722" Longitude="2.1738955378532" StarRating="3" HotelCode="30395|383175|Bed &amp; Breakfast" HotelName="H10 Racó del Pi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer del Pi 7, Barrio Gótico, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b9/71/b971eb0a60c01f72496f31d5aefa3de868cfe093.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located at the heart of Barcelona's tourist centre close to the city centre and t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="765.07" OriginalAmount="750.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.393455" Longitude="2.163887" StarRating="5" HotelCode="14339|24234|Bed &amp; Breakfast" HotelName="Majestic Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig De Gracia 68, L'Eixample, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/1c/601c9e598774d93c26a0c9a94a191092f8bf0fcb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in close proximity to one of the city's main streets, the Paseo de Gracia, in the sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="765.39" OriginalAmount="750.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.382752466645" Longitude="2.1714753278537" StarRating="5" HotelCode="167326|860765|Bed &amp; Breakfast" HotelName="Hotel Bagués" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>La Rambla 105, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/aa/afaaac496fbdac7eba52447d9b34cb95aded0754.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the Gothic Quarter, the hotel is a 5-minute walk from Barcelona Cathedral. Just 300 m aw...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="775.17" OriginalAmount="759.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386211669563" Longitude="2.1676255095695" StarRating="1" HotelCode="935468|7520443|Bed &amp; Breakfast" HotelName="Hostel St Christophers Inn Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Bergara 3, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/2e/592e3ac3b7ef98d49f3bca889d5ec59d70b63fdd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unpretentious hotel is located in Plaza Catalunya. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="781.29" OriginalAmount="765.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.394099" Longitude="2.159655" StarRating="4" HotelCode="408692|388475|Bed &amp; Breakfast" HotelName="Murmuri" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rambla de Catalunya 104, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/a8/01a882cf3aa89235e23fd2c6f5d96a42bdc9944f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the very heart of Barcelona, in the district of Eixample, beside the Passei...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="793.50" OriginalAmount="777.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.394352677515" Longitude="2.1652212738991" StarRating="5" HotelCode="47518|24054|Bed &amp; Breakfast" HotelName="Claris Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pau Claris 150, 08009 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/e8/53e8f60f5bcec1c8e128bd5d8ea2de6801ae5eab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious design hotel is located directly in the centre of Barcelona, near the Passeig de Grac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="799.99" OriginalAmount="784.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.405341327721" Longitude="2.1959365056032" StarRating="3" HotelCode="32436|746055|Bed &amp; Breakfast" HotelName="Four Points by Sheraton Barcelona Diagonal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Diagonal 161-163, 08018 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/08/bb08d10456710d881675be1f9f0fbd0b3905be6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in an exclusive district of Barcelona, known as the Front Maritim. Shopping v...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="805.33" OriginalAmount="789.54" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.398053652247" Longitude="2.1581218275931" StarRating="5" HotelCode="34881|388275|Bed &amp; Breakfast" HotelName="Casa Fuster" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Gracia 132, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a7/95/a79552131c90fd07efd77cf1cef0d0085cf6e969.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern luxury hotel is situated in a central and attractive quarter of Barcelona. Scores of sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="806.35" OriginalAmount="790.54" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.398020294026" Longitude="2.1581852110278" StarRating="4" HotelCode="167328|860825|Bed &amp; Breakfast" HotelName="Suites Center Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Kitchen,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Gràcia 128, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/6a/936a35c70e29355f1c05a462e964b439c2fc3475.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Eixample, in the centre of Barcelona, only 20 m from the modernist Casa Fus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="845.60" OriginalAmount="829.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38579653987" Longitude="2.1945834159851" StarRating="5" HotelCode="38258|388805|Bed &amp; Breakfast" HotelName="Pullman Barcelona Skipper" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Av. del Litoral 10, Port Olimpic, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/c3/0bc37d05c87d49ddbf430154daa66209ccb37b97.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies in the tourist district, only approximately 100 m away from the beach. Countles...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="845.91" OriginalAmount="829.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.387035" Longitude="2.174354" StarRating="5" HotelCode="904646|2425392|Bed &amp; Breakfast" HotelName="Ohla Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Laietana 49, Ciutat Vella, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/42/0c42ebad92038ca94660ef530007f673662412e0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally situated just 5 minutes' walk from Plaza Catalunya, this hotel is located in the charming Go...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="897.15" OriginalAmount="879.56" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.393867" Longitude="2.162225" StarRating="5" HotelCode="440529|1602668|Bed &amp; Breakfast" HotelName="Monument Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Gràcia 75, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/dd/fa/ddfae2605955b48213a2d06ed8fdd9ebb4342523.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1060.42" OriginalAmount="1039.63" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386776" Longitude="2.196315" StarRating="5" HotelCode="10359|23894|Bed &amp; Breakfast" HotelName="Arts Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Marina 19-21, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/77/0e776467fdfb84614d7a81712a4d173712baec42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This spectacular, luxurious city hotel is located on the wonderful promenade and enjoys unique panor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1141.29" OriginalAmount="1118.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.396190257035" Longitude="2.1634951222852" StarRating="5" HotelCode="526452|4285540|Bed &amp; Breakfast" HotelName="The One Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Babysitting,Banquet Hall,Bar,Boutique,Business Centre,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Housekeeping,Internet,Laundry,Lounge,Massage Centre,Meeting Room,Parking,Pets allowed,Printer,Restaurant,Room Service,Sauna,Spa,Telephone Service,Valet Parking,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Provença 277, Barcelona Centro, 08037 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/09/1e/091e17e5d4745d921fc1e71d760013edfb795639.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;With an exceptional location in the city's most exclusive district, The complex is a new hotel with ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1271.92" OriginalAmount="1246.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.382751494264" Longitude="2.1789403374692" StarRating="5" HotelCode="207362|1081858|Bed &amp; Breakfast" HotelName="Mercer Hotel Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle dels Lledó 7, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/2f/e22ff6e1de484d7eb68124983a06e3698ddb69a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers easy access to Barcelona's popular hot spots.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1276.61" OriginalAmount="1251.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.383194993763" Longitude="2.1753362392521" StarRating="5" HotelCode="29335|723805|Bed &amp; Breakfast" HotelName="Hotel Neri" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Sant Sever 5, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/6a/1f6a21e0675e4ca2ec5de92b4280b0e72c3ecac1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Barcelona's central Gothic Quarter, the city's oldest quarter. In the narr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1299.48" OriginalAmount="1274.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39050356" Longitude="2.16935903" StarRating="5" HotelCode="591524|almanac_barcelona" HotelName="Almanac Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 619-621, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/8f/ec8f4524cb6e352b5a6999d2f5ee1ecbce7a3a04.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A lobby and a reception are available to travellers. Amenities include a safe. Wireless internet acc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1480.73" OriginalAmount="1451.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.391366440759" Longitude="2.1714704638914" StarRating="5" HotelCode="16766|363815|Bed &amp; Breakfast" HotelName="El Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 668, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/73/bb/73bb73d3cac104ba754f4d79c39adf598990ee67.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This first class hotel is located directly in the city's tourist centre. Las Ramblas and other emine...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1512.02" OriginalAmount="1482.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.410583933148" Longitude="2.136482053378" StarRating="5" HotelCode="97667|383505|Bed &amp; Breakfast" HotelName="Abac" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Eco Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Garden,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Del Tibidabo 1, 08022 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/06/520671a04967593f73430df129be6e19f86c0f55.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Sarria-Sant Gervasi, in the upper zone of Barcelona, with views of Placa Ke...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2738.10" OriginalAmount="2684.41" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.391171422942" Longitude="2.166642844677" StarRating="5" HotelCode="103387|137654|Bed &amp; Breakfast" HotelName="Mandarin Oriental Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Gràcia 38-40, Barcelona 08007</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/d2/03d209692cd8c1be069f5c688ebab60d9ecb53af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="4076.51" OriginalAmount="3996.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.374737492754" Longitude="2.1609431505203" StarRating="4" HotelCode="30127|325045|Bed &amp; Breakfast" HotelName="Hotel Concordia Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda Paral·lel 115, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/70/dd7092cfe226cc7303819c1c04a176bfc23cbbe7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing, hotel is located directly near to the Plaza de España, close to the Congress Palace ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5685.90" OriginalAmount="5574.41" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.382077674776" Longitude="2.1840308306885" StarRating="3" HotelCode="30178|24094|Bed &amp; Breakfast" HotelName="Hotel Del Mar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pla de Palau 19, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/c0/38c013d4f2ca2ad1d326dc58cd8c5bcb85ca4f11.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the gothic district, in the heart of Barcelona. Numerous tourist attraction...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5691.10" OriginalAmount="5579.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38227166243" Longitude="2.1806209914016" StarRating="4" HotelCode="140660|386925|Bed &amp; Breakfast" HotelName="Hotel Colonial Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vía Laietana 3, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/82/87/8287e3fc2f206d2d989e367a99fb33f8592574f1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Gothic quarter, next to Ramblas, Plaza Cataluña and Paseo Maritimo. Barc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10959.07" OriginalAmount="10744.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.383153149718" Longitude="2.1778130932541" StarRating="4" HotelCode="12918|275505|Bed &amp; Breakfast" HotelName="Gran Hotel Barcino" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Jaume I 6, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f3/ec/f3ec5f16cb5db91a253c6b0a891cc974de3923be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular luxury hotel is located in Barcelona's gothic quarter in the heart of the city. Numerou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10982.04" OriginalAmount="10766.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.375546607819" Longitude="2.1731445193291" StarRating="3" HotelCode="161337|231906|Bed &amp; Breakfast" HotelName="Hotel Acta Mimic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Arc del Teatre 58, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/37/6a/376a284fc163e56bdca99eaf703a0ecfae62a526.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This design hotel is located in Barcelona's Ciutat Vella (old city) district, next to the ancient Te...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access,Conference Hall,Currency Exchange,Lounge,Massage Centre,Nightclub,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Bicycle Rental,Golf,Diet Meals,Jacuzzi,Heated Pool,Garden,Kitchen,24 Hour Power Supply,24 Hour Security,Airport Transfer (on Demand),ATM/Cash Machine,Babysitting,Banquet Hall,Boutique,Business Centre,Housekeeping,Meeting Room,Parking,Pets allowed,Printer,Valet Parking,Wake-up Call Service,Concierge,Dry Cleaning,Elevator,24 Hour Front Desk,Beauty Salon,Luggage Storage,Vending Machine,Library</BasicAmenities>
    <HotelRating>2,5,4,3,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,BUSINESS HOTEL,SPA HOTEL,HISTORIC HOTEL,CONFERENCE HOTEL,HOTEL DE CHARME,FAMILY-FRIENDLY HOTEL,HOTEL,AIRPORT HOTEL,APARTMENT HOTEL,BEACH HOTEL,VILLAGE,HOSTEL,CLUB RESORT,VACATION CONDO OR APARTMENT,GUESTHOUSE,APARTMENT,GUEST HOUSES,ECO HOTEL,HOSTELS,FINCA,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
478ba076-e536-4c51-959d-6842cf83684a|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
478ba076-e536-4c51-959d-6842cf83684a|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-06-12T10:43:20.2372735+01:00" Version="0" EchoToken="Search" TransactionIdentifier="478ba076-e536-4c51-959d-6842cf83684a" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="125.35" OriginalAmount="122.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.388027969187" Longitude="2.1337172625656" StarRating="1" HotelCode="94215|2158665|Bed &amp; Breakfast" HotelName="Pere Tarrés Youth Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Guesthouse,Hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Numància 149-151, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/d9/c3d98da9a7b6295c8fb58e04690d4492849c99d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel is located on Numancia in Barcelona city centre, opposite the La Illa shopping centre and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="230.14" OriginalAmount="225.63" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.372863" Longitude="2.1663189999999" StarRating="2" HotelCode="99811|997045|Bed &amp; Breakfast" HotelName="Hostal Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Roser 40, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/aa/c1aa36aede1c00be2dd31690c7dddd3edae6e80f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Barcelona, this hostel is about 15 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="238.15" OriginalAmount="233.48" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.4001" Longitude="2.15137" StarRating="2" HotelCode="318132|CAM967500|Bed &amp; Breakfast" HotelName="Via Augusta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Augusta 63, 08006 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/48/5348f417295211c54bfc5701a46d99774e7339ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This centrally located business hotel is located just 500 m from the centre of Barcelona (Paseo de G...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="258.48" OriginalAmount="253.41" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39561125233" Longitude="2.1495290100574" StarRating="3" HotelCode="47696|387275|Bed &amp; Breakfast" HotelName="Hotel Condado Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Aribau 201, 08021 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/ce/39ce051eb88703e0ea59d7cb21ea0ff5975455b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel lies on Avenida Diagonal in the commercial and business district of Barcelona...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="261.17" OriginalAmount="256.05" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39569058" Longitude="2.15835081" StarRating="2" HotelCode="429500|3310745|Bed &amp; Breakfast" HotelName="Rodamón Barcelona Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Housekeeping,Internet,Kitchen,Laundry,Library,Lounge,Luggage Storage,Meeting Room,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Còrsega 302 Pis Principal, Barcelona 08008</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8e/0e/8e0ed0702b51377feb3535be1fad4540988630f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Rodamón Barcelona Hostel in Barcelona (Eixample), y...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="262.42" OriginalAmount="257.27" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.41402801152" Longitude="2.1776130319118" StarRating="2" HotelCode="26836|234766|Bed &amp; Breakfast" HotelName="Hotel Amrey Sant Pau" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Sant Antoni Maria Claret 173, 08041 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/6b/f56b692c49c951b41961b4ef196b3f6f7a4a1421.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies 3 miles from Las Ramblas, and offers an ideal location for easy access to shopping fa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="267.39" OriginalAmount="262.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.412562" Longitude="2.209023" StarRating="4" HotelCode="36821|333515|Bed &amp; Breakfast" HotelName="Hotel Barcelona Condal Mar managed by Melia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Finca,Village,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cristóbal de Moura 138, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/26/3a/263ac41f675aeb52e573c13897ad425e00b25885.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. It lies 100 metres from the nearest tram links and the metro sta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="272.21" OriginalAmount="266.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.433870952937" Longitude="2.1473979949951" StarRating="4" HotelCode="29362|383655|Bed &amp; Breakfast" HotelName="Alimara" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>C/ Berruguete 126, 08035 Barcelona, Costa Brava</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/59/aa59a6d65cd2d6dd4ae4e5c17fbf97ec55ab1d4f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the new quarter of Barcelona by the Ronda De Dalt. Public transport departs...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="272.65" OriginalAmount="267.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.407318" Longitude="2.144165" StarRating="4" HotelCode="29497|24004|Bed &amp; Breakfast" HotelName="Catalonia Park Putxet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Putxet 68-74, 08023 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/33/1333d26701a3a098beb05e97e60cd1211639dc44.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is situated in the quiet neighbourhood of Putxet. The town centre is approximately...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="275.09" OriginalAmount="269.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.403104219034" Longitude="2.1232009482089" StarRating="4" HotelCode="56437|364185|Bed &amp; Breakfast" HotelName="Eurostars Anglí" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>D' Anglí 60, 08017 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/38/cd385509c8a677c12c917f8e12a523af5134f5cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is quietly situated in the north of Barcelona in Sarria-Sant Gervasi. It is just 500 m to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="285.50" OriginalAmount="279.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.410478" Longitude="2.139723" StarRating="3" HotelCode="178335|996905|Bed &amp; Breakfast" HotelName="Aparthotel Bertran" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Bertran, 150, Barcelona 8023</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ca/03/ca039fd88641b2461b53f78e6e45673299deac1a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a quiet part of Barcelona, 5 minutes' walk from Avinguda Tibidabo FGC statio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="285.82" OriginalAmount="280.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.435381309706" Longitude="2.1816935986603" StarRating="2" HotelCode="79787|182536|Bed &amp; Breakfast" HotelName="ibis Barcelona Meridiana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo Andreu Nin 9, 08016 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/4b/ba4b6c229662b7c7ac9c0396f9983f2fe3640cd6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next to the Fabra i Puig Station, a 10-minute metro journey from Plaza Cataluny...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="286.83" OriginalAmount="281.21" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386274" Longitude="2.129435" StarRating="4" HotelCode="10885|384265|Bed &amp; Breakfast" HotelName="Atenea Barcelona Aparthotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Joan Güell 207-211, 08028 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/9d/1b9d62e6b3f5aef8ffe887ff2083207a49396948.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is situated in the centre of Barcelona, on the Avenida Diagonal. Public transpo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="286.96" OriginalAmount="281.33" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.377502934" Longitude="2.1388015151024" StarRating="4" HotelCode="97669|111372|Bed &amp; Breakfast" HotelName="AC Sants" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Passeig De Sant Antoni, 36-40, 08014 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/50/3750bedf94c70a0b25cf95885db65ff80b25544f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located 50 m from the AVE train station and 500 m from Plaza de España and the FIRA Ba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="288.02" OriginalAmount="282.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.414232474685" Longitude="2.1448430862607" StarRating="3" HotelCode="29331|24034|Bed &amp; Breakfast" HotelName="Catalonia Park Güell" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig Mare de Deu del Coll 10, 08023 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/0a/760abaa0a6be35f8812c4dc7fb89b62fdf198541.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally located at the heart of Barcelona close to the famous Güell Park. Guests may t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="288.25" OriginalAmount="282.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.399976133475" Longitude="2.2010137918974" StarRating="1" HotelCode="263667|1487378|Bed &amp; Breakfast" HotelName="Travelodge Barcelona Poblenou" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Calle Llull 170, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/f3/b7f352c867dad597035441950e0154dc64b80a95.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="289.62" OriginalAmount="283.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.374452015296" Longitude="2.1745936830473" StarRating="2" HotelCode="38237|387565|Bed &amp; Breakfast" HotelName="Hostal BCN Port" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda del Paral·lel 15, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/fd/5dfd12c8a114b71e252a69a9a64307434219fc3b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in the northeast of Spain, in the Catalonian capital of Barcelona. Throug...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="291.76" OriginalAmount="286.04" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.439359" Longitude="2.196828" StarRating="3" HotelCode="326470|35814|Bed &amp; Breakfast" HotelName="NH Barcelona La Maquinista" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sao Paulo 33-37, 08030 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/53/3953ff452d559f462d01b29a08d47de38e4cf603.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern city hotel is located close to the renowned shopping street, La Maquinista, just 4 km fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="295.80" OriginalAmount="290.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.390428906582" Longitude="2.1262192726135" StarRating="4" HotelCode="32772|2178280|Bed &amp; Breakfast" HotelName="Atiram Arenas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Capitán Arenas 20, 08034 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c1/bd/c1bd80ffc1bc8b04354cda5e9b7517cfc54b0b78.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This first class hotel is situated in Barcelona's tourist centre, around 5 km from the city centre. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="299.07" OriginalAmount="293.21" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.375202" Longitude="2.155661" StarRating="3" HotelCode="186383|859445|Bed &amp; Breakfast" HotelName="hcc lugano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Paral lel 172, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/3e/2a3e2d3d1e01d5c99451adcdfc0d53c7eddf6601.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Avinguda del Paral-lel, less than 3 km from Las Ramblas and Barcelona´s Goth...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="299.58" OriginalAmount="293.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.401164813216" Longitude="2.183103463212" StarRating="3" HotelCode="318134|388595|Bed &amp; Breakfast" HotelName="Glories Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Padilla 173, 08013 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/67/4a67aee96dd39185c733a2ff0a5de20d48c6653c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located at the heart of Barcelona, near to the Gran Vía, the Auditorium, the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="300.90" OriginalAmount="295.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39219196" Longitude="2.15371058" StarRating="2" HotelCode="383980|barcelo_hostel" HotelName="Barceló Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Corsega 226, Entresuelos, 08036 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/f5/a8f54f9905aa2bbb652ae50f3fc9c9e4326841f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="302.48" OriginalAmount="296.55" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.378486" Longitude="2.178047" StarRating="1" HotelCode="36371|1545968|Bed &amp; Breakfast" HotelName="Canton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Nueva de San Francisco, 40, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/97/ce974653700b86dad6acd243799e4232c71702a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="302.94" OriginalAmount="297.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.389070840448" Longitude="2.1428760288111" StarRating="2" HotelCode="30958|hotel_medium_prisma" HotelName="Hotel Prisma Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda de Josep Tarradellas 119, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/41/4541946ae1fd1300adc0119850da0312dca84810.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Barcelona. A diverse range of shops, restaurants, bars and di...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="304.49" OriginalAmount="298.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.399793635309" Longitude="2.1187737831947" StarRating="1" HotelCode="266905|2176045|Bed &amp; Breakfast" HotelName="Albergue Studio Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Duquessa d’Orleans 56, 08034 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/80/86808067254cc05b5a2abe10fa6ee4a3a0532ad5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="305.67" OriginalAmount="299.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.405453" Longitude="2.212218" StarRating="4" HotelCode="25134|237016|Bed &amp; Breakfast" HotelName="Attica 21 Barcelona Mar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Provencals 10, 08019 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/88/b4883b4ba0b16456a4deee6dc08989d7a9dd95fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the new Diagonal Mar district of Barcelona, 20 to 25 minutes from the city ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="306.91" OriginalAmount="300.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.352486911364" Longitude="2.1272411942482" StarRating="4" HotelCode="34629|368655|Bed &amp; Breakfast" HotelName="Fira Congress Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer José Agustín Goytisolo 9-11, 08908 Hospitalet de Llobregat, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/1e/1b1eadd497a66777934250f2172481cc4b973e76.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This conference hotel is located near to the city centre. Public transport departs from a stop appro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="308.48" OriginalAmount="302.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38972059039" Longitude="2.1473228931427" StarRating="2" HotelCode="34864|328405|Bed &amp; Breakfast" HotelName="Sunotel Junior" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Sarriá 9, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8d/bb/8dbb2fa48cb9e013fa85e44c0b059324d74c8c0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated close to many of the top tourist sights and shops. A variety of restaurants, b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="310.76" OriginalAmount="304.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.382597" Longitude="2.157106" StarRating="2" HotelCode="60253|364315|Bed &amp; Breakfast" HotelName="BCN Urban Hotels Del Comte" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 21/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de la Diputació 142-148, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/95/769581f0edfce55ddb7caba29d5f319c3b5d0f6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The comfortable, cosy city hotel enjoys a convenient location, just 10 minutes from Plaza Cataluña a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="311.88" OriginalAmount="305.76" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.423173" Longitude="2.190616" StarRating="3" HotelCode="170075|387985|Bed &amp; Breakfast" HotelName="Hotel Laumon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Internet,Laundry,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Monlau 8-10, 08027 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/b4/24b477c2b6c48f0aa7b2e7ee6ac1bdd8e520d0d3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an ideal location close to Avenida Meridiana, one of the main routes in and out of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="312.36" OriginalAmount="306.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.328381754139" Longitude="2.112794816494" StarRating="4" HotelCode="30766|222326|Bed &amp; Breakfast" HotelName="Best Western Plus Alfa Aeropuerto" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle K  s/n, Entrada Principal Mercabarna, Zona Franca, 08040 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/7e/c17effcbdd90116f30383f9e8cbc44b2b2ed5204.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Zona Franca, 15 minutes from the airport, 15 minutes from the port and 2...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="312.86" OriginalAmount="306.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.411041" Longitude="2.185693" StarRating="3" HotelCode="168268|2155615|Bed &amp; Breakfast" HotelName="Leonardo Boutique Hotel Barcelona Sagrada Familia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Internet,Lounge,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Mallorca 606, 08026 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/33/6833a00ffd4e4a6126dd4f56a00a1859c4a6c18f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located about 10 minutes from the Sagrada Familia and around 4 kilometres from Pla...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="314.11" OriginalAmount="307.95" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.403781" Longitude="2.213731" StarRating="4" HotelCode="166949|351665|Bed &amp; Breakfast" HotelName="Hotel Front Marítim" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Garcia Fària 69-71, 08019 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/05/a3/05a3ea969ee0e7a4e6b7b327d4ca7e9a71351532.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is also wonderfully located, close to the sea. The nearest public transport link...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="314.58" OriginalAmount="308.41" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.394822442612" Longitude="2.193427208299" StarRating="2" HotelCode="459837|1994005|Bed &amp; Breakfast" HotelName="ibis Styles Barcelona City Bogatell" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Carrer De Llull 71, HB004742, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/0d/ed0dbe07283d9bfde186dcbf5dda8d8794cc38c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="314.92" OriginalAmount="308.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.399941126936" Longitude="2.1451583504677" StarRating="3" HotelCode="29126|860775|Bed &amp; Breakfast" HotelName="Mercure Barcelona Condor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Augusta 127, 8006  Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/a2/4fa2eb4e4b90c0bb817effd8368c5cbfa8ba186a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the centre of the Barrio de Gràcia and close to the most emblematic modern...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="316.35" OriginalAmount="310.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.385701957268" Longitude="2.1404980123043" StarRating="3" HotelCode="32068|1629158|Bed &amp; Breakfast" HotelName="NH Barcelona Entenza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de l'Equador 20, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/e2/fee27927fc67b11d0f36d28d928afabe0f3a3333.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies just a short distance from the centre of Barcelona. Links to the public transpo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="318.53" OriginalAmount="312.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.351756034022" Longitude="2.1204176545143" StarRating="4" HotelCode="37198|326995|Bed &amp; Breakfast" HotelName="Eurohotel Gran Via Fira" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Ciencias 98-100, 08908 Hospitalet de Llobregat, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a8/cc/a8ccfccb7a9bdb6d4feca0a7f7db8b1849fc0d97.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in L'Hospitalet, around 4 km from Barcelona city centre. The conference and ex...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="318.99" OriginalAmount="312.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.403255740731" Longitude="2.1270789206028" StarRating="3" HotelCode="29330|23994|Bed &amp; Breakfast" HotelName="Catalonia Mikado" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de Bonanova 58, 08017 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/dc/b0dcb522e898bf62bff13347bd12f4574b59a1ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is just 4 km from the centre of the town. Countless shopping and entertainment ve...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="320.17" OriginalAmount="313.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.377524" Longitude="2.113578" StarRating="4" HotelCode="34626|325015|Bed &amp; Breakfast" HotelName="Senator Barcelona Spa Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cardenal Reig 11, 08028 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/05/b2057a7930342b3ff111ba17c52306c2a84022c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a prestigious district of Barcelona close to Avenida Diagonal, just 15 minu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="320.90" OriginalAmount="314.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38943594156" Longitude="2.1474362516166" StarRating="3" HotelCode="37195|330365|Bed &amp; Breakfast" HotelName="Sunotel Aston" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de París 101, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/0f/b60ff3eedf8ef0478700d4366ed63058a14ec16b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern building is located in the financial and commercial heart of Barcelona, close to the Fai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="321.20" OriginalAmount="314.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.401780532131" Longitude="2.1477453410626" StarRating="3" HotelCode="31130|382905|Bed &amp; Breakfast" HotelName="Pol &amp; Grace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>c/ Guillermo Tell 49, 08006 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/7e/da7e7c433b130fde65b2247f20ed05733d2a5190.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the centre and the tourist area. Countless shopping venues, nightclub...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="322.28" OriginalAmount="315.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.392958256819" Longitude="2.124685049057" StarRating="2" HotelCode="26120|387825|Bed &amp; Breakfast" HotelName="Hotel Bonanova Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Capita Arenas 51, 08034 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/05/9b05cfb1cf1df990735fef26487929243dd4c450.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This simple hotel is situated close to the Avenida Diagonal, the Catalunya congress hall, the FC Bar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="322.44" OriginalAmount="316.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.376758248871" Longitude="2.145944237709" StarRating="4" HotelCode="58121|351705|Bed &amp; Breakfast" HotelName="Pestana Arena Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Consell De Cent 51-53, Esquina Calle Bejar, 08014 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/78/0a78c67baa92a44278cad42aa1727fa9555083bc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the Sants Montjuic district, close to the Fira de Barcelona trade fair...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="322.86" OriginalAmount="316.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.398202885905" Longitude="2.1494523993883" StarRating="4" HotelCode="14464|246426|Bed &amp; Breakfast" HotelName="Mariano Cubi Aparthotel Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Diet Meals,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Marià Cubi 62-64, Sarrià-St. Gervasi, 08006 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/d8/bed86bc2bdbf80afa069b1f887c7ae46d0628b61.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located close to Balmes Street, the shopping and business centre, only a few mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="324.82" OriginalAmount="318.45" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.397262931107" Longitude="2.159226507375" StarRating="2" HotelCode="263664|1503938|Bed &amp; Breakfast" HotelName="Casa Gracia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Gracia 116, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/15/7c15cb729c4fa688587e50c6314deebd4e976632.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Barcelona, about 2.5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="325.38" OriginalAmount="319.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.3846987695" Longitude="2.1664537489414" StarRating="2" HotelCode="30649|1265784|Bed &amp; Breakfast" HotelName="Mesón Castilla Atiram Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Garden,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Valldonzella 5, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1e/26/1e268d5b81bf071a1e06749fc9c0af8dd21b66aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is approximately 2 km from the sea. Situated on a side street, the hotel is close to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="325.62" OriginalAmount="319.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.410214370666" Longitude="2.1694886684418" StarRating="4" HotelCode="30437|228216|Bed &amp; Breakfast" HotelName="Hotel ILUNION Bel Art" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Lepant 406, 08025 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/9e/ef9e17875863e2e1771b38b633d0664cd254eb4f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers easy access to the city’s main attractions thanks to the various bus routes and a m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="327.07" OriginalAmount="320.66" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.410961" Longitude="2.186556" StarRating="4" HotelCode="326421|23934|Bed &amp; Breakfast" HotelName="Catalonia Atenas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Meridiana 151, 08026 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b5/97/b597280d50a5109edb2a624c6c142d8c62f5e52a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the Sagrada Familia. This hotel is well-connected with the rest of the cit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="328.64" OriginalAmount="322.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.411004" Longitude="2.173286" StarRating="2" HotelCode="31115|269315|Bed &amp; Breakfast" HotelName="HTOP BCN City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Travessera De Gràcia 380-384, 08025 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/88/d28893b40474dcaf2a2c4b68ff572b76ed3c3457.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona's leisure area just a few minutes’ walk from the city centre and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="328.76" OriginalAmount="322.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.375927009185" Longitude="2.1670183539391" StarRating="4" HotelCode="30438|231796|Bed &amp; Breakfast" HotelName="Hotel Garbí Mil·lenni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ronda de Sant Pau 14, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/41/9341939dbdcdba531767df8deb83ee42acbf3172.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This wonderfully restored, luxury hotel is situated within a few minutes walk of the city's tourist ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="332.63" OriginalAmount="326.11" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.3746" Longitude="2.166" StarRating="2" HotelCode="30340|387925|Bed &amp; Breakfast" HotelName="Paral-Lel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Poeta Cabanyes 5-7, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/40/7440d1f71a401de55b3e0f80c6418379d89ff0eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the city centre this pleasant hotel is the ideal starting point for exploring Barcelona ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="333.32" OriginalAmount="326.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38596" Longitude="2.1655" StarRating="2" HotelCode="31512|383665|Bed &amp; Breakfast" HotelName="HLG CityPark Pelayo Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Pelai 1, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/93/4193bf0d1513389e4dca105122fa28a70dcda785.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the town centre, close to Plaza Catalunya. Here guests will find many shop...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="334.69" OriginalAmount="328.13" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.399915977474" Longitude="2.1300119161606" StarRating="3" HotelCode="31360|1017938|Bed &amp; Breakfast" HotelName="Tres Torres Atiram" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calatrava 32, 08017 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/98/1b982f11908e8fce54275611aec4a5f0ee015206.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to the city centre, in Barcelona's entertainment centre. Countless shop...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="335.63" OriginalAmount="329.05" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.387979" Longitude="2.156863" StarRating="4" HotelCode="261899|997185|Bed &amp; Breakfast" HotelName="Sunotel Club Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Jacuzzi,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer València 157, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/c9/71c9c362d8f30e7e3a903689d895e341e68f8da9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Barcelona city centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="338.02" OriginalAmount="331.39" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.389750774476" Longitude="2.1419611573219" StarRating="4" HotelCode="9956|98298|Bed &amp; Breakfast" HotelName="Hotel Derby" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Loreto 21, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d7/90/d790d59cf8a919051c28d197c852a2711a2955fb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in the heart of Barcelona (in the shopping and business centre), on...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="338.91" OriginalAmount="332.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386186" Longitude="2.154786" StarRating="3" HotelCode="30174|386905|Bed &amp; Breakfast" HotelName="Barcelona Century Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>València 154, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/17/8c17afd22244a9909926efabe1eb504c975ec144.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is located in L'Eixample district, close to the cathedral and the Picasso museum....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="342.43" OriginalAmount="335.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.41158" Longitude="2.21188" StarRating="4" HotelCode="185340|860945|Bed &amp; Breakfast" HotelName="Vincci Bit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Josep Plà 69, 08019 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/fc/c5fc23fad866ffe7558d0b6e80dfa4f7904c32a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just 10 minutes' walk from Mar Bella beach. There are a number of bars, restau...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="342.44" OriginalAmount="335.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.407744" Longitude="2.185346" StarRating="3" HotelCode="10702|23924|Bed &amp; Breakfast" HotelName="Catalonia Sagrada Familia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Aragó 577 - 579, 08026 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/9c/1e9c21b07cb93d67dce9dd5d1a8cbf9ce41e3642.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated close to the centre of Barcelona. Numerous shops, restaurant, bar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="343.92" OriginalAmount="337.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.408675449046" Longitude="2.1478486061096" StarRating="3" HotelCode="130496|942265|Bed &amp; Breakfast" HotelName="Ronda Lesseps" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>C/Ballester 77-81, 08023 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/33/59/3359ec98d811d51d6473d16982a176c4478706f0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="346.15" OriginalAmount="339.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.390829045012" Longitude="2.1718199376129" StarRating="4" HotelCode="336657|1884975|Bed &amp; Breakfast" HotelName="Hotel Àmbit Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Roger de Llúria 17, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/9c/e29c542cfc741916cc75da16d2693d008693717c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="346.57" OriginalAmount="339.77" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.393515626256" Longitude="2.1505683660507" StarRating="4" HotelCode="51951|366305|Bed &amp; Breakfast" HotelName="Guitart Grand Passage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Muntaner 212, 08036 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/63/4d63946277154a3c573549c6051e0906cbaf7a5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel is located in the leisure area of Barcelona. There are countless shops, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="346.64" OriginalAmount="339.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.401055" Longitude="2.194399" StarRating="2" HotelCode="169882|184646|Bed &amp; Breakfast" HotelName="ibis Barcelona Pza Glories 22" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Ciutat de Granada 99, 08018 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/fe/c6fee9324074ef9603a84ec157995ceb3e3bd1c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Glòries district, under 10 minutes away from the Plaza Catalunya and Bar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="347.59" OriginalAmount="340.77" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.405031578806" Longitude="2.1404792405672" StarRating="3" HotelCode="27688|364565|Bed &amp; Breakfast" HotelName="Exe Mitre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bertrán 9-15, 08023 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/fe/ecfe0a2e27097401563c4eaea05512ed2fa27687.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near to the Parque Güell and the worthwhile attraction of Casa-Museu Gaudí. Lin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="348.38" OriginalAmount="341.55" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.379065" Longitude="2.168383" StarRating="3" HotelCode="318226|237616|Bed &amp; Breakfast" HotelName="abba Rambla Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Rambla del Raval 4c, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c0/07/c007397a351ae812e4040ce32aa74428983a666c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located just off the famous Las Ramblas from where guests can reach the hist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="348.44" OriginalAmount="341.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.390615" Longitude="2.163208" StarRating="3" HotelCode="31083|24204|Bed &amp; Breakfast" HotelName="hcc taber" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer d'Aragó 256, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/bb/8d/bb8d5b71c1626b8205cff9ad5730ba8972c2445c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This up-market hotel is situated in Barcelona's tourist centre, just a few paces from countless rest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="349.67" OriginalAmount="342.81" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.384810757641" Longitude="2.1624949478555" StarRating="2" HotelCode="313511|1738548|Bed &amp; Breakfast" HotelName="Toc Hostel Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 580, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/8f/3f8fc85e07027305aefb25373c656338ad6b53c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="349.91" OriginalAmount="343.05" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.3814" Longitude="2.175501" StarRating="2" HotelCode="260272|2487995|Bed &amp; Breakfast" HotelName="Hostal Fernando" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Ferran 31, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/07/0407c5c57118650bdfc20d7cb87730f9182950dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the centre of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="352.59" OriginalAmount="345.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.388657049224" Longitude="2.1315297981996" StarRating="4" HotelCode="29518|68994|Bed &amp; Breakfast" HotelName="Hilton Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 22/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Diagonal 589-591, 08014 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/22/02/2202ae62c576945609f5b07c07e26390c88ba6d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This top range luxury hotel is located in the heart of Barcelona's shopping district. The surroundin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="353.96" OriginalAmount="347.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.372999471515" Longitude="2.1459804475307" StarRating="3" HotelCode="190686|869445|Bed &amp; Breakfast" HotelName="Hotel Acta Azul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Kitchen,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 327, 08014 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/03/48031dc6130cfdc79a9aa046deca55f27fa86d88.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona, about 4 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="354.28" OriginalAmount="347.33" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.404699" Longitude="2.138857" StarRating="3" HotelCode="17654|388985|Bed &amp; Breakfast" HotelName="Silken St. Gervasi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sant Gervasi De Cassoles 26, 08022 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/ba/a6ba4d89d181bac1ed7cc377b9c97829b97e5be3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to the city centre, in Barcelona's entertainment centre. Public transpo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="354.99" OriginalAmount="348.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39872287" Longitude="2.20121598" StarRating="3" HotelCode="977644|85308575|Bed &amp; Breakfast" HotelName="Acta Voraport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Ramon Turro 169-B, 08034 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/f3/10f354976274af79460a08f7c66272f374874d5f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="355.65" OriginalAmount="348.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.408095" Longitude="2.185855" StarRating="3" HotelCode="326475|23904|Bed &amp; Breakfast" HotelName="Catalonia Albeniz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Aragón 591-593, 08026 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/7d/367d3ccff46335767587aeaf6d3a75ea263acd52.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated directly on the Calle Aragon, close to the Sagrada Familia. Countless shoppin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="357.38" OriginalAmount="350.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.379128162206" Longitude="2.1605166944605" StarRating="3" HotelCode="73915|2166055|Bed &amp; Breakfast" HotelName="Market" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Comte Borrell 68, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/87/12879ccea1cd191f7b6973a2c5158b1b992da41d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="359.21" OriginalAmount="352.17" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.396533789293" Longitude="2.1285434067249" StarRating="3" HotelCode="32986|23964|Bed &amp; Breakfast" HotelName="Catalonia Castellnou" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Castellnou 61, 08017 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/0c/aa0cf4320113d65d19d3ede502d7c49f0d99b0f0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is centrally located just 2 km from the centre of the city. Countless shops and e...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="360.36" OriginalAmount="353.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.373298370194" Longitude="2.1474999189377" StarRating="4" HotelCode="94217|287845|Bed &amp; Breakfast" HotelName="Ayre Hotel Gran Vía" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de Les Corts Catalanes 322-324, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b8/64/b86479b3cecdd9403cb0c21464ee85e8da7f476e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a central city location, on Plaza España next to the Fira Exhibition and Conferenc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="360.95" OriginalAmount="353.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.389479117196" Longitude="2.1491253376007" StarRating="4" HotelCode="24881|387165|Bed &amp; Breakfast" HotelName="U232 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Comte d'Urgell 232, 08036 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/a4/e5a4e793315b5f8c5a1fb65fa5e825b42384d4ef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated in the heart of the shopping and boutique area, opposite the exhib...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="361.22" OriginalAmount="354.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.409773820358" Longitude="2.2185033559799" StarRating="4" HotelCode="29823|232416|Bed &amp; Breakfast" HotelName="AC Barcelona Forum" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Paseo Taulat 278, 08019 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/88/06/8806db9a144b4cf46249e3e2cc6d12bfd71a02ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This conference hotel is located in the shopping and exhibition centre quarter, Diagonal Mar, in Bar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="361.94" OriginalAmount="354.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.383705628549" Longitude="2.151705622673" StarRating="3" HotelCode="51821|228346|Bed &amp; Breakfast" HotelName="Hotel Viladomat by Silken" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viladomat 197, Eixample, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/b2/69b2ad8c70f8becb36804fef0503557c8c7102d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is situated in the centre of Barcelona, just a few minutes from the historical an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="362.27" OriginalAmount="355.17" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.37514" Longitude="2.168375" StarRating="4" HotelCode="25131|387095|Bed &amp; Breakfast" HotelName="Barcelona Universal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Av. Paral-lel 76-80, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/f2/cdf2ad56021c248ac627588498faa664e4d1edc2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is situated near the tourist centre of Barcelona. There are copious shops in the a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="364.00" OriginalAmount="356.86" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.392097773478" Longitude="2.155974055808" StarRating="4" HotelCode="316925|1593188|Bed &amp; Breakfast" HotelName="BCN Urban Hotels Gran Rosellón" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Rosselló 174-176, 08036 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/b3/a9b35ce362fd2237e89c8808cc5b7ea9b777e626.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="364.55" OriginalAmount="357.40" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.382773853339" Longitude="2.140166759491" StarRating="4" HotelCode="318135|237666|Bed &amp; Breakfast" HotelName="abba Sants Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Numancia 32, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/86/0a8695d54894485e19e7a81524f8221f9eafd531.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated close to Estació de Sants (station and bus stop). Numerous shops, restaurants ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="365.46" OriginalAmount="358.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.37818" Longitude="2.17615" StarRating="4" HotelCode="177872|860915|Bed &amp; Breakfast" HotelName="Eurostars Ramblas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Las Ramblas 22-24, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/11/1b11de326e8f1f39245e5a18e397a8919bb16eff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located across from Plaça del Teatro, the most artistic stretch of the Rambla. It occup...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="366.66" OriginalAmount="359.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38119906251" Longitude="2.1550959348679" StarRating="3" HotelCode="31613|24174|Bed &amp; Breakfast" HotelName="Leonardo Hotel Barcelona Gran Via" 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,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de la Diputació 100, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/db/a8db9b0c2c28ac08a2d2899effe77d8cb21bde40.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Built in 2004, this modern hotel is ideal for night time revellers. Situated just a few minutes walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="367.20" OriginalAmount="360.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39376055" Longitude="2.17012905" StarRating="2" HotelCode="662513|fabrizzios_petit" HotelName="Fabrizzio's Petit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bruc 65 2/2, Eixample, 08009 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/48/0648f4a1ac06621c51e1942f57b204cc73516fd5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in central Barcelona, 15 minutes&amp;apos; walk from Sagrada Familia and Plaza Catalunya Square,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="367.43" OriginalAmount="360.23" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.381902440251" Longitude="2.1458610892296" StarRating="3" HotelCode="29332|24024|Bed &amp; Breakfast" HotelName="Catalonia Roma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda de Roma 31, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/13/70130ebbabb560cedb9198dd78712af935dfabdc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the tourist centre of Barcelona, less than a mile from the cultural and hi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="370.15" OriginalAmount="362.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.405933463069" Longitude="2.1715673804283" StarRating="3" HotelCode="37179|388915|Bed &amp; Breakfast" HotelName="Hotel Sagrada Familia" 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,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Corsega 541, Eixample, 08025 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/7b/6c7bd604cd20373492ebae4900c79c454e908f0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel lies right in a residential and commercial area, close to the famous Sagrada Familia....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="371.21" OriginalAmount="363.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.388368328956" Longitude="2.164491713047" StarRating="4" HotelCode="26977|351725|Bed &amp; Breakfast" HotelName="Sansi Diputacio Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer De La Diputació 234-236, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/30/2c/302c48f16ebfe4071359daa47bdbb0a218da1887.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is quietly situated in Barcelona's recreational area, close to a wide rang...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="371.45" OriginalAmount="364.17" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.392163443761" Longitude="2.1622949838638" StarRating="4" HotelCode="16541|24184|Bed &amp; Breakfast" HotelName="hcc regente" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rambla de Catalunya 76, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a3/88/a388c41c6c48862b6e858104bdb787733f3282e4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located and well communicated in one of Barcelona’s most popular streets, Rambla Catalu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="371.68" OriginalAmount="364.39" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.384320700861" Longitude="2.1513945508894" StarRating="4" HotelCode="37041|1094858|Bed &amp; Breakfast" HotelName="Sercotel Ámister Art Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Roma 93-95, near Sants train station, City Centre, Eixample District, 08029 Barcelona, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/61/97/6197a905dec602fa8d51136a7d132555698a6e4e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is suitable for both tourists as well as for business guest. It is located ar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="372.12" OriginalAmount="364.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.404811958591" Longitude="2.1288852121534" StarRating="4" HotelCode="130276|1546118|Bed &amp; Breakfast" HotelName="Vilana Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Vilana 7, 08017 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/33/f0333c0025387f9d4a75ea4eb37409a65b740129.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the prestigious La Bonanova district of Barcelona. It is surrounded by one o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="372.54" OriginalAmount="365.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.403329173356" Longitude="2.1372270584106" StarRating="4" HotelCode="326477|24044|Bed &amp; Breakfast" HotelName="Catalonia Barcelona 505" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Muntaner 505, 08022 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/50/59509f982f15c8e32cd162fb141434623d5f1661.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel has a wonderful location in the northern part of Barcelona, close to Güell Park an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="373.36" OriginalAmount="366.04" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.395869805449" Longitude="2.1813306212425" StarRating="3" HotelCode="57793|228376|Bed &amp; Breakfast" HotelName="Hotel ILUNION Auditori" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Sicilia 166-170, 08013 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/2c/562c5991b2fdf929a65c7b5b7a645e2e1bebf76a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies close to the Gothic quarter at the heart of Barcelona with bars and restaurants...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="374.61" OriginalAmount="367.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.396046365452" Longitude="2.1793591976166" StarRating="4" HotelCode="32033|287785|Bed &amp; Breakfast" HotelName="Ayre Hotel Caspe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Caspe 103, 08013 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/cd/6bcdaa8539a997e5b0520dc703a664eaa2f6d4fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant, luxury hotel is centrally situated in the Eixampel district of the city, just 20 minut...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="375.03" OriginalAmount="367.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.384172014258" Longitude="2.1617270261049" StarRating="4" HotelCode="69572|387105|Bed &amp; Breakfast" HotelName="Sunotel Central" 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,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 570, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0d/6f/0d6f66051416a88b6b66fcb1e6b39ca7b516dd57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the busiest commercial and business area of Barcelona. It is just a few ste...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="376.09" OriginalAmount="368.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.382675360171" Longitude="2.1657777272062" StarRating="2" HotelCode="66017|231776|Bed &amp; Breakfast" HotelName="Hotel Acta BCN 40" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Joaquin Costa 40, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/80/c480024335b2cf8a3e2f61df5ca19f346e32f8b3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a central location, surrounded by the historic centre of Barcelona and offers easy...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="378.66" OriginalAmount="371.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.383461140178" Longitude="2.159835014167" StarRating="3" HotelCode="60079|387085|Bed &amp; Breakfast" HotelName="Hotel Soho Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de De Les Corts Catalanes 543-545, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/2a/7e2a08dffd8c7d342865ef2fffb64e1e91afea63.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated right on Barcelona's Gran Vía. Plaza Catalunya and other tourist attractions a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="379.54" OriginalAmount="372.10" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.408220806403" Longitude="2.2118313610554" StarRating="4" HotelCode="25009|1768128|Bed &amp; Breakfast" HotelName="Vincci Maritimo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Llull 340, 08019 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/91/7d91375c5fb0f6f9eb76cb2eb0786de177fc1bec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is superbly located, close to the city centre. Barcelona's beautiful sandy beach i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="380.46" OriginalAmount="373.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.379991529334" Longitude="2.1728508174419" StarRating="4" HotelCode="30629|hotel_espana_2" HotelName="España" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Sant Pau 9-11, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/9b/139b99a8c8f0eea629b54a6c09dd48b424aca117.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the commercial, historical and artistic centre, next to the Gran Teatre del ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="380.84" OriginalAmount="373.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.376660634107" Longitude="2.1524325013161" StarRating="4" HotelCode="30445|23864|Bed &amp; Breakfast" HotelName="Hotel Vilamarí" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vilamarí 34-36, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/bb/cc/bbcccdbd689c4b0817a47bad6d506e8782bde7f1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located near Plaza de España. Various tourist attractions such as Plaza Cataluñ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="381.14" OriginalAmount="373.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.390984285472" Longitude="2.1707010269165" StarRating="4" HotelCode="30687|231766|Bed &amp; Breakfast" HotelName="Hotel Acta Atrium Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 656, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/d8/a1d8d3b7b25c7184fb2329242c8124e998bd91b3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant, luxury hotel is situated at the heart of Barcelona within minutes of the Gran Via. Gue...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="381.68" OriginalAmount="374.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.36990545884" Longitude="2.143763411045" StarRating="3" HotelCode="87936|97259|Bed &amp; Breakfast" HotelName="Aparthotel BCN Montjuic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Internet,Kitchen,Laundry,Lounge,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Sant Fructuós 64-74, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/04/100436b8a76cc1ff6190c7bd80d4ff814bbeaa46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is located on the Gran Vía de las Corts Catalanas and the Calle San ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="383.19" OriginalAmount="375.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.381296670462" Longitude="2.1269166469574" StarRating="4" HotelCode="32645|24374|Bed &amp; Breakfast" HotelName="NH Barcelona Stadium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Travessera de les Corts 150-152, 08028 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/0e/2f0e95859d9fb8a36a58bdc23200d0d8ac5a7791.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the commercial and banking district. The large department store, El Corte ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="383.39" OriginalAmount="375.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.389354858767" Longitude="2.1213275939226" StarRating="4" HotelCode="30682|118432|Bed &amp; Breakfast" HotelName="AC Hotel Victoria Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 20/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Beltrán i Ròzpide 7-9, antes Avenida Pedralbes 16, 08034 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/ac/40ac3f0eac2f9afc9aca4c775670c7c52bd53bba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a quiet district of Barcelona, in Pedralbes. Shopping and commercial zones ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="383.82" OriginalAmount="376.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.406305639633" Longitude="2.2006049752235" StarRating="4" HotelCode="81929|120654|Bed &amp; Breakfast" HotelName="Meliá Barcelona Sky" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Spa Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pere IV 272-286, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/6e/f26ea4ac4c19bad107898c1b34ffc01366917b2b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on one of the capital’s main roads, 'The Diagonal'. Within the vicinity, guest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="384.04" OriginalAmount="376.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39206" Longitude="2.15546" StarRating="4" HotelCode="30126|380855|Bed &amp; Breakfast" HotelName="Evenia Rosselló" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Rosselló 191, 08036 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/04/3c04347c9eaea619e8b7b8b7df85e8085d75f365.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is situated within a few minutes’ walk of the city centre. Various restaurants and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="384.77" OriginalAmount="377.23" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.376850842091" Longitude="2.1500288337469" StarRating="4" HotelCode="178197|888985|Bed &amp; Breakfast" HotelName="Ofelias Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Llançà 24, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/5c/015c7c2541a412ddd21d00c0173368cdde93b2f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Eixample district of Barcelona, in the Plaza de España and opposite the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="385.41" OriginalAmount="377.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38381228879" Longitude="2.1782970428467" StarRating="3" HotelCode="18012|24134|Bed &amp; Breakfast" HotelName="Hotel Suizo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza del Ángel 12, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/17/af/17af316b18b62bbe1138c835992565ecae2e1e95.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is to be found in the gothic quarter at the heart of Barcelona, close to the cathedral an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="386.15" OriginalAmount="378.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.394178628081" Longitude="2.1491628885269" StarRating="4" HotelCode="18766|24214|Bed &amp; Breakfast" HotelName="Hesperia Barcelona Presidente" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda Diagonal 570, 08021 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6e/82/6e829aa0c5243f951d969837ea816a30d384f892.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located 5 km from the nearest beach, this hotel is centrally located on Diagonal Avenue at the heart...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="386.26" OriginalAmount="378.69" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.399044794135" Longitude="2.2021633386612" StarRating="4" HotelCode="73981|228256|Bed &amp; Breakfast" HotelName="Hotel ILUNION Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Ramón Turró 196-198, Esquina Calle Llacuna, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/2e/ce2eea05b2a5998dc5e6a6b80ea9a7b5e900a982.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the triangle formed by the Forum area, the Olympic port and Plaza de las Gl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="386.32" OriginalAmount="378.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.385348" Longitude="2.171595" StarRating="3" HotelCode="30264|386685|Bed &amp; Breakfast" HotelName="Nouvel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>C/ Santa Ana, 18-20, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/42/a142fd7e89e3b2fa439d50b175483414a58d34e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to Plaza Cataluña and Las Ramblas at the heart of Barcelona. Various sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="386.88" OriginalAmount="379.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39392" Longitude="2.157975" StarRating="2" HotelCode="295427|1963655|Bed &amp; Breakfast" HotelName="Hotel Mihlton Barcelona B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Roselló 231, Principal 2ª, Eixample, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/c6/56c60ea6393258a66f13d2a208e23e4480601acc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="387.05" OriginalAmount="379.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.379774170982" Longitude="2.174206674099" StarRating="3" HotelCode="49091|262795|Bed &amp; Breakfast" HotelName="Oriente Atiram Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ramblas 45, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/45/fa/45faf95969a3fa04395b812ef4692d2a11d02f62.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly in the cultural and historical heart of Barcelona, in Las Ramblas. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="387.21" OriginalAmount="379.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.382066" Longitude="2.176392" StarRating="3" HotelCode="16725|314765|Bed &amp; Breakfast" HotelName="Hotel Gargallo Rialto" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Ferran 40-42, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/40/19/4019e6d516601b30a568398ee07faeb03da6450b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular and historical city hotel lies in the centre of the beautiful old town of Barcelona. Sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="387.60" OriginalAmount="380.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.379368634705" Longitude="2.1761123836041" StarRating="3" HotelCode="29520|hotel_barcelona_house" HotelName="Barcelona House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Escudellers 19, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/38/fc384ab8372fa346910b3460eaeb4c7dc293f75f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next to Las Ramblas and Plaza Reial, in the old quarter of Barcelona. It is a f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="387.79" OriginalAmount="380.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.389845" Longitude="2.166119" StarRating="4" HotelCode="47000|364275|Bed &amp; Breakfast" HotelName="Exe Cristal Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Diputació 257, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/00/1b00f75a6c88a4e0e202869f4dd48083d4e2eab0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is situated close to avenue Paseo de Gracia and Plaza Catalunya. Just a few minute...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="388.61" OriginalAmount="380.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.398694" Longitude="2.162406" StarRating="4" HotelCode="21559|467845|Bed &amp; Breakfast" HotelName="Catalonia La Pedrera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Córcega 368, 08037 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/fe/aafe4a7fc7b67ff17b21b86ea50ad0a0917b0c11.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located in the arty and commercial centre of Barcelona, only a stone's throw fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="389.09" OriginalAmount="381.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.387003425468" Longitude="2.172574754631" StarRating="3" HotelCode="103410|387395|Bed &amp; Breakfast" HotelName="Denit Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 22/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Estruc 24-26, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/8d/fa8d0e198ca4423424cb314e6b64162b781b0fda.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Barcelona. Right in the Gothic Quarter, in front of Plaça de Ca...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="389.49" OriginalAmount="381.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.397715603196" Longitude="2.1888915631598" StarRating="4" HotelCode="97626|384125|Bed &amp; Breakfast" HotelName="Capri by Fraser Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sancho De Avila 34, 08018 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/0a/5a0a0f95ff61cd9a3df4cf33e8d0fae811e2b2dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an excellent location, and it offers guests access to all the city's tourist sight...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="390.40" OriginalAmount="382.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.379031" Longitude="2.139737" StarRating="4" HotelCode="7776|275415|Bed &amp; Breakfast" HotelName="Barceló Sants" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaça dels Països Catalans s/n, Estacio de Sants, 08014 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/e9/18e9c5ee10ca2752fe81fe2deaa2571eb082483c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated near the main train station, Sants, in Barcelona and offers direct access to t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="391.25" OriginalAmount="383.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.388827135095" Longitude="2.1652936935425" StarRating="4" HotelCode="60920|54754|Bed &amp; Breakfast" HotelName="Petit Palace Museum" 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,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de la Diputación 250, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/01/1a016a3ba99bb1619cf4098280c8dcaade19e564.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This design hotel is centrally located in the business area of the city, next to the Gran Vía de las...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="391.57" OriginalAmount="383.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.380519827858" Longitude="2.171505689621" StarRating="3" HotelCode="17121|467895|Bed &amp; Breakfast" HotelName="San Agustin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaça de Sant Agustí 3, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/38/f63851b0012159a4e88884ad8e4634687785df04.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel can be found where the historical ruins of the former convent of Saint Augustine (1720) li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="392.77" OriginalAmount="385.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.388003779458" Longitude="2.1783917796878" StarRating="3" HotelCode="199957|1164438|Bed &amp; Breakfast" HotelName="Domus Selecta Musik Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Sant Pere Més Baix 62, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/73/1173227c5ff82d139acc75bffd41c2ef6708f49f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Barcelona, this boutique hotel is ideal for guests who appreciate a stylish ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="393.10" OriginalAmount="385.39" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.403786867984" Longitude="2.1913003921509" StarRating="4" HotelCode="161438|183316|Bed &amp; Breakfast" HotelName="Novotel Barcelona City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly 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,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Diagonal 201, Entrada por Ciutat de Granada, 08018 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/ef/47ef056d0326f0e7a4c7330b23eefcd88ffc19de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of the city on Avenida Diagonal (one of the city's main streets),the fami...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="394.46" OriginalAmount="386.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.397119296691" Longitude="2.1758575737476" StarRating="3" HotelCode="33836|383265|Bed &amp; Breakfast" HotelName="Serhs Carlit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de la Diputació 383, 08013 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/14/7b14768554837dd87f2f561cee16e8f7945a9984.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Barcelona, in the Eixample district, one of the most cha...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="395.13" OriginalAmount="387.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.378023075811" Longitude="2.173059364418" StarRating="4" HotelCode="113140|309905|Bed &amp; Breakfast" HotelName="Onix Liceo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Nou de la Rambla 36, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/4d/fc4d231b4192878c1ef1db088f7701d0503c2887.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an excellent location in Barcelona. Only a few metres away, guests can find the Gr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="395.76" OriginalAmount="388.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.381228545614" Longitude="2.1638671281105" StarRating="3" HotelCode="27724|ronda_hotel" HotelName="Hotel Ronda House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Sant Erasme 19, Barcelona, Cataluña</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/d6/57d64b6c3f240d5aefbc7abf3bc3754bfd7aa36a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Barcelona, close to the Plaza Cataluña and Las Ramblas. Shopp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="396.04" OriginalAmount="388.27" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.383361497143" Longitude="2.1793659031391" StarRating="4" HotelCode="13924|364625|Bed &amp; Breakfast" HotelName="Hotel Exe Laietana Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Laietana 17, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/f7/acf7a98820d8240db7a4f5a2319d0ec9cccc19d0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel offers a privileged location in the Gothic quarter, close to the Roman wall and the old t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="396.41" OriginalAmount="388.64" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38603" Longitude="2.176147" StarRating="4" HotelCode="29082|228266|Bed &amp; Breakfast" HotelName="Hotel ILUNION Almirante" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Vía Laietana 42, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/7f/9a7f1e1a184209a0f1f10bce003c1f574761a768.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Barcelona's gothic quarter just 5 minutes from Plaça Catalunya...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="396.54" OriginalAmount="388.76" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386055" Longitude="2.154244" StarRating="3" HotelCode="30222|24344|Bed &amp; Breakfast" HotelName="NH Barcelona Eixample" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Valencia 105-107, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/d5/c1d56a1c8fb4b80d0da1a5c3555c2ecbc5fa93f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is situated close to Barcelona's trade fair centre, Plaza de Cataluña and Sants t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="396.56" OriginalAmount="388.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.372233934778" Longitude="2.1573432635986" StarRating="2" HotelCode="868380|73254686|Bed &amp; Breakfast" HotelName="La França Travellers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>La França Xica 38, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="398.55" OriginalAmount="390.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.373131309149" Longitude="2.1699714660645" StarRating="2" HotelCode="31326|1604068|Bed &amp; Breakfast" HotelName="Nuevo Triunfo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Cabanes 34, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/35/573529dbe0e351ec7b3251b68bedc309cfa270a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Barcelona's leisure district, just a few minutes from the town centre whic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="400.07" OriginalAmount="392.23" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.381110219448" Longitude="2.1735426588955" StarRating="3" HotelCode="258539|2063965|Bed &amp; Breakfast" HotelName="Internacional Ramblas Atiram" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Rambla 78-80, Ciutat Vella (Gòtic)), 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1c/b4/1cb42db34fdea95e79df2fbb6ee0fc7c1e00f951.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Built in a modernist style, this hotel is extremely popular with tourists and offers guests fabulous...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="401.07" OriginalAmount="393.21" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38219538104" Longitude="2.1720539214612" StarRating="3" HotelCode="888120|2012811|Bed &amp; Breakfast" HotelName="Exe Ramblas Boquería" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rambla de Sant Josep 91-93, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/e0/1be02995c361f968814564fdecc26d44679b5d65.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming historical hotel is situated on Las Ramblas, in the historical, commercial and tourist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="401.13" OriginalAmount="393.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.391558791885" Longitude="2.1728622491939" StarRating="2" HotelCode="128306|1437778|Bed &amp; Breakfast" HotelName="Constanza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Bruc 33, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/50/a0505ff3612ca8bf6b608e7ce9c376ddf563ed9e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="403.12" OriginalAmount="395.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.359389" Longitude="2.133096" StarRating="4" HotelCode="60424|111352|Bed &amp; Breakfast" HotelName="AC Som" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Arquitectura 1-3, 08908 L'Hospitalet de Llobregat, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/82/3c/823c16a3a37cd8b2ff352f35e876868abd4dabc7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the edge of the city between the airport and the exhibition centre. Plaça d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="403.29" OriginalAmount="395.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.401432136973" Longitude="2.209941656414" StarRating="4" HotelCode="20716|383305|Bed &amp; Breakfast" HotelName="Hesperia Barcelona Del Mar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Espronceda  6, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/85/fb/85fbf656398b9906fed6500d3c1995fccfc382cb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern city hotel, only a street from the beach, lies in the new area, Diagonal Mar, of Barcelo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="403.44" OriginalAmount="395.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.380825" Longitude="2.177471" StarRating="3" HotelCode="70231|79274|Bed &amp; Breakfast" HotelName="Catalonia Avinyo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avinyó 16, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/24/4424a00fbf0e9b2c0ea40bc5f432f1c488714d5f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona’s gothic district. It is situated on Calle Avinyó, o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="404.28" OriginalAmount="396.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.37977431" Longitude="2.17351371" StarRating="2" HotelCode="662517|67339922|Bed &amp; Breakfast" HotelName="Ideal Youth Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostels" HotelFacility="24 Hour Front Desk,Bar,Beauty Salon,Concierge,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Meeting Room,Restaurant,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>Calle Unio 10,12, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/f3/48f3bad5bf3e4b5185d47259007586934367340b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal Youth Hostel is a popular choice amongst travelers in Barcelona, whether exploring or just pas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="404.70" OriginalAmount="396.76" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.389195307248" Longitude="2.1664275595245" StarRating="3" HotelCode="113153|309935|Bed &amp; Breakfast" HotelName="Onix Rambla" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Rambla de Catalunya 24, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/08/ef0817dcfe2722380d40f4712d22f5bbfd311904.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel stands on Barcelona's main commercial and business thoroughfare, Rambla de Catalunya. The ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="404.92" OriginalAmount="396.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.385758304367" Longitude="2.1659387648106" StarRating="4" HotelCode="258397|1966665|Bed &amp; Breakfast" HotelName="Hotel Midmost" 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,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Pelai 14, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/35/f2/35f2c2981a48d194dfc9c4f46b1485161ed1801a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the centre of Barcelona, in the gothic quarter and close to Las Ramblas wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="405.98" OriginalAmount="398.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.410950626156" Longitude="2.2188037633896" StarRating="4" HotelCode="29519|275495|Bed &amp; Breakfast" HotelName="Barcelona Princess" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Diagonal 1, 08019 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/44/a4/44a485f850a8126eea1aedfcc8f3657d21a67bbc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the Avenida Diagonal, near the new Barcelona International Exhibition and C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="411.42" OriginalAmount="403.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.394789308149" Longitude="2.1434806287289" StarRating="4" HotelCode="32983|23844|Bed &amp; Breakfast" HotelName="AC Irla" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Calvet 40-42, 08021 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/5e/9a5e43ccf0b3b04369a1f7687d883880370c9822.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in one of Barcelona's suburbs, within minutes of the centre, the nearest publi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="415.44" OriginalAmount="407.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.384292257712" Longitude="2.1619194746018" StarRating="3" HotelCode="9955|387915|Bed &amp; Breakfast" HotelName="Caledonian" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 574, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/ae/deaecddc16b853d1e91401446579e21c5d09fa22.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Fabulously situated at the heart of the city, just a few paces from the wonderful Plaza Catalunya an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="417.62" OriginalAmount="409.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.389158" Longitude="2.156378" StarRating="3" HotelCode="439455|1967055|Bed &amp; Breakfast" HotelName="The Corner Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Mallorca 178, 08036 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/26/a62631e08f7ef0de1c246358e79473279ded9009.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="418.20" OriginalAmount="410.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.393118269759" Longitude="2.1571280337574" StarRating="0" HotelCode="522465|forget_me_not_plus" HotelName="Forget Me Not PLUS B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Rossello 198, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/0b/ad0be98fc3ca9fdd5ae09351deab8b7bd35c801b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="419.20" OriginalAmount="410.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.3782" Longitude="2.17554" StarRating="3" HotelCode="59881|869435|Bed &amp; Breakfast" HotelName="Arc la Rambla" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>La Rambla 19, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/d4/37d42e0e979f6d80d745c238a20ee56f06e8efec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located in the heart of Barcelona, only around 10 minutes from the cultural ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="419.65" OriginalAmount="411.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.391866140936" Longitude="2.1568393707275" StarRating="4" HotelCode="55113|98348|Bed &amp; Breakfast" HotelName="Hotel Granados 83" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Enric Granados 83, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/ba/dcbab4e1a3f8334741c81015894569c83bfd45d6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of the colourful city of Barcelona, directly beside one of the m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="419.82" OriginalAmount="411.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.400612110963" Longitude="2.1786618232727" StarRating="4" HotelCode="38617|364365|Bed &amp; Breakfast" HotelName="Eurostars Monumental" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Consell De Cent 498-500, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/fb/9cfb4b76a66eb5e994374f51d08dc75247932780.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the tourist centre of Barcelona. Consequently, it is an ideal startin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="421.22" OriginalAmount="412.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.390027126028" Longitude="2.1422639093607" StarRating="4" HotelCode="37352|578135|Bed &amp; Breakfast" HotelName="Gran Derby Suite Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Loreto 28, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a4/b6/a4b6c5dcded5659a2ff4102171a6baaaaf0fd146.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the upper part of Avenida Diagonal and surrounded by other broad avenues, this is the ide...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="421.38" OriginalAmount="413.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.391610087159" Longitude="2.1593070030212" StarRating="4" HotelCode="55749|386875|Bed &amp; Breakfast" HotelName="Barcelona Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Balmes 103, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/80/0b80a60368ad4f97288eaac557ef0a7d0a917bfe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Barcelona at the crossroads of Calle Balmes and Calle Mallorca...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="422.67" OriginalAmount="414.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.376606100841" Longitude="2.1504709376203" StarRating="3" HotelCode="36820|387795|Bed &amp; Breakfast" HotelName="B-Hotel" 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,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 389-391, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/95/0395524f7769302815cab8f29d99405aa759b782.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in Barcelona's tourist centre, not far from the city centre. Shopping ven...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="422.70" OriginalAmount="414.41" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.394381853386" Longitude="2.150074839592" StarRating="3" HotelCode="25135|387195|Bed &amp; Breakfast" HotelName="Wilson Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avda. Diagonal 568, 08021 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/f4/a5f4a4aaf425209f08f63bc97189dff228b0d36d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This large, modern city hotel is ideally situated for those wishing to explore the city and its surr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="423.42" OriginalAmount="415.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.391865637884" Longitude="2.1751333773136" StarRating="2" HotelCode="190665|4694965|Bed &amp; Breakfast" HotelName="Hostal Girona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Girona 24, 1-1, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ef/90/ef90b585c01c5a77b88b1748562bfa5e34b6e104.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="423.66" OriginalAmount="415.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.408472268435" Longitude="2.2175002098083" StarRating="4" HotelCode="38235|69004|Bed &amp; Breakfast" HotelName="Hilton Diagonal Mar Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Passeig del Taulat 262-264, 08019 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/39/06/3906f47b63b077e63c8254f2de05e3f8dce82608.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located only at a 10 minutes’ walk from the beach, the hotel offers stunning views of the sea and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="427.03" OriginalAmount="418.66" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.387541262342" Longitude="2.1364894509315" StarRating="3" HotelCode="32067|24334|Bed &amp; Breakfast" HotelName="NH Barcelona Les Corts" 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,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Travessera de les Corts 292, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fd/b6/fdb62829b830c1b27cd1f286bd520742157d8aff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies close to Francesc Macià Plaza and not far from the FC Barcelona football stadium. Lo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="429.21" OriginalAmount="420.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.356409" Longitude="2.123118" StarRating="4" HotelCode="199956|932085|Bed &amp; Breakfast" HotelName="Renaissance Barcelona Fira" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Europa 50-52, L'Hospitalet de Llobregat, Barcelona 08902</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0a/47/0a478021b6ca7e4234c2eec66cb9aac2cb2de1f1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="430.16" OriginalAmount="421.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.389414724193" Longitude="2.1564048528671" StarRating="4" HotelCode="48051|222376|Bed &amp; Breakfast" HotelName="Best Western Premier Hotel Dante" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mallorca 181, 08036 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b8/28/b82818ad674e97f49655a7fd7ccb355279010fa1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming conference hotel is situated at the centre of the popular city centre, close to the Pa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="430.24" OriginalAmount="421.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.385035" Longitude="2.1706380000001" StarRating="3" HotelCode="149378|1546228|Bed &amp; Breakfast" HotelName="Hotel Continental Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>La Rambla 138, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/96/cd9668deccac8bed5fcb909baa661c9c50c57104.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in the heart of Barcelona, perfect for visiting the rest of the city. The establishment...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="430.44" OriginalAmount="422.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.382765803387" Longitude="2.184656560421" StarRating="2" HotelCode="21503|351805|Bed &amp; Breakfast" HotelName="Hotel Oasis Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pla de Palau 17, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/75/007509077488abcece57347aac7ff543ba79a987.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This centrally located hotel is situated about 500 m from the inviting beach, on the outskirts of th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="431.08" OriginalAmount="422.63" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38044" Longitude="2.179917" StarRating="3" HotelCode="44221|383405|Bed &amp; Breakfast" HotelName="Hesperia Barri Gòtic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ample 31, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5f/80/5f80e28395846072fa9b597151a671690d93627c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally situated close to Las Ramblas in Barcelona's historical old town. An abundan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="431.68" OriginalAmount="423.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.384585067201" Longitude="2.1378439664841" StarRating="4" HotelCode="49083|1685538|Bed &amp; Breakfast" HotelName="NH Sants Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Numancia 74, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/46/cf4652527980da89342acb902730b285b2add6e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern, centrally located hotel is situated in the shopping and business district of Les Corts....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="433.66" OriginalAmount="425.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.381081200652" Longitude="2.1727364723873" StarRating="3" HotelCode="14933|388375|Bed &amp; Breakfast" HotelName="Hotel Moderno Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Hospital 11, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/34/c034559ea7c57c4b41602faf416553fe96496750.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated at the heart of Barcelona's tourist centre. Countless entertainme...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="433.70" OriginalAmount="425.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.397366899436" Longitude="2.1924317106619" StarRating="4" HotelCode="900178|1020556|Bed &amp; Breakfast" HotelName="Villa Olímpic @ Suites Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Pallars 121-125, 08018 Barcelona, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/38/f3/38f3331dce9857924702adeef545938316f4ed97.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located between the streets of Pallars and Alava, in the fashionable district Barcelona 22@, the hot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="435.61" OriginalAmount="427.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.389731" Longitude="2.17993" StarRating="4" HotelCode="24883|24014|Bed &amp; Breakfast" HotelName="Catalonia Born" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rec Comtal 16-18, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/3a/ea3a94073cdde79e116a58e2bf176d69c2edbf4f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally situated directly near to the Arco del Triunfo and the Picasso Museum. There ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="436.06" OriginalAmount="427.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.397926" Longitude="2.192201" StarRating="3" HotelCode="172668|1026238|Bed &amp; Breakfast" HotelName="NH Barcelona Diagonal Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Àlaba 94-96, 08018 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/44/01448ae168c6e5469518461228f18d34fb85f877.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the groundbreaking technological 22nd district of Barcelona, very close to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="436.64" OriginalAmount="428.08" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.402690407332" Longitude="2.2121787071228" StarRating="4" HotelCode="32984|384435|Bed &amp; Breakfast" HotelName="Occidental Atenea Mar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Paseo García Faria 37-47, 08019 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/de/9fde7796696b375be09412f96489bded6f286e26.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated close to the sea, next to the entrance to the Nova Mar Bella section of the be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="437.97" OriginalAmount="429.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.385681" Longitude="2.124618" StarRating="4" HotelCode="900433|2024563|Bed &amp; Breakfast" HotelName="Catalonia Rigoletto" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sabino de Arana 22-24, 08028 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/62/f0628e363a4c95c408ad533b8b13ad5157d19697.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona's commercial and financial centre, only 50 m from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="438.53" OriginalAmount="429.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.378999322795" Longitude="2.1695892512798" StarRating="4" HotelCode="75221|275375|Bed &amp; Breakfast" HotelName="Barceló Raval" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Rambla del Raval 17-21, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/86/cd/86cdc007bb392a0ca444b6f3482b229addd7d6c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a privileged location in the Raval, Barcelona's top fashion district. It is j...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="438.97" OriginalAmount="430.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.393387065003" Longitude="2.1460522824843" StarRating="4" HotelCode="30784|1945515|Bed &amp; Breakfast" HotelName="Vincci Mae" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Diagonal 596, 08021 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/f1/abf124efd4ee5bc9ce271cf720e22abceec030cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on Avenida Diagonal at the heart of Barcelona's tourist centre. Numerous shops...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="439.25" OriginalAmount="430.64" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.372803224161" Longitude="2.1721118688583" StarRating="4" HotelCode="168270|366225|Bed &amp; Breakfast" HotelName="Grums" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Palaudaries 26, Barcelona 08004</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/b8/d6b8af0b321d625f3d4f95d379df62c720db5712.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet street within walking distance of Avenida del Parallel. Las Ramblas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="439.45" OriginalAmount="430.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.380945598722" Longitude="2.1531626594842" StarRating="3" HotelCode="11313|384305|Bed &amp; Breakfast" HotelName="Atenea Calabria Apartaments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Calabria 129, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/90/7490e3e29d966a1e435b8093f1775980c1c6bf8e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is centrally located close to the Gran Via. The main tourist attraction, as well a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="439.62" OriginalAmount="431.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.381063216147" Longitude="2.1455016732216" StarRating="4" HotelCode="20354|h10_itaca" HotelName="H10 Itaca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda de Roma 22, Eixample-Sants Estación, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/5b/6d5b2e5da5b93655ebc80402e02243dc0e56ba4d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the middle of Barcelona's central Eixample district, near to the trade fai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="441.92" OriginalAmount="433.25" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.40054" Longitude="2.208976" StarRating="4" HotelCode="21502|318495|Bed &amp; Breakfast" HotelName="EuroHotel Barcelona Diagonal Port" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Village,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lope de Vega 4, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/ba/c0ba4da81b88d5aa24f3e431ac6db3c6345f7715.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just across the road from the beach and the harbour is only a few minutes’ walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="445.42" OriginalAmount="436.69" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.374997" Longitude="2.172439" StarRating="3" HotelCode="55753|383335|Bed &amp; Breakfast" HotelName="SERHS Del Port Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida del Paral-lel 40, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/80/c480999bd991d51641521484dfbcb112e8f4707e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near links to the public transport network. In addition, the boulevards of Bar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="445.76" OriginalAmount="437.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.394011478755" Longitude="2.1535483294477" StarRating="3" HotelCode="10400|98308|Bed &amp; Breakfast" HotelName="Hotel Astoria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paris 203, 08036 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b7/71/b771763aaac0bca4a0ad813afd5452f982b17702.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to Passeig de Gràcia. There are numerous shops, restaurants and bars, a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="446.55" OriginalAmount="437.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.383872080952" Longitude="2.1846735190144" StarRating="4" HotelCode="208127|997025|Bed &amp; Breakfast" HotelName="Ciutadella Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Marqués de l´Argentera 4, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/27/7c27c34f7de9d699a010d6668d56d6f1623c8575.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has an ideal central setting within 300 metres of Santa María del Mar Church, Ciutadella P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="448.02" OriginalAmount="439.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39047871912" Longitude="2.1214496608782" StarRating="4" HotelCode="361525|1893905|Bed &amp; Breakfast" HotelName="Hotel Upper Diagonal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig Manuel Girona 7-21, 08034 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/af/c2af34c351938f6ab6c49798b5d2c2e95284f2a2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="448.86" OriginalAmount="440.06" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.4003" Longitude="2.19083" StarRating="4" HotelCode="943343|43653133|Bed &amp; Breakfast" HotelName="Golden Tulip Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Avila 135-139, 08018 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/54/76/5476dc82c3dc8b7c7d9daea5cbc2f5223828d4d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona, approximately 1.6 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="454.24" OriginalAmount="445.33" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.391161" Longitude="2.159197" StarRating="4" HotelCode="43741|279465|Bed &amp; Breakfast" HotelName="Hotel Balmes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer De Mallorca 216, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/d3/edd3424932d2dd2e85beb9b4bfc7701d9117ded3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near to Paseo de Gracia and La Ramblas. The surrounding area is filled with sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="456.23" OriginalAmount="447.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386001803768" Longitude="2.1658462285996" StarRating="3" HotelCode="27902|383945|Bed &amp; Breakfast" HotelName="Jazz Hotel" 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,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Pelai 3, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/3d/f93dd7e1c3bbed80c0ad52a7db8af4caa5af39ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is in an ideal location to explore Barcelona’s numerous attractions. It is on...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="460.83" OriginalAmount="451.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.385334" Longitude="2.165661" StarRating="3" HotelCode="16522|386635|Bed &amp; Breakfast" HotelName="Hotel Reding Croma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Gravina 5-7, 08001 Barcelona, Costa Brava</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/10/d010011a73f66f6e3054c5a8e958f26798991551.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the commercial and historical centre of the city. It lies in a quiet side s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="461.02" OriginalAmount="451.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.376903161239" Longitude="2.1746854484081" StarRating="3" HotelCode="33665|1063808|Bed &amp; Breakfast" HotelName="Chic &amp; Basic Ramblas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Passatge de Gutenberg 7, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/43/0c43b2c9235ad738dd54c6418da08217e8b613b2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a small pedestrian passage next to Las Ramblas. Bus and metro connections ca...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="461.27" OriginalAmount="452.23" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.391075842044" Longitude="2.1717283129692" StarRating="4" HotelCode="31340|386985|Bed &amp; Breakfast" HotelName="Roger de Lluria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Roger de Llúria 28, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/dc/bfdcd4932cbc3f4377d85b6ae5c3617243be25bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of Barcelona just 5 minutes' walk from the famous Las Ramblas, as...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="464.06" OriginalAmount="454.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.381961212141" Longitude="2.1733947156769" StarRating="3" HotelCode="98896|371455|Bed &amp; Breakfast" HotelName="Atlas Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer del Cardenal Casañas 11, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/aa/6faad2c06385a52cc37e509c3467e2365c6f0864.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="465.26" OriginalAmount="456.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.384727949703" Longitude="2.179170101881" StarRating="4" HotelCode="55110|1096258|Bed &amp; Breakfast" HotelName="Mercer Hotel Boria Bcn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Boria 24-26, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7e/ce/7ece40376340e601c713d03f5250bca73c839ae5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the heart of Barcelona, close to the most popular districts, such as El Born or t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="465.95" OriginalAmount="456.81" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.384262769837" Longitude="2.1711020496855" StarRating="4" HotelCode="16839|314805|Bed &amp; Breakfast" HotelName="Hotel Serhs Rivoli Rambla" 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,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>La Rambla 128, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/61/576129bb469208f1457c08b13e18e90fbef48317.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies within walking distance of Las Ramblas. Numerous shopping facilities, invitin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="466.24" OriginalAmount="457.10" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.388831159696" Longitude="2.1717309951782" StarRating="3" HotelCode="326427|1946454|Bed &amp; Breakfast" HotelName="BCN Urban Hotels Gran Ducat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ronda Sant Pere 15, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/59/6459a448f8f3ce24bd23c650a1f2a1b038b37c59.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the centre of Barcelona and close to Las Ramblas. The nearest shopping fac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="466.44" OriginalAmount="457.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.391006923732" Longitude="2.1714465423279" StarRating="4" HotelCode="60827|309485|Bed &amp; Breakfast" HotelName="ICON BCN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Roger de Llúria, 21, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/ca/6dcaa2a91d2e489bed61e58bcbfbde0944922c5d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the main commercial and business areas, directly in the centre of Barcelona...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="467.14" OriginalAmount="457.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.396271" Longitude="2.170054" StarRating="3" HotelCode="12308|364125|Bed &amp; Breakfast" HotelName="Hotel Europark" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Aragó 323-325, 08009 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/71/9c715a7ed532b003c52f41f8ccd219f4db788627.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located around 15 minutes from the Rambla de Catalunya and the Plaça de Catalunya. Ple...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="468.73" OriginalAmount="459.54" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.392620230874" Longitude="2.1616036162063" StarRating="3" HotelCode="633817|80478112|Bed &amp; Breakfast" HotelName="Ona Hotels Mosaic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hostel" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Rambla Catalunya 84, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/b0/08b051f8c25dd73a6284b8b81a410db2e4026f3b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona, about 3.5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="471.50" OriginalAmount="462.25" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.371611637773" Longitude="2.1808022260666" StarRating="5" HotelCode="26070|409225|Bed &amp; Breakfast" HotelName="Eurostars Grand Marina Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Moll de Barcelona S/N, Barcelona 08039, Catalunya</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/b9/6eb99b660fa97b25f4296035067cdcdb63f2f4c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located at the heart of Barcelona, just 10 minutes from the cultural and histor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="471.57" OriginalAmount="462.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39393761934" Longitude="2.1569154515553" StarRating="4" HotelCode="12921|746045|Bed &amp; Breakfast" HotelName="Catalonia Diagonal Centro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Balmes 142-146, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/1a/081a653c4bca137fc0c967d71050ed99c27c668f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located at the heart of Barcelona in the popular shopping and business area o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="474.06" OriginalAmount="464.76" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386942809638" Longitude="2.1673453472214" StarRating="5" HotelCode="748116|97035714|Bed &amp; Breakfast" HotelName="Exe Plaza Catalunya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Designated Smoking Area,Housekeeping,Internet,Laundry,Meeting Room,Room Service,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ronda de la Universitat 18, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/fd/79fd3a9a73b4ee6bc67dbadb5d2e5f85a1981752.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Design and function come together in the interior of the Exe Plaza Catalunya 4* creating a feeling o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="478.38" OriginalAmount="469.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39306" Longitude="2.19258" StarRating="4" HotelCode="26121|h10_marina_barcelona" HotelName="H10 Marina Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avigunda Bogatell 64-68, Villa Olímpica, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b7/25/b725feac4e793d13a10630bf9017cbdd0bed96d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has an unbeatable location nestled between the Ciutadella Park and the Olympic Marina Harb...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="480.84" OriginalAmount="471.41" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.388823230655" Longitude="2.1361199175385" StarRating="4" HotelCode="63299|55454|Bed &amp; Breakfast" HotelName="NH Collection Barcelona Constanza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Deu i Mata 69-99, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/e5/bee59518bd24d77c663a2e51066b47e191945cf1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located between Avenida Diagonal and Calle Numancia, right in the heart of the Catalon...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="481.85" OriginalAmount="472.40" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39284297" Longitude="2.16549902" StarRating="4" HotelCode="438539|2005785|Bed &amp; Breakfast" HotelName="Room Mate Anna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Aragó 271, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/0b/a90b6f30ae5497324b7d4392251aac15584f8813.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="482.15" OriginalAmount="472.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.393702" Longitude="2.199394" StarRating="4" HotelCode="34862|383865|Bed &amp; Breakfast" HotelName="Icaria Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 21/06/2026" 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,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Icaria 195, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/5e/045e7a69df40aa1031334efc7b04eaada3bf71d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing luxury hotel is just across the road from the beach (about 150 m away) 20 minutes wal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="482.23" OriginalAmount="472.77" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.381411193735" Longitude="2.1740128478505" StarRating="4" HotelCode="365860|387755|Bed &amp; Breakfast" HotelName="Petit Palace Boquería Garden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de la Boqueria 10, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/04/ac049f24d49009793d16a3339900a1358e5d8c6c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the tourist and shopping centre of Barcelona, in the gothic quarter, close ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="483.12" OriginalAmount="473.65" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.380964601573" Longitude="2.17205286026" StarRating="3" HotelCode="140911|383445|Bed &amp; Breakfast" HotelName="Hesperia Barcelona Ramblas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de l'Hospital 26, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/58/4e583ce1d1d842c476e607931699e0c73e192ef8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located only a short distance from Barcelona's most famous street, Las Ramblas, guests can easily wa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="483.65" OriginalAmount="474.17" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.3880966659" Longitude="2.1599158644676" StarRating="4" HotelCode="89478|387375|Bed &amp; Breakfast" HotelName="Cram" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer d'Aribau, 54, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/5a/fc5a7cd69e6caf1e7b2d4b5a583beaa225463365.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This designer city hotel is located in the centre of Barcelona, just 4 blocks from Gaudí’s Casa Batl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="484.87" OriginalAmount="475.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.379080390463" Longitude="2.1561329656761" StarRating="4" HotelCode="312510|1874885|Bed &amp; Breakfast" HotelName="TWO Hotel Barcelona by Axel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Calabria 90-92, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/fc/abfc0a64b2c709e56c8c303a2172b2a3ecad2dcc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="487.70" OriginalAmount="478.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.381261675821" Longitude="2.10927978158" StarRating="5" HotelCode="28503|24404|Bed &amp; Breakfast" HotelName="Fairmont Rey Juan Carlos I - Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Club Resort,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Diagonal 661-671, 08028 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/ba/0cba3f2ecedd5d771e0a968c1e99d34415b0d066.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This majestic, stunning city and conference hotel is located close to a park and not far from a beau...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="489.93" OriginalAmount="480.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.412002150585" Longitude="2.2195051607132" StarRating="4" HotelCode="897779|1097014|Bed &amp; Breakfast" HotelName="SB Hotel Diagonal Zero Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaça Llevant s/n, 08019 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9b/ec/9bec9880c499b6f0030e59fa3a419fd8a338b924.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Barcelona, right in front of the Barcelona International Convention Centre (...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="490.95" OriginalAmount="481.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.370394682247" Longitude="2.1715092184201" StarRating="5" HotelCode="60385|76044|Bed &amp; Breakfast" HotelName="Hotel Miramar Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Carlos Ibañez 3, 08038 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/15/4b155c00383e6555636ad7d882317d17b9eea48a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the historical centre of Barcelona. The gardens of Montjuïc y de Costa i Llobera ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="491.78" OriginalAmount="482.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.392434253738" Longitude="2.1727357619714" StarRating="3" HotelCode="32872|723595|Bed &amp; Breakfast" HotelName="Granvía" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avda. Gran Via de les Corts Catalanes 642, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/ce/81ce18a488fc511a329649fbd6003ed22f0c6a87.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historic hotel is centrally located close to the Passeig de Gràci, the Plaza Catalunya and Las ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="492.54" OriginalAmount="482.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.378727458934" Longitude="2.1787421104507" StarRating="4" HotelCode="89477|353855|Bed &amp; Breakfast" HotelName="Catalonia Port" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ample 1, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/d0/14d0b3f8e56b706cdff5b423e62e3841a3eb3698.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona's Gothic quarter, in one of the city's most popular ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="495.85" OriginalAmount="486.13" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.374641887697" Longitude="2.1707667410374" StarRating="4" HotelCode="7778|351795|Bed &amp; Breakfast" HotelName="TRYP Barcelona Apolo Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda del Paral-lel 57-59, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/df/d7df89c392881b06fe44394410b179ad02cd1068.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located on the Avenida Paralelo, approximately 10 minutes walk from the exhibit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="496.16" OriginalAmount="486.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.393574550687" Longitude="2.1740783909331" StarRating="4" HotelCode="426345|2002995|Bed &amp; Breakfast" HotelName="Casa Bonay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía de les Corts Catalanes 700, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/a3/5aa3406c594e40911a63b02c8363c5c47f3ae6fd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service, a safe, a restaurant, a café, a bar, room service and a laundry service a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="498.92" OriginalAmount="489.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.395051" Longitude="2.159382" StarRating="4" HotelCode="22683|24074|Bed &amp; Breakfast" HotelName="Gallery" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer del Rosselló 249, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/ec/31ecaf572031a01e1edf13a13056e783a9c356e8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel lies in the business district between the Rambla de Cataluña and Paseo de Gracia...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="502.85" OriginalAmount="492.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.384041708339" Longitude="2.1630647778511" StarRating="3" HotelCode="30439|231926|Bed &amp; Breakfast" HotelName="Hotel Acta Splendid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Muntaner 2, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d3/1f/d31f2dfe430e03d222faedbcfa97496f10b61143.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is in an ideal location in the centre of Barcelona. The University, the Plaza Cat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="503.53" OriginalAmount="493.66" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.37819226331" Longitude="2.1786443889141" StarRating="4" HotelCode="61647|63464|Bed &amp; Breakfast" HotelName="Hotel Medinaceli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Duc de Medinaceli 8, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/24/92/24920f349dc1645b915b9ad760ea88bb13edf7de.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Barcelona's old town, this historic hotel is situated in the Barri Gòtic near to Las Ramb...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="503.70" OriginalAmount="493.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.389893645626" Longitude="2.1356981992722" StarRating="4" HotelCode="29344|262515|Bed &amp; Breakfast" HotelName="AC Hotel Diagonal L´Illa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda Diagonal 555, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/27/b727849893ff7df8f1088edec9025b290f1a51ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the one of the most important business districts of Barcelona and is surro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="504.90" OriginalAmount="495.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386784" Longitude="2.166618" StarRating="4" HotelCode="30224|h10_universitat_hotel" HotelName="H10 Universitat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ronda Universitat 21, Barcelona Centro, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/12/b5/12b571a6a83d7e85ecc20533236ac5576b59fad5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is superbly located directly in Barlceona's tourist centre. Scores of celebrated attracti...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="505.06" OriginalAmount="495.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38895413" Longitude="2.17603113" StarRating="3" HotelCode="364822|1709598|Bed &amp; Breakfast" HotelName="Yurbban Trafalgar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Trafalgar 30, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/da/17da14e5e7578fdea24372b91611662cdc929e96.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a restaurant, a bar, a conference room and a business centre. Wireless internet acc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="505.85" OriginalAmount="495.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.380967" Longitude="2.175346" StarRating="2" HotelCode="409908|387965|Bed &amp; Breakfast" HotelName="California" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle De Rauric 14, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/23/0a/230a0711bf8d83ef63a5a823a967ee343c8ff85a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the famous Ramblas, in the historic centre of Barcelona, just 5 minutes on...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="508.94" OriginalAmount="498.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.384262071092" Longitude="2.1843776106834" StarRating="3" HotelCode="15683|409245|Bed &amp; Breakfast" HotelName="Park Hotel Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida  Marquès de l'Argentera, 11, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/1b/491b9cfddd86754e4a20ee0842a204c86e8dc09c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an unbeatable location, right in front of the Estació de França in the district of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="511.70" OriginalAmount="501.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39383729" Longitude="2.16754776" StarRating="5" HotelCode="534447|55666156|Bed &amp; Breakfast" HotelName="OD Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Eco Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Aragó 300, 08009 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/b8/60b8ba1068e69b11521f051ea341d5e1841446ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of the Eixample district, just 200 m from Paseo de Gracia, the hotel is right i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="512.10" OriginalAmount="502.06" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38414836803" Longitude="2.171146273613" StarRating="3" HotelCode="47457|924735|Bed &amp; Breakfast" HotelName="Citadines Ramblas Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ramblas 122, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/zz/77ad55806ecb8c24b1de297db1075904f613683a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This chic apartment complex is centrally located on Las Ramblas. Scores of Barcelona's most renowned...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="513.58" OriginalAmount="503.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.390847453432" Longitude="2.1416768431663" StarRating="5" HotelCode="7777|24244|Bed &amp; Breakfast" HotelName="Meliá Barcelona Sarrià" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda de Sarrià 50, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/2c/012c417d960d4b21855c7ccddd588affff63a952.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious city hotel is located directly in the centre of Barcelona. Public transport departs f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="515.58" OriginalAmount="505.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38610448" Longitude="2.17453872" StarRating="4" HotelCode="452038|1919345|Bed &amp; Breakfast" HotelName="Catalonia Magdalenes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Jacuzzi,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Magdalenes 13 -15, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/71/86718c1749061a94dae84adefde1b8218773e9aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="515.79" OriginalAmount="505.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.391828412053" Longitude="2.157366424799" StarRating="4" HotelCode="29363|383735|Bed &amp; Breakfast" HotelName="Hotel América Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Provença 195, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/82/d982e367229be244aad5b949b3228870e6e0163f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This top-class hotel is ideally situated close to the city centre. Countless shopping and entertainm...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="518.31" OriginalAmount="508.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.377037" Longitude="2.188779" StarRating="3" HotelCode="89479|383465|Bed &amp; Breakfast" HotelName="Hotel 54 Barceloneta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig Joan de Borbó 54, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1f/86/1f86af5fff065e29e5cd5311ebb2e4322d9eeffe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in one of Barcelona's most attractive and popular districts which was original...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="521.71" OriginalAmount="511.48" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.383497" Longitude="2.178289" StarRating="4" HotelCode="12897|24104|Bed &amp; Breakfast" HotelName="Hotel Gótico" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Jaume I 14, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/da/16/da16608b936198846a86ef7813a7c2054a8dde92.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of the old town. Countless shops, restaurants, bars, pubs and cl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="522.16" OriginalAmount="511.92" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.389300023999" Longitude="2.166201621294" StarRating="4" HotelCode="32437|35804|Bed &amp; Breakfast" HotelName="NH Collection Barcelona Gran Hotel Calderón" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rambla Catalunya 26, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/66/9466dfa69c14fb0c0b9dad80c093417899ce4ef3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Plaza de Cataluña in Barcelona's business district. There are shops, boutiqu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="522.34" OriginalAmount="512.10" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39012029158" Longitude="2.1696969619713" StarRating="4" HotelCode="283890|928945|Bed &amp; Breakfast" HotelName="Catalonia Passeig de Gracia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 644, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/50/d5/50d539cbdff85642765583050b7742e5f3ba1ffd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="523.28" OriginalAmount="513.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.385667746506" Longitude="2.1664148569107" StarRating="3" HotelCode="9958|387995|Bed &amp; Breakfast" HotelName="Lleo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Pelai 22-24, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/b1/cfb13158ef56a24af456b16709de126ee930fcba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is ideally situated in the city centre, near the Plaza Catalunya. Many of the cit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="523.78" OriginalAmount="513.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.394594833379" Longitude="2.1624170125742" StarRating="4" HotelCode="255686|1455168|Bed &amp; Breakfast" HotelName="Royal Passeig de Gracia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Gràcia 84, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/a2/3ea29d54b894377e34c4813cb75ce7963f8b5956.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="523.91" OriginalAmount="513.64" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38564762252" Longitude="2.1728709340095" StarRating="3" HotelCode="24882|389015|Bed &amp; Breakfast" HotelName="Catalonia Portal de l'Angel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Portal de l´ Ángel 17, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/d9/b7d946ccc3d0cdb7b6e004255a89565885a2f23e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the heart of Barcelona, just a few paces from the Plaza de Catalunya. There ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="529.64" OriginalAmount="519.25" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.383182" Longitude="2.160364" StarRating="4" HotelCode="213746|928925|Bed &amp; Breakfast" HotelName="Catalonia Gran Via BCN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 550, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/4a/984a55b67ec40da1072b6e33f7cfa8a47fe34fe6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="531.53" OriginalAmount="521.11" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38503896" Longitude="2.17005921" StarRating="3" HotelCode="855767|27838308|Bed &amp; Breakfast" HotelName="Hotel Casa Volver" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Las Ramblas 129, 08002 Barcelona, Catalonia</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/d2/ded23d379c230656d1ff8c49cf65033e116b3d01.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="532.10" OriginalAmount="521.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.378935925716" Longitude="2.1740202605724" StarRating="3" HotelCode="9957|366765|Bed &amp; Breakfast" HotelName="Hotel Gaudi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nou de la Rambla 12, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6b/5a/6b5a681d88deb9a8debe0453b13ac6f4829a6a50.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is centrally situated in Barcelona's historical Old Town. Countless shopping and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="536.66" OriginalAmount="526.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.387358427536" Longitude="2.1605103750776" StarRating="4" HotelCode="37196|384395|Bed &amp; Breakfast" HotelName="Axel Hotel Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Aribau 33, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f5/6b/f56bac040cb27641d677e6a2f127e31be65fb032.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel, which is particularly popular with the gay community, is located at the heart of Barcelo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="537.69" OriginalAmount="527.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38906257383" Longitude="2.167377769947" StarRating="4" HotelCode="10549|261995|Bed &amp; Breakfast" HotelName="Avenida Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 605, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/fc/31fcb0912990b4f5f3717ab8000c02763edd0d4d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular luxury hotel has an ideal location in the city centre and exceptionally good links to t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="540.51" OriginalAmount="529.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.392695" Longitude="2.172015" StarRating="4" HotelCode="13007|325095|Bed &amp; Breakfast" HotelName="Gran Hotel Havanna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía Corts Catalanes 647, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/4b/684b10819fd0ca3caa106abb71fd3650191eb0d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern luxury hotel is ideally situated at the heart of the city of Barcelona. Countless shoppi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="542.23" OriginalAmount="531.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.383023401356" Longitude="2.1700613200664" StarRating="4" HotelCode="200893|387845|Bed &amp; Breakfast" HotelName="Silken Ramblas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Pintor Fortuny 13, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/71/1671220445ba9552e3bf0eed10e642ee8ca61f41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set right by the Ramblas, the most famous street in Barcelona. It is situated in the he...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="547.22" OriginalAmount="536.49" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.385073080086" Longitude="2.1665449440479" StarRating="3" HotelCode="70796|387205|Bed &amp; Breakfast" HotelName="Ciutat Vella Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Jacuzzi,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/Tallers 66, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/d5/c6d54e1466f8ecc7a2a5ebc4426ba90f9db79ac4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona, near Las Ramblas and close to Catalunya Square, the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="549.00" OriginalAmount="538.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39357599089" Longitude="2.1686142683029" StarRating="4" HotelCode="318133|23954|Bed &amp; Breakfast" HotelName="Catalonia Eixample 1864" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Roger de Llúria 60, 08009 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/0e/250e9529c81287ee80851de53cb3e7f849ebef88.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located at the heart of the city close to Paseo de Gracia and the Plaza de Cata...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="550.23" OriginalAmount="539.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.392148" Longitude="2.158694" StarRating="4" HotelCode="285069|1063828|Bed &amp; Breakfast" HotelName="Olivia Balmes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Balmes 117, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/62/706296176f86357f94b472678b62064bb473ab94.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="553.83" OriginalAmount="542.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.389222" Longitude="2.172522" StarRating="4" HotelCode="213648|1064148|Bed &amp; Breakfast" HotelName="H10 Urquinaona Plaza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Placa Urquinaona 2, Barcelona Centro, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/cb/45/cb4547f3b3f69aaf17e2f50e2db3417f75109708.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next to the Urquinaona metro station, juste 1600 m from the the Sagrada Familia...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="556.74" OriginalAmount="545.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.391553745132" Longitude="2.1779724955559" StarRating="4" HotelCode="49084|24364|Bed &amp; Breakfast" HotelName="NH Collection Barcelona Pódium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bailén 4-6, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/ec/70eca49da8c435c4f1b570e11bb57cf7b0c5c778.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city and conference hotel is located at the heart of Barcelona between the Plaza Catal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="557.27" OriginalAmount="546.34" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.383508430172" Longitude="2.1710988395421" StarRating="4" HotelCode="36923|101762|Bed &amp; Breakfast" HotelName="Hotel 1898" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>La Rambla 109, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/1a/e01a984af53396b83ea6744c3d21d725f6a59ff4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upmarket hotel is situated on Las Ramblas in the centre of Barcelona. Links to the public trans...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="561.07" OriginalAmount="550.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.387643712142" Longitude="2.1718762110788" StarRating="3" HotelCode="915469|1264966|Bed &amp; Breakfast" HotelName="Room Mate Pau" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Fontanella 7, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/eb/adebdbf0652c1b6552bd137ecd2433cf11eb4ed4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="561.16" OriginalAmount="550.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.3885658" Longitude="2.1712990999999" StarRating="4" HotelCode="297074|1464008|Bed &amp; Breakfast" HotelName="Catalonia Square Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ronda Sant Pere 9, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/3d/8d3d92e0c89f0ff3567308720700616918571619.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="564.10" OriginalAmount="553.04" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386437" Longitude="2.168343" StarRating="4" HotelCode="29329|388435|Bed &amp; Breakfast" HotelName="Catalonia Plaza Catalunya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bergara 11, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/39/ae393c9a78edef7b82369b263a0b88809af15195.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies in the middle of the tourist centre. There are numerous shopping facilities...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="564.69" OriginalAmount="553.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.385675796099" Longitude="2.1667850017548" StarRating="4" HotelCode="60921|52824|Bed &amp; Breakfast" HotelName="Catalonia Ramblas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Pelai 28, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/28/4a28b6677566c9396180771bd5466f9396df3ef1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the historic centre of Barcelona, in the near vicinity of the Plaza Catalun...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="566.53" OriginalAmount="555.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386092" Longitude="2.168155" StarRating="4" HotelCode="16883|388895|Bed &amp; Breakfast" HotelName="Regina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Bergara 4, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/98/fe/98fe324fea81a3d30bf4ff8a6fafd3f7daf0c20c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is ideally situated at the centre of the city, close to Plaza Cataluña and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="572.44" OriginalAmount="561.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39305785929" Longitude="2.1545259654522" StarRating="4" HotelCode="171007|860905|Bed &amp; Breakfast" HotelName="The Mirror Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Còrsega 255, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/38/403821b759cec81be60d33c99d5e9351da944a45.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="574.78" OriginalAmount="563.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.389562" Longitude="2.1747319999999" StarRating="4" HotelCode="295435|1458688|Bed &amp; Breakfast" HotelName="Vincci Gala" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ronda Sant Pere 32, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e9/71/e971893bc83b23d1548baf5c1a40283eda5b24ce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located opposite the Urquinaona metro station, 2 minutes' walk from Plaça Catalunya Squ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="576.16" OriginalAmount="564.86" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.372680443464" Longitude="2.1550074219704" StarRating="4" HotelCode="12520|368675|Bed &amp; Breakfast" HotelName="Crowne Plaza Barcelona - Fira Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Rius i Taulet 1-3, 08004 Barcelona, Costa Brava</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7f/15/7f151de19b751e05a615f2bb3c99cf1c7c20856d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is located in the centre of Barcelona on the famous Plaza España, near the well-k...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="577.53" OriginalAmount="566.21" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.4062176" Longitude="2.200961" StarRating="5" HotelCode="284768|992575|Bed &amp; Breakfast" HotelName="The Level at Meliá Barcelona Sky" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Lope de Vega 141-147, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e2/87/e2870ac58d8a7a92d3882304252d838cf0e2248f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona, about 800 m from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="577.85" OriginalAmount="566.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.384767192025" Longitude="2.1744199097156" StarRating="4" HotelCode="145736|353825|Bed &amp; Breakfast" HotelName="Catalonia Catedral" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer dels Arcs 10, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/24/6e246b297047d840d748cc016e591bc45739eb73.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Barcelona, in the heart of Barcelona's Gothic Quarter, near th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="577.94" OriginalAmount="566.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.384383823708" Longitude="2.1705508232117" StarRating="4" HotelCode="25133|387805|Bed &amp; Breakfast" HotelName="Royal Hotels Ramblas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Las Ramblas 117, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/83/f483f7d57b492b172a17c742dcd220c053946149.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is conveniently situated at the end of the famous Ramblas, not far from Plaça Catalu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="585.00" OriginalAmount="573.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.403883" Longitude="2.190157" StarRating="4" HotelCode="35603|35824|Bed &amp; Breakfast" HotelName="The Gates Diagonal Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Diagonal 205, 08018 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/45/61453e97c02de151d62ca89bf57185d9e14e0ccb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive hotel is located next to Plaza de las Glorias. The Auditori concert hall, the Catalun...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="593.91" OriginalAmount="582.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.3889" Longitude="2.16719" StarRating="3" HotelCode="978205|63393145|Bed &amp; Breakfast" HotelName="Ona Hotels Terra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Carrer De La Creu Coberta 20-22, 08014 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/30/de30616cca6e47019fad7107c40aecab601acbba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="596.44" OriginalAmount="584.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.383347" Longitude="2.162847" StarRating="4" HotelCode="57586|231986|Bed &amp; Breakfast" HotelName="Advance" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sepulveda 180, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/78/3b78af404985c2b4af201a4e9817afe781136629.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the commercial, business and historic centre of Barcelona and is the ideal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="599.25" OriginalAmount="587.50" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39443855" Longitude="2.15645759" StarRating="5" HotelCode="436312|1941815|Bed &amp; Breakfast" HotelName="Ohla Eixample" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Còrsega 289, Eixample, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/7e/ce7ee8d05c4f811430bc5ebb0c80038e1e416d2f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="600.58" OriginalAmount="588.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.3877641" Longitude="2.167727" StarRating="4" HotelCode="935504|9579263|Bed &amp; Breakfast" HotelName="H10 Metropolitan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Rambla Catalunya 7, Barcelona Centro, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a5/ee/a5eeb0e1a085a7f6fb75ee2be05df8aa65e587fc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Barcelona, this hotel is approximately 3 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="600.77" OriginalAmount="588.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.404780708076" Longitude="2.1727851033211" StarRating="4" HotelCode="144359|287905|Bed &amp; Breakfast" HotelName="Ayre Hotel Rosellón" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer del Rosselló 390, 08025 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/26/432682c96355b22a048c4417052eab6c27b1ce6f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near Gaudi's Sagrada Família, in the heart of Barcelona's Eixample. Guests will...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="603.84" OriginalAmount="592.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.388024" Longitude="2.1731556" StarRating="4" HotelCode="320136|h10_cubik" HotelName="H10 Cubik" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Laietana 69, Barcelona Centro, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b4/d5/b4d5886ae34b728894416f53a2e8b4dec75fd39d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Barcelona, this hotel is approximately 2.2 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="606.90" OriginalAmount="595.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.379691719976" Longitude="2.142498986168" StarRating="4" HotelCode="26714|2639295|Bed &amp; Breakfast" HotelName="Nobu Hotel Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Roma 2-4, 08014 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/610622253a874081/7a/7aa3a6399f01a8c5/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is situated next to the exhibition centre, close to the main train station. Variou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="608.44" OriginalAmount="596.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386130777098" Longitude="2.1227770674591" StarRating="5" HotelCode="16214|1354555|Bed &amp; Breakfast" HotelName="Hotel Sofia Barcelona - in The Unbound Collection by Hyatt" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaça de Pius XII 4, 08028 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/d1/cdd1170bb8064fb2310fd038a80df14c59030a27.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located on the Avenida Diagonal, not far from the renowned Camp Nou Stadium. It...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="612.73" OriginalAmount="600.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.396162" Longitude="2.160916" StarRating="5" HotelCode="75452|388725|Bed &amp; Breakfast" HotelName="Sir Victor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer del Rossello 265, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e7/fd/e7fd91f5fede398a9b56e992b3dc65374c69be00.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at a privileged address on the Passeig de Gràcia, Barcelona's most stylish and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="612.84" OriginalAmount="600.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.400362771641" Longitude="2.2058518671666" StarRating="2" HotelCode="267004|1229128|Bed &amp; Breakfast" HotelName="Amistat Beach Hostel Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostels" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Amistat 21-23, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/07/2f0730f22bbc3bda02fe9fe62c9615024d140667.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="618.80" OriginalAmount="606.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.393162492023" Longitude="2.1614474058151" StarRating="4" HotelCode="7775|23874|Bed &amp; Breakfast" HotelName="Alexandra Barcelona Hotel, Curio Collection by Hilton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 22/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Mallorca 251, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/c9/d2c91b2e302abca4d3ed024793edee661867116d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right in the centre of Barcelona between Passeig de Gràcia and Rambla de Catalu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="626.25" OriginalAmount="613.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.425712195699" Longitude="2.1208360791206" StarRating="5" HotelCode="26035|958705|Bed &amp; Breakfast" HotelName="Gran Hotel La Florida" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ctra. Vallvidrera al Tibidabo, 83-93, 08035 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/76/e9/76e9165f09b736b354acc7d17b4823b780768d18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The luxury hotel lies about 7 km outside of the centre with its array of shops, restaurants and bars...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="643.18" OriginalAmount="630.57" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.385017" Longitude="2.175786" StarRating="4" HotelCode="47606|351765|Bed &amp; Breakfast" HotelName="Hotel Colón Barcelona" 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,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Catedral 7, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/ef/26ef1c4cb64411ec719ff0fdfbbd806d4fcef1fd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This leading hotel enjoys a superb location directly in the Barrio Gotico opposite the cathedral. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="654.53" OriginalAmount="641.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.384988558529" Longitude="2.177631855011" StarRating="5" HotelCode="55117|5111828|Bed &amp; Breakfast" HotelName="Grand Hotel Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Laietana 30, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/40/88400a35e5c37493c166f83175a35e1c6679ee4c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated on a main road in the attractive tourist Gothic quarter at the heart of Barce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="655.26" OriginalAmount="642.41" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386754492654" Longitude="2.1841171557503" StarRating="4" HotelCode="113147|1026128|Bed &amp; Breakfast" HotelName="K+K Hotel Picasso El Born" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Picasso 26-30, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/eb/eb0ba2e926821356/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Barcelona, this boutique hotel is about 1.6 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="660.69" OriginalAmount="647.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38890514" Longitude="2.17614493" StarRating="4" HotelCode="592531|13669138|Bed &amp; Breakfast" HotelName="Yurbban Passage Hotel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Trafalgar 26, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/83/f583c26bab2776609ce1b3e96f9a8093e8e0bc28.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="663.69" OriginalAmount="650.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386186943198" Longitude="2.171157002449" StarRating="4" HotelCode="55484|299235|Bed &amp; Breakfast" HotelName="Olivia Plaza Hotel" 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,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaça Catalunya 19, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/b1/60b189d382d647c53eed9eba386249f07e413fe0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel enjoys a central location, only 20 m from Las Ramblas and the Liceu opera house. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="694.49" OriginalAmount="680.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.391786590177" Longitude="2.1657532423246" StarRating="3" HotelCode="336536|1764018|Bed &amp; Breakfast" HotelName="Hotel Margot House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de Gracia 46, Principal, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/aa/eeaa98064a2d8c2e695599c7b6324586271345f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="695.70" OriginalAmount="682.06" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386185" Longitude="2.168453" StarRating="4" HotelCode="27479|388875|Bed &amp; Breakfast" HotelName="Pulitzer Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Bergara 8, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/11/96/11963331a8148429584354521d9e99c80d74dd49.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant city hotel is ideally located at the heart of Barcelona, near to the Plaza Catalunya an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="702.99" OriginalAmount="689.21" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.383782" Longitude="2.170966" StarRating="5" HotelCode="302587|24224|Bed &amp; Breakfast" HotelName="Le Meridien Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>La Rambla 111, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d4/2e/d42e50d3b20cb1f46073f013e7ac0995cb2c62d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive luxury hotel is ideally situated at the heart of the city of Barcelona's artistic an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="703.94" OriginalAmount="690.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.393772175564" Longitude="2.1621863543987" StarRating="4" HotelCode="47698|353365|Bed &amp; Breakfast" HotelName="Condes de Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Gràcia 73-75, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/b7/a5b72dda30c76e8b523347ff0f20a1ab4d3b1848.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel occupies a prime location in Paseo de Gracia, in the heart of Modernist Barcelona and faci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="705.13" OriginalAmount="691.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.375340304561" Longitude="2.1483421325684" StarRating="4" HotelCode="46999|23944|Bed &amp; Breakfast" HotelName="Catalonia Barcelona Plaza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Espana 6-8, 08014 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/c6/28c6a2eeac093e4157479f67d358f436d83de647.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is situated in the Ensanche district; just a few minutes walk from the exhibition ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="709.33" OriginalAmount="695.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38467" Longitude="2.172954" StarRating="3" HotelCode="26036|1217084|Bed &amp; Breakfast" HotelName="Barcelona Centro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Duc 15, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/fc/b3fcba7a4a60225cd4a8e15edb706e249c11a7d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel can be found in the centre of Barcelona, near the University, the Plaza Cataluña, the cat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="710.93" OriginalAmount="696.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.392629265757" Longitude="2.1674756705761" StarRating="5" HotelCode="166947|23834|Bed &amp; Breakfast" HotelName="Renaissance Barcelona" 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,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pau Claris 122, 08009 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/47/b14793d9450cc3783dd17aa0ba81032655a256c1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern designer hotel is centrally located near to Plaça de Catalunya. It is 15 minutes on foot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="760.56" OriginalAmount="745.65" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.383287035722" Longitude="2.1738955378532" StarRating="3" HotelCode="30395|383175|Bed &amp; Breakfast" HotelName="H10 Racó del Pi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer del Pi 7, Barrio Gótico, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b9/71/b971eb0a60c01f72496f31d5aefa3de868cfe093.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located at the heart of Barcelona's tourist centre close to the city centre and t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="765.07" OriginalAmount="750.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.393455" Longitude="2.163887" StarRating="5" HotelCode="14339|24234|Bed &amp; Breakfast" HotelName="Majestic Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig De Gracia 68, L'Eixample, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/1c/601c9e598774d93c26a0c9a94a191092f8bf0fcb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in close proximity to one of the city's main streets, the Paseo de Gracia, in the sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="765.39" OriginalAmount="750.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.382752466645" Longitude="2.1714753278537" StarRating="5" HotelCode="167326|860765|Bed &amp; Breakfast" HotelName="Hotel Bagués" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>La Rambla 105, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/aa/afaaac496fbdac7eba52447d9b34cb95aded0754.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the Gothic Quarter, the hotel is a 5-minute walk from Barcelona Cathedral. Just 300 m aw...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="775.17" OriginalAmount="759.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386211669563" Longitude="2.1676255095695" StarRating="1" HotelCode="935468|7520443|Bed &amp; Breakfast" HotelName="Hostel St Christophers Inn Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Bergara 3, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/2e/592e3ac3b7ef98d49f3bca889d5ec59d70b63fdd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unpretentious hotel is located in Plaza Catalunya. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="781.29" OriginalAmount="765.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.394099" Longitude="2.159655" StarRating="4" HotelCode="408692|388475|Bed &amp; Breakfast" HotelName="Murmuri" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rambla de Catalunya 104, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/a8/01a882cf3aa89235e23fd2c6f5d96a42bdc9944f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the very heart of Barcelona, in the district of Eixample, beside the Passei...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="793.50" OriginalAmount="777.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.394352677515" Longitude="2.1652212738991" StarRating="5" HotelCode="47518|24054|Bed &amp; Breakfast" HotelName="Claris Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pau Claris 150, 08009 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/e8/53e8f60f5bcec1c8e128bd5d8ea2de6801ae5eab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious design hotel is located directly in the centre of Barcelona, near the Passeig de Grac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="799.99" OriginalAmount="784.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.405341327721" Longitude="2.1959365056032" StarRating="3" HotelCode="32436|746055|Bed &amp; Breakfast" HotelName="Four Points by Sheraton Barcelona Diagonal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Diagonal 161-163, 08018 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/08/bb08d10456710d881675be1f9f0fbd0b3905be6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in an exclusive district of Barcelona, known as the Front Maritim. Shopping v...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="805.33" OriginalAmount="789.54" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.398053652247" Longitude="2.1581218275931" StarRating="5" HotelCode="34881|388275|Bed &amp; Breakfast" HotelName="Casa Fuster" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Gracia 132, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a7/95/a79552131c90fd07efd77cf1cef0d0085cf6e969.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern luxury hotel is situated in a central and attractive quarter of Barcelona. Scores of sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="806.35" OriginalAmount="790.54" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.398020294026" Longitude="2.1581852110278" StarRating="4" HotelCode="167328|860825|Bed &amp; Breakfast" HotelName="Suites Center Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Kitchen,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Gràcia 128, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/6a/936a35c70e29355f1c05a462e964b439c2fc3475.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Eixample, in the centre of Barcelona, only 20 m from the modernist Casa Fus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="845.60" OriginalAmount="829.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38579653987" Longitude="2.1945834159851" StarRating="5" HotelCode="38258|388805|Bed &amp; Breakfast" HotelName="Pullman Barcelona Skipper" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Av. del Litoral 10, Port Olimpic, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/c3/0bc37d05c87d49ddbf430154daa66209ccb37b97.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies in the tourist district, only approximately 100 m away from the beach. Countles...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="845.91" OriginalAmount="829.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.387035" Longitude="2.174354" StarRating="5" HotelCode="904646|2425392|Bed &amp; Breakfast" HotelName="Ohla Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Laietana 49, Ciutat Vella, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/42/0c42ebad92038ca94660ef530007f673662412e0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally situated just 5 minutes' walk from Plaza Catalunya, this hotel is located in the charming Go...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="897.15" OriginalAmount="879.56" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.393867" Longitude="2.162225" StarRating="5" HotelCode="440529|1602668|Bed &amp; Breakfast" HotelName="Monument Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Gràcia 75, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/dd/fa/ddfae2605955b48213a2d06ed8fdd9ebb4342523.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1060.42" OriginalAmount="1039.63" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386776" Longitude="2.196315" StarRating="5" HotelCode="10359|23894|Bed &amp; Breakfast" HotelName="Arts Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Marina 19-21, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/77/0e776467fdfb84614d7a81712a4d173712baec42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This spectacular, luxurious city hotel is located on the wonderful promenade and enjoys unique panor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1141.29" OriginalAmount="1118.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.396190257035" Longitude="2.1634951222852" StarRating="5" HotelCode="526452|4285540|Bed &amp; Breakfast" HotelName="The One Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Babysitting,Banquet Hall,Bar,Boutique,Business Centre,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Housekeeping,Internet,Laundry,Lounge,Massage Centre,Meeting Room,Parking,Pets allowed,Printer,Restaurant,Room Service,Sauna,Spa,Telephone Service,Valet Parking,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Provença 277, Barcelona Centro, 08037 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/09/1e/091e17e5d4745d921fc1e71d760013edfb795639.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;With an exceptional location in the city's most exclusive district, The complex is a new hotel with ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1271.92" OriginalAmount="1246.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.382751494264" Longitude="2.1789403374692" StarRating="5" HotelCode="207362|1081858|Bed &amp; Breakfast" HotelName="Mercer Hotel Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle dels Lledó 7, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/2f/e22ff6e1de484d7eb68124983a06e3698ddb69a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers easy access to Barcelona's popular hot spots.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1276.61" OriginalAmount="1251.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.383194993763" Longitude="2.1753362392521" StarRating="5" HotelCode="29335|723805|Bed &amp; Breakfast" HotelName="Hotel Neri" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Sant Sever 5, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/6a/1f6a21e0675e4ca2ec5de92b4280b0e72c3ecac1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Barcelona's central Gothic Quarter, the city's oldest quarter. In the narr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1299.48" OriginalAmount="1274.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39050356" Longitude="2.16935903" StarRating="5" HotelCode="591524|almanac_barcelona" HotelName="Almanac Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 619-621, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/8f/ec8f4524cb6e352b5a6999d2f5ee1ecbce7a3a04.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A lobby and a reception are available to travellers. Amenities include a safe. Wireless internet acc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1480.73" OriginalAmount="1451.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.391366440759" Longitude="2.1714704638914" StarRating="5" HotelCode="16766|363815|Bed &amp; Breakfast" HotelName="El Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 668, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/73/bb/73bb73d3cac104ba754f4d79c39adf598990ee67.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This first class hotel is located directly in the city's tourist centre. Las Ramblas and other emine...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1512.02" OriginalAmount="1482.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.410583933148" Longitude="2.136482053378" StarRating="5" HotelCode="97667|383505|Bed &amp; Breakfast" HotelName="Abac" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Eco Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Garden,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Del Tibidabo 1, 08022 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/06/520671a04967593f73430df129be6e19f86c0f55.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Sarria-Sant Gervasi, in the upper zone of Barcelona, with views of Placa Ke...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2738.10" OriginalAmount="2684.41" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.391171422942" Longitude="2.166642844677" StarRating="5" HotelCode="103387|137654|Bed &amp; Breakfast" HotelName="Mandarin Oriental Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Gràcia 38-40, Barcelona 08007</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/d2/03d209692cd8c1be069f5c688ebab60d9ecb53af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="4076.51" OriginalAmount="3996.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.374737492754" Longitude="2.1609431505203" StarRating="4" HotelCode="30127|325045|Bed &amp; Breakfast" HotelName="Hotel Concordia Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda Paral·lel 115, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/70/dd7092cfe226cc7303819c1c04a176bfc23cbbe7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing, hotel is located directly near to the Plaza de España, close to the Congress Palace ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5685.90" OriginalAmount="5574.41" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.382077674776" Longitude="2.1840308306885" StarRating="3" HotelCode="30178|24094|Bed &amp; Breakfast" HotelName="Hotel Del Mar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pla de Palau 19, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/c0/38c013d4f2ca2ad1d326dc58cd8c5bcb85ca4f11.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the gothic district, in the heart of Barcelona. Numerous tourist attraction...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5691.10" OriginalAmount="5579.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38227166243" Longitude="2.1806209914016" StarRating="4" HotelCode="140660|386925|Bed &amp; Breakfast" HotelName="Hotel Colonial Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vía Laietana 3, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/82/87/8287e3fc2f206d2d989e367a99fb33f8592574f1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Gothic quarter, next to Ramblas, Plaza Cataluña and Paseo Maritimo. Barc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10959.07" OriginalAmount="10744.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.383153149718" Longitude="2.1778130932541" StarRating="4" HotelCode="12918|275505|Bed &amp; Breakfast" HotelName="Gran Hotel Barcino" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Jaume I 6, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f3/ec/f3ec5f16cb5db91a253c6b0a891cc974de3923be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular luxury hotel is located in Barcelona's gothic quarter in the heart of the city. Numerou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10982.04" OriginalAmount="10766.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.375546607819" Longitude="2.1731445193291" StarRating="3" HotelCode="161337|231906|Bed &amp; Breakfast" HotelName="Hotel Acta Mimic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Arc del Teatre 58, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/37/6a/376a284fc163e56bdca99eaf703a0ecfae62a526.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This design hotel is located in Barcelona's Ciutat Vella (old city) district, next to the ancient Te...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access,Conference Hall,Currency Exchange,Lounge,Massage Centre,Nightclub,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Bicycle Rental,Golf,Diet Meals,Jacuzzi,Heated Pool,Garden,Kitchen,24 Hour Power Supply,24 Hour Security,Airport Transfer (on Demand),ATM/Cash Machine,Babysitting,Banquet Hall,Boutique,Business Centre,Housekeeping,Meeting Room,Parking,Pets allowed,Printer,Valet Parking,Wake-up Call Service,Concierge,Dry Cleaning,Elevator,24 Hour Front Desk,Beauty Salon,Luggage Storage,Vending Machine,Library</BasicAmenities>
    <HotelRating>2,5,4,3,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,BUSINESS HOTEL,SPA HOTEL,HISTORIC HOTEL,CONFERENCE HOTEL,HOTEL DE CHARME,FAMILY-FRIENDLY HOTEL,HOTEL,AIRPORT HOTEL,APARTMENT HOTEL,BEACH HOTEL,VILLAGE,HOSTEL,CLUB RESORT,VACATION CONDO OR APARTMENT,GUESTHOUSE,APARTMENT,GUEST HOUSES,ECO HOTEL,HOSTELS,FINCA,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
478ba076-e536-4c51-959d-6842cf83684a|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="478ba076-e536-4c51-959d-6842cf83684a">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="24075" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-26T00:00:00" End="2026-06-28T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="AE" 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
478ba076-e536-4c51-959d-6842cf83684a|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
478ba076-e536-4c51-959d-6842cf83684a|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-06-12T10:43:25.858022+01:00" Version="0" EchoToken="Search" TransactionIdentifier="478ba076-e536-4c51-959d-6842cf83684a" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="125.35" OriginalAmount="122.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.388027969187" Longitude="2.1337172625656" StarRating="1" HotelCode="94215|2158665|Bed &amp; Breakfast" HotelName="Pere Tarrés Youth Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Guesthouse,Hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Numància 149-151, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/d9/c3d98da9a7b6295c8fb58e04690d4492849c99d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel is located on Numancia in Barcelona city centre, opposite the La Illa shopping centre and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="230.14" OriginalAmount="225.63" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.372863" Longitude="2.1663189999999" StarRating="2" HotelCode="99811|997045|Bed &amp; Breakfast" HotelName="Hostal Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Roser 40, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/aa/c1aa36aede1c00be2dd31690c7dddd3edae6e80f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Barcelona, this hostel is about 15 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="238.15" OriginalAmount="233.48" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.4001" Longitude="2.15137" StarRating="2" HotelCode="318132|CAM967500|Bed &amp; Breakfast" HotelName="Via Augusta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Augusta 63, 08006 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/48/5348f417295211c54bfc5701a46d99774e7339ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This centrally located business hotel is located just 500 m from the centre of Barcelona (Paseo de G...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="258.48" OriginalAmount="253.41" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39561125233" Longitude="2.1495290100574" StarRating="3" HotelCode="47696|387275|Bed &amp; Breakfast" HotelName="Hotel Condado Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Aribau 201, 08021 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/ce/39ce051eb88703e0ea59d7cb21ea0ff5975455b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel lies on Avenida Diagonal in the commercial and business district of Barcelona...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="261.17" OriginalAmount="256.05" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39569058" Longitude="2.15835081" StarRating="2" HotelCode="429500|3310745|Bed &amp; Breakfast" HotelName="Rodamón Barcelona Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Housekeeping,Internet,Kitchen,Laundry,Library,Lounge,Luggage Storage,Meeting Room,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Còrsega 302 Pis Principal, Barcelona 08008</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8e/0e/8e0ed0702b51377feb3535be1fad4540988630f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Rodamón Barcelona Hostel in Barcelona (Eixample), y...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="262.42" OriginalAmount="257.27" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.41402801152" Longitude="2.1776130319118" StarRating="2" HotelCode="26836|234766|Bed &amp; Breakfast" HotelName="Hotel Amrey Sant Pau" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Sant Antoni Maria Claret 173, 08041 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/6b/f56b692c49c951b41961b4ef196b3f6f7a4a1421.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies 3 miles from Las Ramblas, and offers an ideal location for easy access to shopping fa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="267.39" OriginalAmount="262.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.412562" Longitude="2.209023" StarRating="4" HotelCode="36821|333515|Bed &amp; Breakfast" HotelName="Hotel Barcelona Condal Mar managed by Melia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Finca,Village,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cristóbal de Moura 138, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/26/3a/263ac41f675aeb52e573c13897ad425e00b25885.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. It lies 100 metres from the nearest tram links and the metro sta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="272.21" OriginalAmount="266.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.433870952937" Longitude="2.1473979949951" StarRating="4" HotelCode="29362|383655|Bed &amp; Breakfast" HotelName="Alimara" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>C/ Berruguete 126, 08035 Barcelona, Costa Brava</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/59/aa59a6d65cd2d6dd4ae4e5c17fbf97ec55ab1d4f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the new quarter of Barcelona by the Ronda De Dalt. Public transport departs...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="272.65" OriginalAmount="267.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.407318" Longitude="2.144165" StarRating="4" HotelCode="29497|24004|Bed &amp; Breakfast" HotelName="Catalonia Park Putxet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Putxet 68-74, 08023 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/33/1333d26701a3a098beb05e97e60cd1211639dc44.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is situated in the quiet neighbourhood of Putxet. The town centre is approximately...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="275.09" OriginalAmount="269.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.403104219034" Longitude="2.1232009482089" StarRating="4" HotelCode="56437|364185|Bed &amp; Breakfast" HotelName="Eurostars Anglí" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>D' Anglí 60, 08017 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/38/cd385509c8a677c12c917f8e12a523af5134f5cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is quietly situated in the north of Barcelona in Sarria-Sant Gervasi. It is just 500 m to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="285.50" OriginalAmount="279.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.410478" Longitude="2.139723" StarRating="3" HotelCode="178335|996905|Bed &amp; Breakfast" HotelName="Aparthotel Bertran" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Bertran, 150, Barcelona 8023</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ca/03/ca039fd88641b2461b53f78e6e45673299deac1a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a quiet part of Barcelona, 5 minutes' walk from Avinguda Tibidabo FGC statio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="285.82" OriginalAmount="280.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.435381309706" Longitude="2.1816935986603" StarRating="2" HotelCode="79787|182536|Bed &amp; Breakfast" HotelName="ibis Barcelona Meridiana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo Andreu Nin 9, 08016 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/4b/ba4b6c229662b7c7ac9c0396f9983f2fe3640cd6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next to the Fabra i Puig Station, a 10-minute metro journey from Plaza Cataluny...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="286.83" OriginalAmount="281.21" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386274" Longitude="2.129435" StarRating="4" HotelCode="10885|384265|Bed &amp; Breakfast" HotelName="Atenea Barcelona Aparthotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Joan Güell 207-211, 08028 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/9d/1b9d62e6b3f5aef8ffe887ff2083207a49396948.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is situated in the centre of Barcelona, on the Avenida Diagonal. Public transpo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="286.96" OriginalAmount="281.33" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.377502934" Longitude="2.1388015151024" StarRating="4" HotelCode="97669|111372|Bed &amp; Breakfast" HotelName="AC Sants" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Passeig De Sant Antoni, 36-40, 08014 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/50/3750bedf94c70a0b25cf95885db65ff80b25544f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located 50 m from the AVE train station and 500 m from Plaza de España and the FIRA Ba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="288.02" OriginalAmount="282.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.414232474685" Longitude="2.1448430862607" StarRating="3" HotelCode="29331|24034|Bed &amp; Breakfast" HotelName="Catalonia Park Güell" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig Mare de Deu del Coll 10, 08023 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/0a/760abaa0a6be35f8812c4dc7fb89b62fdf198541.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally located at the heart of Barcelona close to the famous Güell Park. Guests may t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="288.25" OriginalAmount="282.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.399976133475" Longitude="2.2010137918974" StarRating="1" HotelCode="263667|1487378|Bed &amp; Breakfast" HotelName="Travelodge Barcelona Poblenou" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Calle Llull 170, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/f3/b7f352c867dad597035441950e0154dc64b80a95.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="289.62" OriginalAmount="283.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.374452015296" Longitude="2.1745936830473" StarRating="2" HotelCode="38237|387565|Bed &amp; Breakfast" HotelName="Hostal BCN Port" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda del Paral·lel 15, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/fd/5dfd12c8a114b71e252a69a9a64307434219fc3b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in the northeast of Spain, in the Catalonian capital of Barcelona. Throug...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="291.76" OriginalAmount="286.04" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.439359" Longitude="2.196828" StarRating="3" HotelCode="326470|35814|Bed &amp; Breakfast" HotelName="NH Barcelona La Maquinista" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sao Paulo 33-37, 08030 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/53/3953ff452d559f462d01b29a08d47de38e4cf603.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern city hotel is located close to the renowned shopping street, La Maquinista, just 4 km fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="295.80" OriginalAmount="290.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.390428906582" Longitude="2.1262192726135" StarRating="4" HotelCode="32772|2178280|Bed &amp; Breakfast" HotelName="Atiram Arenas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Capitán Arenas 20, 08034 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c1/bd/c1bd80ffc1bc8b04354cda5e9b7517cfc54b0b78.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This first class hotel is situated in Barcelona's tourist centre, around 5 km from the city centre. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="299.07" OriginalAmount="293.21" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.375202" Longitude="2.155661" StarRating="3" HotelCode="186383|859445|Bed &amp; Breakfast" HotelName="hcc lugano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Paral lel 172, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/3e/2a3e2d3d1e01d5c99451adcdfc0d53c7eddf6601.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Avinguda del Paral-lel, less than 3 km from Las Ramblas and Barcelona´s Goth...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="299.58" OriginalAmount="293.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.401164813216" Longitude="2.183103463212" StarRating="3" HotelCode="318134|388595|Bed &amp; Breakfast" HotelName="Glories Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Padilla 173, 08013 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/67/4a67aee96dd39185c733a2ff0a5de20d48c6653c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located at the heart of Barcelona, near to the Gran Vía, the Auditorium, the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="300.90" OriginalAmount="295.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39219196" Longitude="2.15371058" StarRating="2" HotelCode="383980|barcelo_hostel" HotelName="Barceló Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Corsega 226, Entresuelos, 08036 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/f5/a8f54f9905aa2bbb652ae50f3fc9c9e4326841f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="302.48" OriginalAmount="296.55" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.378486" Longitude="2.178047" StarRating="1" HotelCode="36371|1545968|Bed &amp; Breakfast" HotelName="Canton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Nueva de San Francisco, 40, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/97/ce974653700b86dad6acd243799e4232c71702a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="302.94" OriginalAmount="297.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.389070840448" Longitude="2.1428760288111" StarRating="2" HotelCode="30958|hotel_medium_prisma" HotelName="Hotel Prisma Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda de Josep Tarradellas 119, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/41/4541946ae1fd1300adc0119850da0312dca84810.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Barcelona. A diverse range of shops, restaurants, bars and di...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="304.49" OriginalAmount="298.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.399793635309" Longitude="2.1187737831947" StarRating="1" HotelCode="266905|2176045|Bed &amp; Breakfast" HotelName="Albergue Studio Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Duquessa d’Orleans 56, 08034 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/80/86808067254cc05b5a2abe10fa6ee4a3a0532ad5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="305.67" OriginalAmount="299.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.405453" Longitude="2.212218" StarRating="4" HotelCode="25134|237016|Bed &amp; Breakfast" HotelName="Attica 21 Barcelona Mar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Provencals 10, 08019 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/88/b4883b4ba0b16456a4deee6dc08989d7a9dd95fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the new Diagonal Mar district of Barcelona, 20 to 25 minutes from the city ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="306.91" OriginalAmount="300.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.352486911364" Longitude="2.1272411942482" StarRating="4" HotelCode="34629|368655|Bed &amp; Breakfast" HotelName="Fira Congress Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer José Agustín Goytisolo 9-11, 08908 Hospitalet de Llobregat, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/1e/1b1eadd497a66777934250f2172481cc4b973e76.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This conference hotel is located near to the city centre. Public transport departs from a stop appro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="308.48" OriginalAmount="302.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38972059039" Longitude="2.1473228931427" StarRating="2" HotelCode="34864|328405|Bed &amp; Breakfast" HotelName="Sunotel Junior" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Sarriá 9, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8d/bb/8dbb2fa48cb9e013fa85e44c0b059324d74c8c0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated close to many of the top tourist sights and shops. A variety of restaurants, b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="310.76" OriginalAmount="304.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.382597" Longitude="2.157106" StarRating="2" HotelCode="60253|364315|Bed &amp; Breakfast" HotelName="BCN Urban Hotels Del Comte" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 21/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de la Diputació 142-148, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/95/769581f0edfce55ddb7caba29d5f319c3b5d0f6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The comfortable, cosy city hotel enjoys a convenient location, just 10 minutes from Plaza Cataluña a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="311.88" OriginalAmount="305.76" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.423173" Longitude="2.190616" StarRating="3" HotelCode="170075|387985|Bed &amp; Breakfast" HotelName="Hotel Laumon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Internet,Laundry,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Monlau 8-10, 08027 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/b4/24b477c2b6c48f0aa7b2e7ee6ac1bdd8e520d0d3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an ideal location close to Avenida Meridiana, one of the main routes in and out of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="312.36" OriginalAmount="306.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.328381754139" Longitude="2.112794816494" StarRating="4" HotelCode="30766|222326|Bed &amp; Breakfast" HotelName="Best Western Plus Alfa Aeropuerto" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle K  s/n, Entrada Principal Mercabarna, Zona Franca, 08040 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/7e/c17effcbdd90116f30383f9e8cbc44b2b2ed5204.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Zona Franca, 15 minutes from the airport, 15 minutes from the port and 2...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="312.86" OriginalAmount="306.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.411041" Longitude="2.185693" StarRating="3" HotelCode="168268|2155615|Bed &amp; Breakfast" HotelName="Leonardo Boutique Hotel Barcelona Sagrada Familia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Internet,Lounge,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Mallorca 606, 08026 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/33/6833a00ffd4e4a6126dd4f56a00a1859c4a6c18f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located about 10 minutes from the Sagrada Familia and around 4 kilometres from Pla...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="314.11" OriginalAmount="307.95" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.403781" Longitude="2.213731" StarRating="4" HotelCode="166949|351665|Bed &amp; Breakfast" HotelName="Hotel Front Marítim" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Garcia Fària 69-71, 08019 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/05/a3/05a3ea969ee0e7a4e6b7b327d4ca7e9a71351532.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is also wonderfully located, close to the sea. The nearest public transport link...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="314.58" OriginalAmount="308.41" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.394822442612" Longitude="2.193427208299" StarRating="2" HotelCode="459837|1994005|Bed &amp; Breakfast" HotelName="ibis Styles Barcelona City Bogatell" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Carrer De Llull 71, HB004742, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/0d/ed0dbe07283d9bfde186dcbf5dda8d8794cc38c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="314.92" OriginalAmount="308.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.399941126936" Longitude="2.1451583504677" StarRating="3" HotelCode="29126|860775|Bed &amp; Breakfast" HotelName="Mercure Barcelona Condor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Augusta 127, 8006  Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/a2/4fa2eb4e4b90c0bb817effd8368c5cbfa8ba186a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the centre of the Barrio de Gràcia and close to the most emblematic modern...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="316.35" OriginalAmount="310.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.385701957268" Longitude="2.1404980123043" StarRating="3" HotelCode="32068|1629158|Bed &amp; Breakfast" HotelName="NH Barcelona Entenza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de l'Equador 20, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/e2/fee27927fc67b11d0f36d28d928afabe0f3a3333.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies just a short distance from the centre of Barcelona. Links to the public transpo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="318.53" OriginalAmount="312.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.351756034022" Longitude="2.1204176545143" StarRating="4" HotelCode="37198|326995|Bed &amp; Breakfast" HotelName="Eurohotel Gran Via Fira" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Ciencias 98-100, 08908 Hospitalet de Llobregat, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a8/cc/a8ccfccb7a9bdb6d4feca0a7f7db8b1849fc0d97.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in L'Hospitalet, around 4 km from Barcelona city centre. The conference and ex...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="318.99" OriginalAmount="312.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.403255740731" Longitude="2.1270789206028" StarRating="3" HotelCode="29330|23994|Bed &amp; Breakfast" HotelName="Catalonia Mikado" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de Bonanova 58, 08017 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/dc/b0dcb522e898bf62bff13347bd12f4574b59a1ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is just 4 km from the centre of the town. Countless shopping and entertainment ve...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="320.17" OriginalAmount="313.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.377524" Longitude="2.113578" StarRating="4" HotelCode="34626|325015|Bed &amp; Breakfast" HotelName="Senator Barcelona Spa Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cardenal Reig 11, 08028 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/05/b2057a7930342b3ff111ba17c52306c2a84022c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a prestigious district of Barcelona close to Avenida Diagonal, just 15 minu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="320.90" OriginalAmount="314.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38943594156" Longitude="2.1474362516166" StarRating="3" HotelCode="37195|330365|Bed &amp; Breakfast" HotelName="Sunotel Aston" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de París 101, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/0f/b60ff3eedf8ef0478700d4366ed63058a14ec16b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern building is located in the financial and commercial heart of Barcelona, close to the Fai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="321.20" OriginalAmount="314.90" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.401780532131" Longitude="2.1477453410626" StarRating="3" HotelCode="31130|382905|Bed &amp; Breakfast" HotelName="Pol &amp; Grace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>c/ Guillermo Tell 49, 08006 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/7e/da7e7c433b130fde65b2247f20ed05733d2a5190.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the centre and the tourist area. Countless shopping venues, nightclub...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="322.28" OriginalAmount="315.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.392958256819" Longitude="2.124685049057" StarRating="2" HotelCode="26120|387825|Bed &amp; Breakfast" HotelName="Hotel Bonanova Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Capita Arenas 51, 08034 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/05/9b05cfb1cf1df990735fef26487929243dd4c450.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This simple hotel is situated close to the Avenida Diagonal, the Catalunya congress hall, the FC Bar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="322.44" OriginalAmount="316.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.376758248871" Longitude="2.145944237709" StarRating="4" HotelCode="58121|351705|Bed &amp; Breakfast" HotelName="Pestana Arena Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Consell De Cent 51-53, Esquina Calle Bejar, 08014 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/78/0a78c67baa92a44278cad42aa1727fa9555083bc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the Sants Montjuic district, close to the Fira de Barcelona trade fair...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="322.86" OriginalAmount="316.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.398202885905" Longitude="2.1494523993883" StarRating="4" HotelCode="14464|246426|Bed &amp; Breakfast" HotelName="Mariano Cubi Aparthotel Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Diet Meals,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Marià Cubi 62-64, Sarrià-St. Gervasi, 08006 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/d8/bed86bc2bdbf80afa069b1f887c7ae46d0628b61.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located close to Balmes Street, the shopping and business centre, only a few mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="324.82" OriginalAmount="318.45" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.397262931107" Longitude="2.159226507375" StarRating="2" HotelCode="263664|1503938|Bed &amp; Breakfast" HotelName="Casa Gracia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Gracia 116, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/15/7c15cb729c4fa688587e50c6314deebd4e976632.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Barcelona, about 2.5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="325.38" OriginalAmount="319.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.3846987695" Longitude="2.1664537489414" StarRating="2" HotelCode="30649|1265784|Bed &amp; Breakfast" HotelName="Mesón Castilla Atiram Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Garden,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Valldonzella 5, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1e/26/1e268d5b81bf071a1e06749fc9c0af8dd21b66aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is approximately 2 km from the sea. Situated on a side street, the hotel is close to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="325.62" OriginalAmount="319.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.410214370666" Longitude="2.1694886684418" StarRating="4" HotelCode="30437|228216|Bed &amp; Breakfast" HotelName="Hotel ILUNION Bel Art" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Lepant 406, 08025 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/9e/ef9e17875863e2e1771b38b633d0664cd254eb4f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers easy access to the city’s main attractions thanks to the various bus routes and a m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="327.07" OriginalAmount="320.66" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.410961" Longitude="2.186556" StarRating="4" HotelCode="326421|23934|Bed &amp; Breakfast" HotelName="Catalonia Atenas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Meridiana 151, 08026 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b5/97/b597280d50a5109edb2a624c6c142d8c62f5e52a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the Sagrada Familia. This hotel is well-connected with the rest of the cit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="328.64" OriginalAmount="322.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.411004" Longitude="2.173286" StarRating="2" HotelCode="31115|269315|Bed &amp; Breakfast" HotelName="HTOP BCN City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Travessera De Gràcia 380-384, 08025 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/88/d28893b40474dcaf2a2c4b68ff572b76ed3c3457.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona's leisure area just a few minutes’ walk from the city centre and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="328.76" OriginalAmount="322.31" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.375927009185" Longitude="2.1670183539391" StarRating="4" HotelCode="30438|231796|Bed &amp; Breakfast" HotelName="Hotel Garbí Mil·lenni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ronda de Sant Pau 14, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/41/9341939dbdcdba531767df8deb83ee42acbf3172.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This wonderfully restored, luxury hotel is situated within a few minutes walk of the city's tourist ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="332.63" OriginalAmount="326.11" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.3746" Longitude="2.166" StarRating="2" HotelCode="30340|387925|Bed &amp; Breakfast" HotelName="Paral-Lel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Poeta Cabanyes 5-7, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/40/7440d1f71a401de55b3e0f80c6418379d89ff0eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the city centre this pleasant hotel is the ideal starting point for exploring Barcelona ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="333.32" OriginalAmount="326.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38596" Longitude="2.1655" StarRating="2" HotelCode="31512|383665|Bed &amp; Breakfast" HotelName="HLG CityPark Pelayo Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Pelai 1, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/93/4193bf0d1513389e4dca105122fa28a70dcda785.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the town centre, close to Plaza Catalunya. Here guests will find many shop...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="334.69" OriginalAmount="328.13" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.399915977474" Longitude="2.1300119161606" StarRating="3" HotelCode="31360|1017938|Bed &amp; Breakfast" HotelName="Tres Torres Atiram" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calatrava 32, 08017 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/98/1b982f11908e8fce54275611aec4a5f0ee015206.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to the city centre, in Barcelona's entertainment centre. Countless shop...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="335.63" OriginalAmount="329.05" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.387979" Longitude="2.156863" StarRating="4" HotelCode="261899|997185|Bed &amp; Breakfast" HotelName="Sunotel Club Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Jacuzzi,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer València 157, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/c9/71c9c362d8f30e7e3a903689d895e341e68f8da9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Barcelona city centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="338.02" OriginalAmount="331.39" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.389750774476" Longitude="2.1419611573219" StarRating="4" HotelCode="9956|98298|Bed &amp; Breakfast" HotelName="Hotel Derby" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Loreto 21, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d7/90/d790d59cf8a919051c28d197c852a2711a2955fb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in the heart of Barcelona (in the shopping and business centre), on...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="338.91" OriginalAmount="332.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386186" Longitude="2.154786" StarRating="3" HotelCode="30174|386905|Bed &amp; Breakfast" HotelName="Barcelona Century Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>València 154, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/17/8c17afd22244a9909926efabe1eb504c975ec144.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is located in L'Eixample district, close to the cathedral and the Picasso museum....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="342.43" OriginalAmount="335.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.41158" Longitude="2.21188" StarRating="4" HotelCode="185340|860945|Bed &amp; Breakfast" HotelName="Vincci Bit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Josep Plà 69, 08019 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/fc/c5fc23fad866ffe7558d0b6e80dfa4f7904c32a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just 10 minutes' walk from Mar Bella beach. There are a number of bars, restau...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="342.44" OriginalAmount="335.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.407744" Longitude="2.185346" StarRating="3" HotelCode="10702|23924|Bed &amp; Breakfast" HotelName="Catalonia Sagrada Familia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Aragó 577 - 579, 08026 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/9c/1e9c21b07cb93d67dce9dd5d1a8cbf9ce41e3642.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated close to the centre of Barcelona. Numerous shops, restaurant, bar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="343.92" OriginalAmount="337.18" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.408675449046" Longitude="2.1478486061096" StarRating="3" HotelCode="130496|942265|Bed &amp; Breakfast" HotelName="Ronda Lesseps" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>C/Ballester 77-81, 08023 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/33/59/3359ec98d811d51d6473d16982a176c4478706f0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="346.15" OriginalAmount="339.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.390829045012" Longitude="2.1718199376129" StarRating="4" HotelCode="336657|1884975|Bed &amp; Breakfast" HotelName="Hotel Àmbit Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Roger de Llúria 17, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/9c/e29c542cfc741916cc75da16d2693d008693717c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="346.57" OriginalAmount="339.77" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.393515626256" Longitude="2.1505683660507" StarRating="4" HotelCode="51951|366305|Bed &amp; Breakfast" HotelName="Guitart Grand Passage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Muntaner 212, 08036 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/63/4d63946277154a3c573549c6051e0906cbaf7a5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel is located in the leisure area of Barcelona. There are countless shops, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="346.64" OriginalAmount="339.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.401055" Longitude="2.194399" StarRating="2" HotelCode="169882|184646|Bed &amp; Breakfast" HotelName="ibis Barcelona Pza Glories 22" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Ciutat de Granada 99, 08018 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/fe/c6fee9324074ef9603a84ec157995ceb3e3bd1c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Glòries district, under 10 minutes away from the Plaza Catalunya and Bar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="347.59" OriginalAmount="340.77" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.405031578806" Longitude="2.1404792405672" StarRating="3" HotelCode="27688|364565|Bed &amp; Breakfast" HotelName="Exe Mitre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bertrán 9-15, 08023 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/fe/ecfe0a2e27097401563c4eaea05512ed2fa27687.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near to the Parque Güell and the worthwhile attraction of Casa-Museu Gaudí. Lin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="348.38" OriginalAmount="341.55" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.379065" Longitude="2.168383" StarRating="3" HotelCode="318226|237616|Bed &amp; Breakfast" HotelName="abba Rambla Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Rambla del Raval 4c, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c0/07/c007397a351ae812e4040ce32aa74428983a666c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located just off the famous Las Ramblas from where guests can reach the hist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="348.44" OriginalAmount="341.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.390615" Longitude="2.163208" StarRating="3" HotelCode="31083|24204|Bed &amp; Breakfast" HotelName="hcc taber" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer d'Aragó 256, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/bb/8d/bb8d5b71c1626b8205cff9ad5730ba8972c2445c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This up-market hotel is situated in Barcelona's tourist centre, just a few paces from countless rest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="349.67" OriginalAmount="342.81" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.384810757641" Longitude="2.1624949478555" StarRating="2" HotelCode="313511|1738548|Bed &amp; Breakfast" HotelName="Toc Hostel Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 580, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/8f/3f8fc85e07027305aefb25373c656338ad6b53c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="349.91" OriginalAmount="343.05" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.3814" Longitude="2.175501" StarRating="2" HotelCode="260272|2487995|Bed &amp; Breakfast" HotelName="Hostal Fernando" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Ferran 31, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/07/0407c5c57118650bdfc20d7cb87730f9182950dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the centre of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="352.59" OriginalAmount="345.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.388657049224" Longitude="2.1315297981996" StarRating="4" HotelCode="29518|68994|Bed &amp; Breakfast" HotelName="Hilton Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 22/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Diagonal 589-591, 08014 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/22/02/2202ae62c576945609f5b07c07e26390c88ba6d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This top range luxury hotel is located in the heart of Barcelona's shopping district. The surroundin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="353.96" OriginalAmount="347.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.372999471515" Longitude="2.1459804475307" StarRating="3" HotelCode="190686|869445|Bed &amp; Breakfast" HotelName="Hotel Acta Azul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Kitchen,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 327, 08014 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/03/48031dc6130cfdc79a9aa046deca55f27fa86d88.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona, about 4 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="354.28" OriginalAmount="347.33" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.404699" Longitude="2.138857" StarRating="3" HotelCode="17654|388985|Bed &amp; Breakfast" HotelName="Silken St. Gervasi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sant Gervasi De Cassoles 26, 08022 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/ba/a6ba4d89d181bac1ed7cc377b9c97829b97e5be3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to the city centre, in Barcelona's entertainment centre. Public transpo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="354.99" OriginalAmount="348.03" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39872287" Longitude="2.20121598" StarRating="3" HotelCode="977644|85308575|Bed &amp; Breakfast" HotelName="Acta Voraport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Ramon Turro 169-B, 08034 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/f3/10f354976274af79460a08f7c66272f374874d5f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="355.65" OriginalAmount="348.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.408095" Longitude="2.185855" StarRating="3" HotelCode="326475|23904|Bed &amp; Breakfast" HotelName="Catalonia Albeniz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Aragón 591-593, 08026 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/7d/367d3ccff46335767587aeaf6d3a75ea263acd52.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated directly on the Calle Aragon, close to the Sagrada Familia. Countless shoppin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="357.38" OriginalAmount="350.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.379128162206" Longitude="2.1605166944605" StarRating="3" HotelCode="73915|2166055|Bed &amp; Breakfast" HotelName="Market" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Comte Borrell 68, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/87/12879ccea1cd191f7b6973a2c5158b1b992da41d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="359.21" OriginalAmount="352.17" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.396533789293" Longitude="2.1285434067249" StarRating="3" HotelCode="32986|23964|Bed &amp; Breakfast" HotelName="Catalonia Castellnou" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Castellnou 61, 08017 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/0c/aa0cf4320113d65d19d3ede502d7c49f0d99b0f0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is centrally located just 2 km from the centre of the city. Countless shops and e...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="360.36" OriginalAmount="353.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.373298370194" Longitude="2.1474999189377" StarRating="4" HotelCode="94217|287845|Bed &amp; Breakfast" HotelName="Ayre Hotel Gran Vía" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de Les Corts Catalanes 322-324, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b8/64/b86479b3cecdd9403cb0c21464ee85e8da7f476e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a central city location, on Plaza España next to the Fira Exhibition and Conferenc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="360.95" OriginalAmount="353.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.389479117196" Longitude="2.1491253376007" StarRating="4" HotelCode="24881|387165|Bed &amp; Breakfast" HotelName="U232 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Comte d'Urgell 232, 08036 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/a4/e5a4e793315b5f8c5a1fb65fa5e825b42384d4ef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated in the heart of the shopping and boutique area, opposite the exhib...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="361.22" OriginalAmount="354.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.409773820358" Longitude="2.2185033559799" StarRating="4" HotelCode="29823|232416|Bed &amp; Breakfast" HotelName="AC Barcelona Forum" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Paseo Taulat 278, 08019 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/88/06/8806db9a144b4cf46249e3e2cc6d12bfd71a02ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This conference hotel is located in the shopping and exhibition centre quarter, Diagonal Mar, in Bar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="361.94" OriginalAmount="354.84" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.383705628549" Longitude="2.151705622673" StarRating="3" HotelCode="51821|228346|Bed &amp; Breakfast" HotelName="Hotel Viladomat by Silken" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viladomat 197, Eixample, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/b2/69b2ad8c70f8becb36804fef0503557c8c7102d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is situated in the centre of Barcelona, just a few minutes from the historical an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="362.27" OriginalAmount="355.17" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.37514" Longitude="2.168375" StarRating="4" HotelCode="25131|387095|Bed &amp; Breakfast" HotelName="Barcelona Universal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Av. Paral-lel 76-80, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/f2/cdf2ad56021c248ac627588498faa664e4d1edc2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is situated near the tourist centre of Barcelona. There are copious shops in the a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="364.00" OriginalAmount="356.86" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.392097773478" Longitude="2.155974055808" StarRating="4" HotelCode="316925|1593188|Bed &amp; Breakfast" HotelName="BCN Urban Hotels Gran Rosellón" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Rosselló 174-176, 08036 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/b3/a9b35ce362fd2237e89c8808cc5b7ea9b777e626.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="364.55" OriginalAmount="357.40" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.382773853339" Longitude="2.140166759491" StarRating="4" HotelCode="318135|237666|Bed &amp; Breakfast" HotelName="abba Sants Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Numancia 32, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/86/0a8695d54894485e19e7a81524f8221f9eafd531.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated close to Estació de Sants (station and bus stop). Numerous shops, restaurants ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="365.46" OriginalAmount="358.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.37818" Longitude="2.17615" StarRating="4" HotelCode="177872|860915|Bed &amp; Breakfast" HotelName="Eurostars Ramblas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Las Ramblas 22-24, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/11/1b11de326e8f1f39245e5a18e397a8919bb16eff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located across from Plaça del Teatro, the most artistic stretch of the Rambla. It occup...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="366.66" OriginalAmount="359.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38119906251" Longitude="2.1550959348679" StarRating="3" HotelCode="31613|24174|Bed &amp; Breakfast" HotelName="Leonardo Hotel Barcelona Gran Via" 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,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de la Diputació 100, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/db/a8db9b0c2c28ac08a2d2899effe77d8cb21bde40.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Built in 2004, this modern hotel is ideal for night time revellers. Situated just a few minutes walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="367.20" OriginalAmount="360.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39376055" Longitude="2.17012905" StarRating="2" HotelCode="662513|fabrizzios_petit" HotelName="Fabrizzio's Petit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bruc 65 2/2, Eixample, 08009 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/48/0648f4a1ac06621c51e1942f57b204cc73516fd5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in central Barcelona, 15 minutes&amp;apos; walk from Sagrada Familia and Plaza Catalunya Square,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="367.43" OriginalAmount="360.23" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.381902440251" Longitude="2.1458610892296" StarRating="3" HotelCode="29332|24024|Bed &amp; Breakfast" HotelName="Catalonia Roma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda de Roma 31, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/13/70130ebbabb560cedb9198dd78712af935dfabdc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the tourist centre of Barcelona, less than a mile from the cultural and hi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="370.15" OriginalAmount="362.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.405933463069" Longitude="2.1715673804283" StarRating="3" HotelCode="37179|388915|Bed &amp; Breakfast" HotelName="Hotel Sagrada Familia" 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,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Corsega 541, Eixample, 08025 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/7b/6c7bd604cd20373492ebae4900c79c454e908f0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel lies right in a residential and commercial area, close to the famous Sagrada Familia....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="371.21" OriginalAmount="363.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.388368328956" Longitude="2.164491713047" StarRating="4" HotelCode="26977|351725|Bed &amp; Breakfast" HotelName="Sansi Diputacio Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer De La Diputació 234-236, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/30/2c/302c48f16ebfe4071359daa47bdbb0a218da1887.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is quietly situated in Barcelona's recreational area, close to a wide rang...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="371.45" OriginalAmount="364.17" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.392163443761" Longitude="2.1622949838638" StarRating="4" HotelCode="16541|24184|Bed &amp; Breakfast" HotelName="hcc regente" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rambla de Catalunya 76, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a3/88/a388c41c6c48862b6e858104bdb787733f3282e4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located and well communicated in one of Barcelona’s most popular streets, Rambla Catalu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="371.68" OriginalAmount="364.39" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.384320700861" Longitude="2.1513945508894" StarRating="4" HotelCode="37041|1094858|Bed &amp; Breakfast" HotelName="Sercotel Ámister Art Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Roma 93-95, near Sants train station, City Centre, Eixample District, 08029 Barcelona, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/61/97/6197a905dec602fa8d51136a7d132555698a6e4e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is suitable for both tourists as well as for business guest. It is located ar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="372.12" OriginalAmount="364.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.404811958591" Longitude="2.1288852121534" StarRating="4" HotelCode="130276|1546118|Bed &amp; Breakfast" HotelName="Vilana Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Vilana 7, 08017 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/33/f0333c0025387f9d4a75ea4eb37409a65b740129.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the prestigious La Bonanova district of Barcelona. It is surrounded by one o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="372.54" OriginalAmount="365.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.403329173356" Longitude="2.1372270584106" StarRating="4" HotelCode="326477|24044|Bed &amp; Breakfast" HotelName="Catalonia Barcelona 505" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Muntaner 505, 08022 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/50/59509f982f15c8e32cd162fb141434623d5f1661.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel has a wonderful location in the northern part of Barcelona, close to Güell Park an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="373.36" OriginalAmount="366.04" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.395869805449" Longitude="2.1813306212425" StarRating="3" HotelCode="57793|228376|Bed &amp; Breakfast" HotelName="Hotel ILUNION Auditori" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Sicilia 166-170, 08013 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/2c/562c5991b2fdf929a65c7b5b7a645e2e1bebf76a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies close to the Gothic quarter at the heart of Barcelona with bars and restaurants...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="374.61" OriginalAmount="367.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.396046365452" Longitude="2.1793591976166" StarRating="4" HotelCode="32033|287785|Bed &amp; Breakfast" HotelName="Ayre Hotel Caspe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Caspe 103, 08013 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/cd/6bcdaa8539a997e5b0520dc703a664eaa2f6d4fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant, luxury hotel is centrally situated in the Eixampel district of the city, just 20 minut...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="375.03" OriginalAmount="367.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.384172014258" Longitude="2.1617270261049" StarRating="4" HotelCode="69572|387105|Bed &amp; Breakfast" HotelName="Sunotel Central" 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,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 570, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0d/6f/0d6f66051416a88b6b66fcb1e6b39ca7b516dd57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the busiest commercial and business area of Barcelona. It is just a few ste...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="376.09" OriginalAmount="368.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.382675360171" Longitude="2.1657777272062" StarRating="2" HotelCode="66017|231776|Bed &amp; Breakfast" HotelName="Hotel Acta BCN 40" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Joaquin Costa 40, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/80/c480024335b2cf8a3e2f61df5ca19f346e32f8b3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a central location, surrounded by the historic centre of Barcelona and offers easy...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="378.66" OriginalAmount="371.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.383461140178" Longitude="2.159835014167" StarRating="3" HotelCode="60079|387085|Bed &amp; Breakfast" HotelName="Hotel Soho Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de De Les Corts Catalanes 543-545, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/2a/7e2a08dffd8c7d342865ef2fffb64e1e91afea63.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated right on Barcelona's Gran Vía. Plaza Catalunya and other tourist attractions a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="379.54" OriginalAmount="372.10" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.408220806403" Longitude="2.2118313610554" StarRating="4" HotelCode="25009|1768128|Bed &amp; Breakfast" HotelName="Vincci Maritimo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Llull 340, 08019 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/91/7d91375c5fb0f6f9eb76cb2eb0786de177fc1bec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is superbly located, close to the city centre. Barcelona's beautiful sandy beach i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="380.46" OriginalAmount="373.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.379991529334" Longitude="2.1728508174419" StarRating="4" HotelCode="30629|hotel_espana_2" HotelName="España" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Sant Pau 9-11, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/9b/139b99a8c8f0eea629b54a6c09dd48b424aca117.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the commercial, historical and artistic centre, next to the Gran Teatre del ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="380.84" OriginalAmount="373.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.376660634107" Longitude="2.1524325013161" StarRating="4" HotelCode="30445|23864|Bed &amp; Breakfast" HotelName="Hotel Vilamarí" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vilamarí 34-36, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/bb/cc/bbcccdbd689c4b0817a47bad6d506e8782bde7f1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located near Plaza de España. Various tourist attractions such as Plaza Cataluñ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="381.14" OriginalAmount="373.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.390984285472" Longitude="2.1707010269165" StarRating="4" HotelCode="30687|231766|Bed &amp; Breakfast" HotelName="Hotel Acta Atrium Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 656, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/d8/a1d8d3b7b25c7184fb2329242c8124e998bd91b3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant, luxury hotel is situated at the heart of Barcelona within minutes of the Gran Via. Gue...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="381.68" OriginalAmount="374.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.36990545884" Longitude="2.143763411045" StarRating="3" HotelCode="87936|97259|Bed &amp; Breakfast" HotelName="Aparthotel BCN Montjuic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Internet,Kitchen,Laundry,Lounge,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Sant Fructuós 64-74, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/04/100436b8a76cc1ff6190c7bd80d4ff814bbeaa46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is located on the Gran Vía de las Corts Catalanas and the Calle San ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="383.19" OriginalAmount="375.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.381296670462" Longitude="2.1269166469574" StarRating="4" HotelCode="32645|24374|Bed &amp; Breakfast" HotelName="NH Barcelona Stadium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Travessera de les Corts 150-152, 08028 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/0e/2f0e95859d9fb8a36a58bdc23200d0d8ac5a7791.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the commercial and banking district. The large department store, El Corte ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="383.39" OriginalAmount="375.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.389354858767" Longitude="2.1213275939226" StarRating="4" HotelCode="30682|118432|Bed &amp; Breakfast" HotelName="AC Hotel Victoria Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 20/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Beltrán i Ròzpide 7-9, antes Avenida Pedralbes 16, 08034 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/ac/40ac3f0eac2f9afc9aca4c775670c7c52bd53bba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a quiet district of Barcelona, in Pedralbes. Shopping and commercial zones ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="383.82" OriginalAmount="376.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.406305639633" Longitude="2.2006049752235" StarRating="4" HotelCode="81929|120654|Bed &amp; Breakfast" HotelName="Meliá Barcelona Sky" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Spa Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pere IV 272-286, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/6e/f26ea4ac4c19bad107898c1b34ffc01366917b2b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on one of the capital’s main roads, 'The Diagonal'. Within the vicinity, guest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="384.04" OriginalAmount="376.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39206" Longitude="2.15546" StarRating="4" HotelCode="30126|380855|Bed &amp; Breakfast" HotelName="Evenia Rosselló" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Rosselló 191, 08036 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/04/3c04347c9eaea619e8b7b8b7df85e8085d75f365.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is situated within a few minutes’ walk of the city centre. Various restaurants and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="384.77" OriginalAmount="377.23" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.376850842091" Longitude="2.1500288337469" StarRating="4" HotelCode="178197|888985|Bed &amp; Breakfast" HotelName="Ofelias Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Llançà 24, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/5c/015c7c2541a412ddd21d00c0173368cdde93b2f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Eixample district of Barcelona, in the Plaza de España and opposite the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="385.41" OriginalAmount="377.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38381228879" Longitude="2.1782970428467" StarRating="3" HotelCode="18012|24134|Bed &amp; Breakfast" HotelName="Hotel Suizo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza del Ángel 12, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/17/af/17af316b18b62bbe1138c835992565ecae2e1e95.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is to be found in the gothic quarter at the heart of Barcelona, close to the cathedral an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="386.15" OriginalAmount="378.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.394178628081" Longitude="2.1491628885269" StarRating="4" HotelCode="18766|24214|Bed &amp; Breakfast" HotelName="Hesperia Barcelona Presidente" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda Diagonal 570, 08021 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6e/82/6e829aa0c5243f951d969837ea816a30d384f892.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located 5 km from the nearest beach, this hotel is centrally located on Diagonal Avenue at the heart...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="386.26" OriginalAmount="378.69" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.399044794135" Longitude="2.2021633386612" StarRating="4" HotelCode="73981|228256|Bed &amp; Breakfast" HotelName="Hotel ILUNION Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Ramón Turró 196-198, Esquina Calle Llacuna, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/2e/ce2eea05b2a5998dc5e6a6b80ea9a7b5e900a982.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the triangle formed by the Forum area, the Olympic port and Plaza de las Gl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="386.32" OriginalAmount="378.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.385348" Longitude="2.171595" StarRating="3" HotelCode="30264|386685|Bed &amp; Breakfast" HotelName="Nouvel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>C/ Santa Ana, 18-20, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/42/a142fd7e89e3b2fa439d50b175483414a58d34e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to Plaza Cataluña and Las Ramblas at the heart of Barcelona. Various sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="386.88" OriginalAmount="379.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39392" Longitude="2.157975" StarRating="2" HotelCode="295427|1963655|Bed &amp; Breakfast" HotelName="Hotel Mihlton Barcelona B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Roselló 231, Principal 2ª, Eixample, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/c6/56c60ea6393258a66f13d2a208e23e4480601acc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="387.05" OriginalAmount="379.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.379774170982" Longitude="2.174206674099" StarRating="3" HotelCode="49091|262795|Bed &amp; Breakfast" HotelName="Oriente Atiram Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ramblas 45, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/45/fa/45faf95969a3fa04395b812ef4692d2a11d02f62.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly in the cultural and historical heart of Barcelona, in Las Ramblas. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="387.21" OriginalAmount="379.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.382066" Longitude="2.176392" StarRating="3" HotelCode="16725|314765|Bed &amp; Breakfast" HotelName="Hotel Gargallo Rialto" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Ferran 40-42, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/40/19/4019e6d516601b30a568398ee07faeb03da6450b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular and historical city hotel lies in the centre of the beautiful old town of Barcelona. Sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="387.60" OriginalAmount="380.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.379368634705" Longitude="2.1761123836041" StarRating="3" HotelCode="29520|hotel_barcelona_house" HotelName="Barcelona House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Escudellers 19, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/38/fc384ab8372fa346910b3460eaeb4c7dc293f75f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next to Las Ramblas and Plaza Reial, in the old quarter of Barcelona. It is a f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="387.79" OriginalAmount="380.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.389845" Longitude="2.166119" StarRating="4" HotelCode="47000|364275|Bed &amp; Breakfast" HotelName="Exe Cristal Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Diputació 257, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/00/1b00f75a6c88a4e0e202869f4dd48083d4e2eab0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is situated close to avenue Paseo de Gracia and Plaza Catalunya. Just a few minute...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="388.61" OriginalAmount="380.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.398694" Longitude="2.162406" StarRating="4" HotelCode="21559|467845|Bed &amp; Breakfast" HotelName="Catalonia La Pedrera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Córcega 368, 08037 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/fe/aafe4a7fc7b67ff17b21b86ea50ad0a0917b0c11.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located in the arty and commercial centre of Barcelona, only a stone's throw fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="389.09" OriginalAmount="381.46" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.387003425468" Longitude="2.172574754631" StarRating="3" HotelCode="103410|387395|Bed &amp; Breakfast" HotelName="Denit Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 22/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Estruc 24-26, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/8d/fa8d0e198ca4423424cb314e6b64162b781b0fda.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Barcelona. Right in the Gothic Quarter, in front of Plaça de Ca...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="389.49" OriginalAmount="381.85" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.397715603196" Longitude="2.1888915631598" StarRating="4" HotelCode="97626|384125|Bed &amp; Breakfast" HotelName="Capri by Fraser Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sancho De Avila 34, 08018 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/0a/5a0a0f95ff61cd9a3df4cf33e8d0fae811e2b2dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an excellent location, and it offers guests access to all the city's tourist sight...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="390.40" OriginalAmount="382.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.379031" Longitude="2.139737" StarRating="4" HotelCode="7776|275415|Bed &amp; Breakfast" HotelName="Barceló Sants" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaça dels Països Catalans s/n, Estacio de Sants, 08014 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/e9/18e9c5ee10ca2752fe81fe2deaa2571eb082483c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated near the main train station, Sants, in Barcelona and offers direct access to t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="391.25" OriginalAmount="383.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.388827135095" Longitude="2.1652936935425" StarRating="4" HotelCode="60920|54754|Bed &amp; Breakfast" HotelName="Petit Palace Museum" 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,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de la Diputación 250, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/01/1a016a3ba99bb1619cf4098280c8dcaade19e564.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This design hotel is centrally located in the business area of the city, next to the Gran Vía de las...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="391.57" OriginalAmount="383.89" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.380519827858" Longitude="2.171505689621" StarRating="3" HotelCode="17121|467895|Bed &amp; Breakfast" HotelName="San Agustin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaça de Sant Agustí 3, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/38/f63851b0012159a4e88884ad8e4634687785df04.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel can be found where the historical ruins of the former convent of Saint Augustine (1720) li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="392.77" OriginalAmount="385.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.388003779458" Longitude="2.1783917796878" StarRating="3" HotelCode="199957|1164438|Bed &amp; Breakfast" HotelName="Domus Selecta Musik Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Sant Pere Més Baix 62, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/73/1173227c5ff82d139acc75bffd41c2ef6708f49f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Barcelona, this boutique hotel is ideal for guests who appreciate a stylish ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="393.10" OriginalAmount="385.39" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.403786867984" Longitude="2.1913003921509" StarRating="4" HotelCode="161438|183316|Bed &amp; Breakfast" HotelName="Novotel Barcelona City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly 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,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Diagonal 201, Entrada por Ciutat de Granada, 08018 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/ef/47ef056d0326f0e7a4c7330b23eefcd88ffc19de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of the city on Avenida Diagonal (one of the city's main streets),the fami...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="394.46" OriginalAmount="386.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.397119296691" Longitude="2.1758575737476" StarRating="3" HotelCode="33836|383265|Bed &amp; Breakfast" HotelName="Serhs Carlit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de la Diputació 383, 08013 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/14/7b14768554837dd87f2f561cee16e8f7945a9984.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Barcelona, in the Eixample district, one of the most cha...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="395.13" OriginalAmount="387.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.378023075811" Longitude="2.173059364418" StarRating="4" HotelCode="113140|309905|Bed &amp; Breakfast" HotelName="Onix Liceo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Nou de la Rambla 36, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/4d/fc4d231b4192878c1ef1db088f7701d0503c2887.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an excellent location in Barcelona. Only a few metres away, guests can find the Gr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="395.76" OriginalAmount="388.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.381228545614" Longitude="2.1638671281105" StarRating="3" HotelCode="27724|ronda_hotel" HotelName="Hotel Ronda House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Sant Erasme 19, Barcelona, Cataluña</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/d6/57d64b6c3f240d5aefbc7abf3bc3754bfd7aa36a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Barcelona, close to the Plaza Cataluña and Las Ramblas. Shopp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="396.04" OriginalAmount="388.27" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.383361497143" Longitude="2.1793659031391" StarRating="4" HotelCode="13924|364625|Bed &amp; Breakfast" HotelName="Hotel Exe Laietana Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Laietana 17, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/f7/acf7a98820d8240db7a4f5a2319d0ec9cccc19d0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel offers a privileged location in the Gothic quarter, close to the Roman wall and the old t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="396.41" OriginalAmount="388.64" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38603" Longitude="2.176147" StarRating="4" HotelCode="29082|228266|Bed &amp; Breakfast" HotelName="Hotel ILUNION Almirante" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Vía Laietana 42, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/7f/9a7f1e1a184209a0f1f10bce003c1f574761a768.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Barcelona's gothic quarter just 5 minutes from Plaça Catalunya...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="396.54" OriginalAmount="388.76" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386055" Longitude="2.154244" StarRating="3" HotelCode="30222|24344|Bed &amp; Breakfast" HotelName="NH Barcelona Eixample" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Valencia 105-107, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/d5/c1d56a1c8fb4b80d0da1a5c3555c2ecbc5fa93f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is situated close to Barcelona's trade fair centre, Plaza de Cataluña and Sants t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="396.56" OriginalAmount="388.78" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.372233934778" Longitude="2.1573432635986" StarRating="2" HotelCode="868380|73254686|Bed &amp; Breakfast" HotelName="La França Travellers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>La França Xica 38, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="398.55" OriginalAmount="390.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.373131309149" Longitude="2.1699714660645" StarRating="2" HotelCode="31326|1604068|Bed &amp; Breakfast" HotelName="Nuevo Triunfo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Cabanes 34, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/35/573529dbe0e351ec7b3251b68bedc309cfa270a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Barcelona's leisure district, just a few minutes from the town centre whic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="400.07" OriginalAmount="392.23" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.381110219448" Longitude="2.1735426588955" StarRating="3" HotelCode="258539|2063965|Bed &amp; Breakfast" HotelName="Internacional Ramblas Atiram" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Rambla 78-80, Ciutat Vella (Gòtic)), 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1c/b4/1cb42db34fdea95e79df2fbb6ee0fc7c1e00f951.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Built in a modernist style, this hotel is extremely popular with tourists and offers guests fabulous...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="401.07" OriginalAmount="393.21" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38219538104" Longitude="2.1720539214612" StarRating="3" HotelCode="888120|2012811|Bed &amp; Breakfast" HotelName="Exe Ramblas Boquería" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rambla de Sant Josep 91-93, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/e0/1be02995c361f968814564fdecc26d44679b5d65.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming historical hotel is situated on Las Ramblas, in the historical, commercial and tourist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="401.13" OriginalAmount="393.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.391558791885" Longitude="2.1728622491939" StarRating="2" HotelCode="128306|1437778|Bed &amp; Breakfast" HotelName="Constanza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Bruc 33, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/50/a0505ff3612ca8bf6b608e7ce9c376ddf563ed9e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="403.12" OriginalAmount="395.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.359389" Longitude="2.133096" StarRating="4" HotelCode="60424|111352|Bed &amp; Breakfast" HotelName="AC Som" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Arquitectura 1-3, 08908 L'Hospitalet de Llobregat, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/82/3c/823c16a3a37cd8b2ff352f35e876868abd4dabc7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the edge of the city between the airport and the exhibition centre. Plaça d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="403.29" OriginalAmount="395.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.401432136973" Longitude="2.209941656414" StarRating="4" HotelCode="20716|383305|Bed &amp; Breakfast" HotelName="Hesperia Barcelona Del Mar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Espronceda  6, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/85/fb/85fbf656398b9906fed6500d3c1995fccfc382cb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern city hotel, only a street from the beach, lies in the new area, Diagonal Mar, of Barcelo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="403.44" OriginalAmount="395.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.380825" Longitude="2.177471" StarRating="3" HotelCode="70231|79274|Bed &amp; Breakfast" HotelName="Catalonia Avinyo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avinyó 16, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/24/4424a00fbf0e9b2c0ea40bc5f432f1c488714d5f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona’s gothic district. It is situated on Calle Avinyó, o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="404.28" OriginalAmount="396.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.37977431" Longitude="2.17351371" StarRating="2" HotelCode="662517|67339922|Bed &amp; Breakfast" HotelName="Ideal Youth Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostels" HotelFacility="24 Hour Front Desk,Bar,Beauty Salon,Concierge,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Meeting Room,Restaurant,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>Calle Unio 10,12, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/f3/48f3bad5bf3e4b5185d47259007586934367340b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal Youth Hostel is a popular choice amongst travelers in Barcelona, whether exploring or just pas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="404.70" OriginalAmount="396.76" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.389195307248" Longitude="2.1664275595245" StarRating="3" HotelCode="113153|309935|Bed &amp; Breakfast" HotelName="Onix Rambla" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Rambla de Catalunya 24, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/08/ef0817dcfe2722380d40f4712d22f5bbfd311904.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel stands on Barcelona's main commercial and business thoroughfare, Rambla de Catalunya. The ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="404.92" OriginalAmount="396.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.385758304367" Longitude="2.1659387648106" StarRating="4" HotelCode="258397|1966665|Bed &amp; Breakfast" HotelName="Hotel Midmost" 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,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Pelai 14, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/35/f2/35f2c2981a48d194dfc9c4f46b1485161ed1801a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the centre of Barcelona, in the gothic quarter and close to Las Ramblas wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="405.98" OriginalAmount="398.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.410950626156" Longitude="2.2188037633896" StarRating="4" HotelCode="29519|275495|Bed &amp; Breakfast" HotelName="Barcelona Princess" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Diagonal 1, 08019 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/44/a4/44a485f850a8126eea1aedfcc8f3657d21a67bbc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the Avenida Diagonal, near the new Barcelona International Exhibition and C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="411.42" OriginalAmount="403.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.394789308149" Longitude="2.1434806287289" StarRating="4" HotelCode="32983|23844|Bed &amp; Breakfast" HotelName="AC Irla" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Calvet 40-42, 08021 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/5e/9a5e43ccf0b3b04369a1f7687d883880370c9822.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in one of Barcelona's suburbs, within minutes of the centre, the nearest publi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="415.44" OriginalAmount="407.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.384292257712" Longitude="2.1619194746018" StarRating="3" HotelCode="9955|387915|Bed &amp; Breakfast" HotelName="Caledonian" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 574, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/ae/deaecddc16b853d1e91401446579e21c5d09fa22.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Fabulously situated at the heart of the city, just a few paces from the wonderful Plaza Catalunya an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="417.62" OriginalAmount="409.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.389158" Longitude="2.156378" StarRating="3" HotelCode="439455|1967055|Bed &amp; Breakfast" HotelName="The Corner Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Mallorca 178, 08036 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/26/a62631e08f7ef0de1c246358e79473279ded9009.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="418.20" OriginalAmount="410.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.393118269759" Longitude="2.1571280337574" StarRating="0" HotelCode="522465|forget_me_not_plus" HotelName="Forget Me Not PLUS B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Rossello 198, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/0b/ad0be98fc3ca9fdd5ae09351deab8b7bd35c801b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="419.20" OriginalAmount="410.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.3782" Longitude="2.17554" StarRating="3" HotelCode="59881|869435|Bed &amp; Breakfast" HotelName="Arc la Rambla" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>La Rambla 19, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/d4/37d42e0e979f6d80d745c238a20ee56f06e8efec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located in the heart of Barcelona, only around 10 minutes from the cultural ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="419.65" OriginalAmount="411.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.391866140936" Longitude="2.1568393707275" StarRating="4" HotelCode="55113|98348|Bed &amp; Breakfast" HotelName="Hotel Granados 83" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Enric Granados 83, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/ba/dcbab4e1a3f8334741c81015894569c83bfd45d6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of the colourful city of Barcelona, directly beside one of the m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="419.82" OriginalAmount="411.59" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.400612110963" Longitude="2.1786618232727" StarRating="4" HotelCode="38617|364365|Bed &amp; Breakfast" HotelName="Eurostars Monumental" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Consell De Cent 498-500, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/fb/9cfb4b76a66eb5e994374f51d08dc75247932780.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the tourist centre of Barcelona. Consequently, it is an ideal startin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="421.22" OriginalAmount="412.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.390027126028" Longitude="2.1422639093607" StarRating="4" HotelCode="37352|578135|Bed &amp; Breakfast" HotelName="Gran Derby Suite Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Loreto 28, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a4/b6/a4b6c5dcded5659a2ff4102171a6baaaaf0fd146.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the upper part of Avenida Diagonal and surrounded by other broad avenues, this is the ide...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="421.38" OriginalAmount="413.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.391610087159" Longitude="2.1593070030212" StarRating="4" HotelCode="55749|386875|Bed &amp; Breakfast" HotelName="Barcelona Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Balmes 103, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/80/0b80a60368ad4f97288eaac557ef0a7d0a917bfe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Barcelona at the crossroads of Calle Balmes and Calle Mallorca...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="422.67" OriginalAmount="414.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.376606100841" Longitude="2.1504709376203" StarRating="3" HotelCode="36820|387795|Bed &amp; Breakfast" HotelName="B-Hotel" 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,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 389-391, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/95/0395524f7769302815cab8f29d99405aa759b782.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in Barcelona's tourist centre, not far from the city centre. Shopping ven...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="422.70" OriginalAmount="414.41" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.394381853386" Longitude="2.150074839592" StarRating="3" HotelCode="25135|387195|Bed &amp; Breakfast" HotelName="Wilson Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avda. Diagonal 568, 08021 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/f4/a5f4a4aaf425209f08f63bc97189dff228b0d36d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This large, modern city hotel is ideally situated for those wishing to explore the city and its surr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="423.42" OriginalAmount="415.12" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.391865637884" Longitude="2.1751333773136" StarRating="2" HotelCode="190665|4694965|Bed &amp; Breakfast" HotelName="Hostal Girona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Girona 24, 1-1, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ef/90/ef90b585c01c5a77b88b1748562bfa5e34b6e104.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="423.66" OriginalAmount="415.35" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.408472268435" Longitude="2.2175002098083" StarRating="4" HotelCode="38235|69004|Bed &amp; Breakfast" HotelName="Hilton Diagonal Mar Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Passeig del Taulat 262-264, 08019 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/39/06/3906f47b63b077e63c8254f2de05e3f8dce82608.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located only at a 10 minutes’ walk from the beach, the hotel offers stunning views of the sea and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="427.03" OriginalAmount="418.66" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.387541262342" Longitude="2.1364894509315" StarRating="3" HotelCode="32067|24334|Bed &amp; Breakfast" HotelName="NH Barcelona Les Corts" 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,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Travessera de les Corts 292, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fd/b6/fdb62829b830c1b27cd1f286bd520742157d8aff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies close to Francesc Macià Plaza and not far from the FC Barcelona football stadium. Lo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="429.21" OriginalAmount="420.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.356409" Longitude="2.123118" StarRating="4" HotelCode="199956|932085|Bed &amp; Breakfast" HotelName="Renaissance Barcelona Fira" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Europa 50-52, L'Hospitalet de Llobregat, Barcelona 08902</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0a/47/0a478021b6ca7e4234c2eec66cb9aac2cb2de1f1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="430.16" OriginalAmount="421.73" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.389414724193" Longitude="2.1564048528671" StarRating="4" HotelCode="48051|222376|Bed &amp; Breakfast" HotelName="Best Western Premier Hotel Dante" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mallorca 181, 08036 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b8/28/b82818ad674e97f49655a7fd7ccb355279010fa1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming conference hotel is situated at the centre of the popular city centre, close to the Pa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="430.24" OriginalAmount="421.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.385035" Longitude="2.1706380000001" StarRating="3" HotelCode="149378|1546228|Bed &amp; Breakfast" HotelName="Hotel Continental Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>La Rambla 138, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/96/cd9668deccac8bed5fcb909baa661c9c50c57104.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in the heart of Barcelona, perfect for visiting the rest of the city. The establishment...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="430.44" OriginalAmount="422.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.382765803387" Longitude="2.184656560421" StarRating="2" HotelCode="21503|351805|Bed &amp; Breakfast" HotelName="Hotel Oasis Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pla de Palau 17, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/75/007509077488abcece57347aac7ff543ba79a987.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This centrally located hotel is situated about 500 m from the inviting beach, on the outskirts of th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="431.08" OriginalAmount="422.63" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38044" Longitude="2.179917" StarRating="3" HotelCode="44221|383405|Bed &amp; Breakfast" HotelName="Hesperia Barri Gòtic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ample 31, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5f/80/5f80e28395846072fa9b597151a671690d93627c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally situated close to Las Ramblas in Barcelona's historical old town. An abundan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="431.68" OriginalAmount="423.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.384585067201" Longitude="2.1378439664841" StarRating="4" HotelCode="49083|1685538|Bed &amp; Breakfast" HotelName="NH Sants Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Numancia 74, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/46/cf4652527980da89342acb902730b285b2add6e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern, centrally located hotel is situated in the shopping and business district of Les Corts....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="433.66" OriginalAmount="425.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.381081200652" Longitude="2.1727364723873" StarRating="3" HotelCode="14933|388375|Bed &amp; Breakfast" HotelName="Hotel Moderno Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Hospital 11, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/34/c034559ea7c57c4b41602faf416553fe96496750.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated at the heart of Barcelona's tourist centre. Countless entertainme...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="433.70" OriginalAmount="425.20" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.397366899436" Longitude="2.1924317106619" StarRating="4" HotelCode="900178|1020556|Bed &amp; Breakfast" HotelName="Villa Olímpic @ Suites Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Pallars 121-125, 08018 Barcelona, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/38/f3/38f3331dce9857924702adeef545938316f4ed97.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located between the streets of Pallars and Alava, in the fashionable district Barcelona 22@, the hot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="435.61" OriginalAmount="427.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.389731" Longitude="2.17993" StarRating="4" HotelCode="24883|24014|Bed &amp; Breakfast" HotelName="Catalonia Born" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rec Comtal 16-18, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/3a/ea3a94073cdde79e116a58e2bf176d69c2edbf4f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally situated directly near to the Arco del Triunfo and the Picasso Museum. There ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="436.06" OriginalAmount="427.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.397926" Longitude="2.192201" StarRating="3" HotelCode="172668|1026238|Bed &amp; Breakfast" HotelName="NH Barcelona Diagonal Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Àlaba 94-96, 08018 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/44/01448ae168c6e5469518461228f18d34fb85f877.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the groundbreaking technological 22nd district of Barcelona, very close to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="436.64" OriginalAmount="428.08" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.402690407332" Longitude="2.2121787071228" StarRating="4" HotelCode="32984|384435|Bed &amp; Breakfast" HotelName="Occidental Atenea Mar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Paseo García Faria 37-47, 08019 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/de/9fde7796696b375be09412f96489bded6f286e26.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated close to the sea, next to the entrance to the Nova Mar Bella section of the be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="437.97" OriginalAmount="429.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.385681" Longitude="2.124618" StarRating="4" HotelCode="900433|2024563|Bed &amp; Breakfast" HotelName="Catalonia Rigoletto" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sabino de Arana 22-24, 08028 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/62/f0628e363a4c95c408ad533b8b13ad5157d19697.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona's commercial and financial centre, only 50 m from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="438.53" OriginalAmount="429.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.378999322795" Longitude="2.1695892512798" StarRating="4" HotelCode="75221|275375|Bed &amp; Breakfast" HotelName="Barceló Raval" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Rambla del Raval 17-21, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/86/cd/86cdc007bb392a0ca444b6f3482b229addd7d6c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a privileged location in the Raval, Barcelona's top fashion district. It is j...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="438.97" OriginalAmount="430.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.393387065003" Longitude="2.1460522824843" StarRating="4" HotelCode="30784|1945515|Bed &amp; Breakfast" HotelName="Vincci Mae" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Diagonal 596, 08021 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/f1/abf124efd4ee5bc9ce271cf720e22abceec030cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on Avenida Diagonal at the heart of Barcelona's tourist centre. Numerous shops...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="439.25" OriginalAmount="430.64" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.372803224161" Longitude="2.1721118688583" StarRating="4" HotelCode="168270|366225|Bed &amp; Breakfast" HotelName="Grums" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Palaudaries 26, Barcelona 08004</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/b8/d6b8af0b321d625f3d4f95d379df62c720db5712.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet street within walking distance of Avenida del Parallel. Las Ramblas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="439.45" OriginalAmount="430.83" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.380945598722" Longitude="2.1531626594842" StarRating="3" HotelCode="11313|384305|Bed &amp; Breakfast" HotelName="Atenea Calabria Apartaments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Calabria 129, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/90/7490e3e29d966a1e435b8093f1775980c1c6bf8e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is centrally located close to the Gran Via. The main tourist attraction, as well a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="439.62" OriginalAmount="431.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.381063216147" Longitude="2.1455016732216" StarRating="4" HotelCode="20354|h10_itaca" HotelName="H10 Itaca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda de Roma 22, Eixample-Sants Estación, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/5b/6d5b2e5da5b93655ebc80402e02243dc0e56ba4d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the middle of Barcelona's central Eixample district, near to the trade fai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="441.92" OriginalAmount="433.25" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.40054" Longitude="2.208976" StarRating="4" HotelCode="21502|318495|Bed &amp; Breakfast" HotelName="EuroHotel Barcelona Diagonal Port" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Village,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lope de Vega 4, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/ba/c0ba4da81b88d5aa24f3e431ac6db3c6345f7715.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just across the road from the beach and the harbour is only a few minutes’ walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="445.42" OriginalAmount="436.69" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.374997" Longitude="2.172439" StarRating="3" HotelCode="55753|383335|Bed &amp; Breakfast" HotelName="SERHS Del Port Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida del Paral-lel 40, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/80/c480999bd991d51641521484dfbcb112e8f4707e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near links to the public transport network. In addition, the boulevards of Bar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="445.76" OriginalAmount="437.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.394011478755" Longitude="2.1535483294477" StarRating="3" HotelCode="10400|98308|Bed &amp; Breakfast" HotelName="Hotel Astoria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paris 203, 08036 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b7/71/b771763aaac0bca4a0ad813afd5452f982b17702.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to Passeig de Gràcia. There are numerous shops, restaurants and bars, a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="446.55" OriginalAmount="437.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.383872080952" Longitude="2.1846735190144" StarRating="4" HotelCode="208127|997025|Bed &amp; Breakfast" HotelName="Ciutadella Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Marqués de l´Argentera 4, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/27/7c27c34f7de9d699a010d6668d56d6f1623c8575.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has an ideal central setting within 300 metres of Santa María del Mar Church, Ciutadella P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="448.02" OriginalAmount="439.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39047871912" Longitude="2.1214496608782" StarRating="4" HotelCode="361525|1893905|Bed &amp; Breakfast" HotelName="Hotel Upper Diagonal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig Manuel Girona 7-21, 08034 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/af/c2af34c351938f6ab6c49798b5d2c2e95284f2a2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="448.86" OriginalAmount="440.06" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.4003" Longitude="2.19083" StarRating="4" HotelCode="943343|43653133|Bed &amp; Breakfast" HotelName="Golden Tulip Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Avila 135-139, 08018 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/54/76/5476dc82c3dc8b7c7d9daea5cbc2f5223828d4d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona, approximately 1.6 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="454.24" OriginalAmount="445.33" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.391161" Longitude="2.159197" StarRating="4" HotelCode="43741|279465|Bed &amp; Breakfast" HotelName="Hotel Balmes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer De Mallorca 216, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/d3/edd3424932d2dd2e85beb9b4bfc7701d9117ded3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near to Paseo de Gracia and La Ramblas. The surrounding area is filled with sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="456.23" OriginalAmount="447.28" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386001803768" Longitude="2.1658462285996" StarRating="3" HotelCode="27902|383945|Bed &amp; Breakfast" HotelName="Jazz Hotel" 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,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Pelai 3, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/3d/f93dd7e1c3bbed80c0ad52a7db8af4caa5af39ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is in an ideal location to explore Barcelona’s numerous attractions. It is on...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="460.83" OriginalAmount="451.79" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.385334" Longitude="2.165661" StarRating="3" HotelCode="16522|386635|Bed &amp; Breakfast" HotelName="Hotel Reding Croma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Gravina 5-7, 08001 Barcelona, Costa Brava</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/10/d010011a73f66f6e3054c5a8e958f26798991551.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the commercial and historical centre of the city. It lies in a quiet side s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="461.02" OriginalAmount="451.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.376903161239" Longitude="2.1746854484081" StarRating="3" HotelCode="33665|1063808|Bed &amp; Breakfast" HotelName="Chic &amp; Basic Ramblas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Passatge de Gutenberg 7, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/43/0c43b2c9235ad738dd54c6418da08217e8b613b2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a small pedestrian passage next to Las Ramblas. Bus and metro connections ca...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="461.27" OriginalAmount="452.23" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.391075842044" Longitude="2.1717283129692" StarRating="4" HotelCode="31340|386985|Bed &amp; Breakfast" HotelName="Roger de Lluria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Roger de Llúria 28, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/dc/bfdcd4932cbc3f4377d85b6ae5c3617243be25bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of Barcelona just 5 minutes' walk from the famous Las Ramblas, as...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="464.06" OriginalAmount="454.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.381961212141" Longitude="2.1733947156769" StarRating="3" HotelCode="98896|371455|Bed &amp; Breakfast" HotelName="Atlas Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer del Cardenal Casañas 11, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/aa/6faad2c06385a52cc37e509c3467e2365c6f0864.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="465.26" OriginalAmount="456.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.384727949703" Longitude="2.179170101881" StarRating="4" HotelCode="55110|1096258|Bed &amp; Breakfast" HotelName="Mercer Hotel Boria Bcn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Boria 24-26, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7e/ce/7ece40376340e601c713d03f5250bca73c839ae5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the heart of Barcelona, close to the most popular districts, such as El Born or t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="465.95" OriginalAmount="456.81" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.384262769837" Longitude="2.1711020496855" StarRating="4" HotelCode="16839|314805|Bed &amp; Breakfast" HotelName="Hotel Serhs Rivoli Rambla" 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,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>La Rambla 128, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/61/576129bb469208f1457c08b13e18e90fbef48317.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies within walking distance of Las Ramblas. Numerous shopping facilities, invitin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="466.24" OriginalAmount="457.10" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.388831159696" Longitude="2.1717309951782" StarRating="3" HotelCode="326427|1946454|Bed &amp; Breakfast" HotelName="BCN Urban Hotels Gran Ducat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ronda Sant Pere 15, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/59/6459a448f8f3ce24bd23c650a1f2a1b038b37c59.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the centre of Barcelona and close to Las Ramblas. The nearest shopping fac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="466.44" OriginalAmount="457.29" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.391006923732" Longitude="2.1714465423279" StarRating="4" HotelCode="60827|309485|Bed &amp; Breakfast" HotelName="ICON BCN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Roger de Llúria, 21, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/ca/6dcaa2a91d2e489bed61e58bcbfbde0944922c5d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the main commercial and business areas, directly in the centre of Barcelona...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="467.14" OriginalAmount="457.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.396271" Longitude="2.170054" StarRating="3" HotelCode="12308|364125|Bed &amp; Breakfast" HotelName="Hotel Europark" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Aragó 323-325, 08009 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/71/9c715a7ed532b003c52f41f8ccd219f4db788627.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located around 15 minutes from the Rambla de Catalunya and the Plaça de Catalunya. Ple...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="468.73" OriginalAmount="459.54" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.392620230874" Longitude="2.1616036162063" StarRating="3" HotelCode="633817|80478112|Bed &amp; Breakfast" HotelName="Ona Hotels Mosaic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hostel" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Rambla Catalunya 84, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/b0/08b051f8c25dd73a6284b8b81a410db2e4026f3b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona, about 3.5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="471.50" OriginalAmount="462.25" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.371611637773" Longitude="2.1808022260666" StarRating="5" HotelCode="26070|409225|Bed &amp; Breakfast" HotelName="Eurostars Grand Marina Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Moll de Barcelona S/N, Barcelona 08039, Catalunya</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/b9/6eb99b660fa97b25f4296035067cdcdb63f2f4c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located at the heart of Barcelona, just 10 minutes from the cultural and histor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="471.57" OriginalAmount="462.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39393761934" Longitude="2.1569154515553" StarRating="4" HotelCode="12921|746045|Bed &amp; Breakfast" HotelName="Catalonia Diagonal Centro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Balmes 142-146, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/1a/081a653c4bca137fc0c967d71050ed99c27c668f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located at the heart of Barcelona in the popular shopping and business area o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="474.06" OriginalAmount="464.76" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386942809638" Longitude="2.1673453472214" StarRating="5" HotelCode="748116|97035714|Bed &amp; Breakfast" HotelName="Exe Plaza Catalunya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Designated Smoking Area,Housekeeping,Internet,Laundry,Meeting Room,Room Service,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ronda de la Universitat 18, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/fd/79fd3a9a73b4ee6bc67dbadb5d2e5f85a1981752.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Design and function come together in the interior of the Exe Plaza Catalunya 4* creating a feeling o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="478.38" OriginalAmount="469.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39306" Longitude="2.19258" StarRating="4" HotelCode="26121|h10_marina_barcelona" HotelName="H10 Marina Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avigunda Bogatell 64-68, Villa Olímpica, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b7/25/b725feac4e793d13a10630bf9017cbdd0bed96d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has an unbeatable location nestled between the Ciutadella Park and the Olympic Marina Harb...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="480.84" OriginalAmount="471.41" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.388823230655" Longitude="2.1361199175385" StarRating="4" HotelCode="63299|55454|Bed &amp; Breakfast" HotelName="NH Collection Barcelona Constanza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Deu i Mata 69-99, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/e5/bee59518bd24d77c663a2e51066b47e191945cf1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located between Avenida Diagonal and Calle Numancia, right in the heart of the Catalon...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="481.85" OriginalAmount="472.40" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39284297" Longitude="2.16549902" StarRating="4" HotelCode="438539|2005785|Bed &amp; Breakfast" HotelName="Room Mate Anna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Aragó 271, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/0b/a90b6f30ae5497324b7d4392251aac15584f8813.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="482.15" OriginalAmount="472.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.393702" Longitude="2.199394" StarRating="4" HotelCode="34862|383865|Bed &amp; Breakfast" HotelName="Icaria Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 21/06/2026" 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,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Icaria 195, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/5e/045e7a69df40aa1031334efc7b04eaada3bf71d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing luxury hotel is just across the road from the beach (about 150 m away) 20 minutes wal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="482.23" OriginalAmount="472.77" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.381411193735" Longitude="2.1740128478505" StarRating="4" HotelCode="365860|387755|Bed &amp; Breakfast" HotelName="Petit Palace Boquería Garden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de la Boqueria 10, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/04/ac049f24d49009793d16a3339900a1358e5d8c6c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the tourist and shopping centre of Barcelona, in the gothic quarter, close ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="483.12" OriginalAmount="473.65" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.380964601573" Longitude="2.17205286026" StarRating="3" HotelCode="140911|383445|Bed &amp; Breakfast" HotelName="Hesperia Barcelona Ramblas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de l'Hospital 26, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/58/4e583ce1d1d842c476e607931699e0c73e192ef8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located only a short distance from Barcelona's most famous street, Las Ramblas, guests can easily wa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="483.65" OriginalAmount="474.17" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.3880966659" Longitude="2.1599158644676" StarRating="4" HotelCode="89478|387375|Bed &amp; Breakfast" HotelName="Cram" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer d'Aribau, 54, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/5a/fc5a7cd69e6caf1e7b2d4b5a583beaa225463365.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This designer city hotel is located in the centre of Barcelona, just 4 blocks from Gaudí’s Casa Batl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="484.87" OriginalAmount="475.36" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.379080390463" Longitude="2.1561329656761" StarRating="4" HotelCode="312510|1874885|Bed &amp; Breakfast" HotelName="TWO Hotel Barcelona by Axel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Calabria 90-92, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/fc/abfc0a64b2c709e56c8c303a2172b2a3ecad2dcc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="487.70" OriginalAmount="478.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.381261675821" Longitude="2.10927978158" StarRating="5" HotelCode="28503|24404|Bed &amp; Breakfast" HotelName="Fairmont Rey Juan Carlos I - Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Club Resort,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Diagonal 661-671, 08028 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/ba/0cba3f2ecedd5d771e0a968c1e99d34415b0d066.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This majestic, stunning city and conference hotel is located close to a park and not far from a beau...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="489.93" OriginalAmount="480.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.412002150585" Longitude="2.2195051607132" StarRating="4" HotelCode="897779|1097014|Bed &amp; Breakfast" HotelName="SB Hotel Diagonal Zero Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaça Llevant s/n, 08019 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9b/ec/9bec9880c499b6f0030e59fa3a419fd8a338b924.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Barcelona, right in front of the Barcelona International Convention Centre (...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="490.95" OriginalAmount="481.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.370394682247" Longitude="2.1715092184201" StarRating="5" HotelCode="60385|76044|Bed &amp; Breakfast" HotelName="Hotel Miramar Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Carlos Ibañez 3, 08038 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/15/4b155c00383e6555636ad7d882317d17b9eea48a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the historical centre of Barcelona. The gardens of Montjuïc y de Costa i Llobera ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="491.78" OriginalAmount="482.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.392434253738" Longitude="2.1727357619714" StarRating="3" HotelCode="32872|723595|Bed &amp; Breakfast" HotelName="Granvía" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avda. Gran Via de les Corts Catalanes 642, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/ce/81ce18a488fc511a329649fbd6003ed22f0c6a87.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historic hotel is centrally located close to the Passeig de Gràci, the Plaza Catalunya and Las ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="492.54" OriginalAmount="482.88" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.378727458934" Longitude="2.1787421104507" StarRating="4" HotelCode="89477|353855|Bed &amp; Breakfast" HotelName="Catalonia Port" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ample 1, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/d0/14d0b3f8e56b706cdff5b423e62e3841a3eb3698.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona's Gothic quarter, in one of the city's most popular ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="495.85" OriginalAmount="486.13" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.374641887697" Longitude="2.1707667410374" StarRating="4" HotelCode="7778|351795|Bed &amp; Breakfast" HotelName="TRYP Barcelona Apolo Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda del Paral-lel 57-59, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/df/d7df89c392881b06fe44394410b179ad02cd1068.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located on the Avenida Paralelo, approximately 10 minutes walk from the exhibit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="496.16" OriginalAmount="486.43" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.393574550687" Longitude="2.1740783909331" StarRating="4" HotelCode="426345|2002995|Bed &amp; Breakfast" HotelName="Casa Bonay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía de les Corts Catalanes 700, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/a3/5aa3406c594e40911a63b02c8363c5c47f3ae6fd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service, a safe, a restaurant, a café, a bar, room service and a laundry service a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="498.92" OriginalAmount="489.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.395051" Longitude="2.159382" StarRating="4" HotelCode="22683|24074|Bed &amp; Breakfast" HotelName="Gallery" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer del Rosselló 249, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/ec/31ecaf572031a01e1edf13a13056e783a9c356e8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel lies in the business district between the Rambla de Cataluña and Paseo de Gracia...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="502.85" OriginalAmount="492.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.384041708339" Longitude="2.1630647778511" StarRating="3" HotelCode="30439|231926|Bed &amp; Breakfast" HotelName="Hotel Acta Splendid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Muntaner 2, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d3/1f/d31f2dfe430e03d222faedbcfa97496f10b61143.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is in an ideal location in the centre of Barcelona. The University, the Plaza Cat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="503.53" OriginalAmount="493.66" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.37819226331" Longitude="2.1786443889141" StarRating="4" HotelCode="61647|63464|Bed &amp; Breakfast" HotelName="Hotel Medinaceli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Duc de Medinaceli 8, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/24/92/24920f349dc1645b915b9ad760ea88bb13edf7de.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Barcelona's old town, this historic hotel is situated in the Barri Gòtic near to Las Ramb...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="503.70" OriginalAmount="493.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.389893645626" Longitude="2.1356981992722" StarRating="4" HotelCode="29344|262515|Bed &amp; Breakfast" HotelName="AC Hotel Diagonal L´Illa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda Diagonal 555, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/27/b727849893ff7df8f1088edec9025b290f1a51ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the one of the most important business districts of Barcelona and is surro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="504.90" OriginalAmount="495.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386784" Longitude="2.166618" StarRating="4" HotelCode="30224|h10_universitat_hotel" HotelName="H10 Universitat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ronda Universitat 21, Barcelona Centro, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/12/b5/12b571a6a83d7e85ecc20533236ac5576b59fad5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is superbly located directly in Barlceona's tourist centre. Scores of celebrated attracti...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="505.06" OriginalAmount="495.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38895413" Longitude="2.17603113" StarRating="3" HotelCode="364822|1709598|Bed &amp; Breakfast" HotelName="Yurbban Trafalgar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Trafalgar 30, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/da/17da14e5e7578fdea24372b91611662cdc929e96.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a restaurant, a bar, a conference room and a business centre. Wireless internet acc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="505.85" OriginalAmount="495.93" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.380967" Longitude="2.175346" StarRating="2" HotelCode="409908|387965|Bed &amp; Breakfast" HotelName="California" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle De Rauric 14, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/23/0a/230a0711bf8d83ef63a5a823a967ee343c8ff85a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the famous Ramblas, in the historic centre of Barcelona, just 5 minutes on...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="508.94" OriginalAmount="498.96" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.384262071092" Longitude="2.1843776106834" StarRating="3" HotelCode="15683|409245|Bed &amp; Breakfast" HotelName="Park Hotel Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida  Marquès de l'Argentera, 11, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/1b/491b9cfddd86754e4a20ee0842a204c86e8dc09c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an unbeatable location, right in front of the Estació de França in the district of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="511.70" OriginalAmount="501.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39383729" Longitude="2.16754776" StarRating="5" HotelCode="534447|55666156|Bed &amp; Breakfast" HotelName="OD Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Eco Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Aragó 300, 08009 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/b8/60b8ba1068e69b11521f051ea341d5e1841446ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of the Eixample district, just 200 m from Paseo de Gracia, the hotel is right i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="512.10" OriginalAmount="502.06" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38414836803" Longitude="2.171146273613" StarRating="3" HotelCode="47457|924735|Bed &amp; Breakfast" HotelName="Citadines Ramblas Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ramblas 122, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/zz/77ad55806ecb8c24b1de297db1075904f613683a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This chic apartment complex is centrally located on Las Ramblas. Scores of Barcelona's most renowned...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="513.58" OriginalAmount="503.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.390847453432" Longitude="2.1416768431663" StarRating="5" HotelCode="7777|24244|Bed &amp; Breakfast" HotelName="Meliá Barcelona Sarrià" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda de Sarrià 50, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/2c/012c417d960d4b21855c7ccddd588affff63a952.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious city hotel is located directly in the centre of Barcelona. Public transport departs f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="515.58" OriginalAmount="505.47" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38610448" Longitude="2.17453872" StarRating="4" HotelCode="452038|1919345|Bed &amp; Breakfast" HotelName="Catalonia Magdalenes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Jacuzzi,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Magdalenes 13 -15, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/71/86718c1749061a94dae84adefde1b8218773e9aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="515.79" OriginalAmount="505.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.391828412053" Longitude="2.157366424799" StarRating="4" HotelCode="29363|383735|Bed &amp; Breakfast" HotelName="Hotel América Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Provença 195, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/82/d982e367229be244aad5b949b3228870e6e0163f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This top-class hotel is ideally situated close to the city centre. Countless shopping and entertainm...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="518.31" OriginalAmount="508.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.377037" Longitude="2.188779" StarRating="3" HotelCode="89479|383465|Bed &amp; Breakfast" HotelName="Hotel 54 Barceloneta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig Joan de Borbó 54, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1f/86/1f86af5fff065e29e5cd5311ebb2e4322d9eeffe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in one of Barcelona's most attractive and popular districts which was original...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="521.71" OriginalAmount="511.48" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.383497" Longitude="2.178289" StarRating="4" HotelCode="12897|24104|Bed &amp; Breakfast" HotelName="Hotel Gótico" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Jaume I 14, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/da/16/da16608b936198846a86ef7813a7c2054a8dde92.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of the old town. Countless shops, restaurants, bars, pubs and cl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="522.16" OriginalAmount="511.92" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.389300023999" Longitude="2.166201621294" StarRating="4" HotelCode="32437|35804|Bed &amp; Breakfast" HotelName="NH Collection Barcelona Gran Hotel Calderón" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rambla Catalunya 26, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/66/9466dfa69c14fb0c0b9dad80c093417899ce4ef3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Plaza de Cataluña in Barcelona's business district. There are shops, boutiqu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="522.34" OriginalAmount="512.10" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39012029158" Longitude="2.1696969619713" StarRating="4" HotelCode="283890|928945|Bed &amp; Breakfast" HotelName="Catalonia Passeig de Gracia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 644, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/50/d5/50d539cbdff85642765583050b7742e5f3ba1ffd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="523.28" OriginalAmount="513.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.385667746506" Longitude="2.1664148569107" StarRating="3" HotelCode="9958|387995|Bed &amp; Breakfast" HotelName="Lleo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Pelai 22-24, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/b1/cfb13158ef56a24af456b16709de126ee930fcba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is ideally situated in the city centre, near the Plaza Catalunya. Many of the cit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="523.78" OriginalAmount="513.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.394594833379" Longitude="2.1624170125742" StarRating="4" HotelCode="255686|1455168|Bed &amp; Breakfast" HotelName="Royal Passeig de Gracia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Gràcia 84, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/a2/3ea29d54b894377e34c4813cb75ce7963f8b5956.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="523.91" OriginalAmount="513.64" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38564762252" Longitude="2.1728709340095" StarRating="3" HotelCode="24882|389015|Bed &amp; Breakfast" HotelName="Catalonia Portal de l'Angel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Portal de l´ Ángel 17, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/d9/b7d946ccc3d0cdb7b6e004255a89565885a2f23e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the heart of Barcelona, just a few paces from the Plaza de Catalunya. There ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="529.64" OriginalAmount="519.25" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.383182" Longitude="2.160364" StarRating="4" HotelCode="213746|928925|Bed &amp; Breakfast" HotelName="Catalonia Gran Via BCN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 550, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/4a/984a55b67ec40da1072b6e33f7cfa8a47fe34fe6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="531.53" OriginalAmount="521.11" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38503896" Longitude="2.17005921" StarRating="3" HotelCode="855767|27838308|Bed &amp; Breakfast" HotelName="Hotel Casa Volver" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Las Ramblas 129, 08002 Barcelona, Catalonia</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/d2/ded23d379c230656d1ff8c49cf65033e116b3d01.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="532.10" OriginalAmount="521.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.378935925716" Longitude="2.1740202605724" StarRating="3" HotelCode="9957|366765|Bed &amp; Breakfast" HotelName="Hotel Gaudi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nou de la Rambla 12, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6b/5a/6b5a681d88deb9a8debe0453b13ac6f4829a6a50.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is centrally situated in Barcelona's historical Old Town. Countless shopping and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="536.66" OriginalAmount="526.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.387358427536" Longitude="2.1605103750776" StarRating="4" HotelCode="37196|384395|Bed &amp; Breakfast" HotelName="Axel Hotel Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Aribau 33, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f5/6b/f56bac040cb27641d677e6a2f127e31be65fb032.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel, which is particularly popular with the gay community, is located at the heart of Barcelo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="537.69" OriginalAmount="527.15" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38906257383" Longitude="2.167377769947" StarRating="4" HotelCode="10549|261995|Bed &amp; Breakfast" HotelName="Avenida Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 605, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/fc/31fcb0912990b4f5f3717ab8000c02763edd0d4d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular luxury hotel has an ideal location in the city centre and exceptionally good links to t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="540.51" OriginalAmount="529.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.392695" Longitude="2.172015" StarRating="4" HotelCode="13007|325095|Bed &amp; Breakfast" HotelName="Gran Hotel Havanna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía Corts Catalanes 647, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/4b/684b10819fd0ca3caa106abb71fd3650191eb0d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern luxury hotel is ideally situated at the heart of the city of Barcelona. Countless shoppi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="542.23" OriginalAmount="531.60" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.383023401356" Longitude="2.1700613200664" StarRating="4" HotelCode="200893|387845|Bed &amp; Breakfast" HotelName="Silken Ramblas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Pintor Fortuny 13, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/71/1671220445ba9552e3bf0eed10e642ee8ca61f41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set right by the Ramblas, the most famous street in Barcelona. It is situated in the he...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="547.22" OriginalAmount="536.49" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.385073080086" Longitude="2.1665449440479" StarRating="3" HotelCode="70796|387205|Bed &amp; Breakfast" HotelName="Ciutat Vella Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Jacuzzi,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/Tallers 66, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/d5/c6d54e1466f8ecc7a2a5ebc4426ba90f9db79ac4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona, near Las Ramblas and close to Catalunya Square, the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="549.00" OriginalAmount="538.24" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39357599089" Longitude="2.1686142683029" StarRating="4" HotelCode="318133|23954|Bed &amp; Breakfast" HotelName="Catalonia Eixample 1864" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Roger de Llúria 60, 08009 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/0e/250e9529c81287ee80851de53cb3e7f849ebef88.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located at the heart of the city close to Paseo de Gracia and the Plaza de Cata...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="550.23" OriginalAmount="539.44" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.392148" Longitude="2.158694" StarRating="4" HotelCode="285069|1063828|Bed &amp; Breakfast" HotelName="Olivia Balmes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Balmes 117, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/62/706296176f86357f94b472678b62064bb473ab94.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="553.83" OriginalAmount="542.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.389222" Longitude="2.172522" StarRating="4" HotelCode="213648|1064148|Bed &amp; Breakfast" HotelName="H10 Urquinaona Plaza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Placa Urquinaona 2, Barcelona Centro, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/cb/45/cb4547f3b3f69aaf17e2f50e2db3417f75109708.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next to the Urquinaona metro station, juste 1600 m from the the Sagrada Familia...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="556.74" OriginalAmount="545.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.391553745132" Longitude="2.1779724955559" StarRating="4" HotelCode="49084|24364|Bed &amp; Breakfast" HotelName="NH Collection Barcelona Pódium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bailén 4-6, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/ec/70eca49da8c435c4f1b570e11bb57cf7b0c5c778.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city and conference hotel is located at the heart of Barcelona between the Plaza Catal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="557.27" OriginalAmount="546.34" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.383508430172" Longitude="2.1710988395421" StarRating="4" HotelCode="36923|101762|Bed &amp; Breakfast" HotelName="Hotel 1898" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>La Rambla 109, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/1a/e01a984af53396b83ea6744c3d21d725f6a59ff4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upmarket hotel is situated on Las Ramblas in the centre of Barcelona. Links to the public trans...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="561.07" OriginalAmount="550.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.387643712142" Longitude="2.1718762110788" StarRating="3" HotelCode="915469|1264966|Bed &amp; Breakfast" HotelName="Room Mate Pau" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Fontanella 7, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/eb/adebdbf0652c1b6552bd137ecd2433cf11eb4ed4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="561.16" OriginalAmount="550.16" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.3885658" Longitude="2.1712990999999" StarRating="4" HotelCode="297074|1464008|Bed &amp; Breakfast" HotelName="Catalonia Square Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ronda Sant Pere 9, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/3d/8d3d92e0c89f0ff3567308720700616918571619.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="564.10" OriginalAmount="553.04" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386437" Longitude="2.168343" StarRating="4" HotelCode="29329|388435|Bed &amp; Breakfast" HotelName="Catalonia Plaza Catalunya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bergara 11, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/39/ae393c9a78edef7b82369b263a0b88809af15195.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies in the middle of the tourist centre. There are numerous shopping facilities...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="564.69" OriginalAmount="553.62" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.385675796099" Longitude="2.1667850017548" StarRating="4" HotelCode="60921|52824|Bed &amp; Breakfast" HotelName="Catalonia Ramblas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Pelai 28, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/28/4a28b6677566c9396180771bd5466f9396df3ef1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the historic centre of Barcelona, in the near vicinity of the Plaza Catalun...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="566.53" OriginalAmount="555.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386092" Longitude="2.168155" StarRating="4" HotelCode="16883|388895|Bed &amp; Breakfast" HotelName="Regina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Bergara 4, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/98/fe/98fe324fea81a3d30bf4ff8a6fafd3f7daf0c20c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is ideally situated at the centre of the city, close to Plaza Cataluña and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="572.44" OriginalAmount="561.22" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39305785929" Longitude="2.1545259654522" StarRating="4" HotelCode="171007|860905|Bed &amp; Breakfast" HotelName="The Mirror Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Còrsega 255, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/38/403821b759cec81be60d33c99d5e9351da944a45.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="574.78" OriginalAmount="563.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.389562" Longitude="2.1747319999999" StarRating="4" HotelCode="295435|1458688|Bed &amp; Breakfast" HotelName="Vincci Gala" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ronda Sant Pere 32, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e9/71/e971893bc83b23d1548baf5c1a40283eda5b24ce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located opposite the Urquinaona metro station, 2 minutes' walk from Plaça Catalunya Squ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="576.16" OriginalAmount="564.86" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.372680443464" Longitude="2.1550074219704" StarRating="4" HotelCode="12520|368675|Bed &amp; Breakfast" HotelName="Crowne Plaza Barcelona - Fira Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Rius i Taulet 1-3, 08004 Barcelona, Costa Brava</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7f/15/7f151de19b751e05a615f2bb3c99cf1c7c20856d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is located in the centre of Barcelona on the famous Plaza España, near the well-k...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="577.53" OriginalAmount="566.21" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.4062176" Longitude="2.200961" StarRating="5" HotelCode="284768|992575|Bed &amp; Breakfast" HotelName="The Level at Meliá Barcelona Sky" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Lope de Vega 141-147, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e2/87/e2870ac58d8a7a92d3882304252d838cf0e2248f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona, about 800 m from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="577.85" OriginalAmount="566.52" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.384767192025" Longitude="2.1744199097156" StarRating="4" HotelCode="145736|353825|Bed &amp; Breakfast" HotelName="Catalonia Catedral" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer dels Arcs 10, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/24/6e246b297047d840d748cc016e591bc45739eb73.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Barcelona, in the heart of Barcelona's Gothic Quarter, near th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="577.94" OriginalAmount="566.61" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.384383823708" Longitude="2.1705508232117" StarRating="4" HotelCode="25133|387805|Bed &amp; Breakfast" HotelName="Royal Hotels Ramblas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Las Ramblas 117, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/83/f483f7d57b492b172a17c742dcd220c053946149.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is conveniently situated at the end of the famous Ramblas, not far from Plaça Catalu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="585.00" OriginalAmount="573.53" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.403883" Longitude="2.190157" StarRating="4" HotelCode="35603|35824|Bed &amp; Breakfast" HotelName="The Gates Diagonal Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Diagonal 205, 08018 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/45/61453e97c02de151d62ca89bf57185d9e14e0ccb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive hotel is located next to Plaza de las Glorias. The Auditori concert hall, the Catalun...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="593.91" OriginalAmount="582.26" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.3889" Longitude="2.16719" StarRating="3" HotelCode="978205|63393145|Bed &amp; Breakfast" HotelName="Ona Hotels Terra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Carrer De La Creu Coberta 20-22, 08014 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/30/de30616cca6e47019fad7107c40aecab601acbba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="596.44" OriginalAmount="584.75" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.383347" Longitude="2.162847" StarRating="4" HotelCode="57586|231986|Bed &amp; Breakfast" HotelName="Advance" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sepulveda 180, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/78/3b78af404985c2b4af201a4e9817afe781136629.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the commercial, business and historic centre of Barcelona and is the ideal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="599.25" OriginalAmount="587.50" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39443855" Longitude="2.15645759" StarRating="5" HotelCode="436312|1941815|Bed &amp; Breakfast" HotelName="Ohla Eixample" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Còrsega 289, Eixample, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/7e/ce7ee8d05c4f811430bc5ebb0c80038e1e416d2f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="600.58" OriginalAmount="588.80" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.3877641" Longitude="2.167727" StarRating="4" HotelCode="935504|9579263|Bed &amp; Breakfast" HotelName="H10 Metropolitan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Rambla Catalunya 7, Barcelona Centro, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a5/ee/a5eeb0e1a085a7f6fb75ee2be05df8aa65e587fc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Barcelona, this hotel is approximately 3 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="600.77" OriginalAmount="588.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.404780708076" Longitude="2.1727851033211" StarRating="4" HotelCode="144359|287905|Bed &amp; Breakfast" HotelName="Ayre Hotel Rosellón" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer del Rosselló 390, 08025 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/26/432682c96355b22a048c4417052eab6c27b1ce6f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near Gaudi's Sagrada Família, in the heart of Barcelona's Eixample. Guests will...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="603.84" OriginalAmount="592.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.388024" Longitude="2.1731556" StarRating="4" HotelCode="320136|h10_cubik" HotelName="H10 Cubik" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Laietana 69, Barcelona Centro, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b4/d5/b4d5886ae34b728894416f53a2e8b4dec75fd39d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Barcelona, this hotel is approximately 2.2 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="606.90" OriginalAmount="595.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.379691719976" Longitude="2.142498986168" StarRating="4" HotelCode="26714|2639295|Bed &amp; Breakfast" HotelName="Nobu Hotel Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Roma 2-4, 08014 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/610622253a874081/7a/7aa3a6399f01a8c5/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is situated next to the exhibition centre, close to the main train station. Variou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="608.44" OriginalAmount="596.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386130777098" Longitude="2.1227770674591" StarRating="5" HotelCode="16214|1354555|Bed &amp; Breakfast" HotelName="Hotel Sofia Barcelona - in The Unbound Collection by Hyatt" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaça de Pius XII 4, 08028 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/d1/cdd1170bb8064fb2310fd038a80df14c59030a27.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located on the Avenida Diagonal, not far from the renowned Camp Nou Stadium. It...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="612.73" OriginalAmount="600.72" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.396162" Longitude="2.160916" StarRating="5" HotelCode="75452|388725|Bed &amp; Breakfast" HotelName="Sir Victor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer del Rossello 265, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e7/fd/e7fd91f5fede398a9b56e992b3dc65374c69be00.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at a privileged address on the Passeig de Gràcia, Barcelona's most stylish and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="612.84" OriginalAmount="600.82" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.400362771641" Longitude="2.2058518671666" StarRating="2" HotelCode="267004|1229128|Bed &amp; Breakfast" HotelName="Amistat Beach Hostel Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostels" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Amistat 21-23, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/07/2f0730f22bbc3bda02fe9fe62c9615024d140667.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="618.80" OriginalAmount="606.67" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.393162492023" Longitude="2.1614474058151" StarRating="4" HotelCode="7775|23874|Bed &amp; Breakfast" HotelName="Alexandra Barcelona Hotel, Curio Collection by Hilton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 22/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Mallorca 251, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/c9/d2c91b2e302abca4d3ed024793edee661867116d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right in the centre of Barcelona between Passeig de Gràcia and Rambla de Catalu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="626.25" OriginalAmount="613.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.425712195699" Longitude="2.1208360791206" StarRating="5" HotelCode="26035|958705|Bed &amp; Breakfast" HotelName="Gran Hotel La Florida" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ctra. Vallvidrera al Tibidabo, 83-93, 08035 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/76/e9/76e9165f09b736b354acc7d17b4823b780768d18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The luxury hotel lies about 7 km outside of the centre with its array of shops, restaurants and bars...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="643.18" OriginalAmount="630.57" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.385017" Longitude="2.175786" StarRating="4" HotelCode="47606|351765|Bed &amp; Breakfast" HotelName="Hotel Colón Barcelona" 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,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Catedral 7, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/ef/26ef1c4cb64411ec719ff0fdfbbd806d4fcef1fd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This leading hotel enjoys a superb location directly in the Barrio Gotico opposite the cathedral. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="654.53" OriginalAmount="641.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.384988558529" Longitude="2.177631855011" StarRating="5" HotelCode="55117|5111828|Bed &amp; Breakfast" HotelName="Grand Hotel Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Laietana 30, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/40/88400a35e5c37493c166f83175a35e1c6679ee4c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated on a main road in the attractive tourist Gothic quarter at the heart of Barce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="655.26" OriginalAmount="642.41" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386754492654" Longitude="2.1841171557503" StarRating="4" HotelCode="113147|1026128|Bed &amp; Breakfast" HotelName="K+K Hotel Picasso El Born" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Picasso 26-30, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/eb/eb0ba2e926821356/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Barcelona, this boutique hotel is about 1.6 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="660.69" OriginalAmount="647.74" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38890514" Longitude="2.17614493" StarRating="4" HotelCode="592531|13669138|Bed &amp; Breakfast" HotelName="Yurbban Passage Hotel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Trafalgar 26, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/83/f583c26bab2776609ce1b3e96f9a8093e8e0bc28.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="663.69" OriginalAmount="650.68" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386186943198" Longitude="2.171157002449" StarRating="4" HotelCode="55484|299235|Bed &amp; Breakfast" HotelName="Olivia Plaza Hotel" 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,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaça Catalunya 19, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/b1/60b189d382d647c53eed9eba386249f07e413fe0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel enjoys a central location, only 20 m from Las Ramblas and the Liceu opera house. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="694.49" OriginalAmount="680.87" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.391786590177" Longitude="2.1657532423246" StarRating="3" HotelCode="336536|1764018|Bed &amp; Breakfast" HotelName="Hotel Margot House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de Gracia 46, Principal, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/aa/eeaa98064a2d8c2e695599c7b6324586271345f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="695.70" OriginalAmount="682.06" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386185" Longitude="2.168453" StarRating="4" HotelCode="27479|388875|Bed &amp; Breakfast" HotelName="Pulitzer Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Bergara 8, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/11/96/11963331a8148429584354521d9e99c80d74dd49.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant city hotel is ideally located at the heart of Barcelona, near to the Plaza Catalunya an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="702.99" OriginalAmount="689.21" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.383782" Longitude="2.170966" StarRating="5" HotelCode="302587|24224|Bed &amp; Breakfast" HotelName="Le Meridien Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>La Rambla 111, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d4/2e/d42e50d3b20cb1f46073f013e7ac0995cb2c62d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive luxury hotel is ideally situated at the heart of the city of Barcelona's artistic an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="703.94" OriginalAmount="690.14" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.393772175564" Longitude="2.1621863543987" StarRating="4" HotelCode="47698|353365|Bed &amp; Breakfast" HotelName="Condes de Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Gràcia 73-75, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/b7/a5b72dda30c76e8b523347ff0f20a1ab4d3b1848.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel occupies a prime location in Paseo de Gracia, in the heart of Modernist Barcelona and faci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="705.13" OriginalAmount="691.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.375340304561" Longitude="2.1483421325684" StarRating="4" HotelCode="46999|23944|Bed &amp; Breakfast" HotelName="Catalonia Barcelona Plaza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Espana 6-8, 08014 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/c6/28c6a2eeac093e4157479f67d358f436d83de647.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is situated in the Ensanche district; just a few minutes walk from the exhibition ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="709.33" OriginalAmount="695.42" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38467" Longitude="2.172954" StarRating="3" HotelCode="26036|1217084|Bed &amp; Breakfast" HotelName="Barcelona Centro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Duc 15, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/fc/b3fcba7a4a60225cd4a8e15edb706e249c11a7d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel can be found in the centre of Barcelona, near the University, the Plaza Cataluña, the cat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="710.93" OriginalAmount="696.99" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.392629265757" Longitude="2.1674756705761" StarRating="5" HotelCode="166947|23834|Bed &amp; Breakfast" HotelName="Renaissance Barcelona" 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,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pau Claris 122, 08009 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/47/b14793d9450cc3783dd17aa0ba81032655a256c1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern designer hotel is centrally located near to Plaça de Catalunya. It is 15 minutes on foot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="760.56" OriginalAmount="745.65" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.383287035722" Longitude="2.1738955378532" StarRating="3" HotelCode="30395|383175|Bed &amp; Breakfast" HotelName="H10 Racó del Pi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer del Pi 7, Barrio Gótico, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b9/71/b971eb0a60c01f72496f31d5aefa3de868cfe093.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located at the heart of Barcelona's tourist centre close to the city centre and t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="765.07" OriginalAmount="750.07" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.393455" Longitude="2.163887" StarRating="5" HotelCode="14339|24234|Bed &amp; Breakfast" HotelName="Majestic Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig De Gracia 68, L'Eixample, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/1c/601c9e598774d93c26a0c9a94a191092f8bf0fcb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in close proximity to one of the city's main streets, the Paseo de Gracia, in the sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="765.39" OriginalAmount="750.38" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.382752466645" Longitude="2.1714753278537" StarRating="5" HotelCode="167326|860765|Bed &amp; Breakfast" HotelName="Hotel Bagués" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>La Rambla 105, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/aa/afaaac496fbdac7eba52447d9b34cb95aded0754.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the Gothic Quarter, the hotel is a 5-minute walk from Barcelona Cathedral. Just 300 m aw...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="775.17" OriginalAmount="759.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386211669563" Longitude="2.1676255095695" StarRating="1" HotelCode="935468|7520443|Bed &amp; Breakfast" HotelName="Hostel St Christophers Inn Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Bergara 3, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/2e/592e3ac3b7ef98d49f3bca889d5ec59d70b63fdd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unpretentious hotel is located in Plaza Catalunya. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="781.29" OriginalAmount="765.97" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.394099" Longitude="2.159655" StarRating="4" HotelCode="408692|388475|Bed &amp; Breakfast" HotelName="Murmuri" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rambla de Catalunya 104, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/a8/01a882cf3aa89235e23fd2c6f5d96a42bdc9944f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the very heart of Barcelona, in the district of Eixample, beside the Passei...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="793.50" OriginalAmount="777.94" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.394352677515" Longitude="2.1652212738991" StarRating="5" HotelCode="47518|24054|Bed &amp; Breakfast" HotelName="Claris Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pau Claris 150, 08009 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/e8/53e8f60f5bcec1c8e128bd5d8ea2de6801ae5eab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious design hotel is located directly in the centre of Barcelona, near the Passeig de Grac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="799.99" OriginalAmount="784.30" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.405341327721" Longitude="2.1959365056032" StarRating="3" HotelCode="32436|746055|Bed &amp; Breakfast" HotelName="Four Points by Sheraton Barcelona Diagonal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Diagonal 161-163, 08018 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/08/bb08d10456710d881675be1f9f0fbd0b3905be6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in an exclusive district of Barcelona, known as the Front Maritim. Shopping v...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="805.33" OriginalAmount="789.54" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.398053652247" Longitude="2.1581218275931" StarRating="5" HotelCode="34881|388275|Bed &amp; Breakfast" HotelName="Casa Fuster" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Gracia 132, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a7/95/a79552131c90fd07efd77cf1cef0d0085cf6e969.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern luxury hotel is situated in a central and attractive quarter of Barcelona. Scores of sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="806.35" OriginalAmount="790.54" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.398020294026" Longitude="2.1581852110278" StarRating="4" HotelCode="167328|860825|Bed &amp; Breakfast" HotelName="Suites Center Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Kitchen,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Gràcia 128, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/6a/936a35c70e29355f1c05a462e964b439c2fc3475.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Eixample, in the centre of Barcelona, only 20 m from the modernist Casa Fus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="845.60" OriginalAmount="829.02" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38579653987" Longitude="2.1945834159851" StarRating="5" HotelCode="38258|388805|Bed &amp; Breakfast" HotelName="Pullman Barcelona Skipper" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Av. del Litoral 10, Port Olimpic, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/c3/0bc37d05c87d49ddbf430154daa66209ccb37b97.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies in the tourist district, only approximately 100 m away from the beach. Countles...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="845.91" OriginalAmount="829.32" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.387035" Longitude="2.174354" StarRating="5" HotelCode="904646|2425392|Bed &amp; Breakfast" HotelName="Ohla Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Laietana 49, Ciutat Vella, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/42/0c42ebad92038ca94660ef530007f673662412e0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally situated just 5 minutes' walk from Plaza Catalunya, this hotel is located in the charming Go...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="897.15" OriginalAmount="879.56" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.393867" Longitude="2.162225" StarRating="5" HotelCode="440529|1602668|Bed &amp; Breakfast" HotelName="Monument Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Gràcia 75, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/dd/fa/ddfae2605955b48213a2d06ed8fdd9ebb4342523.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1060.42" OriginalAmount="1039.63" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.386776" Longitude="2.196315" StarRating="5" HotelCode="10359|23894|Bed &amp; Breakfast" HotelName="Arts Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Marina 19-21, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/77/0e776467fdfb84614d7a81712a4d173712baec42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This spectacular, luxurious city hotel is located on the wonderful promenade and enjoys unique panor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1141.29" OriginalAmount="1118.91" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.396190257035" Longitude="2.1634951222852" StarRating="5" HotelCode="526452|4285540|Bed &amp; Breakfast" HotelName="The One Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Babysitting,Banquet Hall,Bar,Boutique,Business Centre,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Housekeeping,Internet,Laundry,Lounge,Massage Centre,Meeting Room,Parking,Pets allowed,Printer,Restaurant,Room Service,Sauna,Spa,Telephone Service,Valet Parking,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Provença 277, Barcelona Centro, 08037 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/09/1e/091e17e5d4745d921fc1e71d760013edfb795639.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;With an exceptional location in the city's most exclusive district, The complex is a new hotel with ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1271.92" OriginalAmount="1246.98" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.382751494264" Longitude="2.1789403374692" StarRating="5" HotelCode="207362|1081858|Bed &amp; Breakfast" HotelName="Mercer Hotel Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle dels Lledó 7, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/2f/e22ff6e1de484d7eb68124983a06e3698ddb69a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers easy access to Barcelona's popular hot spots.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1276.61" OriginalAmount="1251.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.383194993763" Longitude="2.1753362392521" StarRating="5" HotelCode="29335|723805|Bed &amp; Breakfast" HotelName="Hotel Neri" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Sant Sever 5, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/6a/1f6a21e0675e4ca2ec5de92b4280b0e72c3ecac1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Barcelona's central Gothic Quarter, the city's oldest quarter. In the narr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1299.48" OriginalAmount="1274.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.39050356" Longitude="2.16935903" StarRating="5" HotelCode="591524|almanac_barcelona" HotelName="Almanac Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 619-621, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/8f/ec8f4524cb6e352b5a6999d2f5ee1ecbce7a3a04.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A lobby and a reception are available to travellers. Amenities include a safe. Wireless internet acc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1480.73" OriginalAmount="1451.70" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.391366440759" Longitude="2.1714704638914" StarRating="5" HotelCode="16766|363815|Bed &amp; Breakfast" HotelName="El Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 668, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/73/bb/73bb73d3cac104ba754f4d79c39adf598990ee67.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This first class hotel is located directly in the city's tourist centre. Las Ramblas and other emine...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1512.02" OriginalAmount="1482.37" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.410583933148" Longitude="2.136482053378" StarRating="5" HotelCode="97667|383505|Bed &amp; Breakfast" HotelName="Abac" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Eco Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 20/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Garden,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Del Tibidabo 1, 08022 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/06/520671a04967593f73430df129be6e19f86c0f55.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Sarria-Sant Gervasi, in the upper zone of Barcelona, with views of Placa Ke...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2738.10" OriginalAmount="2684.41" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.391171422942" Longitude="2.166642844677" StarRating="5" HotelCode="103387|137654|Bed &amp; Breakfast" HotelName="Mandarin Oriental Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Gràcia 38-40, Barcelona 08007</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/d2/03d209692cd8c1be069f5c688ebab60d9ecb53af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="4076.51" OriginalAmount="3996.58" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.374737492754" Longitude="2.1609431505203" StarRating="4" HotelCode="30127|325045|Bed &amp; Breakfast" HotelName="Hotel Concordia Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda Paral·lel 115, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/70/dd7092cfe226cc7303819c1c04a176bfc23cbbe7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing, hotel is located directly near to the Plaza de España, close to the Congress Palace ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5685.90" OriginalAmount="5574.41" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.382077674776" Longitude="2.1840308306885" StarRating="3" HotelCode="30178|24094|Bed &amp; Breakfast" HotelName="Hotel Del Mar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pla de Palau 19, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/c0/38c013d4f2ca2ad1d326dc58cd8c5bcb85ca4f11.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the gothic district, in the heart of Barcelona. Numerous tourist attraction...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5691.10" OriginalAmount="5579.51" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.38227166243" Longitude="2.1806209914016" StarRating="4" HotelCode="140660|386925|Bed &amp; Breakfast" HotelName="Hotel Colonial Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vía Laietana 3, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/82/87/8287e3fc2f206d2d989e367a99fb33f8592574f1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Gothic quarter, next to Ramblas, Plaza Cataluña and Paseo Maritimo. Barc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10959.07" OriginalAmount="10744.19" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.383153149718" Longitude="2.1778130932541" StarRating="4" HotelCode="12918|275505|Bed &amp; Breakfast" HotelName="Gran Hotel Barcino" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Jaume I 6, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f3/ec/f3ec5f16cb5db91a253c6b0a891cc974de3923be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular luxury hotel is located in Barcelona's gothic quarter in the heart of the city. Numerou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="10982.04" OriginalAmount="10766.71" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="41.375546607819" Longitude="2.1731445193291" StarRating="3" HotelCode="161337|231906|Bed &amp; Breakfast" HotelName="Hotel Acta Mimic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Arc del Teatre 58, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/37/6a/376a284fc163e56bdca99eaf703a0ecfae62a526.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This design hotel is located in Barcelona's Ciutat Vella (old city) district, next to the ancient Te...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access,Conference Hall,Currency Exchange,Lounge,Massage Centre,Nightclub,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Bicycle Rental,Golf,Diet Meals,Jacuzzi,Heated Pool,Garden,Kitchen,24 Hour Power Supply,24 Hour Security,Airport Transfer (on Demand),ATM/Cash Machine,Babysitting,Banquet Hall,Boutique,Business Centre,Housekeeping,Meeting Room,Parking,Pets allowed,Printer,Valet Parking,Wake-up Call Service,Concierge,Dry Cleaning,Elevator,24 Hour Front Desk,Beauty Salon,Luggage Storage,Vending Machine,Library</BasicAmenities>
    <HotelRating>2,5,4,3,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,BUSINESS HOTEL,SPA HOTEL,HISTORIC HOTEL,CONFERENCE HOTEL,HOTEL DE CHARME,FAMILY-FRIENDLY HOTEL,HOTEL,AIRPORT HOTEL,APARTMENT HOTEL,BEACH HOTEL,VILLAGE,HOSTEL,CLUB RESORT,VACATION CONDO OR APARTMENT,GUESTHOUSE,APARTMENT,GUEST HOUSES,ECO HOTEL,HOSTELS,FINCA,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
478ba076-e536-4c51-959d-6842cf83684a|PriceRequest|PriceRequest|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" EchoToken="Price" TimeStamp="0001-01-01T00:00:00" TraceId="478ba076-e536-4c51-959d-6842cf83684a">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="24075" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-26T00:00:00" End="2026-06-28T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="208127|997025|Bed &amp; Breakfast" SourceId="16" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="ae" ClientCountry="United Arab Emirates" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
|Exception|Column 'Veturis' does not belong to table Table1.|System.ArgumentException: Column 'Veturis' does not belong to table Table1.
   at System.Data.DataRow.GetDataColumn(String columnName)
   at System.Data.DataRow.get_Item(String columnName)
   at HotelBookingEngine.HotelCity.Load(Int32 pCityId, Int32 DestinationId, Int32 HotelId, String landmark) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelCity.cs:line 897|LoadCity|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
478ba076-e536-4c51-959d-6842cf83684a|RateHawkPrice|successfull supplier interation||RateHawk|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
478ba076-e536-4c51-959d-6842cf83684a|DOTWPrice|successfull supplier interation||DOTW|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
478ba076-e536-4c51-959d-6842cf83684a|PriceResponse|PriceResponse|<?xml version="1.0" encoding="utf-16"?><HotelRoomRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Version="0" EchoToken="Price" TransactionIdentifier="478ba076-e536-4c51-959d-6842cf83684a" TimeStamp="0001-01-01T00:00:00" HotelName="Ciutadella Barcelona" HotelCode="208127|hotel_ciutadella_barcelona" StarRating="4" GTCityId="24075" CountryCode="ES" CityName="Barcelona" CountryName="SPAIN" Address="Avenida Marqués de l´Argentera 4, 08003 Barcelona" PostCode="08003" PhoneNo="+34933191944" FaxNo="+34932956645" Email="reserve@gargallohotels.es,ciutadella@gargallohotels.es" CheckInTime="15:00" CheckOutTime="12:00" Latitude="41.383872080952" Longitude="2.1846735190144" SourceId="63" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Double room (full double bed) (bed type is subject to availability)" RoomTypeCode="h-7816fffa-8259-503b-980d-13a71b3e2dab|63|Mzg2LjAwfEdCUHwyMDI2LTA2LTEy" OriginalAmount="386" TotalPrice="393.72" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>EUR 36.96-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 35.09-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Soundproof rooms|Room service|Family room|Cable TV|TV|Hairdryer|Shower/Bathtub|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-07T00:00:00" End="2026-06-26T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="393.72" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: ROOM, DOUBLE BED" RoomTypeCode="0|0|1175930825|1781257412013903B2129B4||yes|997025|16|Mzk2LjIzfEdCUHwyMDI2LTA2LTEy" OriginalAmount="396" TotalPrice="404.15" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards, debit cards, and cash&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Some water is reused through a grey water recycling system&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a fire extinguisher&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools. This property is located in the city&amp;#039;s Low Emission Zone; only low-emission vehicles are permitted to enter. Guests with non-Spanish license plates must register their vehicle with the city in advance.,Mandatory fees: &amp;lt;p&amp;gt;You&amp;#039;ll be asked to pay the following charges at the property. Fees may include applicable taxes:&amp;lt;/p&amp;gt; &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;A tax is imposed by the city and collected at the property. Exemptions or reductions might apply. For more details, please contact the property using the information on the reservation confirmation received after booking. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;A tax is imposed by the city: EUR 9.24 per person, per night, up to 7 nights. This tax does not apply to children under 17 years of age. &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;We have included all charges provided to us by the property. &amp;lt;/p&amp;gt;,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for buffet breakfast: approximately EUR 16 for adults and EUR 16 for children&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Nearby parking fee: EUR 25 per day (656 ft away)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Early check-in is available for a fee (subject to availability)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Late check-out is available for a fee (subject to availability)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Crib (infant bed) fee: EUR 15.0 per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Cash transactions at this property cannot exceed EUR 1000, due to national regulations. For further details, please contact the property using information in the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;In accordance with national/local laws, air conditioning may be restricted to certain hours from 15 October to 15 May. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Contactless check-out is available.&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Additional fees for 2 people:,Name: mandatory_tax, Cost: 42.82 USD,Tax Recovery Charges and Service Fees for 2 people: 43.02 USD (This amount is included within the total price). NON-REFUNDABLE RATE Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Double Bed|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-12T00:00:00" End="2026-06-22T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="404.15" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: STANDARD, DOUBLE OR TWIN BED" RoomTypeCode="0|0|1175930795|1781257411091511B2103B0||yes|997025|16|Mzk3LjcyfEdCUHwyMDI2LTA2LTEy" OriginalAmount="398" TotalPrice="405.67" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Double Bed|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-12T00:00:00" End="2026-06-22T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="405.67" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard" RoomTypeCode="0|0|1111967855|1781257412009621B2081B0||yes|997025|16|NDA1Ljk1fEdCUHwyMDI2LTA2LTEy" OriginalAmount="406" TotalPrice="414.07" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Double Bed|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-12T00:00:00" End="2026-06-22T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="414.07" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: ROOM, TWIN BEDS" RoomTypeCode="0|0|1176949205|1781257412009621B2081B4||yes|997025|16|NDA1Ljk1fEdCUHwyMDI2LTA2LTEy" OriginalAmount="406" TotalPrice="414.07" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Double Bed|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-12T00:00:00" End="2026-06-22T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="414.07" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: ROOM, DOUBLE OR TWIN BED" RoomTypeCode="0|0|1175930785|1781257412024100B2153B0||yes|997025|16|NDA2LjU4fEdCUHwyMDI2LTA2LTEy" OriginalAmount="407" TotalPrice="414.71" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Double Bed|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-12T00:00:00" End="2026-06-22T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="414.71" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: STANDARD, DOUBLE BED" RoomTypeCode="0|0|1175933415|1781257414048876B2057B1||yes|997025|16|NDA2Ljk1fEdCUHwyMDI2LTA2LTEy" OriginalAmount="407" TotalPrice="415.09" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Double Bed|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-12T00:00:00" End="2026-06-22T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="415.09" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Room" RoomTypeCode="0|0|20434235|1781257414048876B2057B5||yes|997025|16|NDA2Ljk1fEdCUHwyMDI2LTA2LTEy" OriginalAmount="407" TotalPrice="415.09" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Double Bed|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-12T00:00:00" End="2026-06-22T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="415.09" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Double room (twin beds) (bed type is subject to availability)" RoomTypeCode="h-e6f3ce23-d7b1-5efd-9d09-df4f4515d9c1|63|NDE1LjAwfEdCUHwyMDI2LTA2LTEy" OriginalAmount="415" TotalPrice="423.30" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>EUR 36.96-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 37.73-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Soundproof rooms|Room service|Family room|Cable TV|TV|Hairdryer|Shower/Bathtub|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-07T00:00:00" End="2026-06-26T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="423.30" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Double room (full double bed)" RoomTypeCode="h-ec156d46-dcd8-551e-8442-608c799f650d|63|NDE3LjAwfEdCUHwyMDI2LTA2LTEy" OriginalAmount="417" TotalPrice="425.34" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>EUR 36.96-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 37.91-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Soundproof rooms|Room service|Family room|Cable TV|TV|Hairdryer|Shower/Bathtub|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-07T00:00:00" End="2026-06-26T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="425.34" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: ROOM, 2 BEDS" RoomTypeCode="0|0|1517484855|1781257412042407B2036B12||yes|997025|16|NDI1Ljg3fEdCUHwyMDI2LTA2LTEy" OriginalAmount="426" TotalPrice="434.39" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Double Bed|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-12T00:00:00" End="2026-06-22T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="434.39" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: room assigned on arrival" RoomTypeCode="0|0|1132101095|1781257412014619B2095B4||yes|997025|16|NDI3LjQxfEdCUHwyMDI2LTA2LTEy" OriginalAmount="427" TotalPrice="435.96" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>City Tax (Property Collect): EUR 8.40 per guest per nightEffective period: 01 Apr 2026 – 31 Mar 2027 Excluded: City Tax 38.68 USD NON-REFUNDABLE RATE Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Double Bed|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-12T00:00:00" End="2026-06-22T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="435.96" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Double room (twin beds)" RoomTypeCode="h-36e226b2-554c-55cf-bfcc-621e299821ba|63|NDMzLjAwfEdCUHwyMDI2LTA2LTEy" OriginalAmount="433" TotalPrice="441.66" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>EUR 36.96-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 39.36-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Soundproof rooms|Room service|Family room|Cable TV|TV|Hairdryer|Shower/Bathtub|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-07T00:00:00" End="2026-06-26T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="441.66" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Superior Double room (full double bed) (bed type is subject to availability)" RoomTypeCode="h-ad5a998f-1a08-56c2-81b7-e8123de1994b|63|NDA3Mi4wMHxHQlB8MjAyNi0wNi0xMg==" OriginalAmount="4072" TotalPrice="4153.44" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>EUR 36.96-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 370.18-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Soundproof rooms|Room service|Family room|Cable TV|TV|Hairdryer|Shower/Bathtub|Wardrobe/Closet|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-07T00:00:00" End="2026-06-26T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4153.44" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUPERIOR, DOUBLE OR TWIN BED" RoomTypeCode="0|0|1175930805|1781257412008429B2101B5||yes|997025|16|NDEwMS4xNHxHQlB8MjAyNi0wNi0xMg==" OriginalAmount="4101" TotalPrice="4183.16" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NOTE: THE HOTEL DON&amp;#039;T ACCEPT PAY WITH AMERICAN EXPRESS CARD. NOTA: EL HOTEL NO ACEPTA PAGOS CON LA TARJETA AMERICAN EXPRESS. City Tax payable directly at the hotel 9.24 Euros per person per night (VAT included). These charges apply only to guests aged 16 or over at the time of check-in, with a maximum charge of 7 nights per person. If you book 8 or more nights, a 100% non-refundable cancellation policy will apply. No pets allowed Check-in from 3:00 PM
Check-out before 12:00 PM If you reserve 5 or more rooms, a different cancellation policy will apply: Cancellation will be free of charge up to 20 days before the arrival date. Between 20 and 10 days before arrival, a penalty of one night per room will be charged. From 10 days before arrival, 100% of the reservation will be charged in case of cancellation. 

 

Please note that 20 days prior to arrival, the first night will be charged for each room. The total amount of the reservation must be paid at least 10 days prior to arrival. In case of cancellation between 20 and 10 days prior to arrival, the corresponding amount will be refunded as indicated. Cancelaciones hasta una hora despues de la confirmacion sin gastos. CANCELLATIONS MADE UP TO ONE HOUR AFTER CONFIRMATION, CAN BE MADE FREE OF CHARGE. From the date of: 31/10/2012 City Tax direct payment at the hotel 6,27 Euros per person and night. (VAT included).
From 1 April 2026, the rate will be 9.24 Euros per person per night (VAT included).
These taxes apply only to people over 16 years of age at the time of check-in and with a maximum charge of 7 nights per person.From the date of: 02/05/2023 City Tax payable directly at the hotel. NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Double Bed|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-12T00:00:00" End="2026-06-22T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4183.16" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Superior" RoomTypeCode="0|0|1111973565|1781257412024100B2153B4||yes|997025|16|NDI4NS4zMnxHQlB8MjAyNi0wNi0xMg==" OriginalAmount="4285" TotalPrice="4371.03" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Internet access|Air conditioning (centrally regulated)|Central Heating|Safe|Balcony/Terrace|TV|Double Bed|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-12T00:00:00" End="2026-06-22T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4371.03" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/content/7c/27/7c27c34f7de9d699a010d6668d56d6f1623c8575.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/99/51/9951b31e76a489dc7dbfcbd6fde7e2160b26a829.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/f1/b9/f1b92ea769d9d521c059cf471771cc2f0431c6f2.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/f6/0c/f60cfee1287a5d440d5f87d59cd2fe8d77f2c0b8.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/d2/d2/d2d2ab9dd32532bb1281bd514d634cec5d6eec63.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/74/2b/742b811a5b57727172808370b9c4f6a4137e86ff.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/0c/a5/0ca53154195197769be51a2fa6fbd02186b12c6f.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/ed/e7/ede783bb5ae0e2887475077ae30fa4e82738ed56.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/7e/89/7e8989a51a1eab7bef94db7bbe0053cd24f9bb07.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/50/4b/504b81685415bc085b1f9fccb7f093789ca4f938.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/35/f5/35f55bafa5993f93a27b9279b229f3b85b753443.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/3f/60/3f6025a7be7b6166a449bc74783a473892cfb669.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/c5/82/c582ecad2e57365eb04847f6fb2a7a56feeece99.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/8a/e2/8ae21c0651041a11d82557a16a0d033bf148f315.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/6a/6a/6a6af082d1c97f60160928b0869261f196a1be39.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/1c/c4/1cc42b68f37e2230e1ee2cd82349addd49294cc4.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/fd/98/fd98652b8c83b211501230e4a4f61d7e919d46a3.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/e8/71/e87147124e9f1b9a258ccacca2c628fd009b9a84.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/9e/3f/9e3f936f4bbadfed60c6d1af2a2cb1a49f456603.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/c3/4b/c34b90e1da092c675714c01aeaad6c9f2f2b21e3.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/55/36/5536d97d6a6bb6d1fbc46698cef89a82a43e16d9.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/bf/0b/bf0b09d4d27cf07651676ae373a2f74fb0d84a75.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/41/bc/41bc70212f492e87e6023732703526065cf35ea0.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/5a/a4/5aa4009bf72df19420fcaf40bf12485d7a79122a.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/cb/e3/cbe3d80c3007fb3b14891431fcd06251e06a55c2.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/86/c9/86c9fff337e65c59e2b8e0ccee4ec56e5206ee6b.jpeg" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;The hotel has an ideal central setting within 300 metres of Santa María del Mar Church, Ciutadella Park and Barceloneta metro station. It offers easy access to the historic Born and Gothic districts. The nearest beaches can be reached in 15 minutes by foot. Plaza de Catalunya and Las Ramblas are within 2 km of the hotel.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;The hotel has a lift and features 59 rooms. Check-in and check-out are possible at any time at the 24-hour reception desk. The hotel provides a safe, medical assistance, room service, an alarm call service and a conference room. Wireless internet access is provided in public areas. A garden provides extra space for rest and relaxation in the open air. Guests arriving by car can park their vehicles in the car park.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Air conditioning and central heating ensure that rooms maintain comfortable temperatures. A balcony or terrace is among the standard features of some rooms. Guests are sure to get a good night's sleep in the double bed. Extra beds can be requested. A safe provides secure storage for guests' personal property. A telephone, a TV and WiFi (no extra charge) are provided as well. Bathrooms are equipped with a shower and a bathtub, as well as a hairdryer. Guests can also book wheelchair-friendly rooms with wheelchair-accessible bathrooms. The hotel has non-smoking rooms and smoking rooms.&lt;br/&gt;&lt;b&gt;Sports Entertainment&lt;/b&gt; &lt;br/&gt;Fine weather can be enjoyed on the terrace. Copyright GIATA 2004 - 2019. Multilingual, powered by www.giata.com for client no. 126985&lt;br/&gt;&lt;b&gt;Meals&lt;/b&gt; &lt;br/&gt;Bed and breakfast is bookable. Options include breakfast.&lt;br/&gt;&lt;b&gt;Payment&lt;/b&gt; &lt;br/&gt;The following credit cards are accepted at the hotel: American Express, VISA, Diners Club and MasterCard.&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Important Information &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Meals: &lt;/b&gt;Information about the type of meals included in the price is indicated in the rate details.&lt;br /&gt;&lt;b&gt;Extra Info: &lt;/b&gt;A city tax of EUR 1.21 per person per day will be charged on arrival.&lt;br /&gt;</HotelDescription><Facilities><HotelFacilities><Type>General</Type><Description>Air conditioning</Description><Value>Air conditioning</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Elevator/lift</Description><Value>Elevator/lift</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Smoke-free property</Description><Value>Smoke-free property</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Heating</Description><Value>Heating</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Security guard</Description><Value>Security guard</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Newspapers</Description><Value>Newspapers</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Ticket assistance</Description><Value>Ticket assistance</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Television in lobby</Description><Value>Television in lobby</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Fire Extinguisher</Description><Value>Fire Extinguisher</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>All Spaces Non-Smoking (public and private)</Description><Value>All Spaces Non-Smoking (public and private)</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Upper floors accessible by elevator</Description><Value>Upper floors accessible by elevator</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Reception desk</Description><Value>Reception desk</Value></HotelFacilities><HotelFacilities><Type>Accessibility</Type><Description>Accessibility features</Description><Value>Accessibility features</Value></HotelFacilities><HotelFacilities><Type>Accessibility</Type><Description>Wheelchair Accessible</Description><Value>Wheelchair Accessible</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Ironing</Description><Value>Ironing</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Luggage storage</Description><Value>Luggage storage</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Laundry</Description><Value>Laundry</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Safe-deposit box</Description><Value>Safe-deposit box</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Concierge services</Description><Value>Concierge services</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Dry-cleaning</Description><Value>Dry-cleaning</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Luggage storage</Description><Value>Luggage storage</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Wake-up service</Description><Value>Wake-up service</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Telephone</Description><Value>Telephone</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Bar</Description><Value>Bar</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Coffee/tea for guests</Description><Value>Coffee/tea for guests</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Breakfast</Description><Value>Breakfast</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Buffet breakfast</Description><Value>Buffet breakfast</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Cafe</Description><Value>Cafe</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Restaurant</Description><Value>Restaurant</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Vending machine</Description><Value>Vending machine</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Bottled water</Description><Value>Bottled water</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Kettle</Description><Value>Kettle</Value></HotelFacilities><HotelFacilities><Type>Internet</Type><Description>Free Wi-Fi</Description><Value>Free Wi-Fi</Value></HotelFacilities><HotelFacilities><Type>Transfer</Type><Description>Car rental</Description><Value>Car rental</Value></HotelFacilities><HotelFacilities><Type>Languages Spoken</Type><Description>Spanish</Description><Value>Spanish</Value></HotelFacilities><HotelFacilities><Type>Languages Spoken</Type><Description>English</Description><Value>English</Value></HotelFacilities><HotelFacilities><Type>Languages Spoken</Type><Description>Italian</Description><Value>Italian</Value></HotelFacilities><HotelFacilities><Type>Languages Spoken</Type><Description>French</Description><Value>French</Value></HotelFacilities><HotelFacilities><Type>Languages Spoken</Type><Description>Multi-language staff</Description><Value>Multi-language staff</Value></HotelFacilities><HotelFacilities><Type>Tourist services</Type><Description>Tour assistance</Description><Value>Tour assistance</Value></HotelFacilities><HotelFacilities><Type>Parking</Type><Description>Offsite parking reservations required</Description><Value>Offsite parking reservations required</Value></HotelFacilities><HotelFacilities><Type>Parking</Type><Description>Garage</Description><Value>Garage</Value></HotelFacilities><HotelFacilities><Type>Pool and beach</Type><Description>Beach/pool towels</Description><Value>Beach/pool towels</Value></HotelFacilities><HotelFacilities><Type>Pool and beach</Type><Description>Next to the beach</Description><Value>Next to the beach</Value></HotelFacilities><HotelFacilities><Type>Business</Type><Description>Business center</Description><Value>Business center</Value></HotelFacilities><HotelFacilities><Type>Business</Type><Description>Fax and copy machine</Description><Value>Fax and copy machine</Value></HotelFacilities><HotelFacilities><Type>Business</Type><Description>Conference Hall</Description><Value>Conference Hall</Value></HotelFacilities><HotelFacilities><Type>Sports</Type><Description>Fitness facilities</Description><Value>Fitness facilities</Value></HotelFacilities><HotelFacilities><Type>Sports</Type><Description>Gym</Description><Value>Gym</Value></HotelFacilities><HotelFacilities><Type>Beauty and wellness</Type><Description>Doctor</Description><Value>Doctor</Value></HotelFacilities><HotelFacilities><Type>Beauty and wellness</Type><Description>First Aid Kit</Description><Value>First Aid Kit</Value></HotelFacilities><HotelFacilities><Type>Health and Safety Measures</Type><Description>Temperature control for staff</Description><Value>Temperature control for staff</Value></HotelFacilities><HotelFacilities><Type>Health and Safety Measures</Type><Description>Personal protection equipment for staff</Description><Value>Personal protection equipment for staff</Value></HotelFacilities><HotelFacilities><Type>Health and Safety Measures</Type><Description>Extra decontamination measures</Description><Value>Extra decontamination measures</Value></HotelFacilities><HotelFacilities><Type>Health and Safety Measures</Type><Description>Temperature control for guests</Description><Value>Temperature control for guests</Value></HotelFacilities><HotelFacilities><Type>Health and Safety Measures</Type><Description>Personal protection equipment for guests</Description><Value>Personal protection equipment for guests</Value></HotelFacilities><HotelFacilities><Type>Health and Safety Measures</Type><Description>Contactless check-in and/or check-out</Description><Value>Contactless check-in and/or check-out</Value></HotelFacilities><HotelFacilities><Type>Health and Safety Measures</Type><Description>Additional measures against COVID-19</Description><Value>Additional measures against COVID-19</Value></HotelFacilities></Facilities></HotelRoomRS>||True